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 = "allocator-api2" |
| 22 | version = "0.2.21" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 25 | |
| 26 | [[package]] |
| 27 | name = "anyhow" |
| 28 | version = "1.0.102" |
| 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 31 | |
| 32 | [[package]] |
| 33 | name = "arrayvec" |
| 34 | version = "0.7.7" |
| 35 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 | checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe" |
| 37 | |
| 38 | [[package]] |
| 39 | name = "autocfg" |
| 40 | version = "1.5.1" |
| 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 42 | checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 43 | |
| 44 | [[package]] |
| 45 | name = "beer" |
| 46 | version = "0.5.2" |
| 47 | dependencies = [ |
| 48 | "anyhow", |
| 49 | "beer-protocols", |
| 50 | "calloop", |
| 51 | "calloop-wayland-source", |
| 52 | "flate2", |
| 53 | "fontconfig", |
| 54 | "freetype-rs", |
| 55 | "harfbuzz_rs_now", |
| 56 | "image", |
| 57 | "lru", |
| 58 | "pound", |
| 59 | "rustix", |
| 60 | "serde", |
| 61 | "serde_ignored", |
| 62 | "smithay-client-toolkit", |
| 63 | "thiserror", |
| 64 | "toml", |
| 65 | "tracing", |
| 66 | "tracing-subscriber", |
| 67 | "unicode-width", |
| 68 | "vte", |
| 69 | "wayland-client", |
| 70 | "wayland-protocols", |
| 71 | ] |
| 72 | |
| 73 | [[package]] |
| 74 | name = "beer-protocols" |
| 75 | version = "0.5.2" |
| 76 | dependencies = [ |
| 77 | "smithay-client-toolkit", |
| 78 | ] |
| 79 | |
| 80 | [[package]] |
| 81 | name = "bitflags" |
| 82 | version = "2.13.0" |
| 83 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 84 | checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" |
| 85 | |
| 86 | [[package]] |
| 87 | name = "bytemuck" |
| 88 | version = "1.25.0" |
| 89 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 90 | checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| 91 | dependencies = [ |
| 92 | "bytemuck_derive", |
| 93 | ] |
| 94 | |
| 95 | [[package]] |
| 96 | name = "bytemuck_derive" |
| 97 | version = "1.10.2" |
| 98 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 99 | checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" |
| 100 | dependencies = [ |
| 101 | "proc-macro2", |
| 102 | "quote", |
| 103 | "syn", |
| 104 | ] |
| 105 | |
| 106 | [[package]] |
| 107 | name = "byteorder-lite" |
| 108 | version = "0.1.0" |
| 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| 111 | |
| 112 | [[package]] |
| 113 | name = "calloop" |
| 114 | version = "0.14.4" |
| 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 116 | checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7" |
| 117 | dependencies = [ |
| 118 | "bitflags", |
| 119 | "nix", |
| 120 | "polling", |
| 121 | "rustix", |
| 122 | "slab", |
| 123 | "tracing", |
| 124 | ] |
| 125 | |
| 126 | [[package]] |
| 127 | name = "calloop-wayland-source" |
| 128 | version = "0.4.1" |
| 129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 130 | checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa" |
| 131 | dependencies = [ |
| 132 | "calloop", |
| 133 | "rustix", |
| 134 | "wayland-backend", |
| 135 | "wayland-client", |
| 136 | ] |
| 137 | |
| 138 | [[package]] |
| 139 | name = "cc" |
| 140 | version = "1.2.65" |
| 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 142 | checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" |
| 143 | dependencies = [ |
| 144 | "find-msvc-tools", |
| 145 | "shlex", |
| 146 | ] |
| 147 | |
| 148 | [[package]] |
| 149 | name = "cfg-if" |
| 150 | version = "1.0.4" |
| 151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 153 | |
| 154 | [[package]] |
| 155 | name = "cfg_aliases" |
| 156 | version = "0.2.1" |
| 157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 159 | |
| 160 | [[package]] |
| 161 | name = "color_quant" |
| 162 | version = "1.1.0" |
| 163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 164 | checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| 165 | |
| 166 | [[package]] |
| 167 | name = "concurrent-queue" |
| 168 | version = "2.5.0" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 171 | dependencies = [ |
| 172 | "crossbeam-utils", |
| 173 | ] |
| 174 | |
| 175 | [[package]] |
| 176 | name = "crc32fast" |
| 177 | version = "1.5.0" |
| 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 180 | dependencies = [ |
| 181 | "cfg-if", |
| 182 | ] |
| 183 | |
| 184 | [[package]] |
| 185 | name = "crossbeam-utils" |
| 186 | version = "0.8.21" |
| 187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 188 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 189 | |
| 190 | [[package]] |
| 191 | name = "cursor-icon" |
| 192 | version = "1.2.0" |
| 193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 | checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" |
| 195 | |
| 196 | [[package]] |
| 197 | name = "dlib" |
| 198 | version = "0.5.3" |
| 199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 200 | checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" |
| 201 | dependencies = [ |
| 202 | "libloading", |
| 203 | ] |
| 204 | |
| 205 | [[package]] |
| 206 | name = "downcast-rs" |
| 207 | version = "1.2.1" |
| 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 209 | checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
| 210 | |
| 211 | [[package]] |
| 212 | name = "equivalent" |
| 213 | version = "1.0.2" |
| 214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 215 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 216 | |
| 217 | [[package]] |
| 218 | name = "errno" |
| 219 | version = "0.3.14" |
| 220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 221 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 222 | dependencies = [ |
| 223 | "libc", |
| 224 | "windows-sys", |
| 225 | ] |
| 226 | |
| 227 | [[package]] |
| 228 | name = "fdeflate" |
| 229 | version = "0.3.7" |
| 230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 231 | checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 232 | dependencies = [ |
| 233 | "simd-adler32", |
| 234 | ] |
| 235 | |
| 236 | [[package]] |
| 237 | name = "find-msvc-tools" |
| 238 | version = "0.1.9" |
| 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 241 | |
| 242 | [[package]] |
| 243 | name = "flate2" |
| 244 | version = "1.1.9" |
| 245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 246 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 247 | dependencies = [ |
| 248 | "crc32fast", |
| 249 | "miniz_oxide", |
| 250 | ] |
| 251 | |
| 252 | [[package]] |
| 253 | name = "foldhash" |
| 254 | version = "0.2.0" |
| 255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 256 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 257 | |
| 258 | [[package]] |
| 259 | name = "fontconfig" |
| 260 | version = "0.11.0" |
| 261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 262 | checksum = "0d0e1eb4148faaf675053b7299bc5b4c041c8c0c724cf77844d6be8dd0ac5b9d" |
| 263 | dependencies = [ |
| 264 | "yeslogic-fontconfig-sys", |
| 265 | ] |
| 266 | |
| 267 | [[package]] |
| 268 | name = "freetype-rs" |
| 269 | version = "0.38.0" |
| 270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 271 | checksum = "6d228d6de56c90dd7585341f341849441b3490180c62d27133e525eb726809b4" |
| 272 | dependencies = [ |
| 273 | "bitflags", |
| 274 | "freetype-sys", |
| 275 | "libc", |
| 276 | ] |
| 277 | |
| 278 | [[package]] |
| 279 | name = "freetype-sys" |
| 280 | version = "0.23.0" |
| 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 | checksum = "eab537ce43cab850c64b4cdc390ce7e4f47f877485ddc323208e268280c308ae" |
| 283 | dependencies = [ |
| 284 | "cc", |
| 285 | "libz-sys", |
| 286 | "pkg-config", |
| 287 | ] |
| 288 | |
| 289 | [[package]] |
| 290 | name = "gif" |
| 291 | version = "0.14.2" |
| 292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 293 | checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159" |
| 294 | dependencies = [ |
| 295 | "color_quant", |
| 296 | "weezl", |
| 297 | ] |
| 298 | |
| 299 | [[package]] |
| 300 | name = "harfbuzz_rs_now" |
| 301 | version = "2.3.2" |
| 302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 303 | checksum = "e7c409e4222b628232c6190ba76ad2baabfd011cd77c6b3bf8d8f8adb96cbcb7" |
| 304 | dependencies = [ |
| 305 | "bitflags", |
| 306 | "cc", |
| 307 | "pkg-config", |
| 308 | ] |
| 309 | |
| 310 | [[package]] |
| 311 | name = "hashbrown" |
| 312 | version = "0.17.1" |
| 313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 314 | checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 315 | dependencies = [ |
| 316 | "allocator-api2", |
| 317 | "equivalent", |
| 318 | "foldhash", |
| 319 | ] |
| 320 | |
| 321 | [[package]] |
| 322 | name = "hermit-abi" |
| 323 | version = "0.5.2" |
| 324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 325 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 326 | |
| 327 | [[package]] |
| 328 | name = "image" |
| 329 | version = "0.25.10" |
| 330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 331 | checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" |
| 332 | dependencies = [ |
| 333 | "bytemuck", |
| 334 | "byteorder-lite", |
| 335 | "color_quant", |
| 336 | "gif", |
| 337 | "image-webp", |
| 338 | "moxcms", |
| 339 | "num-traits", |
| 340 | "png", |
| 341 | "zune-core", |
| 342 | "zune-jpeg", |
| 343 | ] |
| 344 | |
| 345 | [[package]] |
| 346 | name = "image-webp" |
| 347 | version = "0.2.4" |
| 348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 349 | checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" |
| 350 | dependencies = [ |
| 351 | "byteorder-lite", |
| 352 | "quick-error", |
| 353 | ] |
| 354 | |
| 355 | [[package]] |
| 356 | name = "indexmap" |
| 357 | version = "2.14.0" |
| 358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 359 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 360 | dependencies = [ |
| 361 | "equivalent", |
| 362 | "hashbrown", |
| 363 | ] |
| 364 | |
| 365 | [[package]] |
| 366 | name = "lazy_static" |
| 367 | version = "1.5.0" |
| 368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 369 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 370 | |
| 371 | [[package]] |
| 372 | name = "libc" |
| 373 | version = "0.2.186" |
| 374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 375 | checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 376 | |
| 377 | [[package]] |
| 378 | name = "libloading" |
| 379 | version = "0.8.9" |
| 380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 381 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| 382 | dependencies = [ |
| 383 | "cfg-if", |
| 384 | "windows-link", |
| 385 | ] |
| 386 | |
| 387 | [[package]] |
| 388 | name = "libz-sys" |
| 389 | version = "1.1.29" |
| 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 391 | checksum = "85bc9657773828b90eeb625adff10eeac83cc21bbfd8e23a03eaa8a33c9e28d9" |
| 392 | dependencies = [ |
| 393 | "cc", |
| 394 | "libc", |
| 395 | "pkg-config", |
| 396 | "vcpkg", |
| 397 | ] |
| 398 | |
| 399 | [[package]] |
| 400 | name = "linux-raw-sys" |
| 401 | version = "0.12.1" |
| 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 403 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 404 | |
| 405 | [[package]] |
| 406 | name = "log" |
| 407 | version = "0.4.32" |
| 408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 409 | checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" |
| 410 | |
| 411 | [[package]] |
| 412 | name = "lru" |
| 413 | version = "0.18.0" |
| 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 415 | checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9" |
| 416 | dependencies = [ |
| 417 | "hashbrown", |
| 418 | ] |
| 419 | |
| 420 | [[package]] |
| 421 | name = "matchers" |
| 422 | version = "0.2.0" |
| 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 424 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 425 | dependencies = [ |
| 426 | "regex-automata", |
| 427 | ] |
| 428 | |
| 429 | [[package]] |
| 430 | name = "memchr" |
| 431 | version = "2.8.2" |
| 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 433 | checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" |
| 434 | |
| 435 | [[package]] |
| 436 | name = "memmap2" |
| 437 | version = "0.9.11" |
| 438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 439 | checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" |
| 440 | dependencies = [ |
| 441 | "libc", |
| 442 | ] |
| 443 | |
| 444 | [[package]] |
| 445 | name = "miniz_oxide" |
| 446 | version = "0.8.9" |
| 447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 448 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 449 | dependencies = [ |
| 450 | "adler2", |
| 451 | "simd-adler32", |
| 452 | ] |
| 453 | |
| 454 | [[package]] |
| 455 | name = "moxcms" |
| 456 | version = "0.8.1" |
| 457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 458 | checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" |
| 459 | dependencies = [ |
| 460 | "num-traits", |
| 461 | "pxfm", |
| 462 | ] |
| 463 | |
| 464 | [[package]] |
| 465 | name = "nix" |
| 466 | version = "0.31.3" |
| 467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 468 | checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" |
| 469 | dependencies = [ |
| 470 | "bitflags", |
| 471 | "cfg-if", |
| 472 | "cfg_aliases", |
| 473 | "libc", |
| 474 | ] |
| 475 | |
| 476 | [[package]] |
| 477 | name = "nu-ansi-term" |
| 478 | version = "0.50.3" |
| 479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 480 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 481 | dependencies = [ |
| 482 | "windows-sys", |
| 483 | ] |
| 484 | |
| 485 | [[package]] |
| 486 | name = "num-traits" |
| 487 | version = "0.2.19" |
| 488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 489 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 490 | dependencies = [ |
| 491 | "autocfg", |
| 492 | ] |
| 493 | |
| 494 | [[package]] |
| 495 | name = "once_cell" |
| 496 | version = "1.21.4" |
| 497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 498 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 499 | |
| 500 | [[package]] |
| 501 | name = "pin-project-lite" |
| 502 | version = "0.2.17" |
| 503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 505 | |
| 506 | [[package]] |
| 507 | name = "pkg-config" |
| 508 | version = "0.3.33" |
| 509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 510 | checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 511 | |
| 512 | [[package]] |
| 513 | name = "png" |
| 514 | version = "0.18.1" |
| 515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 516 | checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" |
| 517 | dependencies = [ |
| 518 | "bitflags", |
| 519 | "crc32fast", |
| 520 | "fdeflate", |
| 521 | "flate2", |
| 522 | "miniz_oxide", |
| 523 | ] |
| 524 | |
| 525 | [[package]] |
| 526 | name = "polling" |
| 527 | version = "3.11.0" |
| 528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 529 | checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 530 | dependencies = [ |
| 531 | "cfg-if", |
| 532 | "concurrent-queue", |
| 533 | "hermit-abi", |
| 534 | "pin-project-lite", |
| 535 | "rustix", |
| 536 | "windows-sys", |
| 537 | ] |
| 538 | |
| 539 | [[package]] |
| 540 | name = "pound" |
| 541 | version = "0.1.6" |
| 542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 543 | checksum = "b29188deca8885da40aaafd27d756c5d94420fb8ba8a569663c7a87fef6d28ad" |
| 544 | dependencies = [ |
| 545 | "pound-derive", |
| 546 | ] |
| 547 | |
| 548 | [[package]] |
| 549 | name = "pound-derive" |
| 550 | version = "0.1.6" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | checksum = "215966bbf23c9af48d9014a71bc426ecf9be95ffb04b5f1ae3e64f8d8a2a920c" |
| 553 | dependencies = [ |
| 554 | "proc-macro2", |
| 555 | "quote", |
| 556 | "venial", |
| 557 | ] |
| 558 | |
| 559 | [[package]] |
| 560 | name = "proc-macro2" |
| 561 | version = "1.0.106" |
| 562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 563 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 564 | dependencies = [ |
| 565 | "unicode-ident", |
| 566 | ] |
| 567 | |
| 568 | [[package]] |
| 569 | name = "pxfm" |
| 570 | version = "0.1.29" |
| 571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 572 | checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f" |
| 573 | |
| 574 | [[package]] |
| 575 | name = "quick-error" |
| 576 | version = "2.0.1" |
| 577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 578 | checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| 579 | |
| 580 | [[package]] |
| 581 | name = "quick-xml" |
| 582 | version = "0.39.4" |
| 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 584 | checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" |
| 585 | dependencies = [ |
| 586 | "memchr", |
| 587 | ] |
| 588 | |
| 589 | [[package]] |
| 590 | name = "quote" |
| 591 | version = "1.0.45" |
| 592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 593 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 594 | dependencies = [ |
| 595 | "proc-macro2", |
| 596 | ] |
| 597 | |
| 598 | [[package]] |
| 599 | name = "regex-automata" |
| 600 | version = "0.4.14" |
| 601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 602 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 603 | dependencies = [ |
| 604 | "aho-corasick", |
| 605 | "memchr", |
| 606 | "regex-syntax", |
| 607 | ] |
| 608 | |
| 609 | [[package]] |
| 610 | name = "regex-syntax" |
| 611 | version = "0.8.11" |
| 612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 613 | checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 614 | |
| 615 | [[package]] |
| 616 | name = "rustix" |
| 617 | version = "1.1.4" |
| 618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 619 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 620 | dependencies = [ |
| 621 | "bitflags", |
| 622 | "errno", |
| 623 | "libc", |
| 624 | "linux-raw-sys", |
| 625 | "windows-sys", |
| 626 | ] |
| 627 | |
| 628 | [[package]] |
| 629 | name = "serde" |
| 630 | version = "1.0.228" |
| 631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 632 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 633 | dependencies = [ |
| 634 | "serde_core", |
| 635 | "serde_derive", |
| 636 | ] |
| 637 | |
| 638 | [[package]] |
| 639 | name = "serde_core" |
| 640 | version = "1.0.228" |
| 641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 642 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 643 | dependencies = [ |
| 644 | "serde_derive", |
| 645 | ] |
| 646 | |
| 647 | [[package]] |
| 648 | name = "serde_derive" |
| 649 | version = "1.0.228" |
| 650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 651 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 652 | dependencies = [ |
| 653 | "proc-macro2", |
| 654 | "quote", |
| 655 | "syn", |
| 656 | ] |
| 657 | |
| 658 | [[package]] |
| 659 | name = "serde_ignored" |
| 660 | version = "0.1.14" |
| 661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 662 | checksum = "115dffd5f3853e06e746965a20dcbae6ee747ae30b543d91b0e089668bb07798" |
| 663 | dependencies = [ |
| 664 | "serde", |
| 665 | "serde_core", |
| 666 | ] |
| 667 | |
| 668 | [[package]] |
| 669 | name = "serde_spanned" |
| 670 | version = "1.1.1" |
| 671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 672 | checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 673 | dependencies = [ |
| 674 | "serde_core", |
| 675 | ] |
| 676 | |
| 677 | [[package]] |
| 678 | name = "sharded-slab" |
| 679 | version = "0.1.7" |
| 680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 681 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 682 | dependencies = [ |
| 683 | "lazy_static", |
| 684 | ] |
| 685 | |
| 686 | [[package]] |
| 687 | name = "shlex" |
| 688 | version = "2.0.1" |
| 689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 690 | checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 691 | |
| 692 | [[package]] |
| 693 | name = "simd-adler32" |
| 694 | version = "0.3.9" |
| 695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 696 | checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" |
| 697 | |
| 698 | [[package]] |
| 699 | name = "slab" |
| 700 | version = "0.4.12" |
| 701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 702 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 703 | |
| 704 | [[package]] |
| 705 | name = "smallvec" |
| 706 | version = "1.15.2" |
| 707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 708 | checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" |
| 709 | |
| 710 | [[package]] |
| 711 | name = "smithay-client-toolkit" |
| 712 | version = "0.20.0" |
| 713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 714 | checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0" |
| 715 | dependencies = [ |
| 716 | "bitflags", |
| 717 | "bytemuck", |
| 718 | "calloop", |
| 719 | "calloop-wayland-source", |
| 720 | "cursor-icon", |
| 721 | "libc", |
| 722 | "log", |
| 723 | "memmap2", |
| 724 | "pkg-config", |
| 725 | "rustix", |
| 726 | "thiserror", |
| 727 | "wayland-backend", |
| 728 | "wayland-client", |
| 729 | "wayland-csd-frame", |
| 730 | "wayland-cursor", |
| 731 | "wayland-protocols", |
| 732 | "wayland-protocols-experimental", |
| 733 | "wayland-protocols-misc", |
| 734 | "wayland-protocols-wlr", |
| 735 | "wayland-scanner", |
| 736 | "xkbcommon", |
| 737 | "xkeysym", |
| 738 | ] |
| 739 | |
| 740 | [[package]] |
| 741 | name = "syn" |
| 742 | version = "2.0.118" |
| 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 744 | checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" |
| 745 | dependencies = [ |
| 746 | "proc-macro2", |
| 747 | "quote", |
| 748 | "unicode-ident", |
| 749 | ] |
| 750 | |
| 751 | [[package]] |
| 752 | name = "thiserror" |
| 753 | version = "2.0.18" |
| 754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 755 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 756 | dependencies = [ |
| 757 | "thiserror-impl", |
| 758 | ] |
| 759 | |
| 760 | [[package]] |
| 761 | name = "thiserror-impl" |
| 762 | version = "2.0.18" |
| 763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 764 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 765 | dependencies = [ |
| 766 | "proc-macro2", |
| 767 | "quote", |
| 768 | "syn", |
| 769 | ] |
| 770 | |
| 771 | [[package]] |
| 772 | name = "thread_local" |
| 773 | version = "1.1.9" |
| 774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 775 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 776 | dependencies = [ |
| 777 | "cfg-if", |
| 778 | ] |
| 779 | |
| 780 | [[package]] |
| 781 | name = "toml" |
| 782 | version = "1.1.2+spec-1.1.0" |
| 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 784 | checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" |
| 785 | dependencies = [ |
| 786 | "indexmap", |
| 787 | "serde_core", |
| 788 | "serde_spanned", |
| 789 | "toml_datetime", |
| 790 | "toml_parser", |
| 791 | "toml_writer", |
| 792 | "winnow", |
| 793 | ] |
| 794 | |
| 795 | [[package]] |
| 796 | name = "toml_datetime" |
| 797 | version = "1.1.1+spec-1.1.0" |
| 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 799 | checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 800 | dependencies = [ |
| 801 | "serde_core", |
| 802 | ] |
| 803 | |
| 804 | [[package]] |
| 805 | name = "toml_parser" |
| 806 | version = "1.1.2+spec-1.1.0" |
| 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 808 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 809 | dependencies = [ |
| 810 | "winnow", |
| 811 | ] |
| 812 | |
| 813 | [[package]] |
| 814 | name = "toml_writer" |
| 815 | version = "1.1.1+spec-1.1.0" |
| 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 | checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" |
| 818 | |
| 819 | [[package]] |
| 820 | name = "tracing" |
| 821 | version = "0.1.44" |
| 822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 823 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 824 | dependencies = [ |
| 825 | "log", |
| 826 | "pin-project-lite", |
| 827 | "tracing-attributes", |
| 828 | "tracing-core", |
| 829 | ] |
| 830 | |
| 831 | [[package]] |
| 832 | name = "tracing-attributes" |
| 833 | version = "0.1.31" |
| 834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 835 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 836 | dependencies = [ |
| 837 | "proc-macro2", |
| 838 | "quote", |
| 839 | "syn", |
| 840 | ] |
| 841 | |
| 842 | [[package]] |
| 843 | name = "tracing-core" |
| 844 | version = "0.1.36" |
| 845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 846 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 847 | dependencies = [ |
| 848 | "once_cell", |
| 849 | "valuable", |
| 850 | ] |
| 851 | |
| 852 | [[package]] |
| 853 | name = "tracing-log" |
| 854 | version = "0.2.0" |
| 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 856 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 857 | dependencies = [ |
| 858 | "log", |
| 859 | "once_cell", |
| 860 | "tracing-core", |
| 861 | ] |
| 862 | |
| 863 | [[package]] |
| 864 | name = "tracing-subscriber" |
| 865 | version = "0.3.23" |
| 866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 867 | checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 868 | dependencies = [ |
| 869 | "matchers", |
| 870 | "nu-ansi-term", |
| 871 | "once_cell", |
| 872 | "regex-automata", |
| 873 | "sharded-slab", |
| 874 | "smallvec", |
| 875 | "thread_local", |
| 876 | "tracing", |
| 877 | "tracing-core", |
| 878 | "tracing-log", |
| 879 | ] |
| 880 | |
| 881 | [[package]] |
| 882 | name = "unicode-ident" |
| 883 | version = "1.0.24" |
| 884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 885 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 886 | |
| 887 | [[package]] |
| 888 | name = "unicode-width" |
| 889 | version = "0.2.2" |
| 890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 891 | checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 892 | |
| 893 | [[package]] |
| 894 | name = "valuable" |
| 895 | version = "0.1.1" |
| 896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 897 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 898 | |
| 899 | [[package]] |
| 900 | name = "vcpkg" |
| 901 | version = "0.2.15" |
| 902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 903 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 904 | |
| 905 | [[package]] |
| 906 | name = "venial" |
| 907 | version = "0.6.1" |
| 908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 909 | checksum = "9a42528baceab6c7784446df2a10f4185078c39bf73dc614f154353f1a6b1229" |
| 910 | dependencies = [ |
| 911 | "proc-macro2", |
| 912 | "quote", |
| 913 | ] |
| 914 | |
| 915 | [[package]] |
| 916 | name = "vte" |
| 917 | version = "0.15.0" |
| 918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 919 | checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd" |
| 920 | dependencies = [ |
| 921 | "arrayvec", |
| 922 | "memchr", |
| 923 | ] |
| 924 | |
| 925 | [[package]] |
| 926 | name = "wayland-backend" |
| 927 | version = "0.3.15" |
| 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 929 | checksum = "2857dd20b54e916ec7253b3d6b4d5c4d7d4ca2c33c2e11c6c76a99bd8744755d" |
| 930 | dependencies = [ |
| 931 | "cc", |
| 932 | "downcast-rs", |
| 933 | "rustix", |
| 934 | "smallvec", |
| 935 | "wayland-sys", |
| 936 | ] |
| 937 | |
| 938 | [[package]] |
| 939 | name = "wayland-client" |
| 940 | version = "0.31.14" |
| 941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 942 | checksum = "645c7c96bb74690c3189b5c9cb4ca1627062bb23693a4fad9d8c3de958260144" |
| 943 | dependencies = [ |
| 944 | "bitflags", |
| 945 | "rustix", |
| 946 | "wayland-backend", |
| 947 | "wayland-scanner", |
| 948 | ] |
| 949 | |
| 950 | [[package]] |
| 951 | name = "wayland-csd-frame" |
| 952 | version = "0.3.0" |
| 953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 954 | checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" |
| 955 | dependencies = [ |
| 956 | "bitflags", |
| 957 | "cursor-icon", |
| 958 | "wayland-backend", |
| 959 | ] |
| 960 | |
| 961 | [[package]] |
| 962 | name = "wayland-cursor" |
| 963 | version = "0.31.14" |
| 964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 965 | checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d" |
| 966 | dependencies = [ |
| 967 | "rustix", |
| 968 | "wayland-client", |
| 969 | "xcursor", |
| 970 | ] |
| 971 | |
| 972 | [[package]] |
| 973 | name = "wayland-protocols" |
| 974 | version = "0.32.13" |
| 975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 976 | checksum = "23d0c813de3daa2ed6520af85a3bd49b0e722a3078506899aa9686fea58dc4b6" |
| 977 | dependencies = [ |
| 978 | "bitflags", |
| 979 | "wayland-backend", |
| 980 | "wayland-client", |
| 981 | "wayland-scanner", |
| 982 | ] |
| 983 | |
| 984 | [[package]] |
| 985 | name = "wayland-protocols-experimental" |
| 986 | version = "20250721.0.1" |
| 987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 988 | checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1" |
| 989 | dependencies = [ |
| 990 | "bitflags", |
| 991 | "wayland-backend", |
| 992 | "wayland-client", |
| 993 | "wayland-protocols", |
| 994 | "wayland-scanner", |
| 995 | ] |
| 996 | |
| 997 | [[package]] |
| 998 | name = "wayland-protocols-misc" |
| 999 | version = "0.3.12" |
| 1000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1001 | checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8" |
| 1002 | dependencies = [ |
| 1003 | "bitflags", |
| 1004 | "wayland-backend", |
| 1005 | "wayland-client", |
| 1006 | "wayland-protocols", |
| 1007 | "wayland-scanner", |
| 1008 | ] |
| 1009 | |
| 1010 | [[package]] |
| 1011 | name = "wayland-protocols-wlr" |
| 1012 | version = "0.3.12" |
| 1013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1014 | checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234" |
| 1015 | dependencies = [ |
| 1016 | "bitflags", |
| 1017 | "wayland-backend", |
| 1018 | "wayland-client", |
| 1019 | "wayland-protocols", |
| 1020 | "wayland-scanner", |
| 1021 | ] |
| 1022 | |
| 1023 | [[package]] |
| 1024 | name = "wayland-scanner" |
| 1025 | version = "0.31.10" |
| 1026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1027 | checksum = "9c324a910fd86ebdc364a3e61ec1f11737d3b1d6c273c0239ee8ff4bc0d24b4a" |
| 1028 | dependencies = [ |
| 1029 | "proc-macro2", |
| 1030 | "quick-xml", |
| 1031 | "quote", |
| 1032 | ] |
| 1033 | |
| 1034 | [[package]] |
| 1035 | name = "wayland-sys" |
| 1036 | version = "0.31.11" |
| 1037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1038 | checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be" |
| 1039 | dependencies = [ |
| 1040 | "pkg-config", |
| 1041 | ] |
| 1042 | |
| 1043 | [[package]] |
| 1044 | name = "weezl" |
| 1045 | version = "0.1.12" |
| 1046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1047 | checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" |
| 1048 | |
| 1049 | [[package]] |
| 1050 | name = "windows-link" |
| 1051 | version = "0.2.1" |
| 1052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1053 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1054 | |
| 1055 | [[package]] |
| 1056 | name = "windows-sys" |
| 1057 | version = "0.61.2" |
| 1058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1059 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1060 | dependencies = [ |
| 1061 | "windows-link", |
| 1062 | ] |
| 1063 | |
| 1064 | [[package]] |
| 1065 | name = "winnow" |
| 1066 | version = "1.0.3" |
| 1067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1068 | checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" |
| 1069 | |
| 1070 | [[package]] |
| 1071 | name = "xcursor" |
| 1072 | version = "0.3.10" |
| 1073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1074 | checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" |
| 1075 | |
| 1076 | [[package]] |
| 1077 | name = "xkbcommon" |
| 1078 | version = "0.8.0" |
| 1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1080 | checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9" |
| 1081 | dependencies = [ |
| 1082 | "libc", |
| 1083 | "memmap2", |
| 1084 | "xkeysym", |
| 1085 | ] |
| 1086 | |
| 1087 | [[package]] |
| 1088 | name = "xkeysym" |
| 1089 | version = "0.2.1" |
| 1090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1091 | checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" |
| 1092 | dependencies = [ |
| 1093 | "bytemuck", |
| 1094 | ] |
| 1095 | |
| 1096 | [[package]] |
| 1097 | name = "yeslogic-fontconfig-sys" |
| 1098 | version = "6.0.1" |
| 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1100 | checksum = "1d8b8abf912b9a29ff112e1671c97c33636903d13a69712037190e6805af4f76" |
| 1101 | dependencies = [ |
| 1102 | "dlib", |
| 1103 | "once_cell", |
| 1104 | "pkg-config", |
| 1105 | ] |
| 1106 | |
| 1107 | [[package]] |
| 1108 | name = "zune-core" |
| 1109 | version = "0.5.1" |
| 1110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1111 | checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" |
| 1112 | |
| 1113 | [[package]] |
| 1114 | name = "zune-jpeg" |
| 1115 | version = "0.5.15" |
| 1116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1117 | checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296" |
| 1118 | dependencies = [ |
| 1119 | "zune-core", |
| 1120 | ] |