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