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