clone
ssh://git@git.notashelf.dev:33/notashelf/beer.git| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "adler2" |
| 7 | version = "2.0.1" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "aho-corasick" |
| 13 | version = "1.1.4" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 16 | dependencies = [ |
| 17 | "memchr", |
| 18 | ] |
| 19 | |
| 20 | [[package]] |
| 21 | name = "alloca" |
| 22 | version = "0.4.0" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4" |
| 25 | dependencies = [ |
| 26 | "cc", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "allocator-api2" |
| 31 | version = "0.2.21" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 34 | |
| 35 | [[package]] |
| 36 | name = "anes" |
| 37 | version = "0.1.6" |
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| 40 | |
| 41 | [[package]] |
| 42 | name = "anstyle" |
| 43 | version = "1.0.14" |
| 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 | checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| 46 | |
| 47 | [[package]] |
| 48 | name = "anyhow" |
| 49 | version = "1.0.102" |
| 50 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 51 | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 52 | |
| 53 | [[package]] |
| 54 | name = "arrayvec" |
| 55 | version = "0.7.7" |
| 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 | checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe" |
| 58 | |
| 59 | [[package]] |
| 60 | name = "autocfg" |
| 61 | version = "1.5.1" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 64 | |
| 65 | [[package]] |
| 66 | name = "beer" |
| 67 | version = "0.6.0" |
| 68 | dependencies = [ |
| 69 | "anyhow", |
| 70 | "beer-protocols", |
| 71 | "calloop", |
| 72 | "calloop-wayland-source", |
| 73 | "flate2", |
| 74 | "fontconfig", |
| 75 | "freetype-rs", |
| 76 | "harfbuzz_rs_now", |
| 77 | "image", |
| 78 | "lru", |
| 79 | "pound", |
| 80 | "rustix", |
| 81 | "serde", |
| 82 | "serde_ignored", |
| 83 | "smithay-client-toolkit", |
| 84 | "thiserror", |
| 85 | "toml", |
| 86 | "tracing", |
| 87 | "tracing-subscriber", |
| 88 | "unicode-width", |
| 89 | "vte", |
| 90 | "wayland-client", |
| 91 | "wayland-protocols", |
| 92 | ] |
| 93 | |
| 94 | [[package]] |
| 95 | name = "beer-protocols" |
| 96 | version = "0.6.0" |
| 97 | dependencies = [ |
| 98 | "criterion", |
| 99 | "smithay-client-toolkit", |
| 100 | ] |
| 101 | |
| 102 | [[package]] |
| 103 | name = "bitflags" |
| 104 | version = "2.13.0" |
| 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 106 | checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" |
| 107 | |
| 108 | [[package]] |
| 109 | name = "bytemuck" |
| 110 | version = "1.25.0" |
| 111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 112 | checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| 113 | dependencies = [ |
| 114 | "bytemuck_derive", |
| 115 | ] |
| 116 | |
| 117 | [[package]] |
| 118 | name = "bytemuck_derive" |
| 119 | version = "1.10.2" |
| 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 121 | checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" |
| 122 | dependencies = [ |
| 123 | "proc-macro2", |
| 124 | "quote", |
| 125 | "syn", |
| 126 | ] |
| 127 | |
| 128 | [[package]] |
| 129 | name = "byteorder-lite" |
| 130 | version = "0.1.0" |
| 131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 132 | checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| 133 | |
| 134 | [[package]] |
| 135 | name = "calloop" |
| 136 | version = "0.14.4" |
| 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 | checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7" |
| 139 | dependencies = [ |
| 140 | "bitflags", |
| 141 | "nix", |
| 142 | "polling", |
| 143 | "rustix", |
| 144 | "slab", |
| 145 | "tracing", |
| 146 | ] |
| 147 | |
| 148 | [[package]] |
| 149 | name = "calloop-wayland-source" |
| 150 | version = "0.4.1" |
| 151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 | checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa" |
| 153 | dependencies = [ |
| 154 | "calloop", |
| 155 | "rustix", |
| 156 | "wayland-backend", |
| 157 | "wayland-client", |
| 158 | ] |
| 159 | |
| 160 | [[package]] |
| 161 | name = "cast" |
| 162 | version = "0.3.0" |
| 163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 164 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| 165 | |
| 166 | [[package]] |
| 167 | name = "cc" |
| 168 | version = "1.2.65" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" |
| 171 | dependencies = [ |
| 172 | "find-msvc-tools", |
| 173 | "shlex", |
| 174 | ] |
| 175 | |
| 176 | [[package]] |
| 177 | name = "cfg-if" |
| 178 | version = "1.0.4" |
| 179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 180 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 181 | |
| 182 | [[package]] |
| 183 | name = "cfg_aliases" |
| 184 | version = "0.2.1" |
| 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 187 | |
| 188 | [[package]] |
| 189 | name = "ciborium" |
| 190 | version = "0.2.2" |
| 191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 | checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
| 193 | dependencies = [ |
| 194 | "ciborium-io", |
| 195 | "ciborium-ll", |
| 196 | "serde", |
| 197 | ] |
| 198 | |
| 199 | [[package]] |
| 200 | name = "ciborium-io" |
| 201 | version = "0.2.2" |
| 202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 | checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
| 204 | |
| 205 | [[package]] |
| 206 | name = "ciborium-ll" |
| 207 | version = "0.2.2" |
| 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 209 | checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
| 210 | dependencies = [ |
| 211 | "ciborium-io", |
| 212 | "half", |
| 213 | ] |
| 214 | |
| 215 | [[package]] |
| 216 | name = "clap" |
| 217 | version = "4.6.4" |
| 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 219 | checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7" |
| 220 | dependencies = [ |
| 221 | "clap_builder", |
| 222 | ] |
| 223 | |
| 224 | [[package]] |
| 225 | name = "clap_builder" |
| 226 | version = "4.6.2" |
| 227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 228 | checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b" |
| 229 | dependencies = [ |
| 230 | "anstyle", |
| 231 | "clap_lex", |
| 232 | ] |
| 233 | |
| 234 | [[package]] |
| 235 | name = "clap_lex" |
| 236 | version = "1.1.0" |
| 237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 238 | checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 239 | |
| 240 | [[package]] |
| 241 | name = "color_quant" |
| 242 | version = "1.1.0" |
| 243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 | checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| 245 | |
| 246 | [[package]] |
| 247 | name = "concurrent-queue" |
| 248 | version = "2.5.0" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 251 | dependencies = [ |
| 252 | "crossbeam-utils", |
| 253 | ] |
| 254 | |
| 255 | [[package]] |
| 256 | name = "crc32fast" |
| 257 | version = "1.5.0" |
| 258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 259 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 260 | dependencies = [ |
| 261 | "cfg-if", |
| 262 | ] |
| 263 | |
| 264 | [[package]] |
| 265 | name = "criterion" |
| 266 | version = "0.8.2" |
| 267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 268 | checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3" |
| 269 | dependencies = [ |
| 270 | "alloca", |
| 271 | "anes", |
| 272 | "cast", |
| 273 | "ciborium", |
| 274 | "clap", |
| 275 | "criterion-plot", |
| 276 | "itertools", |
| 277 | "num-traits", |
| 278 | "oorandom", |
| 279 | "page_size", |
| 280 | "regex", |
| 281 | "serde", |
| 282 | "serde_json", |
| 283 | "tinytemplate", |
| 284 | "walkdir", |
| 285 | ] |
| 286 | |
| 287 | [[package]] |
| 288 | name = "criterion-plot" |
| 289 | version = "0.8.2" |
| 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 291 | checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea" |
| 292 | dependencies = [ |
| 293 | "cast", |
| 294 | "itertools", |
| 295 | ] |
| 296 | |
| 297 | [[package]] |
| 298 | name = "crossbeam-utils" |
| 299 | version = "0.8.21" |
| 300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 301 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 302 | |
| 303 | [[package]] |
| 304 | name = "crunchy" |
| 305 | version = "0.2.4" |
| 306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 307 | checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 308 | |
| 309 | [[package]] |
| 310 | name = "cursor-icon" |
| 311 | version = "1.2.0" |
| 312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 313 | checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" |
| 314 | |
| 315 | [[package]] |
| 316 | name = "dlib" |
| 317 | version = "0.5.3" |
| 318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 319 | checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" |
| 320 | dependencies = [ |
| 321 | "libloading", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
| 325 | name = "downcast-rs" |
| 326 | version = "1.2.1" |
| 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 | checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
| 329 | |
| 330 | [[package]] |
| 331 | name = "either" |
| 332 | version = "1.16.0" |
| 333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 334 | checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" |
| 335 | |
| 336 | [[package]] |
| 337 | name = "equivalent" |
| 338 | version = "1.0.2" |
| 339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 340 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 341 | |
| 342 | [[package]] |
| 343 | name = "errno" |
| 344 | version = "0.3.14" |
| 345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 346 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 347 | dependencies = [ |
| 348 | "libc", |
| 349 | "windows-sys", |
| 350 | ] |
| 351 | |
| 352 | [[package]] |
| 353 | name = "fdeflate" |
| 354 | version = "0.3.7" |
| 355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 356 | checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 357 | dependencies = [ |
| 358 | "simd-adler32", |
| 359 | ] |
| 360 | |
| 361 | [[package]] |
| 362 | name = "find-msvc-tools" |
| 363 | version = "0.1.9" |
| 364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 365 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 366 | |
| 367 | [[package]] |
| 368 | name = "flate2" |
| 369 | version = "1.1.9" |
| 370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 371 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 372 | dependencies = [ |
| 373 | "crc32fast", |
| 374 | "miniz_oxide", |
| 375 | ] |
| 376 | |
| 377 | [[package]] |
| 378 | name = "foldhash" |
| 379 | version = "0.2.0" |
| 380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 381 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 382 | |
| 383 | [[package]] |
| 384 | name = "fontconfig" |
| 385 | version = "0.11.0" |
| 386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 387 | checksum = "0d0e1eb4148faaf675053b7299bc5b4c041c8c0c724cf77844d6be8dd0ac5b9d" |
| 388 | dependencies = [ |
| 389 | "yeslogic-fontconfig-sys", |
| 390 | ] |
| 391 | |
| 392 | [[package]] |
| 393 | name = "freetype-rs" |
| 394 | version = "0.38.0" |
| 395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 396 | checksum = "6d228d6de56c90dd7585341f341849441b3490180c62d27133e525eb726809b4" |
| 397 | dependencies = [ |
| 398 | "bitflags", |
| 399 | "freetype-sys", |
| 400 | "libc", |
| 401 | ] |
| 402 | |
| 403 | [[package]] |
| 404 | name = "freetype-sys" |
| 405 | version = "0.23.0" |
| 406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 407 | checksum = "eab537ce43cab850c64b4cdc390ce7e4f47f877485ddc323208e268280c308ae" |
| 408 | dependencies = [ |
| 409 | "cc", |
| 410 | "libz-sys", |
| 411 | "pkg-config", |
| 412 | ] |
| 413 | |
| 414 | [[package]] |
| 415 | name = "gif" |
| 416 | version = "0.14.2" |
| 417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 418 | checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159" |
| 419 | dependencies = [ |
| 420 | "color_quant", |
| 421 | "weezl", |
| 422 | ] |
| 423 | |
| 424 | [[package]] |
| 425 | name = "half" |
| 426 | version = "2.7.1" |
| 427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 | checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| 429 | dependencies = [ |
| 430 | "cfg-if", |
| 431 | "crunchy", |
| 432 | "zerocopy", |
| 433 | ] |
| 434 | |
| 435 | [[package]] |
| 436 | name = "harfbuzz_rs_now" |
| 437 | version = "2.3.2" |
| 438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 439 | checksum = "e7c409e4222b628232c6190ba76ad2baabfd011cd77c6b3bf8d8f8adb96cbcb7" |
| 440 | dependencies = [ |
| 441 | "bitflags", |
| 442 | "cc", |
| 443 | "pkg-config", |
| 444 | ] |
| 445 | |
| 446 | [[package]] |
| 447 | name = "hashbrown" |
| 448 | version = "0.17.1" |
| 449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 450 | checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 451 | dependencies = [ |
| 452 | "allocator-api2", |
| 453 | "equivalent", |
| 454 | "foldhash", |
| 455 | ] |
| 456 | |
| 457 | [[package]] |
| 458 | name = "hermit-abi" |
| 459 | version = "0.5.2" |
| 460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 461 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 462 | |
| 463 | [[package]] |
| 464 | name = "image" |
| 465 | version = "0.25.10" |
| 466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 467 | checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" |
| 468 | dependencies = [ |
| 469 | "bytemuck", |
| 470 | "byteorder-lite", |
| 471 | "color_quant", |
| 472 | "gif", |
| 473 | "image-webp", |
| 474 | "moxcms", |
| 475 | "num-traits", |
| 476 | "png", |
| 477 | "zune-core", |
| 478 | "zune-jpeg", |
| 479 | ] |
| 480 | |
| 481 | [[package]] |
| 482 | name = "image-webp" |
| 483 | version = "0.2.4" |
| 484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 485 | checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" |
| 486 | dependencies = [ |
| 487 | "byteorder-lite", |
| 488 | "quick-error", |
| 489 | ] |
| 490 | |
| 491 | [[package]] |
| 492 | name = "indexmap" |
| 493 | version = "2.14.0" |
| 494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 496 | dependencies = [ |
| 497 | "equivalent", |
| 498 | "hashbrown", |
| 499 | ] |
| 500 | |
| 501 | [[package]] |
| 502 | name = "itertools" |
| 503 | version = "0.13.0" |
| 504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 505 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 506 | dependencies = [ |
| 507 | "either", |
| 508 | ] |
| 509 | |
| 510 | [[package]] |
| 511 | name = "itoa" |
| 512 | version = "1.0.18" |
| 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 514 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 515 | |
| 516 | [[package]] |
| 517 | name = "lazy_static" |
| 518 | version = "1.5.0" |
| 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 520 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 521 | |
| 522 | [[package]] |
| 523 | name = "libc" |
| 524 | version = "0.2.186" |
| 525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 526 | checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 527 | |
| 528 | [[package]] |
| 529 | name = "libloading" |
| 530 | version = "0.8.9" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| 533 | dependencies = [ |
| 534 | "cfg-if", |
| 535 | "windows-link", |
| 536 | ] |
| 537 | |
| 538 | [[package]] |
| 539 | name = "libz-sys" |
| 540 | version = "1.1.29" |
| 541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 542 | checksum = "85bc9657773828b90eeb625adff10eeac83cc21bbfd8e23a03eaa8a33c9e28d9" |
| 543 | dependencies = [ |
| 544 | "cc", |
| 545 | "libc", |
| 546 | "pkg-config", |
| 547 | "vcpkg", |
| 548 | ] |
| 549 | |
| 550 | [[package]] |
| 551 | name = "linux-raw-sys" |
| 552 | version = "0.12.1" |
| 553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 554 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 555 | |
| 556 | [[package]] |
| 557 | name = "log" |
| 558 | version = "0.4.32" |
| 559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 560 | checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" |
| 561 | |
| 562 | [[package]] |
| 563 | name = "lru" |
| 564 | version = "0.18.0" |
| 565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 566 | checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9" |
| 567 | dependencies = [ |
| 568 | "hashbrown", |
| 569 | ] |
| 570 | |
| 571 | [[package]] |
| 572 | name = "matchers" |
| 573 | version = "0.2.0" |
| 574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 575 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 576 | dependencies = [ |
| 577 | "regex-automata", |
| 578 | ] |
| 579 | |
| 580 | [[package]] |
| 581 | name = "memchr" |
| 582 | version = "2.8.2" |
| 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 584 | checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" |
| 585 | |
| 586 | [[package]] |
| 587 | name = "memmap2" |
| 588 | version = "0.9.11" |
| 589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 590 | checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" |
| 591 | dependencies = [ |
| 592 | "libc", |
| 593 | ] |
| 594 | |
| 595 | [[package]] |
| 596 | name = "miniz_oxide" |
| 597 | version = "0.8.9" |
| 598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 599 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 600 | dependencies = [ |
| 601 | "adler2", |
| 602 | "simd-adler32", |
| 603 | ] |
| 604 | |
| 605 | [[package]] |
| 606 | name = "moxcms" |
| 607 | version = "0.8.1" |
| 608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 609 | checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" |
| 610 | dependencies = [ |
| 611 | "num-traits", |
| 612 | "pxfm", |
| 613 | ] |
| 614 | |
| 615 | [[package]] |
| 616 | name = "nix" |
| 617 | version = "0.31.3" |
| 618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 619 | checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" |
| 620 | dependencies = [ |
| 621 | "bitflags", |
| 622 | "cfg-if", |
| 623 | "cfg_aliases", |
| 624 | "libc", |
| 625 | ] |
| 626 | |
| 627 | [[package]] |
| 628 | name = "nu-ansi-term" |
| 629 | version = "0.50.3" |
| 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 631 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 632 | dependencies = [ |
| 633 | "windows-sys", |
| 634 | ] |
| 635 | |
| 636 | [[package]] |
| 637 | name = "num-traits" |
| 638 | version = "0.2.19" |
| 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 640 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 641 | dependencies = [ |
| 642 | "autocfg", |
| 643 | ] |
| 644 | |
| 645 | [[package]] |
| 646 | name = "once_cell" |
| 647 | version = "1.21.4" |
| 648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 649 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 650 | |
| 651 | [[package]] |
| 652 | name = "oorandom" |
| 653 | version = "11.1.5" |
| 654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 655 | checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
| 656 | |
| 657 | [[package]] |
| 658 | name = "page_size" |
| 659 | version = "0.6.0" |
| 660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 661 | checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" |
| 662 | dependencies = [ |
| 663 | "libc", |
| 664 | "winapi", |
| 665 | ] |
| 666 | |
| 667 | [[package]] |
| 668 | name = "pin-project-lite" |
| 669 | version = "0.2.17" |
| 670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 671 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 672 | |
| 673 | [[package]] |
| 674 | name = "pkg-config" |
| 675 | version = "0.3.33" |
| 676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 677 | checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 678 | |
| 679 | [[package]] |
| 680 | name = "png" |
| 681 | version = "0.18.1" |
| 682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 683 | checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" |
| 684 | dependencies = [ |
| 685 | "bitflags", |
| 686 | "crc32fast", |
| 687 | "fdeflate", |
| 688 | "flate2", |
| 689 | "miniz_oxide", |
| 690 | ] |
| 691 | |
| 692 | [[package]] |
| 693 | name = "polling" |
| 694 | version = "3.11.0" |
| 695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 696 | checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 697 | dependencies = [ |
| 698 | "cfg-if", |
| 699 | "concurrent-queue", |
| 700 | "hermit-abi", |
| 701 | "pin-project-lite", |
| 702 | "rustix", |
| 703 | "windows-sys", |
| 704 | ] |
| 705 | |
| 706 | [[package]] |
| 707 | name = "pound" |
| 708 | version = "0.1.6" |
| 709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 710 | checksum = "b29188deca8885da40aaafd27d756c5d94420fb8ba8a569663c7a87fef6d28ad" |
| 711 | dependencies = [ |
| 712 | "pound-derive", |
| 713 | ] |
| 714 | |
| 715 | [[package]] |
| 716 | name = "pound-derive" |
| 717 | version = "0.1.6" |
| 718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 719 | checksum = "215966bbf23c9af48d9014a71bc426ecf9be95ffb04b5f1ae3e64f8d8a2a920c" |
| 720 | dependencies = [ |
| 721 | "proc-macro2", |
| 722 | "quote", |
| 723 | "venial", |
| 724 | ] |
| 725 | |
| 726 | [[package]] |
| 727 | name = "proc-macro2" |
| 728 | version = "1.0.106" |
| 729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 730 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 731 | dependencies = [ |
| 732 | "unicode-ident", |
| 733 | ] |
| 734 | |
| 735 | [[package]] |
| 736 | name = "pxfm" |
| 737 | version = "0.1.29" |
| 738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 | checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f" |
| 740 | |
| 741 | [[package]] |
| 742 | name = "quick-error" |
| 743 | version = "2.0.1" |
| 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| 746 | |
| 747 | [[package]] |
| 748 | name = "quick-xml" |
| 749 | version = "0.39.4" |
| 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" |
| 752 | dependencies = [ |
| 753 | "memchr", |
| 754 | ] |
| 755 | |
| 756 | [[package]] |
| 757 | name = "quote" |
| 758 | version = "1.0.45" |
| 759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 760 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 761 | dependencies = [ |
| 762 | "proc-macro2", |
| 763 | ] |
| 764 | |
| 765 | [[package]] |
| 766 | name = "regex" |
| 767 | version = "1.13.0" |
| 768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 769 | checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2" |
| 770 | dependencies = [ |
| 771 | "aho-corasick", |
| 772 | "memchr", |
| 773 | "regex-automata", |
| 774 | "regex-syntax", |
| 775 | ] |
| 776 | |
| 777 | [[package]] |
| 778 | name = "regex-automata" |
| 779 | version = "0.4.14" |
| 780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 781 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 782 | dependencies = [ |
| 783 | "aho-corasick", |
| 784 | "memchr", |
| 785 | "regex-syntax", |
| 786 | ] |
| 787 | |
| 788 | [[package]] |
| 789 | name = "regex-syntax" |
| 790 | version = "0.8.11" |
| 791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 792 | checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 793 | |
| 794 | [[package]] |
| 795 | name = "rustix" |
| 796 | version = "1.1.4" |
| 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 798 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 799 | dependencies = [ |
| 800 | "bitflags", |
| 801 | "errno", |
| 802 | "libc", |
| 803 | "linux-raw-sys", |
| 804 | "windows-sys", |
| 805 | ] |
| 806 | |
| 807 | [[package]] |
| 808 | name = "same-file" |
| 809 | version = "1.0.6" |
| 810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 811 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 812 | dependencies = [ |
| 813 | "winapi-util", |
| 814 | ] |
| 815 | |
| 816 | [[package]] |
| 817 | name = "serde" |
| 818 | version = "1.0.228" |
| 819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 820 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 821 | dependencies = [ |
| 822 | "serde_core", |
| 823 | "serde_derive", |
| 824 | ] |
| 825 | |
| 826 | [[package]] |
| 827 | name = "serde_core" |
| 828 | version = "1.0.228" |
| 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 830 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 831 | dependencies = [ |
| 832 | "serde_derive", |
| 833 | ] |
| 834 | |
| 835 | [[package]] |
| 836 | name = "serde_derive" |
| 837 | version = "1.0.228" |
| 838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 839 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 840 | dependencies = [ |
| 841 | "proc-macro2", |
| 842 | "quote", |
| 843 | "syn", |
| 844 | ] |
| 845 | |
| 846 | [[package]] |
| 847 | name = "serde_ignored" |
| 848 | version = "0.1.14" |
| 849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 850 | checksum = "115dffd5f3853e06e746965a20dcbae6ee747ae30b543d91b0e089668bb07798" |
| 851 | dependencies = [ |
| 852 | "serde", |
| 853 | "serde_core", |
| 854 | ] |
| 855 | |
| 856 | [[package]] |
| 857 | name = "serde_json" |
| 858 | version = "1.0.151" |
| 859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 860 | checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" |
| 861 | dependencies = [ |
| 862 | "itoa", |
| 863 | "memchr", |
| 864 | "serde", |
| 865 | "serde_core", |
| 866 | "zmij", |
| 867 | ] |
| 868 | |
| 869 | [[package]] |
| 870 | name = "serde_spanned" |
| 871 | version = "1.1.1" |
| 872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 873 | checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 874 | dependencies = [ |
| 875 | "serde_core", |
| 876 | ] |
| 877 | |
| 878 | [[package]] |
| 879 | name = "sharded-slab" |
| 880 | version = "0.1.7" |
| 881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 882 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 883 | dependencies = [ |
| 884 | "lazy_static", |
| 885 | ] |
| 886 | |
| 887 | [[package]] |
| 888 | name = "shlex" |
| 889 | version = "2.0.1" |
| 890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 891 | checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 892 | |
| 893 | [[package]] |
| 894 | name = "simd-adler32" |
| 895 | version = "0.3.9" |
| 896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 897 | checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" |
| 898 | |
| 899 | [[package]] |
| 900 | name = "slab" |
| 901 | version = "0.4.12" |
| 902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 903 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 904 | |
| 905 | [[package]] |
| 906 | name = "smallvec" |
| 907 | version = "1.15.2" |
| 908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 909 | checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" |
| 910 | |
| 911 | [[package]] |
| 912 | name = "smithay-client-toolkit" |
| 913 | version = "0.21.0" |
| 914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 915 | checksum = "fec4682a4a89c6fc0c35506c2cd92d05b902ff0991264ba491862c543a761d22" |
| 916 | dependencies = [ |
| 917 | "bitflags", |
| 918 | "bytemuck", |
| 919 | "calloop", |
| 920 | "calloop-wayland-source", |
| 921 | "cursor-icon", |
| 922 | "log", |
| 923 | "memmap2", |
| 924 | "pkg-config", |
| 925 | "rustix", |
| 926 | "thiserror", |
| 927 | "wayland-client", |
| 928 | "wayland-csd-frame", |
| 929 | "wayland-cursor", |
| 930 | "wayland-protocols", |
| 931 | "wayland-protocols-experimental", |
| 932 | "wayland-protocols-misc", |
| 933 | "wayland-protocols-wlr", |
| 934 | "wayland-scanner", |
| 935 | "xkbcommon", |
| 936 | "xkeysym", |
| 937 | ] |
| 938 | |
| 939 | [[package]] |
| 940 | name = "syn" |
| 941 | version = "2.0.118" |
| 942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 943 | checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" |
| 944 | dependencies = [ |
| 945 | "proc-macro2", |
| 946 | "quote", |
| 947 | "unicode-ident", |
| 948 | ] |
| 949 | |
| 950 | [[package]] |
| 951 | name = "thiserror" |
| 952 | version = "2.0.18" |
| 953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 954 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 955 | dependencies = [ |
| 956 | "thiserror-impl", |
| 957 | ] |
| 958 | |
| 959 | [[package]] |
| 960 | name = "thiserror-impl" |
| 961 | version = "2.0.18" |
| 962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 963 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 964 | dependencies = [ |
| 965 | "proc-macro2", |
| 966 | "quote", |
| 967 | "syn", |
| 968 | ] |
| 969 | |
| 970 | [[package]] |
| 971 | name = "thread_local" |
| 972 | version = "1.1.9" |
| 973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 974 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 975 | dependencies = [ |
| 976 | "cfg-if", |
| 977 | ] |
| 978 | |
| 979 | [[package]] |
| 980 | name = "tinytemplate" |
| 981 | version = "1.2.1" |
| 982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 983 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| 984 | dependencies = [ |
| 985 | "serde", |
| 986 | "serde_json", |
| 987 | ] |
| 988 | |
| 989 | [[package]] |
| 990 | name = "toml" |
| 991 | version = "1.1.2+spec-1.1.0" |
| 992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 993 | checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" |
| 994 | dependencies = [ |
| 995 | "indexmap", |
| 996 | "serde_core", |
| 997 | "serde_spanned", |
| 998 | "toml_datetime", |
| 999 | "toml_parser", |
| 1000 | "toml_writer", |
| 1001 | "winnow", |
| 1002 | ] |
| 1003 | |
| 1004 | [[package]] |
| 1005 | name = "toml_datetime" |
| 1006 | version = "1.1.1+spec-1.1.0" |
| 1007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1008 | checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 1009 | dependencies = [ |
| 1010 | "serde_core", |
| 1011 | ] |
| 1012 | |
| 1013 | [[package]] |
| 1014 | name = "toml_parser" |
| 1015 | version = "1.1.2+spec-1.1.0" |
| 1016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1017 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 1018 | dependencies = [ |
| 1019 | "winnow", |
| 1020 | ] |
| 1021 | |
| 1022 | [[package]] |
| 1023 | name = "toml_writer" |
| 1024 | version = "1.1.1+spec-1.1.0" |
| 1025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1026 | checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" |
| 1027 | |
| 1028 | [[package]] |
| 1029 | name = "tracing" |
| 1030 | version = "0.1.44" |
| 1031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1032 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1033 | dependencies = [ |
| 1034 | "log", |
| 1035 | "pin-project-lite", |
| 1036 | "tracing-attributes", |
| 1037 | "tracing-core", |
| 1038 | ] |
| 1039 | |
| 1040 | [[package]] |
| 1041 | name = "tracing-attributes" |
| 1042 | version = "0.1.31" |
| 1043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1044 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1045 | dependencies = [ |
| 1046 | "proc-macro2", |
| 1047 | "quote", |
| 1048 | "syn", |
| 1049 | ] |
| 1050 | |
| 1051 | [[package]] |
| 1052 | name = "tracing-core" |
| 1053 | version = "0.1.36" |
| 1054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1056 | dependencies = [ |
| 1057 | "once_cell", |
| 1058 | "valuable", |
| 1059 | ] |
| 1060 | |
| 1061 | [[package]] |
| 1062 | name = "tracing-log" |
| 1063 | version = "0.2.0" |
| 1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1065 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 1066 | dependencies = [ |
| 1067 | "log", |
| 1068 | "once_cell", |
| 1069 | "tracing-core", |
| 1070 | ] |
| 1071 | |
| 1072 | [[package]] |
| 1073 | name = "tracing-subscriber" |
| 1074 | version = "0.3.23" |
| 1075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1076 | checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 1077 | dependencies = [ |
| 1078 | "matchers", |
| 1079 | "nu-ansi-term", |
| 1080 | "once_cell", |
| 1081 | "regex-automata", |
| 1082 | "sharded-slab", |
| 1083 | "smallvec", |
| 1084 | "thread_local", |
| 1085 | "tracing", |
| 1086 | "tracing-core", |
| 1087 | "tracing-log", |
| 1088 | ] |
| 1089 | |
| 1090 | [[package]] |
| 1091 | name = "unicode-ident" |
| 1092 | version = "1.0.24" |
| 1093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1094 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 1095 | |
| 1096 | [[package]] |
| 1097 | name = "unicode-width" |
| 1098 | version = "0.2.2" |
| 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1100 | checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 1101 | |
| 1102 | [[package]] |
| 1103 | name = "valuable" |
| 1104 | version = "0.1.1" |
| 1105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1106 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 1107 | |
| 1108 | [[package]] |
| 1109 | name = "vcpkg" |
| 1110 | version = "0.2.15" |
| 1111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1112 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 1113 | |
| 1114 | [[package]] |
| 1115 | name = "venial" |
| 1116 | version = "0.6.1" |
| 1117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1118 | checksum = "9a42528baceab6c7784446df2a10f4185078c39bf73dc614f154353f1a6b1229" |
| 1119 | dependencies = [ |
| 1120 | "proc-macro2", |
| 1121 | "quote", |
| 1122 | ] |
| 1123 | |
| 1124 | [[package]] |
| 1125 | name = "vte" |
| 1126 | version = "0.15.0" |
| 1127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1128 | checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd" |
| 1129 | dependencies = [ |
| 1130 | "arrayvec", |
| 1131 | "memchr", |
| 1132 | ] |
| 1133 | |
| 1134 | [[package]] |
| 1135 | name = "walkdir" |
| 1136 | version = "2.5.0" |
| 1137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1138 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 1139 | dependencies = [ |
| 1140 | "same-file", |
| 1141 | "winapi-util", |
| 1142 | ] |
| 1143 | |
| 1144 | [[package]] |
| 1145 | name = "wayland-backend" |
| 1146 | version = "0.3.15" |
| 1147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1148 | checksum = "2857dd20b54e916ec7253b3d6b4d5c4d7d4ca2c33c2e11c6c76a99bd8744755d" |
| 1149 | dependencies = [ |
| 1150 | "cc", |
| 1151 | "downcast-rs", |
| 1152 | "rustix", |
| 1153 | "smallvec", |
| 1154 | "wayland-sys", |
| 1155 | ] |
| 1156 | |
| 1157 | [[package]] |
| 1158 | name = "wayland-client" |
| 1159 | version = "0.31.14" |
| 1160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1161 | checksum = "645c7c96bb74690c3189b5c9cb4ca1627062bb23693a4fad9d8c3de958260144" |
| 1162 | dependencies = [ |
| 1163 | "bitflags", |
| 1164 | "rustix", |
| 1165 | "wayland-backend", |
| 1166 | "wayland-scanner", |
| 1167 | ] |
| 1168 | |
| 1169 | [[package]] |
| 1170 | name = "wayland-csd-frame" |
| 1171 | version = "0.3.0" |
| 1172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1173 | checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" |
| 1174 | dependencies = [ |
| 1175 | "bitflags", |
| 1176 | "cursor-icon", |
| 1177 | "wayland-backend", |
| 1178 | ] |
| 1179 | |
| 1180 | [[package]] |
| 1181 | name = "wayland-cursor" |
| 1182 | version = "0.31.14" |
| 1183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1184 | checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d" |
| 1185 | dependencies = [ |
| 1186 | "rustix", |
| 1187 | "wayland-client", |
| 1188 | "xcursor", |
| 1189 | ] |
| 1190 | |
| 1191 | [[package]] |
| 1192 | name = "wayland-protocols" |
| 1193 | version = "0.32.13" |
| 1194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1195 | checksum = "23d0c813de3daa2ed6520af85a3bd49b0e722a3078506899aa9686fea58dc4b6" |
| 1196 | dependencies = [ |
| 1197 | "bitflags", |
| 1198 | "wayland-backend", |
| 1199 | "wayland-client", |
| 1200 | "wayland-scanner", |
| 1201 | ] |
| 1202 | |
| 1203 | [[package]] |
| 1204 | name = "wayland-protocols-experimental" |
| 1205 | version = "20251230.0.3" |
| 1206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1207 | checksum = "91c6c3e7178e553d093d46999032bc79aafea9dedd71dd702c8ace7bbc25cf13" |
| 1208 | dependencies = [ |
| 1209 | "bitflags", |
| 1210 | "wayland-backend", |
| 1211 | "wayland-client", |
| 1212 | "wayland-protocols", |
| 1213 | "wayland-scanner", |
| 1214 | ] |
| 1215 | |
| 1216 | [[package]] |
| 1217 | name = "wayland-protocols-misc" |
| 1218 | version = "0.3.12" |
| 1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1220 | checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8" |
| 1221 | dependencies = [ |
| 1222 | "bitflags", |
| 1223 | "wayland-backend", |
| 1224 | "wayland-client", |
| 1225 | "wayland-protocols", |
| 1226 | "wayland-scanner", |
| 1227 | ] |
| 1228 | |
| 1229 | [[package]] |
| 1230 | name = "wayland-protocols-wlr" |
| 1231 | version = "0.3.12" |
| 1232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1233 | checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234" |
| 1234 | dependencies = [ |
| 1235 | "bitflags", |
| 1236 | "wayland-backend", |
| 1237 | "wayland-client", |
| 1238 | "wayland-protocols", |
| 1239 | "wayland-scanner", |
| 1240 | ] |
| 1241 | |
| 1242 | [[package]] |
| 1243 | name = "wayland-scanner" |
| 1244 | version = "0.31.10" |
| 1245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1246 | checksum = "9c324a910fd86ebdc364a3e61ec1f11737d3b1d6c273c0239ee8ff4bc0d24b4a" |
| 1247 | dependencies = [ |
| 1248 | "proc-macro2", |
| 1249 | "quick-xml", |
| 1250 | "quote", |
| 1251 | ] |
| 1252 | |
| 1253 | [[package]] |
| 1254 | name = "wayland-sys" |
| 1255 | version = "0.31.11" |
| 1256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1257 | checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be" |
| 1258 | dependencies = [ |
| 1259 | "pkg-config", |
| 1260 | ] |
| 1261 | |
| 1262 | [[package]] |
| 1263 | name = "weezl" |
| 1264 | version = "0.1.12" |
| 1265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1266 | checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" |
| 1267 | |
| 1268 | [[package]] |
| 1269 | name = "winapi" |
| 1270 | version = "0.3.9" |
| 1271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1272 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 1273 | dependencies = [ |
| 1274 | "winapi-i686-pc-windows-gnu", |
| 1275 | "winapi-x86_64-pc-windows-gnu", |
| 1276 | ] |
| 1277 | |
| 1278 | [[package]] |
| 1279 | name = "winapi-i686-pc-windows-gnu" |
| 1280 | version = "0.4.0" |
| 1281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1282 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1283 | |
| 1284 | [[package]] |
| 1285 | name = "winapi-util" |
| 1286 | version = "0.1.11" |
| 1287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1288 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 1289 | dependencies = [ |
| 1290 | "windows-sys", |
| 1291 | ] |
| 1292 | |
| 1293 | [[package]] |
| 1294 | name = "winapi-x86_64-pc-windows-gnu" |
| 1295 | version = "0.4.0" |
| 1296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1297 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 1298 | |
| 1299 | [[package]] |
| 1300 | name = "windows-link" |
| 1301 | version = "0.2.1" |
| 1302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1303 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1304 | |
| 1305 | [[package]] |
| 1306 | name = "windows-sys" |
| 1307 | version = "0.61.2" |
| 1308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1309 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1310 | dependencies = [ |
| 1311 | "windows-link", |
| 1312 | ] |
| 1313 | |
| 1314 | [[package]] |
| 1315 | name = "winnow" |
| 1316 | version = "1.0.3" |
| 1317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1318 | checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" |
| 1319 | |
| 1320 | [[package]] |
| 1321 | name = "xcursor" |
| 1322 | version = "0.3.10" |
| 1323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1324 | checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| 1325 | |
| 1326 | [[package]] |
| 1327 | name = "xkbcommon" |
| 1328 | version = "0.8.0" |
| 1329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1330 | checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9" |
| 1331 | dependencies = [ |
| 1332 | "libc", |
| 1333 | "memmap2", |
| 1334 | "xkeysym", |
| 1335 | ] |
| 1336 | |
| 1337 | [[package]] |
| 1338 | name = "xkeysym" |
| 1339 | version = "0.2.1" |
| 1340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1341 | checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" |
| 1342 | dependencies = [ |
| 1343 | "bytemuck", |
| 1344 | ] |
| 1345 | |
| 1346 | [[package]] |
| 1347 | name = "yeslogic-fontconfig-sys" |
| 1348 | version = "6.0.1" |
| 1349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1350 | checksum = "1d8b8abf912b9a29ff112e1671c97c33636903d13a69712037190e6805af4f76" |
| 1351 | dependencies = [ |
| 1352 | "dlib", |
| 1353 | "once_cell", |
| 1354 | "pkg-config", |
| 1355 | ] |
| 1356 | |
| 1357 | [[package]] |
| 1358 | name = "zerocopy" |
| 1359 | version = "0.8.55" |
| 1360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1361 | checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb" |
| 1362 | dependencies = [ |
| 1363 | "zerocopy-derive", |
| 1364 | ] |
| 1365 | |
| 1366 | [[package]] |
| 1367 | name = "zerocopy-derive" |
| 1368 | version = "0.8.55" |
| 1369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1370 | checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb" |
| 1371 | dependencies = [ |
| 1372 | "proc-macro2", |
| 1373 | "quote", |
| 1374 | "syn", |
| 1375 | ] |
| 1376 | |
| 1377 | [[package]] |
| 1378 | name = "zmij" |
| 1379 | version = "1.0.23" |
| 1380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1381 | checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
| 1382 | |
| 1383 | [[package]] |
| 1384 | name = "zune-core" |
| 1385 | version = "0.5.1" |
| 1386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1387 | checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" |
| 1388 | |
| 1389 | [[package]] |
| 1390 | name = "zune-jpeg" |
| 1391 | version = "0.5.15" |
| 1392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1393 | checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296" |
| 1394 | dependencies = [ |
| 1395 | "zune-core", |
| 1396 | ] |