Cargo.lock (138197B)
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 4 4 5 [[package]] 6 name = "ab_glyph" 7 version = "0.2.32" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" 10 dependencies = [ 11 "ab_glyph_rasterizer", 12 "owned_ttf_parser", 13 ] 14 15 [[package]] 16 name = "ab_glyph_rasterizer" 17 version = "0.1.10" 18 source = "registry+https://github.com/rust-lang/crates.io-index" 19 checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" 20 21 [[package]] 22 name = "accesskit" 23 version = "0.21.1" 24 source = "registry+https://github.com/rust-lang/crates.io-index" 25 checksum = "cf203f9d3bd8f29f98833d1fbef628df18f759248a547e7e01cfbf63cda36a99" 26 dependencies = [ 27 "enumn", 28 "serde", 29 ] 30 31 [[package]] 32 name = "accesskit_atspi_common" 33 version = "0.14.1" 34 source = "registry+https://github.com/rust-lang/crates.io-index" 35 checksum = "29f73a9b855b6f4af4962a94553ef0c092b80cf5e17038724d5e30945d036f69" 36 dependencies = [ 37 "accesskit", 38 "accesskit_consumer", 39 "atspi-common", 40 "serde", 41 "thiserror 1.0.69", 42 "zvariant", 43 ] 44 45 [[package]] 46 name = "accesskit_consumer" 47 version = "0.30.1" 48 source = "registry+https://github.com/rust-lang/crates.io-index" 49 checksum = "bdd06f5fea9819250fffd4debf926709f3593ac22f8c1541a2573e5ee0ca01cd" 50 dependencies = [ 51 "accesskit", 52 "hashbrown 0.15.5", 53 ] 54 55 [[package]] 56 name = "accesskit_macos" 57 version = "0.22.1" 58 source = "registry+https://github.com/rust-lang/crates.io-index" 59 checksum = "93fbaf15815f39084e0cb24950c232f0e3634702c2dfbf182ae3b4919a4a1d45" 60 dependencies = [ 61 "accesskit", 62 "accesskit_consumer", 63 "hashbrown 0.15.5", 64 "objc2 0.5.2", 65 "objc2-app-kit 0.2.2", 66 "objc2-foundation 0.2.2", 67 ] 68 69 [[package]] 70 name = "accesskit_unix" 71 version = "0.17.1" 72 source = "registry+https://github.com/rust-lang/crates.io-index" 73 checksum = "64926a930368d52d95422b822ede15014c04536cabaa2394f99567a1f4788dc6" 74 dependencies = [ 75 "accesskit", 76 "accesskit_atspi_common", 77 "async-channel", 78 "async-executor", 79 "async-task", 80 "atspi", 81 "futures-lite", 82 "futures-util", 83 "serde", 84 "zbus", 85 ] 86 87 [[package]] 88 name = "accesskit_windows" 89 version = "0.29.1" 90 source = "registry+https://github.com/rust-lang/crates.io-index" 91 checksum = "792991159fa9ba57459de59e12e918bb90c5346fea7d40ac1a11f8632b41e63a" 92 dependencies = [ 93 "accesskit", 94 "accesskit_consumer", 95 "hashbrown 0.15.5", 96 "static_assertions", 97 "windows 0.61.3", 98 "windows-core 0.61.2", 99 ] 100 101 [[package]] 102 name = "accesskit_winit" 103 version = "0.29.1" 104 source = "registry+https://github.com/rust-lang/crates.io-index" 105 checksum = "cd9db0ea66997e3f4eae4a5f2c6b6486cf206642639ee629dbbb860ace1dec87" 106 dependencies = [ 107 "accesskit", 108 "accesskit_macos", 109 "accesskit_unix", 110 "accesskit_windows", 111 "raw-window-handle", 112 "winit", 113 ] 114 115 [[package]] 116 name = "adler2" 117 version = "2.0.1" 118 source = "registry+https://github.com/rust-lang/crates.io-index" 119 checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 120 121 [[package]] 122 name = "adler32" 123 version = "1.2.0" 124 source = "registry+https://github.com/rust-lang/crates.io-index" 125 checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 126 127 [[package]] 128 name = "ahash" 129 version = "0.8.12" 130 source = "registry+https://github.com/rust-lang/crates.io-index" 131 checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 132 dependencies = [ 133 "cfg-if", 134 "getrandom 0.3.4", 135 "once_cell", 136 "serde", 137 "version_check", 138 "zerocopy", 139 ] 140 141 [[package]] 142 name = "aho-corasick" 143 version = "1.1.3" 144 source = "registry+https://github.com/rust-lang/crates.io-index" 145 checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 146 dependencies = [ 147 "memchr", 148 ] 149 150 [[package]] 151 name = "allocator-api2" 152 version = "0.2.21" 153 source = "registry+https://github.com/rust-lang/crates.io-index" 154 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 155 dependencies = [ 156 "serde", 157 ] 158 159 [[package]] 160 name = "android-activity" 161 version = "0.6.0" 162 source = "registry+https://github.com/rust-lang/crates.io-index" 163 checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 164 dependencies = [ 165 "android-properties", 166 "bitflags 2.10.0", 167 "cc", 168 "cesu8", 169 "jni", 170 "jni-sys", 171 "libc", 172 "log", 173 "ndk", 174 "ndk-context", 175 "ndk-sys", 176 "num_enum", 177 "thiserror 1.0.69", 178 ] 179 180 [[package]] 181 name = "android-properties" 182 version = "0.2.2" 183 source = "registry+https://github.com/rust-lang/crates.io-index" 184 checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 185 186 [[package]] 187 name = "android_system_properties" 188 version = "0.1.5" 189 source = "registry+https://github.com/rust-lang/crates.io-index" 190 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 191 dependencies = [ 192 "libc", 193 ] 194 195 [[package]] 196 name = "anstream" 197 version = "0.6.21" 198 source = "registry+https://github.com/rust-lang/crates.io-index" 199 checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 200 dependencies = [ 201 "anstyle", 202 "anstyle-parse", 203 "anstyle-query", 204 "anstyle-wincon", 205 "colorchoice", 206 "is_terminal_polyfill", 207 "utf8parse", 208 ] 209 210 [[package]] 211 name = "anstyle" 212 version = "1.0.13" 213 source = "registry+https://github.com/rust-lang/crates.io-index" 214 checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 215 216 [[package]] 217 name = "anstyle-parse" 218 version = "0.2.7" 219 source = "registry+https://github.com/rust-lang/crates.io-index" 220 checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 221 dependencies = [ 222 "utf8parse", 223 ] 224 225 [[package]] 226 name = "anstyle-query" 227 version = "1.1.4" 228 source = "registry+https://github.com/rust-lang/crates.io-index" 229 checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 230 dependencies = [ 231 "windows-sys 0.60.2", 232 ] 233 234 [[package]] 235 name = "anstyle-wincon" 236 version = "3.0.10" 237 source = "registry+https://github.com/rust-lang/crates.io-index" 238 checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 239 dependencies = [ 240 "anstyle", 241 "once_cell_polyfill", 242 "windows-sys 0.60.2", 243 ] 244 245 [[package]] 246 name = "app_units" 247 version = "0.7.8" 248 source = "registry+https://github.com/rust-lang/crates.io-index" 249 checksum = "467b60e4ee6761cd6fd4e03ea58acefc8eec0d1b1def995c1b3b783fa7be8a60" 250 dependencies = [ 251 "num-traits", 252 "serde", 253 ] 254 255 [[package]] 256 name = "arboard" 257 version = "3.6.1" 258 source = "registry+https://github.com/rust-lang/crates.io-index" 259 checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" 260 dependencies = [ 261 "clipboard-win 5.4.1", 262 "image", 263 "log", 264 "objc2 0.6.3", 265 "objc2-app-kit 0.3.2", 266 "objc2-core-foundation", 267 "objc2-core-graphics", 268 "objc2-foundation 0.3.2", 269 "parking_lot", 270 "percent-encoding", 271 "windows-sys 0.60.2", 272 "x11rb", 273 ] 274 275 [[package]] 276 name = "argh" 277 version = "0.1.13" 278 source = "registry+https://github.com/rust-lang/crates.io-index" 279 checksum = "34ff18325c8a36b82f992e533ece1ec9f9a9db446bd1c14d4f936bac88fcd240" 280 dependencies = [ 281 "argh_derive", 282 "argh_shared", 283 "rust-fuzzy-search", 284 ] 285 286 [[package]] 287 name = "argh_derive" 288 version = "0.1.13" 289 source = "registry+https://github.com/rust-lang/crates.io-index" 290 checksum = "adb7b2b83a50d329d5d8ccc620f5c7064028828538bdf5646acd60dc1f767803" 291 dependencies = [ 292 "argh_shared", 293 "proc-macro2", 294 "quote", 295 "syn 2.0.107", 296 ] 297 298 [[package]] 299 name = "argh_shared" 300 version = "0.1.13" 301 source = "registry+https://github.com/rust-lang/crates.io-index" 302 checksum = "a464143cc82dedcdc3928737445362466b7674b5db4e2eb8e869846d6d84f4f6" 303 dependencies = [ 304 "serde", 305 ] 306 307 [[package]] 308 name = "arrayref" 309 version = "0.3.9" 310 source = "registry+https://github.com/rust-lang/crates.io-index" 311 checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 312 313 [[package]] 314 name = "arrayvec" 315 version = "0.7.6" 316 source = "registry+https://github.com/rust-lang/crates.io-index" 317 checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 318 319 [[package]] 320 name = "as-raw-xcb-connection" 321 version = "1.0.1" 322 source = "registry+https://github.com/rust-lang/crates.io-index" 323 checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 324 325 [[package]] 326 name = "ash" 327 version = "0.38.0+1.3.281" 328 source = "registry+https://github.com/rust-lang/crates.io-index" 329 checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 330 dependencies = [ 331 "libloading", 332 ] 333 334 [[package]] 335 name = "async-broadcast" 336 version = "0.7.2" 337 source = "registry+https://github.com/rust-lang/crates.io-index" 338 checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 339 dependencies = [ 340 "event-listener", 341 "event-listener-strategy", 342 "futures-core", 343 "pin-project-lite", 344 ] 345 346 [[package]] 347 name = "async-channel" 348 version = "2.5.0" 349 source = "registry+https://github.com/rust-lang/crates.io-index" 350 checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 351 dependencies = [ 352 "concurrent-queue", 353 "event-listener-strategy", 354 "futures-core", 355 "pin-project-lite", 356 ] 357 358 [[package]] 359 name = "async-executor" 360 version = "1.13.3" 361 source = "registry+https://github.com/rust-lang/crates.io-index" 362 checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" 363 dependencies = [ 364 "async-task", 365 "concurrent-queue", 366 "fastrand", 367 "futures-lite", 368 "pin-project-lite", 369 "slab", 370 ] 371 372 [[package]] 373 name = "async-io" 374 version = "2.6.0" 375 source = "registry+https://github.com/rust-lang/crates.io-index" 376 checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 377 dependencies = [ 378 "autocfg", 379 "cfg-if", 380 "concurrent-queue", 381 "futures-io", 382 "futures-lite", 383 "parking", 384 "polling", 385 "rustix 1.1.2", 386 "slab", 387 "windows-sys 0.61.2", 388 ] 389 390 [[package]] 391 name = "async-lock" 392 version = "3.4.1" 393 source = "registry+https://github.com/rust-lang/crates.io-index" 394 checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" 395 dependencies = [ 396 "event-listener", 397 "event-listener-strategy", 398 "pin-project-lite", 399 ] 400 401 [[package]] 402 name = "async-process" 403 version = "2.5.0" 404 source = "registry+https://github.com/rust-lang/crates.io-index" 405 checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" 406 dependencies = [ 407 "async-channel", 408 "async-io", 409 "async-lock", 410 "async-signal", 411 "async-task", 412 "blocking", 413 "cfg-if", 414 "event-listener", 415 "futures-lite", 416 "rustix 1.1.2", 417 ] 418 419 [[package]] 420 name = "async-recursion" 421 version = "1.1.1" 422 source = "registry+https://github.com/rust-lang/crates.io-index" 423 checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 424 dependencies = [ 425 "proc-macro2", 426 "quote", 427 "syn 2.0.107", 428 ] 429 430 [[package]] 431 name = "async-signal" 432 version = "0.2.13" 433 source = "registry+https://github.com/rust-lang/crates.io-index" 434 checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" 435 dependencies = [ 436 "async-io", 437 "async-lock", 438 "atomic-waker", 439 "cfg-if", 440 "futures-core", 441 "futures-io", 442 "rustix 1.1.2", 443 "signal-hook-registry", 444 "slab", 445 "windows-sys 0.61.2", 446 ] 447 448 [[package]] 449 name = "async-task" 450 version = "4.7.1" 451 source = "registry+https://github.com/rust-lang/crates.io-index" 452 checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 453 454 [[package]] 455 name = "async-trait" 456 version = "0.1.89" 457 source = "registry+https://github.com/rust-lang/crates.io-index" 458 checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 459 dependencies = [ 460 "proc-macro2", 461 "quote", 462 "syn 2.0.107", 463 ] 464 465 [[package]] 466 name = "atomic-waker" 467 version = "1.1.2" 468 source = "registry+https://github.com/rust-lang/crates.io-index" 469 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 470 471 [[package]] 472 name = "atspi" 473 version = "0.25.0" 474 source = "registry+https://github.com/rust-lang/crates.io-index" 475 checksum = "c83247582e7508838caf5f316c00791eee0e15c0bf743e6880585b867e16815c" 476 dependencies = [ 477 "atspi-common", 478 "atspi-connection", 479 "atspi-proxies", 480 ] 481 482 [[package]] 483 name = "atspi-common" 484 version = "0.9.0" 485 source = "registry+https://github.com/rust-lang/crates.io-index" 486 checksum = "33dfc05e7cdf90988a197803bf24f5788f94f7c94a69efa95683e8ffe76cfdfb" 487 dependencies = [ 488 "enumflags2", 489 "serde", 490 "static_assertions", 491 "zbus", 492 "zbus-lockstep", 493 "zbus-lockstep-macros", 494 "zbus_names", 495 "zvariant", 496 ] 497 498 [[package]] 499 name = "atspi-connection" 500 version = "0.9.0" 501 source = "registry+https://github.com/rust-lang/crates.io-index" 502 checksum = "4193d51303d8332304056ae0004714256b46b6635a5c556109b319c0d3784938" 503 dependencies = [ 504 "atspi-common", 505 "atspi-proxies", 506 "futures-lite", 507 "zbus", 508 ] 509 510 [[package]] 511 name = "atspi-proxies" 512 version = "0.9.0" 513 source = "registry+https://github.com/rust-lang/crates.io-index" 514 checksum = "d2eebcb9e7e76f26d0bcfd6f0295e1cd1e6f33bedbc5698a971db8dc43d7751c" 515 dependencies = [ 516 "atspi-common", 517 "serde", 518 "zbus", 519 ] 520 521 [[package]] 522 name = "autocfg" 523 version = "1.5.0" 524 source = "registry+https://github.com/rust-lang/crates.io-index" 525 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 526 527 [[package]] 528 name = "base64" 529 version = "0.22.1" 530 source = "registry+https://github.com/rust-lang/crates.io-index" 531 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 532 533 [[package]] 534 name = "bincode" 535 version = "1.3.3" 536 source = "registry+https://github.com/rust-lang/crates.io-index" 537 checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 538 dependencies = [ 539 "serde", 540 ] 541 542 [[package]] 543 name = "bit-set" 544 version = "0.8.0" 545 source = "registry+https://github.com/rust-lang/crates.io-index" 546 checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 547 dependencies = [ 548 "bit-vec", 549 ] 550 551 [[package]] 552 name = "bit-vec" 553 version = "0.8.0" 554 source = "registry+https://github.com/rust-lang/crates.io-index" 555 checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 556 557 [[package]] 558 name = "bitflags" 559 version = "1.2.1" 560 source = "registry+https://github.com/rust-lang/crates.io-index" 561 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 562 563 [[package]] 564 name = "bitflags" 565 version = "2.10.0" 566 source = "registry+https://github.com/rust-lang/crates.io-index" 567 checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 568 dependencies = [ 569 "serde_core", 570 ] 571 572 [[package]] 573 name = "block" 574 version = "0.1.6" 575 source = "registry+https://github.com/rust-lang/crates.io-index" 576 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 577 578 [[package]] 579 name = "block-buffer" 580 version = "0.10.4" 581 source = "registry+https://github.com/rust-lang/crates.io-index" 582 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 583 dependencies = [ 584 "generic-array", 585 ] 586 587 [[package]] 588 name = "block2" 589 version = "0.5.1" 590 source = "registry+https://github.com/rust-lang/crates.io-index" 591 checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 592 dependencies = [ 593 "objc2 0.5.2", 594 ] 595 596 [[package]] 597 name = "blocking" 598 version = "1.6.2" 599 source = "registry+https://github.com/rust-lang/crates.io-index" 600 checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 601 dependencies = [ 602 "async-channel", 603 "async-task", 604 "futures-io", 605 "futures-lite", 606 "piper", 607 ] 608 609 [[package]] 610 name = "build-parallel" 611 version = "0.1.2" 612 source = "registry+https://github.com/rust-lang/crates.io-index" 613 checksum = "b8e3ff9db740167616e528c509b3618046fc05d337f8f3182d300f4aa977d2bb" 614 dependencies = [ 615 "crossbeam-utils", 616 "jobserver", 617 "num_cpus", 618 ] 619 620 [[package]] 621 name = "bumpalo" 622 version = "3.19.0" 623 source = "registry+https://github.com/rust-lang/crates.io-index" 624 checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 625 626 [[package]] 627 name = "bytemuck" 628 version = "1.24.0" 629 source = "registry+https://github.com/rust-lang/crates.io-index" 630 checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 631 dependencies = [ 632 "bytemuck_derive", 633 ] 634 635 [[package]] 636 name = "bytemuck_derive" 637 version = "1.10.2" 638 source = "registry+https://github.com/rust-lang/crates.io-index" 639 checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" 640 dependencies = [ 641 "proc-macro2", 642 "quote", 643 "syn 2.0.107", 644 ] 645 646 [[package]] 647 name = "byteorder" 648 version = "1.5.0" 649 source = "registry+https://github.com/rust-lang/crates.io-index" 650 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 651 652 [[package]] 653 name = "byteorder-lite" 654 version = "0.1.0" 655 source = "registry+https://github.com/rust-lang/crates.io-index" 656 checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 657 658 [[package]] 659 name = "bytes" 660 version = "1.10.1" 661 source = "registry+https://github.com/rust-lang/crates.io-index" 662 checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 663 664 [[package]] 665 name = "calloop" 666 version = "0.13.0" 667 source = "registry+https://github.com/rust-lang/crates.io-index" 668 checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 669 dependencies = [ 670 "bitflags 2.10.0", 671 "log", 672 "polling", 673 "rustix 0.38.44", 674 "slab", 675 "thiserror 1.0.69", 676 ] 677 678 [[package]] 679 name = "calloop-wayland-source" 680 version = "0.3.0" 681 source = "registry+https://github.com/rust-lang/crates.io-index" 682 checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 683 dependencies = [ 684 "calloop", 685 "rustix 0.38.44", 686 "wayland-backend", 687 "wayland-client", 688 ] 689 690 [[package]] 691 name = "cc" 692 version = "1.2.41" 693 source = "registry+https://github.com/rust-lang/crates.io-index" 694 checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7" 695 dependencies = [ 696 "find-msvc-tools", 697 "jobserver", 698 "libc", 699 "shlex", 700 ] 701 702 [[package]] 703 name = "cesu8" 704 version = "1.1.0" 705 source = "registry+https://github.com/rust-lang/crates.io-index" 706 checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 707 708 [[package]] 709 name = "cfg-if" 710 version = "1.0.4" 711 source = "registry+https://github.com/rust-lang/crates.io-index" 712 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 713 714 [[package]] 715 name = "cfg_aliases" 716 version = "0.2.1" 717 source = "registry+https://github.com/rust-lang/crates.io-index" 718 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 719 720 [[package]] 721 name = "cgl" 722 version = "0.3.2" 723 source = "registry+https://github.com/rust-lang/crates.io-index" 724 checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 725 dependencies = [ 726 "libc", 727 ] 728 729 [[package]] 730 name = "clap" 731 version = "4.5.50" 732 source = "registry+https://github.com/rust-lang/crates.io-index" 733 checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623" 734 dependencies = [ 735 "clap_builder", 736 ] 737 738 [[package]] 739 name = "clap_builder" 740 version = "4.5.50" 741 source = "registry+https://github.com/rust-lang/crates.io-index" 742 checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0" 743 dependencies = [ 744 "anstream", 745 "anstyle", 746 "clap_lex", 747 "strsim", 748 ] 749 750 [[package]] 751 name = "clap_lex" 752 version = "0.7.6" 753 source = "registry+https://github.com/rust-lang/crates.io-index" 754 checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" 755 756 [[package]] 757 name = "clipboard-win" 758 version = "4.5.0" 759 source = "registry+https://github.com/rust-lang/crates.io-index" 760 checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 761 dependencies = [ 762 "error-code 2.3.1", 763 "str-buf", 764 "winapi", 765 ] 766 767 [[package]] 768 name = "clipboard-win" 769 version = "5.4.1" 770 source = "registry+https://github.com/rust-lang/crates.io-index" 771 checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" 772 dependencies = [ 773 "error-code 3.3.2", 774 ] 775 776 [[package]] 777 name = "codespan-reporting" 778 version = "0.12.0" 779 source = "registry+https://github.com/rust-lang/crates.io-index" 780 checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" 781 dependencies = [ 782 "serde", 783 "termcolor", 784 "unicode-width 0.2.2", 785 ] 786 787 [[package]] 788 name = "colorchoice" 789 version = "1.0.4" 790 source = "registry+https://github.com/rust-lang/crates.io-index" 791 checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 792 793 [[package]] 794 name = "combine" 795 version = "4.6.7" 796 source = "registry+https://github.com/rust-lang/crates.io-index" 797 checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 798 dependencies = [ 799 "bytes", 800 "memchr", 801 ] 802 803 [[package]] 804 name = "concurrent-queue" 805 version = "2.5.0" 806 source = "registry+https://github.com/rust-lang/crates.io-index" 807 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 808 dependencies = [ 809 "crossbeam-utils", 810 ] 811 812 [[package]] 813 name = "confy" 814 version = "1.0.0" 815 source = "registry+https://github.com/rust-lang/crates.io-index" 816 checksum = "f29222b549d4e3ded127989d523da9e928918d0d0d7f7c1690b439d0d538bae9" 817 dependencies = [ 818 "directories", 819 "serde", 820 "thiserror 2.0.17", 821 "toml", 822 ] 823 824 [[package]] 825 name = "core-foundation" 826 version = "0.9.4" 827 source = "registry+https://github.com/rust-lang/crates.io-index" 828 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 829 dependencies = [ 830 "core-foundation-sys", 831 "libc", 832 ] 833 834 [[package]] 835 name = "core-foundation" 836 version = "0.10.1" 837 source = "registry+https://github.com/rust-lang/crates.io-index" 838 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 839 dependencies = [ 840 "core-foundation-sys", 841 "libc", 842 ] 843 844 [[package]] 845 name = "core-foundation-sys" 846 version = "0.8.7" 847 source = "registry+https://github.com/rust-lang/crates.io-index" 848 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 849 850 [[package]] 851 name = "core-graphics" 852 version = "0.23.2" 853 source = "registry+https://github.com/rust-lang/crates.io-index" 854 checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 855 dependencies = [ 856 "bitflags 1.2.1", 857 "core-foundation 0.9.4", 858 "core-graphics-types 0.1.3", 859 "foreign-types", 860 "libc", 861 ] 862 863 [[package]] 864 name = "core-graphics-types" 865 version = "0.1.3" 866 source = "registry+https://github.com/rust-lang/crates.io-index" 867 checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 868 dependencies = [ 869 "bitflags 1.2.1", 870 "core-foundation 0.9.4", 871 "libc", 872 ] 873 874 [[package]] 875 name = "core-graphics-types" 876 version = "0.2.0" 877 source = "registry+https://github.com/rust-lang/crates.io-index" 878 checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 879 dependencies = [ 880 "bitflags 2.10.0", 881 "core-foundation 0.10.1", 882 "libc", 883 ] 884 885 [[package]] 886 name = "core-text" 887 version = "20.1.0" 888 source = "registry+https://github.com/rust-lang/crates.io-index" 889 checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5" 890 dependencies = [ 891 "core-foundation 0.9.4", 892 "core-graphics", 893 "foreign-types", 894 "libc", 895 ] 896 897 [[package]] 898 name = "cpufeatures" 899 version = "0.2.17" 900 source = "registry+https://github.com/rust-lang/crates.io-index" 901 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 902 dependencies = [ 903 "libc", 904 ] 905 906 [[package]] 907 name = "crc32fast" 908 version = "1.5.0" 909 source = "registry+https://github.com/rust-lang/crates.io-index" 910 checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 911 dependencies = [ 912 "cfg-if", 913 ] 914 915 [[package]] 916 name = "crossbeam-channel" 917 version = "0.5.15" 918 source = "registry+https://github.com/rust-lang/crates.io-index" 919 checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 920 dependencies = [ 921 "crossbeam-utils", 922 ] 923 924 [[package]] 925 name = "crossbeam-deque" 926 version = "0.8.6" 927 source = "registry+https://github.com/rust-lang/crates.io-index" 928 checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 929 dependencies = [ 930 "crossbeam-epoch", 931 "crossbeam-utils", 932 ] 933 934 [[package]] 935 name = "crossbeam-epoch" 936 version = "0.9.18" 937 source = "registry+https://github.com/rust-lang/crates.io-index" 938 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 939 dependencies = [ 940 "crossbeam-utils", 941 ] 942 943 [[package]] 944 name = "crossbeam-utils" 945 version = "0.8.21" 946 source = "registry+https://github.com/rust-lang/crates.io-index" 947 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 948 949 [[package]] 950 name = "crunchy" 951 version = "0.2.4" 952 source = "registry+https://github.com/rust-lang/crates.io-index" 953 checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 954 955 [[package]] 956 name = "crypto-common" 957 version = "0.1.6" 958 source = "registry+https://github.com/rust-lang/crates.io-index" 959 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 960 dependencies = [ 961 "generic-array", 962 "typenum", 963 ] 964 965 [[package]] 966 name = "cursor-icon" 967 version = "1.2.0" 968 source = "registry+https://github.com/rust-lang/crates.io-index" 969 checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" 970 971 [[package]] 972 name = "data-encoding" 973 version = "2.9.0" 974 source = "registry+https://github.com/rust-lang/crates.io-index" 975 checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 976 977 [[package]] 978 name = "deflate" 979 version = "0.8.6" 980 source = "registry+https://github.com/rust-lang/crates.io-index" 981 checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174" 982 dependencies = [ 983 "adler32", 984 "byteorder", 985 ] 986 987 [[package]] 988 name = "derive_more" 989 version = "2.0.1" 990 source = "registry+https://github.com/rust-lang/crates.io-index" 991 checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" 992 dependencies = [ 993 "derive_more-impl", 994 ] 995 996 [[package]] 997 name = "derive_more-impl" 998 version = "2.0.1" 999 source = "registry+https://github.com/rust-lang/crates.io-index" 1000 checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" 1001 dependencies = [ 1002 "proc-macro2", 1003 "quote", 1004 "syn 2.0.107", 1005 ] 1006 1007 [[package]] 1008 name = "digest" 1009 version = "0.10.7" 1010 source = "registry+https://github.com/rust-lang/crates.io-index" 1011 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1012 dependencies = [ 1013 "block-buffer", 1014 "crypto-common", 1015 ] 1016 1017 [[package]] 1018 name = "directories" 1019 version = "6.0.0" 1020 source = "registry+https://github.com/rust-lang/crates.io-index" 1021 checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d" 1022 dependencies = [ 1023 "dirs-sys", 1024 ] 1025 1026 [[package]] 1027 name = "dirs-next" 1028 version = "2.0.0" 1029 source = "registry+https://github.com/rust-lang/crates.io-index" 1030 checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1031 dependencies = [ 1032 "cfg-if", 1033 "dirs-sys-next", 1034 ] 1035 1036 [[package]] 1037 name = "dirs-sys" 1038 version = "0.5.0" 1039 source = "registry+https://github.com/rust-lang/crates.io-index" 1040 checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 1041 dependencies = [ 1042 "libc", 1043 "option-ext", 1044 "redox_users 0.5.2", 1045 "windows-sys 0.61.2", 1046 ] 1047 1048 [[package]] 1049 name = "dirs-sys-next" 1050 version = "0.1.2" 1051 source = "registry+https://github.com/rust-lang/crates.io-index" 1052 checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1053 dependencies = [ 1054 "libc", 1055 "redox_users 0.4.6", 1056 "winapi", 1057 ] 1058 1059 [[package]] 1060 name = "dispatch" 1061 version = "0.2.0" 1062 source = "registry+https://github.com/rust-lang/crates.io-index" 1063 checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1064 1065 [[package]] 1066 name = "dispatch2" 1067 version = "0.3.0" 1068 source = "registry+https://github.com/rust-lang/crates.io-index" 1069 checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 1070 dependencies = [ 1071 "bitflags 2.10.0", 1072 "objc2 0.6.3", 1073 ] 1074 1075 [[package]] 1076 name = "displaydoc" 1077 version = "0.2.5" 1078 source = "registry+https://github.com/rust-lang/crates.io-index" 1079 checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1080 dependencies = [ 1081 "proc-macro2", 1082 "quote", 1083 "syn 2.0.107", 1084 ] 1085 1086 [[package]] 1087 name = "dlib" 1088 version = "0.5.2" 1089 source = "registry+https://github.com/rust-lang/crates.io-index" 1090 checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1091 dependencies = [ 1092 "libloading", 1093 ] 1094 1095 [[package]] 1096 name = "document-features" 1097 version = "0.2.11" 1098 source = "registry+https://github.com/rust-lang/crates.io-index" 1099 checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" 1100 dependencies = [ 1101 "litrs", 1102 ] 1103 1104 [[package]] 1105 name = "downcast-rs" 1106 version = "1.2.1" 1107 source = "registry+https://github.com/rust-lang/crates.io-index" 1108 checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1109 1110 [[package]] 1111 name = "dpi" 1112 version = "0.1.2" 1113 source = "registry+https://github.com/rust-lang/crates.io-index" 1114 checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 1115 1116 [[package]] 1117 name = "dwrote" 1118 version = "0.11.5" 1119 source = "registry+https://github.com/rust-lang/crates.io-index" 1120 checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02" 1121 dependencies = [ 1122 "lazy_static", 1123 "libc", 1124 "serde", 1125 "serde_derive", 1126 "winapi", 1127 "wio", 1128 ] 1129 1130 [[package]] 1131 name = "ecolor" 1132 version = "0.33.0" 1133 source = "registry+https://github.com/rust-lang/crates.io-index" 1134 checksum = "adf31f99fad93fe83c1055b92b5c1b135f1ecfa464789817c372000e768d4bd1" 1135 dependencies = [ 1136 "bytemuck", 1137 "emath", 1138 "serde", 1139 ] 1140 1141 [[package]] 1142 name = "eframe" 1143 version = "0.33.0" 1144 source = "registry+https://github.com/rust-lang/crates.io-index" 1145 checksum = "b829d302a09deb4acde242262a1840ba14fadd0371980ebf713060077a1987bc" 1146 dependencies = [ 1147 "ahash", 1148 "bytemuck", 1149 "document-features", 1150 "egui", 1151 "egui-wgpu", 1152 "egui-winit", 1153 "egui_glow", 1154 "glow", 1155 "glutin", 1156 "glutin-winit", 1157 "image", 1158 "js-sys", 1159 "log", 1160 "objc2 0.5.2", 1161 "objc2-app-kit 0.2.2", 1162 "objc2-foundation 0.2.2", 1163 "parking_lot", 1164 "percent-encoding", 1165 "profiling", 1166 "raw-window-handle", 1167 "static_assertions", 1168 "wasm-bindgen", 1169 "wasm-bindgen-futures", 1170 "web-sys", 1171 "web-time", 1172 "windows-sys 0.61.2", 1173 "winit", 1174 ] 1175 1176 [[package]] 1177 name = "egui" 1178 version = "0.33.0" 1179 source = "registry+https://github.com/rust-lang/crates.io-index" 1180 checksum = "ab9b5d3376c79439f53a78bf7da1e3c0b862ffa3e29f46ab0f3e107430f2e576" 1181 dependencies = [ 1182 "accesskit", 1183 "ahash", 1184 "bitflags 2.10.0", 1185 "emath", 1186 "epaint", 1187 "log", 1188 "nohash-hasher", 1189 "profiling", 1190 "serde", 1191 "smallvec", 1192 "unicode-segmentation", 1193 ] 1194 1195 [[package]] 1196 name = "egui-wgpu" 1197 version = "0.33.0" 1198 source = "registry+https://github.com/rust-lang/crates.io-index" 1199 checksum = "cef1fe83ba30b3d045814b2d811804f2a7e50a832034c975408f71c20df596e4" 1200 dependencies = [ 1201 "ahash", 1202 "bytemuck", 1203 "document-features", 1204 "egui", 1205 "epaint", 1206 "log", 1207 "profiling", 1208 "thiserror 2.0.17", 1209 "type-map", 1210 "web-time", 1211 "wgpu", 1212 "winit", 1213 ] 1214 1215 [[package]] 1216 name = "egui-winit" 1217 version = "0.33.0" 1218 source = "registry+https://github.com/rust-lang/crates.io-index" 1219 checksum = "bb4ea8cb063c00d8f23ce11279c01eb63a195a72be0e21d429148246dab7983e" 1220 dependencies = [ 1221 "accesskit_winit", 1222 "arboard", 1223 "bytemuck", 1224 "egui", 1225 "log", 1226 "objc2 0.5.2", 1227 "objc2-foundation 0.2.2", 1228 "objc2-ui-kit", 1229 "profiling", 1230 "raw-window-handle", 1231 "smithay-clipboard", 1232 "web-time", 1233 "webbrowser", 1234 "winit", 1235 ] 1236 1237 [[package]] 1238 name = "egui_glow" 1239 version = "0.33.0" 1240 source = "registry+https://github.com/rust-lang/crates.io-index" 1241 checksum = "668c0d4f726cc33838f0915f6b8c00af0ca0910e975ab58cf34b3e39c614552c" 1242 dependencies = [ 1243 "bytemuck", 1244 "egui", 1245 "glow", 1246 "log", 1247 "memoffset 0.9.1", 1248 "profiling", 1249 "wasm-bindgen", 1250 "web-sys", 1251 "winit", 1252 ] 1253 1254 [[package]] 1255 name = "egui_tiles" 1256 version = "0.14.0" 1257 source = "registry+https://github.com/rust-lang/crates.io-index" 1258 checksum = "ebfac3ca35f5e4fe217d3b03312111b234fe55ce059faf62b4cb47f7cf6d54f1" 1259 dependencies = [ 1260 "ahash", 1261 "egui", 1262 "itertools", 1263 "log", 1264 "serde", 1265 ] 1266 1267 [[package]] 1268 name = "either" 1269 version = "1.15.0" 1270 source = "registry+https://github.com/rust-lang/crates.io-index" 1271 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1272 1273 [[package]] 1274 name = "emath" 1275 version = "0.33.0" 1276 source = "registry+https://github.com/rust-lang/crates.io-index" 1277 checksum = "c615516cdceec867065f20d7db13d8eb8aedd65c9e32cc0c7c379380fa42e6e8" 1278 dependencies = [ 1279 "bytemuck", 1280 "serde", 1281 ] 1282 1283 [[package]] 1284 name = "endi" 1285 version = "1.1.0" 1286 source = "registry+https://github.com/rust-lang/crates.io-index" 1287 checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 1288 1289 [[package]] 1290 name = "endian-type" 1291 version = "0.1.2" 1292 source = "registry+https://github.com/rust-lang/crates.io-index" 1293 checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 1294 1295 [[package]] 1296 name = "enumflags2" 1297 version = "0.7.12" 1298 source = "registry+https://github.com/rust-lang/crates.io-index" 1299 checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" 1300 dependencies = [ 1301 "enumflags2_derive", 1302 "serde", 1303 ] 1304 1305 [[package]] 1306 name = "enumflags2_derive" 1307 version = "0.7.12" 1308 source = "registry+https://github.com/rust-lang/crates.io-index" 1309 checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" 1310 dependencies = [ 1311 "proc-macro2", 1312 "quote", 1313 "syn 2.0.107", 1314 ] 1315 1316 [[package]] 1317 name = "enumn" 1318 version = "0.1.14" 1319 source = "registry+https://github.com/rust-lang/crates.io-index" 1320 checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" 1321 dependencies = [ 1322 "proc-macro2", 1323 "quote", 1324 "syn 2.0.107", 1325 ] 1326 1327 [[package]] 1328 name = "epaint" 1329 version = "0.33.0" 1330 source = "registry+https://github.com/rust-lang/crates.io-index" 1331 checksum = "9926b9500ccb917adb070207ec722dd8ea78b8321f94a85ebec776f501f2930c" 1332 dependencies = [ 1333 "ab_glyph", 1334 "ahash", 1335 "bytemuck", 1336 "ecolor", 1337 "emath", 1338 "epaint_default_fonts", 1339 "log", 1340 "nohash-hasher", 1341 "parking_lot", 1342 "profiling", 1343 "serde", 1344 ] 1345 1346 [[package]] 1347 name = "epaint_default_fonts" 1348 version = "0.33.0" 1349 source = "registry+https://github.com/rust-lang/crates.io-index" 1350 checksum = "66054d943c66715c6003a27a3dc152d87cadf714ef2597ccd79f550413009b97" 1351 1352 [[package]] 1353 name = "equivalent" 1354 version = "1.0.2" 1355 source = "registry+https://github.com/rust-lang/crates.io-index" 1356 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1357 1358 [[package]] 1359 name = "errno" 1360 version = "0.3.14" 1361 source = "registry+https://github.com/rust-lang/crates.io-index" 1362 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1363 dependencies = [ 1364 "libc", 1365 "windows-sys 0.61.2", 1366 ] 1367 1368 [[package]] 1369 name = "error-code" 1370 version = "2.3.1" 1371 source = "registry+https://github.com/rust-lang/crates.io-index" 1372 checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1373 dependencies = [ 1374 "libc", 1375 "str-buf", 1376 ] 1377 1378 [[package]] 1379 name = "error-code" 1380 version = "3.3.2" 1381 source = "registry+https://github.com/rust-lang/crates.io-index" 1382 checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" 1383 1384 [[package]] 1385 name = "etagere" 1386 version = "0.2.15" 1387 source = "registry+https://github.com/rust-lang/crates.io-index" 1388 checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342" 1389 dependencies = [ 1390 "euclid", 1391 "serde", 1392 "svg_fmt", 1393 ] 1394 1395 [[package]] 1396 name = "euclid" 1397 version = "0.22.11" 1398 source = "registry+https://github.com/rust-lang/crates.io-index" 1399 checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48" 1400 dependencies = [ 1401 "num-traits", 1402 "serde", 1403 ] 1404 1405 [[package]] 1406 name = "event-listener" 1407 version = "5.4.1" 1408 source = "registry+https://github.com/rust-lang/crates.io-index" 1409 checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1410 dependencies = [ 1411 "concurrent-queue", 1412 "parking", 1413 "pin-project-lite", 1414 ] 1415 1416 [[package]] 1417 name = "event-listener-strategy" 1418 version = "0.5.4" 1419 source = "registry+https://github.com/rust-lang/crates.io-index" 1420 checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1421 dependencies = [ 1422 "event-listener", 1423 "pin-project-lite", 1424 ] 1425 1426 [[package]] 1427 name = "fastrand" 1428 version = "2.3.0" 1429 source = "registry+https://github.com/rust-lang/crates.io-index" 1430 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1431 1432 [[package]] 1433 name = "fax" 1434 version = "0.2.6" 1435 source = "registry+https://github.com/rust-lang/crates.io-index" 1436 checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" 1437 dependencies = [ 1438 "fax_derive", 1439 ] 1440 1441 [[package]] 1442 name = "fax_derive" 1443 version = "0.2.0" 1444 source = "registry+https://github.com/rust-lang/crates.io-index" 1445 checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" 1446 dependencies = [ 1447 "proc-macro2", 1448 "quote", 1449 "syn 2.0.107", 1450 ] 1451 1452 [[package]] 1453 name = "fd-lock" 1454 version = "2.0.0" 1455 source = "registry+https://github.com/rust-lang/crates.io-index" 1456 checksum = "0010f02effd88c702318c5dde0463206be67495d0b4d906ba7c0a8f166cc7f06" 1457 dependencies = [ 1458 "libc", 1459 "winapi", 1460 ] 1461 1462 [[package]] 1463 name = "fdeflate" 1464 version = "0.3.7" 1465 source = "registry+https://github.com/rust-lang/crates.io-index" 1466 checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1467 dependencies = [ 1468 "simd-adler32", 1469 ] 1470 1471 [[package]] 1472 name = "find-msvc-tools" 1473 version = "0.1.4" 1474 source = "registry+https://github.com/rust-lang/crates.io-index" 1475 checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 1476 1477 [[package]] 1478 name = "flate2" 1479 version = "1.1.4" 1480 source = "registry+https://github.com/rust-lang/crates.io-index" 1481 checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9" 1482 dependencies = [ 1483 "crc32fast", 1484 "miniz_oxide 0.8.9", 1485 ] 1486 1487 [[package]] 1488 name = "fnv" 1489 version = "1.0.7" 1490 source = "registry+https://github.com/rust-lang/crates.io-index" 1491 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1492 1493 [[package]] 1494 name = "foldhash" 1495 version = "0.1.5" 1496 source = "registry+https://github.com/rust-lang/crates.io-index" 1497 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1498 1499 [[package]] 1500 name = "foldhash" 1501 version = "0.2.0" 1502 source = "registry+https://github.com/rust-lang/crates.io-index" 1503 checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1504 1505 [[package]] 1506 name = "foreign-types" 1507 version = "0.5.0" 1508 source = "registry+https://github.com/rust-lang/crates.io-index" 1509 checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1510 dependencies = [ 1511 "foreign-types-macros", 1512 "foreign-types-shared", 1513 ] 1514 1515 [[package]] 1516 name = "foreign-types-macros" 1517 version = "0.2.3" 1518 source = "registry+https://github.com/rust-lang/crates.io-index" 1519 checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1520 dependencies = [ 1521 "proc-macro2", 1522 "quote", 1523 "syn 2.0.107", 1524 ] 1525 1526 [[package]] 1527 name = "foreign-types-shared" 1528 version = "0.3.1" 1529 source = "registry+https://github.com/rust-lang/crates.io-index" 1530 checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1531 1532 [[package]] 1533 name = "form_urlencoded" 1534 version = "1.2.2" 1535 source = "registry+https://github.com/rust-lang/crates.io-index" 1536 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1537 dependencies = [ 1538 "percent-encoding", 1539 ] 1540 1541 [[package]] 1542 name = "freetype" 1543 version = "0.7.2" 1544 source = "registry+https://github.com/rust-lang/crates.io-index" 1545 checksum = "5a440748e063798e4893ceb877151e84acef9bea9a8c6800645cf3f1b3a7806e" 1546 dependencies = [ 1547 "freetype-sys", 1548 "libc", 1549 ] 1550 1551 [[package]] 1552 name = "freetype-sys" 1553 version = "0.20.1" 1554 source = "registry+https://github.com/rust-lang/crates.io-index" 1555 checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134" 1556 dependencies = [ 1557 "cc", 1558 "libc", 1559 "pkg-config", 1560 ] 1561 1562 [[package]] 1563 name = "futures-channel" 1564 version = "0.3.31" 1565 source = "registry+https://github.com/rust-lang/crates.io-index" 1566 checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1567 dependencies = [ 1568 "futures-core", 1569 "futures-sink", 1570 ] 1571 1572 [[package]] 1573 name = "futures-core" 1574 version = "0.3.31" 1575 source = "registry+https://github.com/rust-lang/crates.io-index" 1576 checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1577 1578 [[package]] 1579 name = "futures-io" 1580 version = "0.3.31" 1581 source = "registry+https://github.com/rust-lang/crates.io-index" 1582 checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1583 1584 [[package]] 1585 name = "futures-lite" 1586 version = "2.6.1" 1587 source = "registry+https://github.com/rust-lang/crates.io-index" 1588 checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1589 dependencies = [ 1590 "fastrand", 1591 "futures-core", 1592 "futures-io", 1593 "parking", 1594 "pin-project-lite", 1595 ] 1596 1597 [[package]] 1598 name = "futures-macro" 1599 version = "0.3.31" 1600 source = "registry+https://github.com/rust-lang/crates.io-index" 1601 checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1602 dependencies = [ 1603 "proc-macro2", 1604 "quote", 1605 "syn 2.0.107", 1606 ] 1607 1608 [[package]] 1609 name = "futures-sink" 1610 version = "0.3.31" 1611 source = "registry+https://github.com/rust-lang/crates.io-index" 1612 checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1613 1614 [[package]] 1615 name = "futures-task" 1616 version = "0.3.31" 1617 source = "registry+https://github.com/rust-lang/crates.io-index" 1618 checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1619 1620 [[package]] 1621 name = "futures-util" 1622 version = "0.3.31" 1623 source = "registry+https://github.com/rust-lang/crates.io-index" 1624 checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1625 dependencies = [ 1626 "futures-core", 1627 "futures-io", 1628 "futures-macro", 1629 "futures-sink", 1630 "futures-task", 1631 "memchr", 1632 "pin-project-lite", 1633 "pin-utils", 1634 "slab", 1635 ] 1636 1637 [[package]] 1638 name = "generic-array" 1639 version = "0.14.9" 1640 source = "registry+https://github.com/rust-lang/crates.io-index" 1641 checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1642 dependencies = [ 1643 "typenum", 1644 "version_check", 1645 ] 1646 1647 [[package]] 1648 name = "gethostname" 1649 version = "1.1.0" 1650 source = "registry+https://github.com/rust-lang/crates.io-index" 1651 checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 1652 dependencies = [ 1653 "rustix 1.1.2", 1654 "windows-link 0.2.1", 1655 ] 1656 1657 [[package]] 1658 name = "getrandom" 1659 version = "0.2.16" 1660 source = "registry+https://github.com/rust-lang/crates.io-index" 1661 checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1662 dependencies = [ 1663 "cfg-if", 1664 "libc", 1665 "wasi", 1666 ] 1667 1668 [[package]] 1669 name = "getrandom" 1670 version = "0.3.4" 1671 source = "registry+https://github.com/rust-lang/crates.io-index" 1672 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1673 dependencies = [ 1674 "cfg-if", 1675 "libc", 1676 "r-efi", 1677 "wasip2", 1678 ] 1679 1680 [[package]] 1681 name = "gl_generator" 1682 version = "0.14.0" 1683 source = "registry+https://github.com/rust-lang/crates.io-index" 1684 checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1685 dependencies = [ 1686 "khronos_api", 1687 "log", 1688 "xml-rs", 1689 ] 1690 1691 [[package]] 1692 name = "gleam" 1693 version = "0.15.1" 1694 source = "registry+https://github.com/rust-lang/crates.io-index" 1695 checksum = "8647cc2e2ffde598ce5ca2809452e722dd8dc127885ab8aba2fa8b469cd3ed94" 1696 dependencies = [ 1697 "gl_generator", 1698 ] 1699 1700 [[package]] 1701 name = "glow" 1702 version = "0.16.0" 1703 source = "registry+https://github.com/rust-lang/crates.io-index" 1704 checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" 1705 dependencies = [ 1706 "js-sys", 1707 "slotmap", 1708 "wasm-bindgen", 1709 "web-sys", 1710 ] 1711 1712 [[package]] 1713 name = "glslopt" 1714 version = "0.1.11" 1715 source = "registry+https://github.com/rust-lang/crates.io-index" 1716 checksum = "913662ae8335df058d56e00f11340b20fa82e03e0276587797ef325ab01e50d4" 1717 dependencies = [ 1718 "cc", 1719 ] 1720 1721 [[package]] 1722 name = "glutin" 1723 version = "0.32.3" 1724 source = "registry+https://github.com/rust-lang/crates.io-index" 1725 checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325" 1726 dependencies = [ 1727 "bitflags 2.10.0", 1728 "cfg_aliases", 1729 "cgl", 1730 "dispatch2", 1731 "glutin_egl_sys", 1732 "glutin_glx_sys", 1733 "glutin_wgl_sys", 1734 "libloading", 1735 "objc2 0.6.3", 1736 "objc2-app-kit 0.3.2", 1737 "objc2-core-foundation", 1738 "objc2-foundation 0.3.2", 1739 "once_cell", 1740 "raw-window-handle", 1741 "wayland-sys", 1742 "windows-sys 0.52.0", 1743 "x11-dl", 1744 ] 1745 1746 [[package]] 1747 name = "glutin-winit" 1748 version = "0.5.0" 1749 source = "registry+https://github.com/rust-lang/crates.io-index" 1750 checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f" 1751 dependencies = [ 1752 "cfg_aliases", 1753 "glutin", 1754 "raw-window-handle", 1755 "winit", 1756 ] 1757 1758 [[package]] 1759 name = "glutin_egl_sys" 1760 version = "0.7.1" 1761 source = "registry+https://github.com/rust-lang/crates.io-index" 1762 checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2" 1763 dependencies = [ 1764 "gl_generator", 1765 "windows-sys 0.52.0", 1766 ] 1767 1768 [[package]] 1769 name = "glutin_glx_sys" 1770 version = "0.6.1" 1771 source = "registry+https://github.com/rust-lang/crates.io-index" 1772 checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185" 1773 dependencies = [ 1774 "gl_generator", 1775 "x11-dl", 1776 ] 1777 1778 [[package]] 1779 name = "glutin_wgl_sys" 1780 version = "0.6.1" 1781 source = "registry+https://github.com/rust-lang/crates.io-index" 1782 checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" 1783 dependencies = [ 1784 "gl_generator", 1785 ] 1786 1787 [[package]] 1788 name = "gpu-alloc" 1789 version = "0.6.0" 1790 source = "registry+https://github.com/rust-lang/crates.io-index" 1791 checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 1792 dependencies = [ 1793 "bitflags 2.10.0", 1794 "gpu-alloc-types", 1795 ] 1796 1797 [[package]] 1798 name = "gpu-alloc-types" 1799 version = "0.3.0" 1800 source = "registry+https://github.com/rust-lang/crates.io-index" 1801 checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 1802 dependencies = [ 1803 "bitflags 2.10.0", 1804 ] 1805 1806 [[package]] 1807 name = "gpu-allocator" 1808 version = "0.27.0" 1809 source = "registry+https://github.com/rust-lang/crates.io-index" 1810 checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" 1811 dependencies = [ 1812 "log", 1813 "presser", 1814 "thiserror 1.0.69", 1815 "windows 0.58.0", 1816 ] 1817 1818 [[package]] 1819 name = "gpu-descriptor" 1820 version = "0.3.2" 1821 source = "registry+https://github.com/rust-lang/crates.io-index" 1822 checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" 1823 dependencies = [ 1824 "bitflags 2.10.0", 1825 "gpu-descriptor-types", 1826 "hashbrown 0.15.5", 1827 ] 1828 1829 [[package]] 1830 name = "gpu-descriptor-types" 1831 version = "0.2.0" 1832 source = "registry+https://github.com/rust-lang/crates.io-index" 1833 checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 1834 dependencies = [ 1835 "bitflags 2.10.0", 1836 ] 1837 1838 [[package]] 1839 name = "half" 1840 version = "2.7.1" 1841 source = "registry+https://github.com/rust-lang/crates.io-index" 1842 checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1843 dependencies = [ 1844 "cfg-if", 1845 "crunchy", 1846 "num-traits", 1847 "zerocopy", 1848 ] 1849 1850 [[package]] 1851 name = "hashbrown" 1852 version = "0.15.5" 1853 source = "registry+https://github.com/rust-lang/crates.io-index" 1854 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1855 dependencies = [ 1856 "foldhash 0.1.5", 1857 ] 1858 1859 [[package]] 1860 name = "hashbrown" 1861 version = "0.16.0" 1862 source = "registry+https://github.com/rust-lang/crates.io-index" 1863 checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 1864 dependencies = [ 1865 "foldhash 0.2.0", 1866 ] 1867 1868 [[package]] 1869 name = "hermit-abi" 1870 version = "0.5.2" 1871 source = "registry+https://github.com/rust-lang/crates.io-index" 1872 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1873 1874 [[package]] 1875 name = "hex" 1876 version = "0.4.3" 1877 source = "registry+https://github.com/rust-lang/crates.io-index" 1878 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1879 1880 [[package]] 1881 name = "hexf-parse" 1882 version = "0.2.1" 1883 source = "registry+https://github.com/rust-lang/crates.io-index" 1884 checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1885 1886 [[package]] 1887 name = "http" 1888 version = "0.2.12" 1889 source = "registry+https://github.com/rust-lang/crates.io-index" 1890 checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1891 dependencies = [ 1892 "bytes", 1893 "fnv", 1894 "itoa", 1895 ] 1896 1897 [[package]] 1898 name = "http" 1899 version = "1.3.1" 1900 source = "registry+https://github.com/rust-lang/crates.io-index" 1901 checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1902 dependencies = [ 1903 "bytes", 1904 "fnv", 1905 "itoa", 1906 ] 1907 1908 [[package]] 1909 name = "http-body" 1910 version = "0.4.6" 1911 source = "registry+https://github.com/rust-lang/crates.io-index" 1912 checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1913 dependencies = [ 1914 "bytes", 1915 "http 0.2.12", 1916 "pin-project-lite", 1917 ] 1918 1919 [[package]] 1920 name = "http-body" 1921 version = "1.0.1" 1922 source = "registry+https://github.com/rust-lang/crates.io-index" 1923 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1924 dependencies = [ 1925 "bytes", 1926 "http 1.3.1", 1927 ] 1928 1929 [[package]] 1930 name = "http-body-util" 1931 version = "0.1.3" 1932 source = "registry+https://github.com/rust-lang/crates.io-index" 1933 checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1934 dependencies = [ 1935 "bytes", 1936 "futures-core", 1937 "http 1.3.1", 1938 "http-body 1.0.1", 1939 "pin-project-lite", 1940 ] 1941 1942 [[package]] 1943 name = "httparse" 1944 version = "1.10.1" 1945 source = "registry+https://github.com/rust-lang/crates.io-index" 1946 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1947 1948 [[package]] 1949 name = "httpdate" 1950 version = "1.0.3" 1951 source = "registry+https://github.com/rust-lang/crates.io-index" 1952 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1953 1954 [[package]] 1955 name = "hyper" 1956 version = "0.14.32" 1957 source = "registry+https://github.com/rust-lang/crates.io-index" 1958 checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" 1959 dependencies = [ 1960 "bytes", 1961 "futures-channel", 1962 "futures-core", 1963 "futures-util", 1964 "http 0.2.12", 1965 "http-body 0.4.6", 1966 "httparse", 1967 "httpdate", 1968 "itoa", 1969 "pin-project-lite", 1970 "socket2 0.5.10", 1971 "tokio", 1972 "tower-service", 1973 "tracing", 1974 "want", 1975 ] 1976 1977 [[package]] 1978 name = "hyper" 1979 version = "1.7.0" 1980 source = "registry+https://github.com/rust-lang/crates.io-index" 1981 checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 1982 dependencies = [ 1983 "atomic-waker", 1984 "bytes", 1985 "futures-channel", 1986 "futures-core", 1987 "http 1.3.1", 1988 "http-body 1.0.1", 1989 "httparse", 1990 "itoa", 1991 "pin-project-lite", 1992 "pin-utils", 1993 "smallvec", 1994 "tokio", 1995 "want", 1996 ] 1997 1998 [[package]] 1999 name = "hyper-util" 2000 version = "0.1.17" 2001 source = "registry+https://github.com/rust-lang/crates.io-index" 2002 checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 2003 dependencies = [ 2004 "base64", 2005 "bytes", 2006 "futures-channel", 2007 "futures-core", 2008 "futures-util", 2009 "http 1.3.1", 2010 "http-body 1.0.1", 2011 "hyper 1.7.0", 2012 "ipnet", 2013 "libc", 2014 "percent-encoding", 2015 "pin-project-lite", 2016 "socket2 0.6.1", 2017 "tokio", 2018 "tower-service", 2019 "tracing", 2020 ] 2021 2022 [[package]] 2023 name = "icu_collections" 2024 version = "2.0.0" 2025 source = "registry+https://github.com/rust-lang/crates.io-index" 2026 checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 2027 dependencies = [ 2028 "displaydoc", 2029 "potential_utf", 2030 "yoke", 2031 "zerofrom", 2032 "zerovec", 2033 ] 2034 2035 [[package]] 2036 name = "icu_locale_core" 2037 version = "2.0.0" 2038 source = "registry+https://github.com/rust-lang/crates.io-index" 2039 checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 2040 dependencies = [ 2041 "displaydoc", 2042 "litemap", 2043 "tinystr", 2044 "writeable", 2045 "zerovec", 2046 ] 2047 2048 [[package]] 2049 name = "icu_normalizer" 2050 version = "2.0.0" 2051 source = "registry+https://github.com/rust-lang/crates.io-index" 2052 checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 2053 dependencies = [ 2054 "displaydoc", 2055 "icu_collections", 2056 "icu_normalizer_data", 2057 "icu_properties", 2058 "icu_provider", 2059 "smallvec", 2060 "zerovec", 2061 ] 2062 2063 [[package]] 2064 name = "icu_normalizer_data" 2065 version = "2.0.0" 2066 source = "registry+https://github.com/rust-lang/crates.io-index" 2067 checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 2068 2069 [[package]] 2070 name = "icu_properties" 2071 version = "2.0.1" 2072 source = "registry+https://github.com/rust-lang/crates.io-index" 2073 checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 2074 dependencies = [ 2075 "displaydoc", 2076 "icu_collections", 2077 "icu_locale_core", 2078 "icu_properties_data", 2079 "icu_provider", 2080 "potential_utf", 2081 "zerotrie", 2082 "zerovec", 2083 ] 2084 2085 [[package]] 2086 name = "icu_properties_data" 2087 version = "2.0.1" 2088 source = "registry+https://github.com/rust-lang/crates.io-index" 2089 checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 2090 2091 [[package]] 2092 name = "icu_provider" 2093 version = "2.0.0" 2094 source = "registry+https://github.com/rust-lang/crates.io-index" 2095 checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 2096 dependencies = [ 2097 "displaydoc", 2098 "icu_locale_core", 2099 "stable_deref_trait", 2100 "tinystr", 2101 "writeable", 2102 "yoke", 2103 "zerofrom", 2104 "zerotrie", 2105 "zerovec", 2106 ] 2107 2108 [[package]] 2109 name = "idna" 2110 version = "1.1.0" 2111 source = "registry+https://github.com/rust-lang/crates.io-index" 2112 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 2113 dependencies = [ 2114 "idna_adapter", 2115 "smallvec", 2116 "utf8_iter", 2117 ] 2118 2119 [[package]] 2120 name = "idna_adapter" 2121 version = "1.2.1" 2122 source = "registry+https://github.com/rust-lang/crates.io-index" 2123 checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 2124 dependencies = [ 2125 "icu_normalizer", 2126 "icu_properties", 2127 ] 2128 2129 [[package]] 2130 name = "image" 2131 version = "0.25.8" 2132 source = "registry+https://github.com/rust-lang/crates.io-index" 2133 checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7" 2134 dependencies = [ 2135 "bytemuck", 2136 "byteorder-lite", 2137 "moxcms", 2138 "num-traits", 2139 "png 0.18.0", 2140 "tiff", 2141 ] 2142 2143 [[package]] 2144 name = "indexmap" 2145 version = "2.12.0" 2146 source = "registry+https://github.com/rust-lang/crates.io-index" 2147 checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 2148 dependencies = [ 2149 "equivalent", 2150 "hashbrown 0.16.0", 2151 ] 2152 2153 [[package]] 2154 name = "ipnet" 2155 version = "2.11.0" 2156 source = "registry+https://github.com/rust-lang/crates.io-index" 2157 checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 2158 2159 [[package]] 2160 name = "iri-string" 2161 version = "0.7.8" 2162 source = "registry+https://github.com/rust-lang/crates.io-index" 2163 checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 2164 dependencies = [ 2165 "memchr", 2166 "serde", 2167 ] 2168 2169 [[package]] 2170 name = "is_terminal_polyfill" 2171 version = "1.70.1" 2172 source = "registry+https://github.com/rust-lang/crates.io-index" 2173 checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2174 2175 [[package]] 2176 name = "itertools" 2177 version = "0.14.0" 2178 source = "registry+https://github.com/rust-lang/crates.io-index" 2179 checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 2180 dependencies = [ 2181 "either", 2182 ] 2183 2184 [[package]] 2185 name = "itoa" 2186 version = "1.0.15" 2187 source = "registry+https://github.com/rust-lang/crates.io-index" 2188 checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 2189 2190 [[package]] 2191 name = "jni" 2192 version = "0.21.1" 2193 source = "registry+https://github.com/rust-lang/crates.io-index" 2194 checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2195 dependencies = [ 2196 "cesu8", 2197 "cfg-if", 2198 "combine", 2199 "jni-sys", 2200 "log", 2201 "thiserror 1.0.69", 2202 "walkdir", 2203 "windows-sys 0.45.0", 2204 ] 2205 2206 [[package]] 2207 name = "jni-sys" 2208 version = "0.3.0" 2209 source = "registry+https://github.com/rust-lang/crates.io-index" 2210 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2211 2212 [[package]] 2213 name = "jobserver" 2214 version = "0.1.34" 2215 source = "registry+https://github.com/rust-lang/crates.io-index" 2216 checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 2217 dependencies = [ 2218 "getrandom 0.3.4", 2219 "libc", 2220 ] 2221 2222 [[package]] 2223 name = "js-sys" 2224 version = "0.3.81" 2225 source = "registry+https://github.com/rust-lang/crates.io-index" 2226 checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 2227 dependencies = [ 2228 "once_cell", 2229 "wasm-bindgen", 2230 ] 2231 2232 [[package]] 2233 name = "khronos-egl" 2234 version = "6.0.0" 2235 source = "registry+https://github.com/rust-lang/crates.io-index" 2236 checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 2237 dependencies = [ 2238 "libc", 2239 "libloading", 2240 "pkg-config", 2241 ] 2242 2243 [[package]] 2244 name = "khronos_api" 2245 version = "3.1.0" 2246 source = "registry+https://github.com/rust-lang/crates.io-index" 2247 checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 2248 2249 [[package]] 2250 name = "lazy_static" 2251 version = "1.5.0" 2252 source = "registry+https://github.com/rust-lang/crates.io-index" 2253 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2254 2255 [[package]] 2256 name = "libc" 2257 version = "0.2.177" 2258 source = "registry+https://github.com/rust-lang/crates.io-index" 2259 checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 2260 2261 [[package]] 2262 name = "libloading" 2263 version = "0.8.9" 2264 source = "registry+https://github.com/rust-lang/crates.io-index" 2265 checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 2266 dependencies = [ 2267 "cfg-if", 2268 "windows-link 0.2.1", 2269 ] 2270 2271 [[package]] 2272 name = "libm" 2273 version = "0.2.15" 2274 source = "registry+https://github.com/rust-lang/crates.io-index" 2275 checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 2276 2277 [[package]] 2278 name = "libredox" 2279 version = "0.1.10" 2280 source = "registry+https://github.com/rust-lang/crates.io-index" 2281 checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 2282 dependencies = [ 2283 "bitflags 2.10.0", 2284 "libc", 2285 "redox_syscall 0.5.18", 2286 ] 2287 2288 [[package]] 2289 name = "linux-raw-sys" 2290 version = "0.4.15" 2291 source = "registry+https://github.com/rust-lang/crates.io-index" 2292 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2293 2294 [[package]] 2295 name = "linux-raw-sys" 2296 version = "0.11.0" 2297 source = "registry+https://github.com/rust-lang/crates.io-index" 2298 checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 2299 2300 [[package]] 2301 name = "litemap" 2302 version = "0.8.0" 2303 source = "registry+https://github.com/rust-lang/crates.io-index" 2304 checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 2305 2306 [[package]] 2307 name = "litrs" 2308 version = "0.4.2" 2309 source = "registry+https://github.com/rust-lang/crates.io-index" 2310 checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" 2311 2312 [[package]] 2313 name = "lock_api" 2314 version = "0.4.14" 2315 source = "registry+https://github.com/rust-lang/crates.io-index" 2316 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2317 dependencies = [ 2318 "scopeguard", 2319 ] 2320 2321 [[package]] 2322 name = "log" 2323 version = "0.4.28" 2324 source = "registry+https://github.com/rust-lang/crates.io-index" 2325 checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 2326 2327 [[package]] 2328 name = "malloc_buf" 2329 version = "0.0.6" 2330 source = "registry+https://github.com/rust-lang/crates.io-index" 2331 checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2332 dependencies = [ 2333 "libc", 2334 ] 2335 2336 [[package]] 2337 name = "malloc_size_of_derive" 2338 version = "0.1.3" 2339 source = "registry+https://github.com/rust-lang/crates.io-index" 2340 checksum = "f44db74bde26fdf427af23f1d146c211aed857c59e3be750cf2617f6b0b05c94" 2341 dependencies = [ 2342 "proc-macro2", 2343 "syn 2.0.107", 2344 "synstructure", 2345 ] 2346 2347 [[package]] 2348 name = "memchr" 2349 version = "2.7.6" 2350 source = "registry+https://github.com/rust-lang/crates.io-index" 2351 checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 2352 2353 [[package]] 2354 name = "memmap2" 2355 version = "0.9.8" 2356 source = "registry+https://github.com/rust-lang/crates.io-index" 2357 checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" 2358 dependencies = [ 2359 "libc", 2360 ] 2361 2362 [[package]] 2363 name = "memoffset" 2364 version = "0.6.5" 2365 source = "registry+https://github.com/rust-lang/crates.io-index" 2366 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2367 dependencies = [ 2368 "autocfg", 2369 ] 2370 2371 [[package]] 2372 name = "memoffset" 2373 version = "0.9.1" 2374 source = "registry+https://github.com/rust-lang/crates.io-index" 2375 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2376 dependencies = [ 2377 "autocfg", 2378 ] 2379 2380 [[package]] 2381 name = "metal" 2382 version = "0.32.0" 2383 source = "registry+https://github.com/rust-lang/crates.io-index" 2384 checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605" 2385 dependencies = [ 2386 "bitflags 2.10.0", 2387 "block", 2388 "core-graphics-types 0.2.0", 2389 "foreign-types", 2390 "log", 2391 "objc", 2392 "paste", 2393 ] 2394 2395 [[package]] 2396 name = "miniz_oxide" 2397 version = "0.3.7" 2398 source = "registry+https://github.com/rust-lang/crates.io-index" 2399 checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435" 2400 dependencies = [ 2401 "adler32", 2402 ] 2403 2404 [[package]] 2405 name = "miniz_oxide" 2406 version = "0.8.9" 2407 source = "registry+https://github.com/rust-lang/crates.io-index" 2408 checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2409 dependencies = [ 2410 "adler2", 2411 "simd-adler32", 2412 ] 2413 2414 [[package]] 2415 name = "mio" 2416 version = "1.1.0" 2417 source = "registry+https://github.com/rust-lang/crates.io-index" 2418 checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 2419 dependencies = [ 2420 "libc", 2421 "wasi", 2422 "windows-sys 0.61.2", 2423 ] 2424 2425 [[package]] 2426 name = "moxcms" 2427 version = "0.7.7" 2428 source = "registry+https://github.com/rust-lang/crates.io-index" 2429 checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40" 2430 dependencies = [ 2431 "num-traits", 2432 "pxfm", 2433 ] 2434 2435 [[package]] 2436 name = "naga" 2437 version = "27.0.0" 2438 source = "registry+https://github.com/rust-lang/crates.io-index" 2439 checksum = "12b2e757b11b47345d44e7760e45458339bc490463d9548cd8651c53ae523153" 2440 dependencies = [ 2441 "arrayvec", 2442 "bit-set", 2443 "bitflags 2.10.0", 2444 "cfg-if", 2445 "cfg_aliases", 2446 "codespan-reporting", 2447 "half", 2448 "hashbrown 0.16.0", 2449 "hexf-parse", 2450 "indexmap", 2451 "libm", 2452 "log", 2453 "num-traits", 2454 "once_cell", 2455 "rustc-hash 1.1.0", 2456 "spirv", 2457 "thiserror 2.0.17", 2458 "unicode-ident", 2459 ] 2460 2461 [[package]] 2462 name = "ndk" 2463 version = "0.9.0" 2464 source = "registry+https://github.com/rust-lang/crates.io-index" 2465 checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 2466 dependencies = [ 2467 "bitflags 2.10.0", 2468 "jni-sys", 2469 "log", 2470 "ndk-sys", 2471 "num_enum", 2472 "raw-window-handle", 2473 "thiserror 1.0.69", 2474 ] 2475 2476 [[package]] 2477 name = "ndk-context" 2478 version = "0.1.1" 2479 source = "registry+https://github.com/rust-lang/crates.io-index" 2480 checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2481 2482 [[package]] 2483 name = "ndk-sys" 2484 version = "0.6.0+11769913" 2485 source = "registry+https://github.com/rust-lang/crates.io-index" 2486 checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 2487 dependencies = [ 2488 "jni-sys", 2489 ] 2490 2491 [[package]] 2492 name = "nibble_vec" 2493 version = "0.1.0" 2494 source = "registry+https://github.com/rust-lang/crates.io-index" 2495 checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 2496 dependencies = [ 2497 "smallvec", 2498 ] 2499 2500 [[package]] 2501 name = "nix" 2502 version = "0.20.2" 2503 source = "registry+https://github.com/rust-lang/crates.io-index" 2504 checksum = "f5e06129fb611568ef4e868c14b326274959aa70ff7776e9d55323531c374945" 2505 dependencies = [ 2506 "bitflags 1.2.1", 2507 "cc", 2508 "cfg-if", 2509 "libc", 2510 "memoffset 0.6.5", 2511 ] 2512 2513 [[package]] 2514 name = "nix" 2515 version = "0.30.1" 2516 source = "registry+https://github.com/rust-lang/crates.io-index" 2517 checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 2518 dependencies = [ 2519 "bitflags 2.10.0", 2520 "cfg-if", 2521 "cfg_aliases", 2522 "libc", 2523 "memoffset 0.9.1", 2524 ] 2525 2526 [[package]] 2527 name = "nohash-hasher" 2528 version = "0.2.0" 2529 source = "registry+https://github.com/rust-lang/crates.io-index" 2530 checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 2531 2532 [[package]] 2533 name = "num-traits" 2534 version = "0.2.19" 2535 source = "registry+https://github.com/rust-lang/crates.io-index" 2536 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2537 dependencies = [ 2538 "autocfg", 2539 "libm", 2540 ] 2541 2542 [[package]] 2543 name = "num_cpus" 2544 version = "1.17.0" 2545 source = "registry+https://github.com/rust-lang/crates.io-index" 2546 checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 2547 dependencies = [ 2548 "hermit-abi", 2549 "libc", 2550 ] 2551 2552 [[package]] 2553 name = "num_enum" 2554 version = "0.7.5" 2555 source = "registry+https://github.com/rust-lang/crates.io-index" 2556 checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" 2557 dependencies = [ 2558 "num_enum_derive", 2559 "rustversion", 2560 ] 2561 2562 [[package]] 2563 name = "num_enum_derive" 2564 version = "0.7.5" 2565 source = "registry+https://github.com/rust-lang/crates.io-index" 2566 checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" 2567 dependencies = [ 2568 "proc-macro-crate", 2569 "proc-macro2", 2570 "quote", 2571 "syn 2.0.107", 2572 ] 2573 2574 [[package]] 2575 name = "objc" 2576 version = "0.2.7" 2577 source = "registry+https://github.com/rust-lang/crates.io-index" 2578 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2579 dependencies = [ 2580 "malloc_buf", 2581 ] 2582 2583 [[package]] 2584 name = "objc-sys" 2585 version = "0.3.5" 2586 source = "registry+https://github.com/rust-lang/crates.io-index" 2587 checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 2588 2589 [[package]] 2590 name = "objc2" 2591 version = "0.5.2" 2592 source = "registry+https://github.com/rust-lang/crates.io-index" 2593 checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 2594 dependencies = [ 2595 "objc-sys", 2596 "objc2-encode", 2597 ] 2598 2599 [[package]] 2600 name = "objc2" 2601 version = "0.6.3" 2602 source = "registry+https://github.com/rust-lang/crates.io-index" 2603 checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 2604 dependencies = [ 2605 "objc2-encode", 2606 ] 2607 2608 [[package]] 2609 name = "objc2-app-kit" 2610 version = "0.2.2" 2611 source = "registry+https://github.com/rust-lang/crates.io-index" 2612 checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 2613 dependencies = [ 2614 "bitflags 2.10.0", 2615 "block2", 2616 "libc", 2617 "objc2 0.5.2", 2618 "objc2-core-data", 2619 "objc2-core-image", 2620 "objc2-foundation 0.2.2", 2621 "objc2-quartz-core", 2622 ] 2623 2624 [[package]] 2625 name = "objc2-app-kit" 2626 version = "0.3.2" 2627 source = "registry+https://github.com/rust-lang/crates.io-index" 2628 checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 2629 dependencies = [ 2630 "bitflags 2.10.0", 2631 "objc2 0.6.3", 2632 "objc2-core-foundation", 2633 "objc2-core-graphics", 2634 "objc2-foundation 0.3.2", 2635 ] 2636 2637 [[package]] 2638 name = "objc2-cloud-kit" 2639 version = "0.2.2" 2640 source = "registry+https://github.com/rust-lang/crates.io-index" 2641 checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 2642 dependencies = [ 2643 "bitflags 2.10.0", 2644 "block2", 2645 "objc2 0.5.2", 2646 "objc2-core-location", 2647 "objc2-foundation 0.2.2", 2648 ] 2649 2650 [[package]] 2651 name = "objc2-contacts" 2652 version = "0.2.2" 2653 source = "registry+https://github.com/rust-lang/crates.io-index" 2654 checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 2655 dependencies = [ 2656 "block2", 2657 "objc2 0.5.2", 2658 "objc2-foundation 0.2.2", 2659 ] 2660 2661 [[package]] 2662 name = "objc2-core-data" 2663 version = "0.2.2" 2664 source = "registry+https://github.com/rust-lang/crates.io-index" 2665 checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 2666 dependencies = [ 2667 "bitflags 2.10.0", 2668 "block2", 2669 "objc2 0.5.2", 2670 "objc2-foundation 0.2.2", 2671 ] 2672 2673 [[package]] 2674 name = "objc2-core-foundation" 2675 version = "0.3.2" 2676 source = "registry+https://github.com/rust-lang/crates.io-index" 2677 checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 2678 dependencies = [ 2679 "bitflags 2.10.0", 2680 "dispatch2", 2681 "objc2 0.6.3", 2682 ] 2683 2684 [[package]] 2685 name = "objc2-core-graphics" 2686 version = "0.3.2" 2687 source = "registry+https://github.com/rust-lang/crates.io-index" 2688 checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" 2689 dependencies = [ 2690 "bitflags 2.10.0", 2691 "dispatch2", 2692 "objc2 0.6.3", 2693 "objc2-core-foundation", 2694 "objc2-io-surface", 2695 ] 2696 2697 [[package]] 2698 name = "objc2-core-image" 2699 version = "0.2.2" 2700 source = "registry+https://github.com/rust-lang/crates.io-index" 2701 checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 2702 dependencies = [ 2703 "block2", 2704 "objc2 0.5.2", 2705 "objc2-foundation 0.2.2", 2706 "objc2-metal", 2707 ] 2708 2709 [[package]] 2710 name = "objc2-core-location" 2711 version = "0.2.2" 2712 source = "registry+https://github.com/rust-lang/crates.io-index" 2713 checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 2714 dependencies = [ 2715 "block2", 2716 "objc2 0.5.2", 2717 "objc2-contacts", 2718 "objc2-foundation 0.2.2", 2719 ] 2720 2721 [[package]] 2722 name = "objc2-encode" 2723 version = "4.1.0" 2724 source = "registry+https://github.com/rust-lang/crates.io-index" 2725 checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2726 2727 [[package]] 2728 name = "objc2-foundation" 2729 version = "0.2.2" 2730 source = "registry+https://github.com/rust-lang/crates.io-index" 2731 checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 2732 dependencies = [ 2733 "bitflags 2.10.0", 2734 "block2", 2735 "dispatch", 2736 "libc", 2737 "objc2 0.5.2", 2738 ] 2739 2740 [[package]] 2741 name = "objc2-foundation" 2742 version = "0.3.2" 2743 source = "registry+https://github.com/rust-lang/crates.io-index" 2744 checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 2745 dependencies = [ 2746 "bitflags 2.10.0", 2747 "objc2 0.6.3", 2748 "objc2-core-foundation", 2749 ] 2750 2751 [[package]] 2752 name = "objc2-io-surface" 2753 version = "0.3.2" 2754 source = "registry+https://github.com/rust-lang/crates.io-index" 2755 checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" 2756 dependencies = [ 2757 "bitflags 2.10.0", 2758 "objc2 0.6.3", 2759 "objc2-core-foundation", 2760 ] 2761 2762 [[package]] 2763 name = "objc2-link-presentation" 2764 version = "0.2.2" 2765 source = "registry+https://github.com/rust-lang/crates.io-index" 2766 checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 2767 dependencies = [ 2768 "block2", 2769 "objc2 0.5.2", 2770 "objc2-app-kit 0.2.2", 2771 "objc2-foundation 0.2.2", 2772 ] 2773 2774 [[package]] 2775 name = "objc2-metal" 2776 version = "0.2.2" 2777 source = "registry+https://github.com/rust-lang/crates.io-index" 2778 checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 2779 dependencies = [ 2780 "bitflags 2.10.0", 2781 "block2", 2782 "objc2 0.5.2", 2783 "objc2-foundation 0.2.2", 2784 ] 2785 2786 [[package]] 2787 name = "objc2-quartz-core" 2788 version = "0.2.2" 2789 source = "registry+https://github.com/rust-lang/crates.io-index" 2790 checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 2791 dependencies = [ 2792 "bitflags 2.10.0", 2793 "block2", 2794 "objc2 0.5.2", 2795 "objc2-foundation 0.2.2", 2796 "objc2-metal", 2797 ] 2798 2799 [[package]] 2800 name = "objc2-symbols" 2801 version = "0.2.2" 2802 source = "registry+https://github.com/rust-lang/crates.io-index" 2803 checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 2804 dependencies = [ 2805 "objc2 0.5.2", 2806 "objc2-foundation 0.2.2", 2807 ] 2808 2809 [[package]] 2810 name = "objc2-ui-kit" 2811 version = "0.2.2" 2812 source = "registry+https://github.com/rust-lang/crates.io-index" 2813 checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 2814 dependencies = [ 2815 "bitflags 2.10.0", 2816 "block2", 2817 "objc2 0.5.2", 2818 "objc2-cloud-kit", 2819 "objc2-core-data", 2820 "objc2-core-image", 2821 "objc2-core-location", 2822 "objc2-foundation 0.2.2", 2823 "objc2-link-presentation", 2824 "objc2-quartz-core", 2825 "objc2-symbols", 2826 "objc2-uniform-type-identifiers", 2827 "objc2-user-notifications", 2828 ] 2829 2830 [[package]] 2831 name = "objc2-uniform-type-identifiers" 2832 version = "0.2.2" 2833 source = "registry+https://github.com/rust-lang/crates.io-index" 2834 checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 2835 dependencies = [ 2836 "block2", 2837 "objc2 0.5.2", 2838 "objc2-foundation 0.2.2", 2839 ] 2840 2841 [[package]] 2842 name = "objc2-user-notifications" 2843 version = "0.2.2" 2844 source = "registry+https://github.com/rust-lang/crates.io-index" 2845 checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 2846 dependencies = [ 2847 "bitflags 2.10.0", 2848 "block2", 2849 "objc2 0.5.2", 2850 "objc2-core-location", 2851 "objc2-foundation 0.2.2", 2852 ] 2853 2854 [[package]] 2855 name = "once_cell" 2856 version = "1.21.3" 2857 source = "registry+https://github.com/rust-lang/crates.io-index" 2858 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2859 2860 [[package]] 2861 name = "once_cell_polyfill" 2862 version = "1.70.1" 2863 source = "registry+https://github.com/rust-lang/crates.io-index" 2864 checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 2865 2866 [[package]] 2867 name = "option-ext" 2868 version = "0.2.0" 2869 source = "registry+https://github.com/rust-lang/crates.io-index" 2870 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2871 2872 [[package]] 2873 name = "orbclient" 2874 version = "0.3.48" 2875 source = "registry+https://github.com/rust-lang/crates.io-index" 2876 checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43" 2877 dependencies = [ 2878 "libredox", 2879 ] 2880 2881 [[package]] 2882 name = "ordered-float" 2883 version = "4.6.0" 2884 source = "registry+https://github.com/rust-lang/crates.io-index" 2885 checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" 2886 dependencies = [ 2887 "num-traits", 2888 ] 2889 2890 [[package]] 2891 name = "ordered-stream" 2892 version = "0.2.0" 2893 source = "registry+https://github.com/rust-lang/crates.io-index" 2894 checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 2895 dependencies = [ 2896 "futures-core", 2897 "pin-project-lite", 2898 ] 2899 2900 [[package]] 2901 name = "owned_ttf_parser" 2902 version = "0.25.1" 2903 source = "registry+https://github.com/rust-lang/crates.io-index" 2904 checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" 2905 dependencies = [ 2906 "ttf-parser", 2907 ] 2908 2909 [[package]] 2910 name = "parking" 2911 version = "2.2.1" 2912 source = "registry+https://github.com/rust-lang/crates.io-index" 2913 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2914 2915 [[package]] 2916 name = "parking_lot" 2917 version = "0.12.5" 2918 source = "registry+https://github.com/rust-lang/crates.io-index" 2919 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2920 dependencies = [ 2921 "lock_api", 2922 "parking_lot_core", 2923 ] 2924 2925 [[package]] 2926 name = "parking_lot_core" 2927 version = "0.9.12" 2928 source = "registry+https://github.com/rust-lang/crates.io-index" 2929 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2930 dependencies = [ 2931 "cfg-if", 2932 "libc", 2933 "redox_syscall 0.5.18", 2934 "smallvec", 2935 "windows-link 0.2.1", 2936 ] 2937 2938 [[package]] 2939 name = "paste" 2940 version = "1.0.15" 2941 source = "registry+https://github.com/rust-lang/crates.io-index" 2942 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2943 2944 [[package]] 2945 name = "peek-poke" 2946 version = "0.3.0" 2947 dependencies = [ 2948 "euclid", 2949 "peek-poke-derive", 2950 ] 2951 2952 [[package]] 2953 name = "peek-poke-derive" 2954 version = "0.3.0" 2955 dependencies = [ 2956 "proc-macro2", 2957 "quote", 2958 "syn 2.0.107", 2959 "synstructure", 2960 ] 2961 2962 [[package]] 2963 name = "percent-encoding" 2964 version = "2.3.2" 2965 source = "registry+https://github.com/rust-lang/crates.io-index" 2966 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2967 2968 [[package]] 2969 name = "pin-project" 2970 version = "1.1.10" 2971 source = "registry+https://github.com/rust-lang/crates.io-index" 2972 checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 2973 dependencies = [ 2974 "pin-project-internal", 2975 ] 2976 2977 [[package]] 2978 name = "pin-project-internal" 2979 version = "1.1.10" 2980 source = "registry+https://github.com/rust-lang/crates.io-index" 2981 checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 2982 dependencies = [ 2983 "proc-macro2", 2984 "quote", 2985 "syn 2.0.107", 2986 ] 2987 2988 [[package]] 2989 name = "pin-project-lite" 2990 version = "0.2.16" 2991 source = "registry+https://github.com/rust-lang/crates.io-index" 2992 checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2993 2994 [[package]] 2995 name = "pin-utils" 2996 version = "0.1.0" 2997 source = "registry+https://github.com/rust-lang/crates.io-index" 2998 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2999 3000 [[package]] 3001 name = "piper" 3002 version = "0.2.4" 3003 source = "registry+https://github.com/rust-lang/crates.io-index" 3004 checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 3005 dependencies = [ 3006 "atomic-waker", 3007 "fastrand", 3008 "futures-io", 3009 ] 3010 3011 [[package]] 3012 name = "pkg-config" 3013 version = "0.3.32" 3014 source = "registry+https://github.com/rust-lang/crates.io-index" 3015 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 3016 3017 [[package]] 3018 name = "plane-split" 3019 version = "0.18.0" 3020 source = "registry+https://github.com/rust-lang/crates.io-index" 3021 checksum = "8c1f7d82649829ecdef8e258790b0587acf0a8403f0ce963473d8e918acc1643" 3022 dependencies = [ 3023 "euclid", 3024 "log", 3025 "smallvec", 3026 ] 3027 3028 [[package]] 3029 name = "png" 3030 version = "0.16.8" 3031 source = "registry+https://github.com/rust-lang/crates.io-index" 3032 checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6" 3033 dependencies = [ 3034 "bitflags 1.2.1", 3035 "crc32fast", 3036 "deflate", 3037 "miniz_oxide 0.3.7", 3038 ] 3039 3040 [[package]] 3041 name = "png" 3042 version = "0.18.0" 3043 source = "registry+https://github.com/rust-lang/crates.io-index" 3044 checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 3045 dependencies = [ 3046 "bitflags 2.10.0", 3047 "crc32fast", 3048 "fdeflate", 3049 "flate2", 3050 "miniz_oxide 0.8.9", 3051 ] 3052 3053 [[package]] 3054 name = "polling" 3055 version = "3.11.0" 3056 source = "registry+https://github.com/rust-lang/crates.io-index" 3057 checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 3058 dependencies = [ 3059 "cfg-if", 3060 "concurrent-queue", 3061 "hermit-abi", 3062 "pin-project-lite", 3063 "rustix 1.1.2", 3064 "windows-sys 0.61.2", 3065 ] 3066 3067 [[package]] 3068 name = "portable-atomic" 3069 version = "1.11.1" 3070 source = "registry+https://github.com/rust-lang/crates.io-index" 3071 checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 3072 3073 [[package]] 3074 name = "portable-atomic-util" 3075 version = "0.2.4" 3076 source = "registry+https://github.com/rust-lang/crates.io-index" 3077 checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 3078 dependencies = [ 3079 "portable-atomic", 3080 ] 3081 3082 [[package]] 3083 name = "potential_utf" 3084 version = "0.1.3" 3085 source = "registry+https://github.com/rust-lang/crates.io-index" 3086 checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 3087 dependencies = [ 3088 "zerovec", 3089 ] 3090 3091 [[package]] 3092 name = "ppv-lite86" 3093 version = "0.2.21" 3094 source = "registry+https://github.com/rust-lang/crates.io-index" 3095 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3096 dependencies = [ 3097 "zerocopy", 3098 ] 3099 3100 [[package]] 3101 name = "presser" 3102 version = "0.3.1" 3103 source = "registry+https://github.com/rust-lang/crates.io-index" 3104 checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 3105 3106 [[package]] 3107 name = "proc-macro-crate" 3108 version = "3.4.0" 3109 source = "registry+https://github.com/rust-lang/crates.io-index" 3110 checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 3111 dependencies = [ 3112 "toml_edit 0.23.7", 3113 ] 3114 3115 [[package]] 3116 name = "proc-macro2" 3117 version = "1.0.101" 3118 source = "registry+https://github.com/rust-lang/crates.io-index" 3119 checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 3120 dependencies = [ 3121 "unicode-ident", 3122 ] 3123 3124 [[package]] 3125 name = "profiling" 3126 version = "1.0.17" 3127 source = "registry+https://github.com/rust-lang/crates.io-index" 3128 checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 3129 3130 [[package]] 3131 name = "pxfm" 3132 version = "0.1.25" 3133 source = "registry+https://github.com/rust-lang/crates.io-index" 3134 checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84" 3135 dependencies = [ 3136 "num-traits", 3137 ] 3138 3139 [[package]] 3140 name = "quick-error" 3141 version = "2.0.1" 3142 source = "registry+https://github.com/rust-lang/crates.io-index" 3143 checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 3144 3145 [[package]] 3146 name = "quick-xml" 3147 version = "0.36.2" 3148 source = "registry+https://github.com/rust-lang/crates.io-index" 3149 checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" 3150 dependencies = [ 3151 "memchr", 3152 "serde", 3153 ] 3154 3155 [[package]] 3156 name = "quick-xml" 3157 version = "0.37.5" 3158 source = "registry+https://github.com/rust-lang/crates.io-index" 3159 checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" 3160 dependencies = [ 3161 "memchr", 3162 ] 3163 3164 [[package]] 3165 name = "quote" 3166 version = "1.0.41" 3167 source = "registry+https://github.com/rust-lang/crates.io-index" 3168 checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 3169 dependencies = [ 3170 "proc-macro2", 3171 ] 3172 3173 [[package]] 3174 name = "r-efi" 3175 version = "5.3.0" 3176 source = "registry+https://github.com/rust-lang/crates.io-index" 3177 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3178 3179 [[package]] 3180 name = "radix_trie" 3181 version = "0.2.1" 3182 source = "registry+https://github.com/rust-lang/crates.io-index" 3183 checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 3184 dependencies = [ 3185 "endian-type", 3186 "nibble_vec", 3187 ] 3188 3189 [[package]] 3190 name = "rand" 3191 version = "0.9.2" 3192 source = "registry+https://github.com/rust-lang/crates.io-index" 3193 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 3194 dependencies = [ 3195 "rand_chacha", 3196 "rand_core", 3197 ] 3198 3199 [[package]] 3200 name = "rand_chacha" 3201 version = "0.9.0" 3202 source = "registry+https://github.com/rust-lang/crates.io-index" 3203 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3204 dependencies = [ 3205 "ppv-lite86", 3206 "rand_core", 3207 ] 3208 3209 [[package]] 3210 name = "rand_core" 3211 version = "0.9.3" 3212 source = "registry+https://github.com/rust-lang/crates.io-index" 3213 checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 3214 dependencies = [ 3215 "getrandom 0.3.4", 3216 ] 3217 3218 [[package]] 3219 name = "range-alloc" 3220 version = "0.1.4" 3221 source = "registry+https://github.com/rust-lang/crates.io-index" 3222 checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" 3223 3224 [[package]] 3225 name = "raw-window-handle" 3226 version = "0.6.2" 3227 source = "registry+https://github.com/rust-lang/crates.io-index" 3228 checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 3229 3230 [[package]] 3231 name = "rayon" 3232 version = "1.11.0" 3233 source = "registry+https://github.com/rust-lang/crates.io-index" 3234 checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 3235 dependencies = [ 3236 "either", 3237 "rayon-core", 3238 ] 3239 3240 [[package]] 3241 name = "rayon-core" 3242 version = "1.13.0" 3243 source = "registry+https://github.com/rust-lang/crates.io-index" 3244 checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 3245 dependencies = [ 3246 "crossbeam-deque", 3247 "crossbeam-utils", 3248 ] 3249 3250 [[package]] 3251 name = "redox_syscall" 3252 version = "0.4.1" 3253 source = "registry+https://github.com/rust-lang/crates.io-index" 3254 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 3255 dependencies = [ 3256 "bitflags 1.2.1", 3257 ] 3258 3259 [[package]] 3260 name = "redox_syscall" 3261 version = "0.5.18" 3262 source = "registry+https://github.com/rust-lang/crates.io-index" 3263 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3264 dependencies = [ 3265 "bitflags 2.10.0", 3266 ] 3267 3268 [[package]] 3269 name = "redox_users" 3270 version = "0.4.6" 3271 source = "registry+https://github.com/rust-lang/crates.io-index" 3272 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 3273 dependencies = [ 3274 "getrandom 0.2.16", 3275 "libredox", 3276 "thiserror 1.0.69", 3277 ] 3278 3279 [[package]] 3280 name = "redox_users" 3281 version = "0.5.2" 3282 source = "registry+https://github.com/rust-lang/crates.io-index" 3283 checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 3284 dependencies = [ 3285 "getrandom 0.2.16", 3286 "libredox", 3287 "thiserror 2.0.17", 3288 ] 3289 3290 [[package]] 3291 name = "regex" 3292 version = "1.12.2" 3293 source = "registry+https://github.com/rust-lang/crates.io-index" 3294 checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 3295 dependencies = [ 3296 "aho-corasick", 3297 "memchr", 3298 "regex-automata", 3299 "regex-syntax", 3300 ] 3301 3302 [[package]] 3303 name = "regex-automata" 3304 version = "0.4.13" 3305 source = "registry+https://github.com/rust-lang/crates.io-index" 3306 checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 3307 dependencies = [ 3308 "aho-corasick", 3309 "memchr", 3310 "regex-syntax", 3311 ] 3312 3313 [[package]] 3314 name = "regex-syntax" 3315 version = "0.8.8" 3316 source = "registry+https://github.com/rust-lang/crates.io-index" 3317 checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 3318 3319 [[package]] 3320 name = "renderdoc-sys" 3321 version = "1.1.0" 3322 source = "registry+https://github.com/rust-lang/crates.io-index" 3323 checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 3324 3325 [[package]] 3326 name = "repl-ng" 3327 version = "0.3.1" 3328 source = "registry+https://github.com/rust-lang/crates.io-index" 3329 checksum = "a8f38d837ef420d9ad547981b382bac226317090d10b649e6b256ad6bb647749" 3330 dependencies = [ 3331 "clap", 3332 "regex", 3333 "rustyline", 3334 "rustyline-derive", 3335 "yansi", 3336 ] 3337 3338 [[package]] 3339 name = "reqwest" 3340 version = "0.12.24" 3341 source = "registry+https://github.com/rust-lang/crates.io-index" 3342 checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" 3343 dependencies = [ 3344 "base64", 3345 "bytes", 3346 "futures-channel", 3347 "futures-core", 3348 "futures-util", 3349 "http 1.3.1", 3350 "http-body 1.0.1", 3351 "http-body-util", 3352 "hyper 1.7.0", 3353 "hyper-util", 3354 "js-sys", 3355 "log", 3356 "percent-encoding", 3357 "pin-project-lite", 3358 "serde", 3359 "serde_json", 3360 "serde_urlencoded", 3361 "sync_wrapper", 3362 "tokio", 3363 "tower", 3364 "tower-http", 3365 "tower-service", 3366 "url", 3367 "wasm-bindgen", 3368 "wasm-bindgen-futures", 3369 "web-sys", 3370 ] 3371 3372 [[package]] 3373 name = "ron" 3374 version = "0.11.0" 3375 source = "registry+https://github.com/rust-lang/crates.io-index" 3376 checksum = "db09040cc89e461f1a265139777a2bde7f8d8c67c4936f700c63ce3e2904d468" 3377 dependencies = [ 3378 "base64", 3379 "bitflags 2.10.0", 3380 "serde", 3381 "serde_derive", 3382 "unicode-ident", 3383 ] 3384 3385 [[package]] 3386 name = "rust-fuzzy-search" 3387 version = "0.1.1" 3388 source = "registry+https://github.com/rust-lang/crates.io-index" 3389 checksum = "a157657054ffe556d8858504af8a672a054a6e0bd9e8ee531059100c0fa11bb2" 3390 3391 [[package]] 3392 name = "rustc-hash" 3393 version = "1.1.0" 3394 source = "registry+https://github.com/rust-lang/crates.io-index" 3395 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3396 3397 [[package]] 3398 name = "rustc-hash" 3399 version = "2.1.1" 3400 source = "registry+https://github.com/rust-lang/crates.io-index" 3401 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 3402 3403 [[package]] 3404 name = "rustix" 3405 version = "0.38.44" 3406 source = "registry+https://github.com/rust-lang/crates.io-index" 3407 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 3408 dependencies = [ 3409 "bitflags 2.10.0", 3410 "errno", 3411 "libc", 3412 "linux-raw-sys 0.4.15", 3413 "windows-sys 0.59.0", 3414 ] 3415 3416 [[package]] 3417 name = "rustix" 3418 version = "1.1.2" 3419 source = "registry+https://github.com/rust-lang/crates.io-index" 3420 checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 3421 dependencies = [ 3422 "bitflags 2.10.0", 3423 "errno", 3424 "libc", 3425 "linux-raw-sys 0.11.0", 3426 "windows-sys 0.61.2", 3427 ] 3428 3429 [[package]] 3430 name = "rustversion" 3431 version = "1.0.22" 3432 source = "registry+https://github.com/rust-lang/crates.io-index" 3433 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3434 3435 [[package]] 3436 name = "rustyline" 3437 version = "8.2.0" 3438 source = "registry+https://github.com/rust-lang/crates.io-index" 3439 checksum = "fbd4eaf7a7738f76c98e4f0395253ae853be3eb018f7b0bb57fe1b6c17e31874" 3440 dependencies = [ 3441 "bitflags 1.2.1", 3442 "cfg-if", 3443 "clipboard-win 4.5.0", 3444 "dirs-next", 3445 "fd-lock", 3446 "libc", 3447 "log", 3448 "memchr", 3449 "nix 0.20.2", 3450 "radix_trie", 3451 "scopeguard", 3452 "smallvec", 3453 "unicode-segmentation", 3454 "unicode-width 0.1.14", 3455 "utf8parse", 3456 "winapi", 3457 ] 3458 3459 [[package]] 3460 name = "rustyline-derive" 3461 version = "0.4.0" 3462 source = "registry+https://github.com/rust-lang/crates.io-index" 3463 checksum = "db9dfbf470021de34cfaf6983067f460ea19164934a7c2d4b92eec0968eb95f1" 3464 dependencies = [ 3465 "quote", 3466 "syn 1.0.109", 3467 ] 3468 3469 [[package]] 3470 name = "ryu" 3471 version = "1.0.20" 3472 source = "registry+https://github.com/rust-lang/crates.io-index" 3473 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 3474 3475 [[package]] 3476 name = "same-file" 3477 version = "1.0.6" 3478 source = "registry+https://github.com/rust-lang/crates.io-index" 3479 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3480 dependencies = [ 3481 "winapi-util", 3482 ] 3483 3484 [[package]] 3485 name = "scoped-tls" 3486 version = "1.0.1" 3487 source = "registry+https://github.com/rust-lang/crates.io-index" 3488 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3489 3490 [[package]] 3491 name = "scopeguard" 3492 version = "1.2.0" 3493 source = "registry+https://github.com/rust-lang/crates.io-index" 3494 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3495 3496 [[package]] 3497 name = "sctk-adwaita" 3498 version = "0.10.1" 3499 source = "registry+https://github.com/rust-lang/crates.io-index" 3500 checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" 3501 dependencies = [ 3502 "ab_glyph", 3503 "log", 3504 "memmap2", 3505 "smithay-client-toolkit", 3506 "tiny-skia", 3507 ] 3508 3509 [[package]] 3510 name = "serde" 3511 version = "1.0.228" 3512 source = "registry+https://github.com/rust-lang/crates.io-index" 3513 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3514 dependencies = [ 3515 "serde_core", 3516 "serde_derive", 3517 ] 3518 3519 [[package]] 3520 name = "serde_bytes" 3521 version = "0.11.19" 3522 source = "registry+https://github.com/rust-lang/crates.io-index" 3523 checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 3524 dependencies = [ 3525 "serde", 3526 "serde_core", 3527 ] 3528 3529 [[package]] 3530 name = "serde_core" 3531 version = "1.0.228" 3532 source = "registry+https://github.com/rust-lang/crates.io-index" 3533 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3534 dependencies = [ 3535 "serde_derive", 3536 ] 3537 3538 [[package]] 3539 name = "serde_derive" 3540 version = "1.0.228" 3541 source = "registry+https://github.com/rust-lang/crates.io-index" 3542 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3543 dependencies = [ 3544 "proc-macro2", 3545 "quote", 3546 "syn 2.0.107", 3547 ] 3548 3549 [[package]] 3550 name = "serde_json" 3551 version = "1.0.145" 3552 source = "registry+https://github.com/rust-lang/crates.io-index" 3553 checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 3554 dependencies = [ 3555 "itoa", 3556 "memchr", 3557 "ryu", 3558 "serde", 3559 "serde_core", 3560 ] 3561 3562 [[package]] 3563 name = "serde_repr" 3564 version = "0.1.20" 3565 source = "registry+https://github.com/rust-lang/crates.io-index" 3566 checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 3567 dependencies = [ 3568 "proc-macro2", 3569 "quote", 3570 "syn 2.0.107", 3571 ] 3572 3573 [[package]] 3574 name = "serde_spanned" 3575 version = "0.6.9" 3576 source = "registry+https://github.com/rust-lang/crates.io-index" 3577 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 3578 dependencies = [ 3579 "serde", 3580 ] 3581 3582 [[package]] 3583 name = "serde_urlencoded" 3584 version = "0.7.1" 3585 source = "registry+https://github.com/rust-lang/crates.io-index" 3586 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3587 dependencies = [ 3588 "form_urlencoded", 3589 "itoa", 3590 "ryu", 3591 "serde", 3592 ] 3593 3594 [[package]] 3595 name = "sha1" 3596 version = "0.10.6" 3597 source = "registry+https://github.com/rust-lang/crates.io-index" 3598 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3599 dependencies = [ 3600 "cfg-if", 3601 "cpufeatures", 3602 "digest", 3603 ] 3604 3605 [[package]] 3606 name = "shlex" 3607 version = "1.3.0" 3608 source = "registry+https://github.com/rust-lang/crates.io-index" 3609 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3610 3611 [[package]] 3612 name = "signal-hook-registry" 3613 version = "1.4.6" 3614 source = "registry+https://github.com/rust-lang/crates.io-index" 3615 checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 3616 dependencies = [ 3617 "libc", 3618 ] 3619 3620 [[package]] 3621 name = "simd-adler32" 3622 version = "0.3.7" 3623 source = "registry+https://github.com/rust-lang/crates.io-index" 3624 checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3625 3626 [[package]] 3627 name = "slab" 3628 version = "0.4.11" 3629 source = "registry+https://github.com/rust-lang/crates.io-index" 3630 checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 3631 3632 [[package]] 3633 name = "slotmap" 3634 version = "1.0.7" 3635 source = "registry+https://github.com/rust-lang/crates.io-index" 3636 checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 3637 dependencies = [ 3638 "version_check", 3639 ] 3640 3641 [[package]] 3642 name = "smallvec" 3643 version = "1.15.1" 3644 source = "registry+https://github.com/rust-lang/crates.io-index" 3645 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3646 dependencies = [ 3647 "serde", 3648 ] 3649 3650 [[package]] 3651 name = "smithay-client-toolkit" 3652 version = "0.19.2" 3653 source = "registry+https://github.com/rust-lang/crates.io-index" 3654 checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 3655 dependencies = [ 3656 "bitflags 2.10.0", 3657 "calloop", 3658 "calloop-wayland-source", 3659 "cursor-icon", 3660 "libc", 3661 "log", 3662 "memmap2", 3663 "rustix 0.38.44", 3664 "thiserror 1.0.69", 3665 "wayland-backend", 3666 "wayland-client", 3667 "wayland-csd-frame", 3668 "wayland-cursor", 3669 "wayland-protocols", 3670 "wayland-protocols-wlr", 3671 "wayland-scanner", 3672 "xkeysym", 3673 ] 3674 3675 [[package]] 3676 name = "smithay-clipboard" 3677 version = "0.7.2" 3678 source = "registry+https://github.com/rust-lang/crates.io-index" 3679 checksum = "cc8216eec463674a0e90f29e0ae41a4db573ec5b56b1c6c1c71615d249b6d846" 3680 dependencies = [ 3681 "libc", 3682 "smithay-client-toolkit", 3683 "wayland-backend", 3684 ] 3685 3686 [[package]] 3687 name = "smol_str" 3688 version = "0.2.2" 3689 source = "registry+https://github.com/rust-lang/crates.io-index" 3690 checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 3691 dependencies = [ 3692 "serde", 3693 ] 3694 3695 [[package]] 3696 name = "socket2" 3697 version = "0.5.10" 3698 source = "registry+https://github.com/rust-lang/crates.io-index" 3699 checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 3700 dependencies = [ 3701 "libc", 3702 "windows-sys 0.52.0", 3703 ] 3704 3705 [[package]] 3706 name = "socket2" 3707 version = "0.6.1" 3708 source = "registry+https://github.com/rust-lang/crates.io-index" 3709 checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 3710 dependencies = [ 3711 "libc", 3712 "windows-sys 0.60.2", 3713 ] 3714 3715 [[package]] 3716 name = "spirv" 3717 version = "0.3.0+sdk-1.3.268.0" 3718 source = "registry+https://github.com/rust-lang/crates.io-index" 3719 checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 3720 dependencies = [ 3721 "bitflags 2.10.0", 3722 ] 3723 3724 [[package]] 3725 name = "stable_deref_trait" 3726 version = "1.2.1" 3727 source = "registry+https://github.com/rust-lang/crates.io-index" 3728 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3729 3730 [[package]] 3731 name = "static_assertions" 3732 version = "1.1.0" 3733 source = "registry+https://github.com/rust-lang/crates.io-index" 3734 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3735 3736 [[package]] 3737 name = "str-buf" 3738 version = "1.0.6" 3739 source = "registry+https://github.com/rust-lang/crates.io-index" 3740 checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 3741 3742 [[package]] 3743 name = "strict-num" 3744 version = "0.1.1" 3745 source = "registry+https://github.com/rust-lang/crates.io-index" 3746 checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 3747 3748 [[package]] 3749 name = "strprox" 3750 version = "0.3.3" 3751 source = "registry+https://github.com/rust-lang/crates.io-index" 3752 checksum = "c00048d63a4b410d04a890d4a78da1f9a0fae9b7fd10df2db4fd53060e97dfe7" 3753 3754 [[package]] 3755 name = "strsim" 3756 version = "0.11.1" 3757 source = "registry+https://github.com/rust-lang/crates.io-index" 3758 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3759 3760 [[package]] 3761 name = "svg_fmt" 3762 version = "0.4.5" 3763 source = "registry+https://github.com/rust-lang/crates.io-index" 3764 checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb" 3765 3766 [[package]] 3767 name = "syn" 3768 version = "1.0.109" 3769 source = "registry+https://github.com/rust-lang/crates.io-index" 3770 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3771 dependencies = [ 3772 "proc-macro2", 3773 "quote", 3774 "unicode-ident", 3775 ] 3776 3777 [[package]] 3778 name = "syn" 3779 version = "2.0.107" 3780 source = "registry+https://github.com/rust-lang/crates.io-index" 3781 checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b" 3782 dependencies = [ 3783 "proc-macro2", 3784 "quote", 3785 "unicode-ident", 3786 ] 3787 3788 [[package]] 3789 name = "sync_wrapper" 3790 version = "1.0.2" 3791 source = "registry+https://github.com/rust-lang/crates.io-index" 3792 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3793 dependencies = [ 3794 "futures-core", 3795 ] 3796 3797 [[package]] 3798 name = "synstructure" 3799 version = "0.13.2" 3800 source = "registry+https://github.com/rust-lang/crates.io-index" 3801 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3802 dependencies = [ 3803 "proc-macro2", 3804 "quote", 3805 "syn 2.0.107", 3806 ] 3807 3808 [[package]] 3809 name = "tempfile" 3810 version = "3.23.0" 3811 source = "registry+https://github.com/rust-lang/crates.io-index" 3812 checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 3813 dependencies = [ 3814 "fastrand", 3815 "getrandom 0.3.4", 3816 "once_cell", 3817 "rustix 1.1.2", 3818 "windows-sys 0.61.2", 3819 ] 3820 3821 [[package]] 3822 name = "termcolor" 3823 version = "1.4.1" 3824 source = "registry+https://github.com/rust-lang/crates.io-index" 3825 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3826 dependencies = [ 3827 "winapi-util", 3828 ] 3829 3830 [[package]] 3831 name = "thiserror" 3832 version = "1.0.69" 3833 source = "registry+https://github.com/rust-lang/crates.io-index" 3834 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3835 dependencies = [ 3836 "thiserror-impl 1.0.69", 3837 ] 3838 3839 [[package]] 3840 name = "thiserror" 3841 version = "2.0.17" 3842 source = "registry+https://github.com/rust-lang/crates.io-index" 3843 checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 3844 dependencies = [ 3845 "thiserror-impl 2.0.17", 3846 ] 3847 3848 [[package]] 3849 name = "thiserror-impl" 3850 version = "1.0.69" 3851 source = "registry+https://github.com/rust-lang/crates.io-index" 3852 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3853 dependencies = [ 3854 "proc-macro2", 3855 "quote", 3856 "syn 2.0.107", 3857 ] 3858 3859 [[package]] 3860 name = "thiserror-impl" 3861 version = "2.0.17" 3862 source = "registry+https://github.com/rust-lang/crates.io-index" 3863 checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 3864 dependencies = [ 3865 "proc-macro2", 3866 "quote", 3867 "syn 2.0.107", 3868 ] 3869 3870 [[package]] 3871 name = "tiff" 3872 version = "0.10.3" 3873 source = "registry+https://github.com/rust-lang/crates.io-index" 3874 checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f" 3875 dependencies = [ 3876 "fax", 3877 "flate2", 3878 "half", 3879 "quick-error", 3880 "weezl", 3881 "zune-jpeg", 3882 ] 3883 3884 [[package]] 3885 name = "tiny-skia" 3886 version = "0.11.4" 3887 source = "registry+https://github.com/rust-lang/crates.io-index" 3888 checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 3889 dependencies = [ 3890 "arrayref", 3891 "arrayvec", 3892 "bytemuck", 3893 "cfg-if", 3894 "log", 3895 "tiny-skia-path", 3896 ] 3897 3898 [[package]] 3899 name = "tiny-skia-path" 3900 version = "0.11.4" 3901 source = "registry+https://github.com/rust-lang/crates.io-index" 3902 checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 3903 dependencies = [ 3904 "arrayref", 3905 "bytemuck", 3906 "strict-num", 3907 ] 3908 3909 [[package]] 3910 name = "tinystr" 3911 version = "0.8.1" 3912 source = "registry+https://github.com/rust-lang/crates.io-index" 3913 checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 3914 dependencies = [ 3915 "displaydoc", 3916 "zerovec", 3917 ] 3918 3919 [[package]] 3920 name = "tokio" 3921 version = "1.48.0" 3922 source = "registry+https://github.com/rust-lang/crates.io-index" 3923 checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 3924 dependencies = [ 3925 "bytes", 3926 "libc", 3927 "mio", 3928 "pin-project-lite", 3929 "socket2 0.6.1", 3930 "windows-sys 0.61.2", 3931 ] 3932 3933 [[package]] 3934 name = "toml" 3935 version = "0.8.23" 3936 source = "registry+https://github.com/rust-lang/crates.io-index" 3937 checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 3938 dependencies = [ 3939 "serde", 3940 "serde_spanned", 3941 "toml_datetime 0.6.11", 3942 "toml_edit 0.22.27", 3943 ] 3944 3945 [[package]] 3946 name = "toml_datetime" 3947 version = "0.6.11" 3948 source = "registry+https://github.com/rust-lang/crates.io-index" 3949 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 3950 dependencies = [ 3951 "serde", 3952 ] 3953 3954 [[package]] 3955 name = "toml_datetime" 3956 version = "0.7.3" 3957 source = "registry+https://github.com/rust-lang/crates.io-index" 3958 checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" 3959 dependencies = [ 3960 "serde_core", 3961 ] 3962 3963 [[package]] 3964 name = "toml_edit" 3965 version = "0.22.27" 3966 source = "registry+https://github.com/rust-lang/crates.io-index" 3967 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 3968 dependencies = [ 3969 "indexmap", 3970 "serde", 3971 "serde_spanned", 3972 "toml_datetime 0.6.11", 3973 "toml_write", 3974 "winnow", 3975 ] 3976 3977 [[package]] 3978 name = "toml_edit" 3979 version = "0.23.7" 3980 source = "registry+https://github.com/rust-lang/crates.io-index" 3981 checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" 3982 dependencies = [ 3983 "indexmap", 3984 "toml_datetime 0.7.3", 3985 "toml_parser", 3986 "winnow", 3987 ] 3988 3989 [[package]] 3990 name = "toml_parser" 3991 version = "1.0.4" 3992 source = "registry+https://github.com/rust-lang/crates.io-index" 3993 checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" 3994 dependencies = [ 3995 "winnow", 3996 ] 3997 3998 [[package]] 3999 name = "toml_write" 4000 version = "0.1.2" 4001 source = "registry+https://github.com/rust-lang/crates.io-index" 4002 checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 4003 4004 [[package]] 4005 name = "topological-sort" 4006 version = "0.1.0" 4007 source = "registry+https://github.com/rust-lang/crates.io-index" 4008 checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c" 4009 4010 [[package]] 4011 name = "tower" 4012 version = "0.5.2" 4013 source = "registry+https://github.com/rust-lang/crates.io-index" 4014 checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 4015 dependencies = [ 4016 "futures-core", 4017 "futures-util", 4018 "pin-project-lite", 4019 "sync_wrapper", 4020 "tokio", 4021 "tower-layer", 4022 "tower-service", 4023 ] 4024 4025 [[package]] 4026 name = "tower-http" 4027 version = "0.6.6" 4028 source = "registry+https://github.com/rust-lang/crates.io-index" 4029 checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 4030 dependencies = [ 4031 "bitflags 2.10.0", 4032 "bytes", 4033 "futures-util", 4034 "http 1.3.1", 4035 "http-body 1.0.1", 4036 "iri-string", 4037 "pin-project-lite", 4038 "tower", 4039 "tower-layer", 4040 "tower-service", 4041 ] 4042 4043 [[package]] 4044 name = "tower-layer" 4045 version = "0.3.3" 4046 source = "registry+https://github.com/rust-lang/crates.io-index" 4047 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 4048 4049 [[package]] 4050 name = "tower-service" 4051 version = "0.3.3" 4052 source = "registry+https://github.com/rust-lang/crates.io-index" 4053 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4054 4055 [[package]] 4056 name = "tracing" 4057 version = "0.1.41" 4058 source = "registry+https://github.com/rust-lang/crates.io-index" 4059 checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 4060 dependencies = [ 4061 "pin-project-lite", 4062 "tracing-attributes", 4063 "tracing-core", 4064 ] 4065 4066 [[package]] 4067 name = "tracing-attributes" 4068 version = "0.1.30" 4069 source = "registry+https://github.com/rust-lang/crates.io-index" 4070 checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 4071 dependencies = [ 4072 "proc-macro2", 4073 "quote", 4074 "syn 2.0.107", 4075 ] 4076 4077 [[package]] 4078 name = "tracing-core" 4079 version = "0.1.34" 4080 source = "registry+https://github.com/rust-lang/crates.io-index" 4081 checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 4082 dependencies = [ 4083 "once_cell", 4084 ] 4085 4086 [[package]] 4087 name = "tracy-rs" 4088 version = "0.1.2" 4089 source = "registry+https://github.com/rust-lang/crates.io-index" 4090 checksum = "ce607aae8ab0ab3abf3a2723a9ab6f09bb8639ed83fdd888d857b8e556c868d8" 4091 4092 [[package]] 4093 name = "try-lock" 4094 version = "0.2.5" 4095 source = "registry+https://github.com/rust-lang/crates.io-index" 4096 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4097 4098 [[package]] 4099 name = "ttf-parser" 4100 version = "0.25.1" 4101 source = "registry+https://github.com/rust-lang/crates.io-index" 4102 checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 4103 4104 [[package]] 4105 name = "tungstenite" 4106 version = "0.27.0" 4107 source = "registry+https://github.com/rust-lang/crates.io-index" 4108 checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" 4109 dependencies = [ 4110 "bytes", 4111 "data-encoding", 4112 "http 1.3.1", 4113 "httparse", 4114 "log", 4115 "rand", 4116 "sha1", 4117 "thiserror 2.0.17", 4118 "utf-8", 4119 ] 4120 4121 [[package]] 4122 name = "type-map" 4123 version = "0.5.1" 4124 source = "registry+https://github.com/rust-lang/crates.io-index" 4125 checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" 4126 dependencies = [ 4127 "rustc-hash 2.1.1", 4128 ] 4129 4130 [[package]] 4131 name = "typenum" 4132 version = "1.19.0" 4133 source = "registry+https://github.com/rust-lang/crates.io-index" 4134 checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 4135 4136 [[package]] 4137 name = "uds_windows" 4138 version = "1.1.0" 4139 source = "registry+https://github.com/rust-lang/crates.io-index" 4140 checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 4141 dependencies = [ 4142 "memoffset 0.9.1", 4143 "tempfile", 4144 "winapi", 4145 ] 4146 4147 [[package]] 4148 name = "unicode-ident" 4149 version = "1.0.19" 4150 source = "registry+https://github.com/rust-lang/crates.io-index" 4151 checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 4152 4153 [[package]] 4154 name = "unicode-segmentation" 4155 version = "1.12.0" 4156 source = "registry+https://github.com/rust-lang/crates.io-index" 4157 checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4158 4159 [[package]] 4160 name = "unicode-width" 4161 version = "0.1.14" 4162 source = "registry+https://github.com/rust-lang/crates.io-index" 4163 checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 4164 4165 [[package]] 4166 name = "unicode-width" 4167 version = "0.2.2" 4168 source = "registry+https://github.com/rust-lang/crates.io-index" 4169 checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 4170 4171 [[package]] 4172 name = "url" 4173 version = "2.5.7" 4174 source = "registry+https://github.com/rust-lang/crates.io-index" 4175 checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 4176 dependencies = [ 4177 "form_urlencoded", 4178 "idna", 4179 "percent-encoding", 4180 "serde", 4181 ] 4182 4183 [[package]] 4184 name = "utf-8" 4185 version = "0.7.6" 4186 source = "registry+https://github.com/rust-lang/crates.io-index" 4187 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4188 4189 [[package]] 4190 name = "utf8_iter" 4191 version = "1.0.4" 4192 source = "registry+https://github.com/rust-lang/crates.io-index" 4193 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4194 4195 [[package]] 4196 name = "utf8parse" 4197 version = "0.2.2" 4198 source = "registry+https://github.com/rust-lang/crates.io-index" 4199 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4200 4201 [[package]] 4202 name = "uuid" 4203 version = "1.18.1" 4204 source = "registry+https://github.com/rust-lang/crates.io-index" 4205 checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" 4206 dependencies = [ 4207 "js-sys", 4208 "serde", 4209 "wasm-bindgen", 4210 ] 4211 4212 [[package]] 4213 name = "version_check" 4214 version = "0.9.5" 4215 source = "registry+https://github.com/rust-lang/crates.io-index" 4216 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4217 4218 [[package]] 4219 name = "walkdir" 4220 version = "2.5.0" 4221 source = "registry+https://github.com/rust-lang/crates.io-index" 4222 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4223 dependencies = [ 4224 "same-file", 4225 "winapi-util", 4226 ] 4227 4228 [[package]] 4229 name = "want" 4230 version = "0.3.1" 4231 source = "registry+https://github.com/rust-lang/crates.io-index" 4232 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4233 dependencies = [ 4234 "try-lock", 4235 ] 4236 4237 [[package]] 4238 name = "wasi" 4239 version = "0.11.1+wasi-snapshot-preview1" 4240 source = "registry+https://github.com/rust-lang/crates.io-index" 4241 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4242 4243 [[package]] 4244 name = "wasip2" 4245 version = "1.0.1+wasi-0.2.4" 4246 source = "registry+https://github.com/rust-lang/crates.io-index" 4247 checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 4248 dependencies = [ 4249 "wit-bindgen", 4250 ] 4251 4252 [[package]] 4253 name = "wasm-bindgen" 4254 version = "0.2.104" 4255 source = "registry+https://github.com/rust-lang/crates.io-index" 4256 checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 4257 dependencies = [ 4258 "cfg-if", 4259 "once_cell", 4260 "rustversion", 4261 "wasm-bindgen-macro", 4262 "wasm-bindgen-shared", 4263 ] 4264 4265 [[package]] 4266 name = "wasm-bindgen-backend" 4267 version = "0.2.104" 4268 source = "registry+https://github.com/rust-lang/crates.io-index" 4269 checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 4270 dependencies = [ 4271 "bumpalo", 4272 "log", 4273 "proc-macro2", 4274 "quote", 4275 "syn 2.0.107", 4276 "wasm-bindgen-shared", 4277 ] 4278 4279 [[package]] 4280 name = "wasm-bindgen-futures" 4281 version = "0.4.54" 4282 source = "registry+https://github.com/rust-lang/crates.io-index" 4283 checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" 4284 dependencies = [ 4285 "cfg-if", 4286 "js-sys", 4287 "once_cell", 4288 "wasm-bindgen", 4289 "web-sys", 4290 ] 4291 4292 [[package]] 4293 name = "wasm-bindgen-macro" 4294 version = "0.2.104" 4295 source = "registry+https://github.com/rust-lang/crates.io-index" 4296 checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 4297 dependencies = [ 4298 "quote", 4299 "wasm-bindgen-macro-support", 4300 ] 4301 4302 [[package]] 4303 name = "wasm-bindgen-macro-support" 4304 version = "0.2.104" 4305 source = "registry+https://github.com/rust-lang/crates.io-index" 4306 checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 4307 dependencies = [ 4308 "proc-macro2", 4309 "quote", 4310 "syn 2.0.107", 4311 "wasm-bindgen-backend", 4312 "wasm-bindgen-shared", 4313 ] 4314 4315 [[package]] 4316 name = "wasm-bindgen-shared" 4317 version = "0.2.104" 4318 source = "registry+https://github.com/rust-lang/crates.io-index" 4319 checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 4320 dependencies = [ 4321 "unicode-ident", 4322 ] 4323 4324 [[package]] 4325 name = "wayland-backend" 4326 version = "0.3.11" 4327 source = "registry+https://github.com/rust-lang/crates.io-index" 4328 checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35" 4329 dependencies = [ 4330 "cc", 4331 "downcast-rs", 4332 "rustix 1.1.2", 4333 "scoped-tls", 4334 "smallvec", 4335 "wayland-sys", 4336 ] 4337 4338 [[package]] 4339 name = "wayland-client" 4340 version = "0.31.11" 4341 source = "registry+https://github.com/rust-lang/crates.io-index" 4342 checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d" 4343 dependencies = [ 4344 "bitflags 2.10.0", 4345 "rustix 1.1.2", 4346 "wayland-backend", 4347 "wayland-scanner", 4348 ] 4349 4350 [[package]] 4351 name = "wayland-csd-frame" 4352 version = "0.3.0" 4353 source = "registry+https://github.com/rust-lang/crates.io-index" 4354 checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 4355 dependencies = [ 4356 "bitflags 2.10.0", 4357 "cursor-icon", 4358 "wayland-backend", 4359 ] 4360 4361 [[package]] 4362 name = "wayland-cursor" 4363 version = "0.31.11" 4364 source = "registry+https://github.com/rust-lang/crates.io-index" 4365 checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29" 4366 dependencies = [ 4367 "rustix 1.1.2", 4368 "wayland-client", 4369 "xcursor", 4370 ] 4371 4372 [[package]] 4373 name = "wayland-protocols" 4374 version = "0.32.9" 4375 source = "registry+https://github.com/rust-lang/crates.io-index" 4376 checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901" 4377 dependencies = [ 4378 "bitflags 2.10.0", 4379 "wayland-backend", 4380 "wayland-client", 4381 "wayland-scanner", 4382 ] 4383 4384 [[package]] 4385 name = "wayland-protocols-plasma" 4386 version = "0.3.9" 4387 source = "registry+https://github.com/rust-lang/crates.io-index" 4388 checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032" 4389 dependencies = [ 4390 "bitflags 2.10.0", 4391 "wayland-backend", 4392 "wayland-client", 4393 "wayland-protocols", 4394 "wayland-scanner", 4395 ] 4396 4397 [[package]] 4398 name = "wayland-protocols-wlr" 4399 version = "0.3.9" 4400 source = "registry+https://github.com/rust-lang/crates.io-index" 4401 checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec" 4402 dependencies = [ 4403 "bitflags 2.10.0", 4404 "wayland-backend", 4405 "wayland-client", 4406 "wayland-protocols", 4407 "wayland-scanner", 4408 ] 4409 4410 [[package]] 4411 name = "wayland-scanner" 4412 version = "0.31.7" 4413 source = "registry+https://github.com/rust-lang/crates.io-index" 4414 checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3" 4415 dependencies = [ 4416 "proc-macro2", 4417 "quick-xml 0.37.5", 4418 "quote", 4419 ] 4420 4421 [[package]] 4422 name = "wayland-sys" 4423 version = "0.31.7" 4424 source = "registry+https://github.com/rust-lang/crates.io-index" 4425 checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142" 4426 dependencies = [ 4427 "dlib", 4428 "log", 4429 "once_cell", 4430 "pkg-config", 4431 ] 4432 4433 [[package]] 4434 name = "web-sys" 4435 version = "0.3.81" 4436 source = "registry+https://github.com/rust-lang/crates.io-index" 4437 checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 4438 dependencies = [ 4439 "js-sys", 4440 "wasm-bindgen", 4441 ] 4442 4443 [[package]] 4444 name = "web-time" 4445 version = "1.1.0" 4446 source = "registry+https://github.com/rust-lang/crates.io-index" 4447 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4448 dependencies = [ 4449 "js-sys", 4450 "wasm-bindgen", 4451 ] 4452 4453 [[package]] 4454 name = "webbrowser" 4455 version = "1.0.6" 4456 source = "registry+https://github.com/rust-lang/crates.io-index" 4457 checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97" 4458 dependencies = [ 4459 "core-foundation 0.10.1", 4460 "jni", 4461 "log", 4462 "ndk-context", 4463 "objc2 0.6.3", 4464 "objc2-foundation 0.3.2", 4465 "url", 4466 "web-sys", 4467 ] 4468 4469 [[package]] 4470 name = "webrender" 4471 version = "0.62.0" 4472 dependencies = [ 4473 "allocator-api2", 4474 "base64", 4475 "bincode", 4476 "bitflags 2.10.0", 4477 "build-parallel", 4478 "byteorder", 4479 "derive_more", 4480 "etagere", 4481 "euclid", 4482 "gleam", 4483 "glslopt", 4484 "hyper 0.14.32", 4485 "lazy_static", 4486 "log", 4487 "malloc_size_of_derive", 4488 "num-traits", 4489 "peek-poke", 4490 "plane-split", 4491 "rayon", 4492 "ron", 4493 "rustc-hash 2.1.1", 4494 "serde", 4495 "serde_json", 4496 "sha1", 4497 "smallvec", 4498 "svg_fmt", 4499 "tokio", 4500 "topological-sort", 4501 "tracy-rs", 4502 "url", 4503 "webrender_api", 4504 "webrender_build", 4505 "wr_glyph_rasterizer", 4506 "wr_malloc_size_of", 4507 "zeitstempel", 4508 ] 4509 4510 [[package]] 4511 name = "webrender_api" 4512 version = "0.62.0" 4513 dependencies = [ 4514 "app_units", 4515 "bitflags 2.10.0", 4516 "byteorder", 4517 "crossbeam-channel", 4518 "euclid", 4519 "malloc_size_of_derive", 4520 "peek-poke", 4521 "serde", 4522 "serde_bytes", 4523 "serde_derive", 4524 "wr_malloc_size_of", 4525 "zeitstempel", 4526 ] 4527 4528 [[package]] 4529 name = "webrender_build" 4530 version = "0.0.2" 4531 dependencies = [ 4532 "bitflags 2.10.0", 4533 "lazy_static", 4534 ] 4535 4536 [[package]] 4537 name = "weezl" 4538 version = "0.1.10" 4539 source = "registry+https://github.com/rust-lang/crates.io-index" 4540 checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3" 4541 4542 [[package]] 4543 name = "wgpu" 4544 version = "27.0.1" 4545 source = "registry+https://github.com/rust-lang/crates.io-index" 4546 checksum = "bfe68bac7cde125de7a731c3400723cadaaf1703795ad3f4805f187459cd7a77" 4547 dependencies = [ 4548 "arrayvec", 4549 "bitflags 2.10.0", 4550 "cfg-if", 4551 "cfg_aliases", 4552 "document-features", 4553 "hashbrown 0.16.0", 4554 "js-sys", 4555 "log", 4556 "naga", 4557 "parking_lot", 4558 "portable-atomic", 4559 "profiling", 4560 "raw-window-handle", 4561 "smallvec", 4562 "static_assertions", 4563 "wasm-bindgen", 4564 "wasm-bindgen-futures", 4565 "web-sys", 4566 "wgpu-core", 4567 "wgpu-hal", 4568 "wgpu-types", 4569 ] 4570 4571 [[package]] 4572 name = "wgpu-core" 4573 version = "27.0.1" 4574 source = "registry+https://github.com/rust-lang/crates.io-index" 4575 checksum = "e3d654c0b6c6335edfca18c11bdaed964def641b8e9997d3a495a2ff4077c922" 4576 dependencies = [ 4577 "arrayvec", 4578 "bit-set", 4579 "bit-vec", 4580 "bitflags 2.10.0", 4581 "bytemuck", 4582 "cfg_aliases", 4583 "document-features", 4584 "hashbrown 0.16.0", 4585 "indexmap", 4586 "log", 4587 "naga", 4588 "once_cell", 4589 "parking_lot", 4590 "portable-atomic", 4591 "profiling", 4592 "raw-window-handle", 4593 "rustc-hash 1.1.0", 4594 "smallvec", 4595 "thiserror 2.0.17", 4596 "wgpu-core-deps-apple", 4597 "wgpu-core-deps-emscripten", 4598 "wgpu-core-deps-windows-linux-android", 4599 "wgpu-hal", 4600 "wgpu-types", 4601 ] 4602 4603 [[package]] 4604 name = "wgpu-core-deps-apple" 4605 version = "27.0.0" 4606 source = "registry+https://github.com/rust-lang/crates.io-index" 4607 checksum = "0772ae958e9be0c729561d5e3fd9a19679bcdfb945b8b1a1969d9bfe8056d233" 4608 dependencies = [ 4609 "wgpu-hal", 4610 ] 4611 4612 [[package]] 4613 name = "wgpu-core-deps-emscripten" 4614 version = "27.0.0" 4615 source = "registry+https://github.com/rust-lang/crates.io-index" 4616 checksum = "b06ac3444a95b0813ecfd81ddb2774b66220b264b3e2031152a4a29fda4da6b5" 4617 dependencies = [ 4618 "wgpu-hal", 4619 ] 4620 4621 [[package]] 4622 name = "wgpu-core-deps-windows-linux-android" 4623 version = "27.0.0" 4624 source = "registry+https://github.com/rust-lang/crates.io-index" 4625 checksum = "71197027d61a71748e4120f05a9242b2ad142e3c01f8c1b47707945a879a03c3" 4626 dependencies = [ 4627 "wgpu-hal", 4628 ] 4629 4630 [[package]] 4631 name = "wgpu-hal" 4632 version = "27.0.2" 4633 source = "registry+https://github.com/rust-lang/crates.io-index" 4634 checksum = "2618a2d6b8a5964ecc1ac32a5db56cb3b1e518725fcd773fd9a782e023453f2b" 4635 dependencies = [ 4636 "android_system_properties", 4637 "arrayvec", 4638 "ash", 4639 "bit-set", 4640 "bitflags 2.10.0", 4641 "block", 4642 "bytemuck", 4643 "cfg-if", 4644 "cfg_aliases", 4645 "core-graphics-types 0.2.0", 4646 "glow", 4647 "glutin_wgl_sys", 4648 "gpu-alloc", 4649 "gpu-allocator", 4650 "gpu-descriptor", 4651 "hashbrown 0.16.0", 4652 "js-sys", 4653 "khronos-egl", 4654 "libc", 4655 "libloading", 4656 "log", 4657 "metal", 4658 "naga", 4659 "ndk-sys", 4660 "objc", 4661 "once_cell", 4662 "ordered-float", 4663 "parking_lot", 4664 "portable-atomic", 4665 "portable-atomic-util", 4666 "profiling", 4667 "range-alloc", 4668 "raw-window-handle", 4669 "renderdoc-sys", 4670 "smallvec", 4671 "thiserror 2.0.17", 4672 "wasm-bindgen", 4673 "web-sys", 4674 "wgpu-types", 4675 "windows 0.58.0", 4676 "windows-core 0.58.0", 4677 ] 4678 4679 [[package]] 4680 name = "wgpu-types" 4681 version = "27.0.1" 4682 source = "registry+https://github.com/rust-lang/crates.io-index" 4683 checksum = "afdcf84c395990db737f2dd91628706cb31e86d72e53482320d368e52b5da5eb" 4684 dependencies = [ 4685 "bitflags 2.10.0", 4686 "bytemuck", 4687 "js-sys", 4688 "log", 4689 "thiserror 2.0.17", 4690 "web-sys", 4691 ] 4692 4693 [[package]] 4694 name = "winapi" 4695 version = "0.3.9" 4696 source = "registry+https://github.com/rust-lang/crates.io-index" 4697 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4698 dependencies = [ 4699 "winapi-i686-pc-windows-gnu", 4700 "winapi-x86_64-pc-windows-gnu", 4701 ] 4702 4703 [[package]] 4704 name = "winapi-i686-pc-windows-gnu" 4705 version = "0.4.0" 4706 source = "registry+https://github.com/rust-lang/crates.io-index" 4707 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4708 4709 [[package]] 4710 name = "winapi-util" 4711 version = "0.1.11" 4712 source = "registry+https://github.com/rust-lang/crates.io-index" 4713 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4714 dependencies = [ 4715 "windows-sys 0.61.2", 4716 ] 4717 4718 [[package]] 4719 name = "winapi-x86_64-pc-windows-gnu" 4720 version = "0.4.0" 4721 source = "registry+https://github.com/rust-lang/crates.io-index" 4722 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4723 4724 [[package]] 4725 name = "windows" 4726 version = "0.58.0" 4727 source = "registry+https://github.com/rust-lang/crates.io-index" 4728 checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 4729 dependencies = [ 4730 "windows-core 0.58.0", 4731 "windows-targets 0.52.6", 4732 ] 4733 4734 [[package]] 4735 name = "windows" 4736 version = "0.61.3" 4737 source = "registry+https://github.com/rust-lang/crates.io-index" 4738 checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 4739 dependencies = [ 4740 "windows-collections", 4741 "windows-core 0.61.2", 4742 "windows-future", 4743 "windows-link 0.1.3", 4744 "windows-numerics", 4745 ] 4746 4747 [[package]] 4748 name = "windows-collections" 4749 version = "0.2.0" 4750 source = "registry+https://github.com/rust-lang/crates.io-index" 4751 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 4752 dependencies = [ 4753 "windows-core 0.61.2", 4754 ] 4755 4756 [[package]] 4757 name = "windows-core" 4758 version = "0.58.0" 4759 source = "registry+https://github.com/rust-lang/crates.io-index" 4760 checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 4761 dependencies = [ 4762 "windows-implement 0.58.0", 4763 "windows-interface 0.58.0", 4764 "windows-result 0.2.0", 4765 "windows-strings 0.1.0", 4766 "windows-targets 0.52.6", 4767 ] 4768 4769 [[package]] 4770 name = "windows-core" 4771 version = "0.61.2" 4772 source = "registry+https://github.com/rust-lang/crates.io-index" 4773 checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 4774 dependencies = [ 4775 "windows-implement 0.60.2", 4776 "windows-interface 0.59.3", 4777 "windows-link 0.1.3", 4778 "windows-result 0.3.4", 4779 "windows-strings 0.4.2", 4780 ] 4781 4782 [[package]] 4783 name = "windows-future" 4784 version = "0.2.1" 4785 source = "registry+https://github.com/rust-lang/crates.io-index" 4786 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 4787 dependencies = [ 4788 "windows-core 0.61.2", 4789 "windows-link 0.1.3", 4790 "windows-threading", 4791 ] 4792 4793 [[package]] 4794 name = "windows-implement" 4795 version = "0.58.0" 4796 source = "registry+https://github.com/rust-lang/crates.io-index" 4797 checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 4798 dependencies = [ 4799 "proc-macro2", 4800 "quote", 4801 "syn 2.0.107", 4802 ] 4803 4804 [[package]] 4805 name = "windows-implement" 4806 version = "0.60.2" 4807 source = "registry+https://github.com/rust-lang/crates.io-index" 4808 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4809 dependencies = [ 4810 "proc-macro2", 4811 "quote", 4812 "syn 2.0.107", 4813 ] 4814 4815 [[package]] 4816 name = "windows-interface" 4817 version = "0.58.0" 4818 source = "registry+https://github.com/rust-lang/crates.io-index" 4819 checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 4820 dependencies = [ 4821 "proc-macro2", 4822 "quote", 4823 "syn 2.0.107", 4824 ] 4825 4826 [[package]] 4827 name = "windows-interface" 4828 version = "0.59.3" 4829 source = "registry+https://github.com/rust-lang/crates.io-index" 4830 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4831 dependencies = [ 4832 "proc-macro2", 4833 "quote", 4834 "syn 2.0.107", 4835 ] 4836 4837 [[package]] 4838 name = "windows-link" 4839 version = "0.1.3" 4840 source = "registry+https://github.com/rust-lang/crates.io-index" 4841 checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 4842 4843 [[package]] 4844 name = "windows-link" 4845 version = "0.2.1" 4846 source = "registry+https://github.com/rust-lang/crates.io-index" 4847 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4848 4849 [[package]] 4850 name = "windows-numerics" 4851 version = "0.2.0" 4852 source = "registry+https://github.com/rust-lang/crates.io-index" 4853 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 4854 dependencies = [ 4855 "windows-core 0.61.2", 4856 "windows-link 0.1.3", 4857 ] 4858 4859 [[package]] 4860 name = "windows-result" 4861 version = "0.2.0" 4862 source = "registry+https://github.com/rust-lang/crates.io-index" 4863 checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 4864 dependencies = [ 4865 "windows-targets 0.52.6", 4866 ] 4867 4868 [[package]] 4869 name = "windows-result" 4870 version = "0.3.4" 4871 source = "registry+https://github.com/rust-lang/crates.io-index" 4872 checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 4873 dependencies = [ 4874 "windows-link 0.1.3", 4875 ] 4876 4877 [[package]] 4878 name = "windows-strings" 4879 version = "0.1.0" 4880 source = "registry+https://github.com/rust-lang/crates.io-index" 4881 checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 4882 dependencies = [ 4883 "windows-result 0.2.0", 4884 "windows-targets 0.52.6", 4885 ] 4886 4887 [[package]] 4888 name = "windows-strings" 4889 version = "0.4.2" 4890 source = "registry+https://github.com/rust-lang/crates.io-index" 4891 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 4892 dependencies = [ 4893 "windows-link 0.1.3", 4894 ] 4895 4896 [[package]] 4897 name = "windows-sys" 4898 version = "0.45.0" 4899 source = "registry+https://github.com/rust-lang/crates.io-index" 4900 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4901 dependencies = [ 4902 "windows-targets 0.42.2", 4903 ] 4904 4905 [[package]] 4906 name = "windows-sys" 4907 version = "0.52.0" 4908 source = "registry+https://github.com/rust-lang/crates.io-index" 4909 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4910 dependencies = [ 4911 "windows-targets 0.52.6", 4912 ] 4913 4914 [[package]] 4915 name = "windows-sys" 4916 version = "0.59.0" 4917 source = "registry+https://github.com/rust-lang/crates.io-index" 4918 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4919 dependencies = [ 4920 "windows-targets 0.52.6", 4921 ] 4922 4923 [[package]] 4924 name = "windows-sys" 4925 version = "0.60.2" 4926 source = "registry+https://github.com/rust-lang/crates.io-index" 4927 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4928 dependencies = [ 4929 "windows-targets 0.53.5", 4930 ] 4931 4932 [[package]] 4933 name = "windows-sys" 4934 version = "0.61.2" 4935 source = "registry+https://github.com/rust-lang/crates.io-index" 4936 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4937 dependencies = [ 4938 "windows-link 0.2.1", 4939 ] 4940 4941 [[package]] 4942 name = "windows-targets" 4943 version = "0.42.2" 4944 source = "registry+https://github.com/rust-lang/crates.io-index" 4945 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4946 dependencies = [ 4947 "windows_aarch64_gnullvm 0.42.2", 4948 "windows_aarch64_msvc 0.42.2", 4949 "windows_i686_gnu 0.42.2", 4950 "windows_i686_msvc 0.42.2", 4951 "windows_x86_64_gnu 0.42.2", 4952 "windows_x86_64_gnullvm 0.42.2", 4953 "windows_x86_64_msvc 0.42.2", 4954 ] 4955 4956 [[package]] 4957 name = "windows-targets" 4958 version = "0.52.6" 4959 source = "registry+https://github.com/rust-lang/crates.io-index" 4960 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4961 dependencies = [ 4962 "windows_aarch64_gnullvm 0.52.6", 4963 "windows_aarch64_msvc 0.52.6", 4964 "windows_i686_gnu 0.52.6", 4965 "windows_i686_gnullvm 0.52.6", 4966 "windows_i686_msvc 0.52.6", 4967 "windows_x86_64_gnu 0.52.6", 4968 "windows_x86_64_gnullvm 0.52.6", 4969 "windows_x86_64_msvc 0.52.6", 4970 ] 4971 4972 [[package]] 4973 name = "windows-targets" 4974 version = "0.53.5" 4975 source = "registry+https://github.com/rust-lang/crates.io-index" 4976 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4977 dependencies = [ 4978 "windows-link 0.2.1", 4979 "windows_aarch64_gnullvm 0.53.1", 4980 "windows_aarch64_msvc 0.53.1", 4981 "windows_i686_gnu 0.53.1", 4982 "windows_i686_gnullvm 0.53.1", 4983 "windows_i686_msvc 0.53.1", 4984 "windows_x86_64_gnu 0.53.1", 4985 "windows_x86_64_gnullvm 0.53.1", 4986 "windows_x86_64_msvc 0.53.1", 4987 ] 4988 4989 [[package]] 4990 name = "windows-threading" 4991 version = "0.1.0" 4992 source = "registry+https://github.com/rust-lang/crates.io-index" 4993 checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 4994 dependencies = [ 4995 "windows-link 0.1.3", 4996 ] 4997 4998 [[package]] 4999 name = "windows_aarch64_gnullvm" 5000 version = "0.42.2" 5001 source = "registry+https://github.com/rust-lang/crates.io-index" 5002 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5003 5004 [[package]] 5005 name = "windows_aarch64_gnullvm" 5006 version = "0.52.6" 5007 source = "registry+https://github.com/rust-lang/crates.io-index" 5008 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5009 5010 [[package]] 5011 name = "windows_aarch64_gnullvm" 5012 version = "0.53.1" 5013 source = "registry+https://github.com/rust-lang/crates.io-index" 5014 checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 5015 5016 [[package]] 5017 name = "windows_aarch64_msvc" 5018 version = "0.42.2" 5019 source = "registry+https://github.com/rust-lang/crates.io-index" 5020 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5021 5022 [[package]] 5023 name = "windows_aarch64_msvc" 5024 version = "0.52.6" 5025 source = "registry+https://github.com/rust-lang/crates.io-index" 5026 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5027 5028 [[package]] 5029 name = "windows_aarch64_msvc" 5030 version = "0.53.1" 5031 source = "registry+https://github.com/rust-lang/crates.io-index" 5032 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 5033 5034 [[package]] 5035 name = "windows_i686_gnu" 5036 version = "0.42.2" 5037 source = "registry+https://github.com/rust-lang/crates.io-index" 5038 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5039 5040 [[package]] 5041 name = "windows_i686_gnu" 5042 version = "0.52.6" 5043 source = "registry+https://github.com/rust-lang/crates.io-index" 5044 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5045 5046 [[package]] 5047 name = "windows_i686_gnu" 5048 version = "0.53.1" 5049 source = "registry+https://github.com/rust-lang/crates.io-index" 5050 checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 5051 5052 [[package]] 5053 name = "windows_i686_gnullvm" 5054 version = "0.52.6" 5055 source = "registry+https://github.com/rust-lang/crates.io-index" 5056 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5057 5058 [[package]] 5059 name = "windows_i686_gnullvm" 5060 version = "0.53.1" 5061 source = "registry+https://github.com/rust-lang/crates.io-index" 5062 checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 5063 5064 [[package]] 5065 name = "windows_i686_msvc" 5066 version = "0.42.2" 5067 source = "registry+https://github.com/rust-lang/crates.io-index" 5068 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5069 5070 [[package]] 5071 name = "windows_i686_msvc" 5072 version = "0.52.6" 5073 source = "registry+https://github.com/rust-lang/crates.io-index" 5074 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5075 5076 [[package]] 5077 name = "windows_i686_msvc" 5078 version = "0.53.1" 5079 source = "registry+https://github.com/rust-lang/crates.io-index" 5080 checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 5081 5082 [[package]] 5083 name = "windows_x86_64_gnu" 5084 version = "0.42.2" 5085 source = "registry+https://github.com/rust-lang/crates.io-index" 5086 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5087 5088 [[package]] 5089 name = "windows_x86_64_gnu" 5090 version = "0.52.6" 5091 source = "registry+https://github.com/rust-lang/crates.io-index" 5092 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5093 5094 [[package]] 5095 name = "windows_x86_64_gnu" 5096 version = "0.53.1" 5097 source = "registry+https://github.com/rust-lang/crates.io-index" 5098 checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 5099 5100 [[package]] 5101 name = "windows_x86_64_gnullvm" 5102 version = "0.42.2" 5103 source = "registry+https://github.com/rust-lang/crates.io-index" 5104 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5105 5106 [[package]] 5107 name = "windows_x86_64_gnullvm" 5108 version = "0.52.6" 5109 source = "registry+https://github.com/rust-lang/crates.io-index" 5110 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5111 5112 [[package]] 5113 name = "windows_x86_64_gnullvm" 5114 version = "0.53.1" 5115 source = "registry+https://github.com/rust-lang/crates.io-index" 5116 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 5117 5118 [[package]] 5119 name = "windows_x86_64_msvc" 5120 version = "0.42.2" 5121 source = "registry+https://github.com/rust-lang/crates.io-index" 5122 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5123 5124 [[package]] 5125 name = "windows_x86_64_msvc" 5126 version = "0.52.6" 5127 source = "registry+https://github.com/rust-lang/crates.io-index" 5128 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 5129 5130 [[package]] 5131 name = "windows_x86_64_msvc" 5132 version = "0.53.1" 5133 source = "registry+https://github.com/rust-lang/crates.io-index" 5134 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 5135 5136 [[package]] 5137 name = "winit" 5138 version = "0.30.12" 5139 source = "registry+https://github.com/rust-lang/crates.io-index" 5140 checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" 5141 dependencies = [ 5142 "ahash", 5143 "android-activity", 5144 "atomic-waker", 5145 "bitflags 2.10.0", 5146 "block2", 5147 "bytemuck", 5148 "calloop", 5149 "cfg_aliases", 5150 "concurrent-queue", 5151 "core-foundation 0.9.4", 5152 "core-graphics", 5153 "cursor-icon", 5154 "dpi", 5155 "js-sys", 5156 "libc", 5157 "memmap2", 5158 "ndk", 5159 "objc2 0.5.2", 5160 "objc2-app-kit 0.2.2", 5161 "objc2-foundation 0.2.2", 5162 "objc2-ui-kit", 5163 "orbclient", 5164 "percent-encoding", 5165 "pin-project", 5166 "raw-window-handle", 5167 "redox_syscall 0.4.1", 5168 "rustix 0.38.44", 5169 "sctk-adwaita", 5170 "smithay-client-toolkit", 5171 "smol_str", 5172 "tracing", 5173 "unicode-segmentation", 5174 "wasm-bindgen", 5175 "wasm-bindgen-futures", 5176 "wayland-backend", 5177 "wayland-client", 5178 "wayland-protocols", 5179 "wayland-protocols-plasma", 5180 "web-sys", 5181 "web-time", 5182 "windows-sys 0.52.0", 5183 "x11-dl", 5184 "x11rb", 5185 "xkbcommon-dl", 5186 ] 5187 5188 [[package]] 5189 name = "winnow" 5190 version = "0.7.13" 5191 source = "registry+https://github.com/rust-lang/crates.io-index" 5192 checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 5193 dependencies = [ 5194 "memchr", 5195 ] 5196 5197 [[package]] 5198 name = "wio" 5199 version = "0.2.2" 5200 source = "registry+https://github.com/rust-lang/crates.io-index" 5201 checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 5202 dependencies = [ 5203 "winapi", 5204 ] 5205 5206 [[package]] 5207 name = "wit-bindgen" 5208 version = "0.46.0" 5209 source = "registry+https://github.com/rust-lang/crates.io-index" 5210 checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 5211 5212 [[package]] 5213 name = "wr_glyph_rasterizer" 5214 version = "0.1.0" 5215 dependencies = [ 5216 "core-foundation 0.9.4", 5217 "core-graphics", 5218 "core-text", 5219 "dwrote", 5220 "euclid", 5221 "freetype", 5222 "lazy_static", 5223 "libc", 5224 "log", 5225 "malloc_size_of_derive", 5226 "objc", 5227 "rayon", 5228 "rustc-hash 2.1.1", 5229 "serde", 5230 "smallvec", 5231 "tracy-rs", 5232 "webrender_api", 5233 "wr_malloc_size_of", 5234 ] 5235 5236 [[package]] 5237 name = "wr_malloc_size_of" 5238 version = "0.2.2" 5239 dependencies = [ 5240 "app_units", 5241 "euclid", 5242 ] 5243 5244 [[package]] 5245 name = "writeable" 5246 version = "0.6.1" 5247 source = "registry+https://github.com/rust-lang/crates.io-index" 5248 checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 5249 5250 [[package]] 5251 name = "wrshell" 5252 version = "0.1.0" 5253 dependencies = [ 5254 "argh", 5255 "confy", 5256 "eframe", 5257 "egui", 5258 "egui_tiles", 5259 "png 0.16.8", 5260 "repl-ng", 5261 "reqwest", 5262 "ron", 5263 "serde", 5264 "serde_json", 5265 "strprox", 5266 "tungstenite", 5267 "webrender", 5268 "webrender_api", 5269 "winit", 5270 ] 5271 5272 [[package]] 5273 name = "x11-dl" 5274 version = "2.21.0" 5275 source = "registry+https://github.com/rust-lang/crates.io-index" 5276 checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5277 dependencies = [ 5278 "libc", 5279 "once_cell", 5280 "pkg-config", 5281 ] 5282 5283 [[package]] 5284 name = "x11rb" 5285 version = "0.13.2" 5286 source = "registry+https://github.com/rust-lang/crates.io-index" 5287 checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" 5288 dependencies = [ 5289 "as-raw-xcb-connection", 5290 "gethostname", 5291 "libc", 5292 "libloading", 5293 "once_cell", 5294 "rustix 1.1.2", 5295 "x11rb-protocol", 5296 ] 5297 5298 [[package]] 5299 name = "x11rb-protocol" 5300 version = "0.13.2" 5301 source = "registry+https://github.com/rust-lang/crates.io-index" 5302 checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" 5303 5304 [[package]] 5305 name = "xcursor" 5306 version = "0.3.10" 5307 source = "registry+https://github.com/rust-lang/crates.io-index" 5308 checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" 5309 5310 [[package]] 5311 name = "xkbcommon-dl" 5312 version = "0.4.2" 5313 source = "registry+https://github.com/rust-lang/crates.io-index" 5314 checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 5315 dependencies = [ 5316 "bitflags 2.10.0", 5317 "dlib", 5318 "log", 5319 "once_cell", 5320 "xkeysym", 5321 ] 5322 5323 [[package]] 5324 name = "xkeysym" 5325 version = "0.2.1" 5326 source = "registry+https://github.com/rust-lang/crates.io-index" 5327 checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 5328 5329 [[package]] 5330 name = "xml-rs" 5331 version = "0.8.27" 5332 source = "registry+https://github.com/rust-lang/crates.io-index" 5333 checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7" 5334 5335 [[package]] 5336 name = "yansi" 5337 version = "0.5.1" 5338 source = "registry+https://github.com/rust-lang/crates.io-index" 5339 checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 5340 5341 [[package]] 5342 name = "yoke" 5343 version = "0.8.0" 5344 source = "registry+https://github.com/rust-lang/crates.io-index" 5345 checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 5346 dependencies = [ 5347 "serde", 5348 "stable_deref_trait", 5349 "yoke-derive", 5350 "zerofrom", 5351 ] 5352 5353 [[package]] 5354 name = "yoke-derive" 5355 version = "0.8.0" 5356 source = "registry+https://github.com/rust-lang/crates.io-index" 5357 checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 5358 dependencies = [ 5359 "proc-macro2", 5360 "quote", 5361 "syn 2.0.107", 5362 "synstructure", 5363 ] 5364 5365 [[package]] 5366 name = "zbus" 5367 version = "5.12.0" 5368 source = "registry+https://github.com/rust-lang/crates.io-index" 5369 checksum = "b622b18155f7a93d1cd2dc8c01d2d6a44e08fb9ebb7b3f9e6ed101488bad6c91" 5370 dependencies = [ 5371 "async-broadcast", 5372 "async-executor", 5373 "async-io", 5374 "async-lock", 5375 "async-process", 5376 "async-recursion", 5377 "async-task", 5378 "async-trait", 5379 "blocking", 5380 "enumflags2", 5381 "event-listener", 5382 "futures-core", 5383 "futures-lite", 5384 "hex", 5385 "nix 0.30.1", 5386 "ordered-stream", 5387 "serde", 5388 "serde_repr", 5389 "tracing", 5390 "uds_windows", 5391 "uuid", 5392 "windows-sys 0.61.2", 5393 "winnow", 5394 "zbus_macros", 5395 "zbus_names", 5396 "zvariant", 5397 ] 5398 5399 [[package]] 5400 name = "zbus-lockstep" 5401 version = "0.5.1" 5402 source = "registry+https://github.com/rust-lang/crates.io-index" 5403 checksum = "29e96e38ded30eeab90b6ba88cb888d70aef4e7489b6cd212c5e5b5ec38045b6" 5404 dependencies = [ 5405 "zbus_xml", 5406 "zvariant", 5407 ] 5408 5409 [[package]] 5410 name = "zbus-lockstep-macros" 5411 version = "0.5.1" 5412 source = "registry+https://github.com/rust-lang/crates.io-index" 5413 checksum = "dc6821851fa840b708b4cbbaf6241868cabc85a2dc22f426361b0292bfc0b836" 5414 dependencies = [ 5415 "proc-macro2", 5416 "quote", 5417 "syn 2.0.107", 5418 "zbus-lockstep", 5419 "zbus_xml", 5420 "zvariant", 5421 ] 5422 5423 [[package]] 5424 name = "zbus_macros" 5425 version = "5.12.0" 5426 source = "registry+https://github.com/rust-lang/crates.io-index" 5427 checksum = "1cdb94821ca8a87ca9c298b5d1cbd80e2a8b67115d99f6e4551ac49e42b6a314" 5428 dependencies = [ 5429 "proc-macro-crate", 5430 "proc-macro2", 5431 "quote", 5432 "syn 2.0.107", 5433 "zbus_names", 5434 "zvariant", 5435 "zvariant_utils", 5436 ] 5437 5438 [[package]] 5439 name = "zbus_names" 5440 version = "4.2.0" 5441 source = "registry+https://github.com/rust-lang/crates.io-index" 5442 checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97" 5443 dependencies = [ 5444 "serde", 5445 "static_assertions", 5446 "winnow", 5447 "zvariant", 5448 ] 5449 5450 [[package]] 5451 name = "zbus_xml" 5452 version = "5.0.2" 5453 source = "registry+https://github.com/rust-lang/crates.io-index" 5454 checksum = "589e9a02bfafb9754bb2340a9e3b38f389772684c63d9637e76b1870377bec29" 5455 dependencies = [ 5456 "quick-xml 0.36.2", 5457 "serde", 5458 "static_assertions", 5459 "zbus_names", 5460 "zvariant", 5461 ] 5462 5463 [[package]] 5464 name = "zeitstempel" 5465 version = "0.2.0" 5466 source = "registry+https://github.com/rust-lang/crates.io-index" 5467 checksum = "f523a0d9326c4f3242ad3a9d306baa7fe4572fd532cc891cabecfb714c786c1e" 5468 dependencies = [ 5469 "cfg-if", 5470 "libc", 5471 "once_cell", 5472 "winapi", 5473 ] 5474 5475 [[package]] 5476 name = "zerocopy" 5477 version = "0.8.27" 5478 source = "registry+https://github.com/rust-lang/crates.io-index" 5479 checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 5480 dependencies = [ 5481 "zerocopy-derive", 5482 ] 5483 5484 [[package]] 5485 name = "zerocopy-derive" 5486 version = "0.8.27" 5487 source = "registry+https://github.com/rust-lang/crates.io-index" 5488 checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 5489 dependencies = [ 5490 "proc-macro2", 5491 "quote", 5492 "syn 2.0.107", 5493 ] 5494 5495 [[package]] 5496 name = "zerofrom" 5497 version = "0.1.6" 5498 source = "registry+https://github.com/rust-lang/crates.io-index" 5499 checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 5500 dependencies = [ 5501 "zerofrom-derive", 5502 ] 5503 5504 [[package]] 5505 name = "zerofrom-derive" 5506 version = "0.1.6" 5507 source = "registry+https://github.com/rust-lang/crates.io-index" 5508 checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 5509 dependencies = [ 5510 "proc-macro2", 5511 "quote", 5512 "syn 2.0.107", 5513 "synstructure", 5514 ] 5515 5516 [[package]] 5517 name = "zerotrie" 5518 version = "0.2.2" 5519 source = "registry+https://github.com/rust-lang/crates.io-index" 5520 checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 5521 dependencies = [ 5522 "displaydoc", 5523 "yoke", 5524 "zerofrom", 5525 ] 5526 5527 [[package]] 5528 name = "zerovec" 5529 version = "0.11.4" 5530 source = "registry+https://github.com/rust-lang/crates.io-index" 5531 checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 5532 dependencies = [ 5533 "yoke", 5534 "zerofrom", 5535 "zerovec-derive", 5536 ] 5537 5538 [[package]] 5539 name = "zerovec-derive" 5540 version = "0.11.1" 5541 source = "registry+https://github.com/rust-lang/crates.io-index" 5542 checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 5543 dependencies = [ 5544 "proc-macro2", 5545 "quote", 5546 "syn 2.0.107", 5547 ] 5548 5549 [[package]] 5550 name = "zune-core" 5551 version = "0.4.12" 5552 source = "registry+https://github.com/rust-lang/crates.io-index" 5553 checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 5554 5555 [[package]] 5556 name = "zune-jpeg" 5557 version = "0.4.21" 5558 source = "registry+https://github.com/rust-lang/crates.io-index" 5559 checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" 5560 dependencies = [ 5561 "zune-core", 5562 ] 5563 5564 [[package]] 5565 name = "zvariant" 5566 version = "5.8.0" 5567 source = "registry+https://github.com/rust-lang/crates.io-index" 5568 checksum = "2be61892e4f2b1772727be11630a62664a1826b62efa43a6fe7449521cb8744c" 5569 dependencies = [ 5570 "endi", 5571 "enumflags2", 5572 "serde", 5573 "winnow", 5574 "zvariant_derive", 5575 "zvariant_utils", 5576 ] 5577 5578 [[package]] 5579 name = "zvariant_derive" 5580 version = "5.8.0" 5581 source = "registry+https://github.com/rust-lang/crates.io-index" 5582 checksum = "da58575a1b2b20766513b1ec59d8e2e68db2745379f961f86650655e862d2006" 5583 dependencies = [ 5584 "proc-macro-crate", 5585 "proc-macro2", 5586 "quote", 5587 "syn 2.0.107", 5588 "zvariant_utils", 5589 ] 5590 5591 [[package]] 5592 name = "zvariant_utils" 5593 version = "3.2.1" 5594 source = "registry+https://github.com/rust-lang/crates.io-index" 5595 checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599" 5596 dependencies = [ 5597 "proc-macro2", 5598 "quote", 5599 "serde", 5600 "syn 2.0.107", 5601 "winnow", 5602 ]