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