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