A multiplayer VR framework w/voice chat
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "ab_glyph" 7version = "0.2.32" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" 10dependencies = [ 11 "ab_glyph_rasterizer", 12 "owned_ttf_parser", 13] 14 15[[package]] 16name = "ab_glyph_rasterizer" 17version = "0.1.10" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" 20 21[[package]] 22name = "accesskit" 23version = "0.21.1" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "cf203f9d3bd8f29f98833d1fbef628df18f759248a547e7e01cfbf63cda36a99" 26 27[[package]] 28name = "accesskit_consumer" 29version = "0.31.0" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "db81010a6895d8707f9072e6ce98070579b43b717193d2614014abd5cb17dd43" 32dependencies = [ 33 "accesskit", 34 "hashbrown 0.15.5", 35] 36 37[[package]] 38name = "accesskit_macos" 39version = "0.22.2" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "a0089e5c0ac0ca281e13ea374773898d9354cc28d15af9f0f7394d44a495b575" 42dependencies = [ 43 "accesskit", 44 "accesskit_consumer", 45 "hashbrown 0.15.5", 46 "objc2 0.5.2", 47 "objc2-app-kit", 48 "objc2-foundation 0.2.2", 49] 50 51[[package]] 52name = "accesskit_windows" 53version = "0.29.2" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "d2d63dd5041e49c363d83f5419a896ecb074d309c414036f616dc0b04faca971" 56dependencies = [ 57 "accesskit", 58 "accesskit_consumer", 59 "hashbrown 0.15.5", 60 "static_assertions", 61 "windows 0.61.3", 62 "windows-core 0.61.2", 63] 64 65[[package]] 66name = "accesskit_winit" 67version = "0.29.2" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "c8cfabe59d0eaca7412bfb1f70198dd31e3b0496fee7e15b066f9c36a1a140a0" 70dependencies = [ 71 "accesskit", 72 "accesskit_macos", 73 "accesskit_windows", 74 "raw-window-handle", 75 "winit", 76] 77 78[[package]] 79name = "adler2" 80version = "2.0.1" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 83 84[[package]] 85name = "ahash" 86version = "0.8.12" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 89dependencies = [ 90 "cfg-if", 91 "getrandom 0.3.4", 92 "once_cell", 93 "version_check", 94 "zerocopy", 95] 96 97[[package]] 98name = "aho-corasick" 99version = "1.1.4" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 102dependencies = [ 103 "memchr", 104] 105 106[[package]] 107name = "alsa" 108version = "0.9.1" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43" 111dependencies = [ 112 "alsa-sys", 113 "bitflags 2.10.0", 114 "cfg-if", 115 "libc", 116] 117 118[[package]] 119name = "alsa-sys" 120version = "0.3.1" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" 123dependencies = [ 124 "libc", 125 "pkg-config", 126] 127 128[[package]] 129name = "android-activity" 130version = "0.6.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 133dependencies = [ 134 "android-properties", 135 "bitflags 2.10.0", 136 "cc", 137 "cesu8", 138 "jni", 139 "jni-sys", 140 "libc", 141 "log", 142 "ndk 0.9.0", 143 "ndk-context", 144 "ndk-sys 0.6.0+11769913", 145 "num_enum", 146 "thiserror 1.0.69", 147] 148 149[[package]] 150name = "android-properties" 151version = "0.2.2" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 154 155[[package]] 156name = "android_log-sys" 157version = "0.3.2" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "84521a3cf562bc62942e294181d9eef17eb38ceb8c68677bc49f144e4c3d4f8d" 160 161[[package]] 162name = "android_system_properties" 163version = "0.1.5" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 166dependencies = [ 167 "libc", 168] 169 170[[package]] 171name = "anyhow" 172version = "1.0.100" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 175 176[[package]] 177name = "approx" 178version = "0.5.1" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 181dependencies = [ 182 "num-traits", 183] 184 185[[package]] 186name = "arrayref" 187version = "0.3.9" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 190 191[[package]] 192name = "arrayvec" 193version = "0.7.6" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 196 197[[package]] 198name = "as-raw-xcb-connection" 199version = "1.0.1" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 202 203[[package]] 204name = "ash" 205version = "0.38.0+1.3.281" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 208dependencies = [ 209 "libloading", 210] 211 212[[package]] 213name = "assert_type_match" 214version = "0.1.1" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "f548ad2c4031f2902e3edc1f29c29e835829437de49562d8eb5dc5584d3a1043" 217dependencies = [ 218 "proc-macro2", 219 "quote", 220 "syn", 221] 222 223[[package]] 224name = "async-broadcast" 225version = "0.7.2" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 228dependencies = [ 229 "event-listener", 230 "event-listener-strategy", 231 "futures-core", 232 "pin-project-lite", 233] 234 235[[package]] 236name = "async-channel" 237version = "2.5.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 240dependencies = [ 241 "concurrent-queue", 242 "event-listener-strategy", 243 "futures-core", 244 "pin-project-lite", 245] 246 247[[package]] 248name = "async-executor" 249version = "1.13.3" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" 252dependencies = [ 253 "async-task", 254 "concurrent-queue", 255 "fastrand", 256 "futures-lite", 257 "pin-project-lite", 258 "slab", 259] 260 261[[package]] 262name = "async-fs" 263version = "2.2.0" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" 266dependencies = [ 267 "async-lock", 268 "blocking", 269 "futures-lite", 270] 271 272[[package]] 273name = "async-lock" 274version = "3.4.1" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" 277dependencies = [ 278 "event-listener", 279 "event-listener-strategy", 280 "pin-project-lite", 281] 282 283[[package]] 284name = "async-task" 285version = "4.7.1" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 288dependencies = [ 289 "portable-atomic", 290] 291 292[[package]] 293name = "atomic-arena" 294version = "0.1.2" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "73e8ed45f88ed32e6827a96b62d8fd4086d72defc754c5c6bd08470c1aaf648e" 297 298[[package]] 299name = "atomic-waker" 300version = "1.1.2" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 303dependencies = [ 304 "portable-atomic", 305] 306 307[[package]] 308name = "atomicow" 309version = "1.1.0" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "f52e8890bb9844440d0c412fa74b67fd2f14e85248b6e00708059b6da9e5f8bf" 312dependencies = [ 313 "portable-atomic", 314 "portable-atomic-util", 315] 316 317[[package]] 318name = "autocfg" 319version = "1.5.0" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 322 323[[package]] 324name = "base64" 325version = "0.22.1" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 328 329[[package]] 330name = "bevy" 331version = "0.17.3" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "76d3ee8652fe0577fd8a99054e147740850140d530be8e044a9be4e23a3e8a24" 334dependencies = [ 335 "bevy_internal", 336] 337 338[[package]] 339name = "bevy_a11y" 340version = "0.17.3" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "6702a82db1b383641fc7c503451847cdafb57076c203cd3bfe549d3eeef474c3" 343dependencies = [ 344 "accesskit", 345 "bevy_app", 346 "bevy_derive", 347 "bevy_ecs", 348 "bevy_reflect", 349] 350 351[[package]] 352name = "bevy_android" 353version = "0.17.3" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "42b2d9435e9fe8d7107bb795a6140277872ad5b992cb3934f8d28cfd11040f6f" 356dependencies = [ 357 "android-activity", 358] 359 360[[package]] 361name = "bevy_animation" 362version = "0.17.3" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "bfaf3ea6d435f4736b3deb60958270443501f5795c7964b1b504abd3be970b4f" 365dependencies = [ 366 "bevy_animation_macros", 367 "bevy_app", 368 "bevy_asset", 369 "bevy_color", 370 "bevy_derive", 371 "bevy_ecs", 372 "bevy_math", 373 "bevy_mesh", 374 "bevy_platform", 375 "bevy_reflect", 376 "bevy_time", 377 "bevy_transform", 378 "bevy_utils", 379 "blake3", 380 "derive_more", 381 "downcast-rs 2.0.2", 382 "either", 383 "petgraph", 384 "ron", 385 "serde", 386 "smallvec", 387 "thiserror 2.0.17", 388 "thread_local", 389 "tracing", 390 "uuid", 391] 392 393[[package]] 394name = "bevy_animation_macros" 395version = "0.17.3" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "d577eae7246a1cda461df1b63188619fc6a3c619adba2a8e5a79e9aa51f64671" 398dependencies = [ 399 "bevy_macro_utils", 400 "quote", 401 "syn", 402] 403 404[[package]] 405name = "bevy_anti_alias" 406version = "0.17.3" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "15820535cc88bc280f55635eb3ea58df2703a434a0cc2343472eaa7e607fb27b" 409dependencies = [ 410 "bevy_app", 411 "bevy_asset", 412 "bevy_camera", 413 "bevy_core_pipeline", 414 "bevy_derive", 415 "bevy_diagnostic", 416 "bevy_ecs", 417 "bevy_image", 418 "bevy_math", 419 "bevy_reflect", 420 "bevy_render", 421 "bevy_shader", 422 "bevy_utils", 423 "tracing", 424] 425 426[[package]] 427name = "bevy_app" 428version = "0.17.3" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "8e4fc5dfe9d1d9b8233e1878353b5e66a3f5910c2131d3abf68f9a4116b2d433" 431dependencies = [ 432 "bevy_derive", 433 "bevy_ecs", 434 "bevy_platform", 435 "bevy_reflect", 436 "bevy_tasks", 437 "bevy_utils", 438 "cfg-if", 439 "console_error_panic_hook", 440 "ctrlc", 441 "downcast-rs 2.0.2", 442 "log", 443 "thiserror 2.0.17", 444 "variadics_please", 445 "wasm-bindgen", 446 "web-sys", 447] 448 449[[package]] 450name = "bevy_asset" 451version = "0.17.3" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "357787dbfaba3f73fd185e15d6df70605bddaa774f2ebbcab1aaa031f21fb6c2" 454dependencies = [ 455 "async-broadcast", 456 "async-fs", 457 "async-lock", 458 "atomicow", 459 "bevy_android", 460 "bevy_app", 461 "bevy_asset_macros", 462 "bevy_ecs", 463 "bevy_platform", 464 "bevy_reflect", 465 "bevy_tasks", 466 "bevy_utils", 467 "bitflags 2.10.0", 468 "blake3", 469 "crossbeam-channel", 470 "derive_more", 471 "disqualified", 472 "downcast-rs 2.0.2", 473 "either", 474 "futures-io", 475 "futures-lite", 476 "js-sys", 477 "parking_lot", 478 "ron", 479 "serde", 480 "stackfuture", 481 "thiserror 2.0.17", 482 "tracing", 483 "uuid", 484 "wasm-bindgen", 485 "wasm-bindgen-futures", 486 "web-sys", 487] 488 489[[package]] 490name = "bevy_asset_macros" 491version = "0.17.3" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "afa09271d4ca0bf31fda3a9ad57273775d448a05c4046d9367f71d29968d85b4" 494dependencies = [ 495 "bevy_macro_utils", 496 "proc-macro2", 497 "quote", 498 "syn", 499] 500 501[[package]] 502name = "bevy_audio" 503version = "0.17.3" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "d79e56e072001524100b00e38cfdea302d9fdabbff48109fc67b528b27a237bb" 506dependencies = [ 507 "bevy_app", 508 "bevy_asset", 509 "bevy_ecs", 510 "bevy_math", 511 "bevy_reflect", 512 "bevy_transform", 513 "coreaudio-sys", 514 "cpal 0.15.3", 515 "rodio", 516 "tracing", 517] 518 519[[package]] 520name = "bevy_camera" 521version = "0.17.3" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "8af1d5a57fde6e577e7b1db58996afb381618294be75a37b3070a20d309678b0" 524dependencies = [ 525 "bevy_app", 526 "bevy_asset", 527 "bevy_color", 528 "bevy_derive", 529 "bevy_ecs", 530 "bevy_image", 531 "bevy_math", 532 "bevy_mesh", 533 "bevy_reflect", 534 "bevy_transform", 535 "bevy_utils", 536 "bevy_window", 537 "derive_more", 538 "downcast-rs 2.0.2", 539 "serde", 540 "smallvec", 541 "thiserror 2.0.17", 542 "wgpu-types", 543] 544 545[[package]] 546name = "bevy_color" 547version = "0.17.3" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "49504fac6b9897f03b4bdc0189c04ef1ba0a9b37926343aa520a71619e90e116" 550dependencies = [ 551 "bevy_math", 552 "bevy_reflect", 553 "bytemuck", 554 "derive_more", 555 "encase", 556 "serde", 557 "thiserror 2.0.17", 558 "wgpu-types", 559] 560 561[[package]] 562name = "bevy_core_pipeline" 563version = "0.17.3" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "6af7e735685a652a8dba41b886f1330faeb57d4c61398917b7e49b09a7a1c3c1" 566dependencies = [ 567 "bevy_app", 568 "bevy_asset", 569 "bevy_camera", 570 "bevy_color", 571 "bevy_derive", 572 "bevy_ecs", 573 "bevy_image", 574 "bevy_math", 575 "bevy_platform", 576 "bevy_reflect", 577 "bevy_render", 578 "bevy_shader", 579 "bevy_transform", 580 "bevy_utils", 581 "bevy_window", 582 "bitflags 2.10.0", 583 "nonmax", 584 "radsort", 585 "smallvec", 586 "thiserror 2.0.17", 587 "tracing", 588] 589 590[[package]] 591name = "bevy_derive" 592version = "0.17.3" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "f9396b256b366a43d7f61d1f230cdab0a512fb4712cbf7d688f3d6fce4c5ea8a" 595dependencies = [ 596 "bevy_macro_utils", 597 "quote", 598 "syn", 599] 600 601[[package]] 602name = "bevy_diagnostic" 603version = "0.17.3" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "d1cdb0ed0c8423570fbbb7c4fc2719a203dd40928fefff45f76ef0889685a446" 606dependencies = [ 607 "atomic-waker", 608 "bevy_app", 609 "bevy_ecs", 610 "bevy_platform", 611 "bevy_tasks", 612 "bevy_time", 613 "const-fnv1a-hash", 614 "log", 615 "serde", 616 "sysinfo", 617] 618 619[[package]] 620name = "bevy_ecs" 621version = "0.17.3" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "a7dd5229dd00d00e70ac6b2fc0a139961252f6ce07d3d268cfcac0da86d5bde4" 624dependencies = [ 625 "arrayvec", 626 "bevy_ecs_macros", 627 "bevy_platform", 628 "bevy_ptr", 629 "bevy_reflect", 630 "bevy_tasks", 631 "bevy_utils", 632 "bitflags 2.10.0", 633 "bumpalo", 634 "concurrent-queue", 635 "derive_more", 636 "fixedbitset", 637 "indexmap", 638 "log", 639 "nonmax", 640 "serde", 641 "slotmap", 642 "smallvec", 643 "thiserror 2.0.17", 644 "variadics_please", 645] 646 647[[package]] 648name = "bevy_ecs_macros" 649version = "0.17.3" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "c4d83bdd2285af4867e76c691406e0a4b55611b583d0c45b6ac7bcec1b45fd48" 652dependencies = [ 653 "bevy_macro_utils", 654 "proc-macro2", 655 "quote", 656 "syn", 657] 658 659[[package]] 660name = "bevy_encase_derive" 661version = "0.17.3" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "7179e985f3f1b99265cb87fe194db3b00aee8e2914888d621ff9826e1417ee19" 664dependencies = [ 665 "bevy_macro_utils", 666 "encase_derive_impl", 667] 668 669[[package]] 670name = "bevy_gilrs" 671version = "0.17.3" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "a39dd8fdfe93314d47355ab3c58da40b648908a368bc536872f75fad4e8f3755" 674dependencies = [ 675 "bevy_app", 676 "bevy_ecs", 677 "bevy_input", 678 "bevy_platform", 679 "bevy_time", 680 "gilrs", 681 "thiserror 2.0.17", 682 "tracing", 683] 684 685[[package]] 686name = "bevy_gizmos" 687version = "0.17.3" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "7ebb9e3ca4938b48e5111151ce4b08f0e6fc207b854db08fa2d8de15ecabe8f8" 690dependencies = [ 691 "bevy_app", 692 "bevy_asset", 693 "bevy_camera", 694 "bevy_color", 695 "bevy_core_pipeline", 696 "bevy_ecs", 697 "bevy_gizmos_macros", 698 "bevy_image", 699 "bevy_light", 700 "bevy_math", 701 "bevy_mesh", 702 "bevy_pbr", 703 "bevy_reflect", 704 "bevy_render", 705 "bevy_shader", 706 "bevy_sprite_render", 707 "bevy_time", 708 "bevy_transform", 709 "bevy_utils", 710 "bytemuck", 711 "tracing", 712] 713 714[[package]] 715name = "bevy_gizmos_macros" 716version = "0.17.3" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "92c4b3c3aac86f0db85d4f708883ebdc735c3f88ac5b84c033874fcdd3540a9d" 719dependencies = [ 720 "bevy_macro_utils", 721 "quote", 722 "syn", 723] 724 725[[package]] 726name = "bevy_gltf" 727version = "0.17.3" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "3479fbaf897320a3ee30c1626b4a1bee0be874ca27699c3b2f3494891d103d9b" 730dependencies = [ 731 "base64", 732 "bevy_animation", 733 "bevy_app", 734 "bevy_asset", 735 "bevy_camera", 736 "bevy_color", 737 "bevy_ecs", 738 "bevy_image", 739 "bevy_light", 740 "bevy_math", 741 "bevy_mesh", 742 "bevy_pbr", 743 "bevy_platform", 744 "bevy_reflect", 745 "bevy_render", 746 "bevy_scene", 747 "bevy_tasks", 748 "bevy_transform", 749 "fixedbitset", 750 "gltf", 751 "itertools 0.14.0", 752 "percent-encoding", 753 "serde", 754 "serde_json", 755 "smallvec", 756 "thiserror 2.0.17", 757 "tracing", 758] 759 760[[package]] 761name = "bevy_image" 762version = "0.17.3" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "d546bbe2486bfa14971517e7ef427a9384749817c201d3afc60de0325cf52f11" 765dependencies = [ 766 "bevy_app", 767 "bevy_asset", 768 "bevy_color", 769 "bevy_ecs", 770 "bevy_math", 771 "bevy_platform", 772 "bevy_reflect", 773 "bevy_utils", 774 "bitflags 2.10.0", 775 "bytemuck", 776 "futures-lite", 777 "guillotiere", 778 "half", 779 "image", 780 "ktx2", 781 "rectangle-pack", 782 "ruzstd", 783 "serde", 784 "thiserror 2.0.17", 785 "tracing", 786 "wgpu-types", 787] 788 789[[package]] 790name = "bevy_input" 791version = "0.17.3" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "8ca955b99f4dc2059e9c8574f8d95a5dd5002809fda80d062a94a553c571a467" 794dependencies = [ 795 "bevy_app", 796 "bevy_ecs", 797 "bevy_math", 798 "bevy_platform", 799 "bevy_reflect", 800 "derive_more", 801 "log", 802 "smol_str", 803 "thiserror 2.0.17", 804] 805 806[[package]] 807name = "bevy_input_focus" 808version = "0.17.3" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "de4d1d0e833e31beba1f28a77152b35f946e8c45df364ec4969d58788ab9de7f" 811dependencies = [ 812 "bevy_app", 813 "bevy_ecs", 814 "bevy_input", 815 "bevy_math", 816 "bevy_picking", 817 "bevy_reflect", 818 "bevy_window", 819 "log", 820 "thiserror 2.0.17", 821] 822 823[[package]] 824name = "bevy_internal" 825version = "0.17.3" 826source = "registry+https://github.com/rust-lang/crates.io-index" 827checksum = "8f5e645f9e1a24c9667c768b6233beaf4e241739d8ca4fbba59435cc27aabad5" 828dependencies = [ 829 "bevy_a11y", 830 "bevy_android", 831 "bevy_animation", 832 "bevy_anti_alias", 833 "bevy_app", 834 "bevy_asset", 835 "bevy_audio", 836 "bevy_camera", 837 "bevy_color", 838 "bevy_core_pipeline", 839 "bevy_derive", 840 "bevy_diagnostic", 841 "bevy_ecs", 842 "bevy_gilrs", 843 "bevy_gizmos", 844 "bevy_gltf", 845 "bevy_image", 846 "bevy_input", 847 "bevy_input_focus", 848 "bevy_light", 849 "bevy_log", 850 "bevy_math", 851 "bevy_mesh", 852 "bevy_pbr", 853 "bevy_picking", 854 "bevy_platform", 855 "bevy_post_process", 856 "bevy_ptr", 857 "bevy_reflect", 858 "bevy_render", 859 "bevy_scene", 860 "bevy_shader", 861 "bevy_sprite", 862 "bevy_sprite_render", 863 "bevy_state", 864 "bevy_tasks", 865 "bevy_text", 866 "bevy_time", 867 "bevy_transform", 868 "bevy_ui", 869 "bevy_ui_render", 870 "bevy_utils", 871 "bevy_window", 872 "bevy_winit", 873] 874 875[[package]] 876name = "bevy_light" 877version = "0.17.3" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "47093733280976ebd595f6e25f76603d5067ca4eb7544e59ecb0dd2fc5147810" 880dependencies = [ 881 "bevy_app", 882 "bevy_asset", 883 "bevy_camera", 884 "bevy_color", 885 "bevy_ecs", 886 "bevy_image", 887 "bevy_math", 888 "bevy_mesh", 889 "bevy_platform", 890 "bevy_reflect", 891 "bevy_transform", 892 "bevy_utils", 893 "tracing", 894] 895 896[[package]] 897name = "bevy_log" 898version = "0.17.3" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "b1a2d4ea086ac4663ab9dfb056c7b85eee39e18f7e3e9a4ae6e39897eaa155c5" 901dependencies = [ 902 "android_log-sys", 903 "bevy_app", 904 "bevy_ecs", 905 "bevy_platform", 906 "bevy_utils", 907 "tracing", 908 "tracing-log", 909 "tracing-oslog", 910 "tracing-subscriber", 911 "tracing-wasm", 912] 913 914[[package]] 915name = "bevy_macro_utils" 916version = "0.17.3" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "62d984f9f8bd0f0d9fb020492a955e641e30e7a425f3588bf346cb3e61fec3c3" 919dependencies = [ 920 "parking_lot", 921 "proc-macro2", 922 "quote", 923 "syn", 924 "toml_edit", 925] 926 927[[package]] 928name = "bevy_math" 929version = "0.17.3" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "5fa74ae5d968749cc073da991757d3c7e3504ac6dbaac5f8c2a54b9d19b0b7ed" 932dependencies = [ 933 "approx", 934 "bevy_reflect", 935 "derive_more", 936 "glam", 937 "itertools 0.14.0", 938 "libm", 939 "rand 0.9.2", 940 "rand_distr", 941 "serde", 942 "smallvec", 943 "thiserror 2.0.17", 944 "variadics_please", 945] 946 947[[package]] 948name = "bevy_mesh" 949version = "0.17.3" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "cd9a0ea86abbd17655bc6f9f8d94461dfcd0322431f752fc03748df8b335eff2" 952dependencies = [ 953 "bevy_app", 954 "bevy_asset", 955 "bevy_derive", 956 "bevy_ecs", 957 "bevy_image", 958 "bevy_math", 959 "bevy_mikktspace", 960 "bevy_platform", 961 "bevy_reflect", 962 "bevy_transform", 963 "bitflags 2.10.0", 964 "bytemuck", 965 "derive_more", 966 "hexasphere", 967 "thiserror 2.0.17", 968 "tracing", 969 "wgpu-types", 970] 971 972[[package]] 973name = "bevy_mikktspace" 974version = "0.17.0-dev" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "7ef8e4b7e61dfe7719bb03c884dc270cd46a82efb40f93e9933b990c5c190c59" 977 978[[package]] 979name = "bevy_pbr" 980version = "0.17.3" 981source = "registry+https://github.com/rust-lang/crates.io-index" 982checksum = "4c514b950cda849aa64e9b076a235913577370275125a34a478758505a19d776" 983dependencies = [ 984 "bevy_app", 985 "bevy_asset", 986 "bevy_camera", 987 "bevy_color", 988 "bevy_core_pipeline", 989 "bevy_derive", 990 "bevy_diagnostic", 991 "bevy_ecs", 992 "bevy_image", 993 "bevy_light", 994 "bevy_math", 995 "bevy_mesh", 996 "bevy_platform", 997 "bevy_reflect", 998 "bevy_render", 999 "bevy_shader", 1000 "bevy_transform", 1001 "bevy_utils", 1002 "bitflags 2.10.0", 1003 "bytemuck", 1004 "derive_more", 1005 "fixedbitset", 1006 "nonmax", 1007 "offset-allocator", 1008 "smallvec", 1009 "static_assertions", 1010 "thiserror 2.0.17", 1011 "tracing", 1012] 1013 1014[[package]] 1015name = "bevy_picking" 1016version = "0.17.3" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "b371779713b40dea83b24cdb95054fe999fe8372351a317c4fb768859ac5f010" 1019dependencies = [ 1020 "bevy_app", 1021 "bevy_asset", 1022 "bevy_camera", 1023 "bevy_derive", 1024 "bevy_ecs", 1025 "bevy_input", 1026 "bevy_math", 1027 "bevy_mesh", 1028 "bevy_platform", 1029 "bevy_reflect", 1030 "bevy_time", 1031 "bevy_transform", 1032 "bevy_window", 1033 "crossbeam-channel", 1034 "tracing", 1035 "uuid", 1036] 1037 1038[[package]] 1039name = "bevy_platform" 1040version = "0.17.3" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "4691af6d7cfd1b5deb2fc926a43a180a546cdc3fe1e5a013fcee60db9bb2c81f" 1043dependencies = [ 1044 "critical-section", 1045 "foldhash 0.2.0", 1046 "futures-channel", 1047 "getrandom 0.3.4", 1048 "hashbrown 0.16.1", 1049 "js-sys", 1050 "portable-atomic", 1051 "portable-atomic-util", 1052 "serde", 1053 "spin", 1054 "wasm-bindgen", 1055 "wasm-bindgen-futures", 1056 "web-time", 1057] 1058 1059[[package]] 1060name = "bevy_post_process" 1061version = "0.17.3" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "6b857972f5d56b43b0dce2c843b75b64d5fbbd0f6177f6ecccd75e7e41f72deb" 1064dependencies = [ 1065 "bevy_app", 1066 "bevy_asset", 1067 "bevy_camera", 1068 "bevy_color", 1069 "bevy_core_pipeline", 1070 "bevy_derive", 1071 "bevy_ecs", 1072 "bevy_image", 1073 "bevy_math", 1074 "bevy_platform", 1075 "bevy_reflect", 1076 "bevy_render", 1077 "bevy_shader", 1078 "bevy_transform", 1079 "bevy_utils", 1080 "bevy_window", 1081 "bitflags 2.10.0", 1082 "nonmax", 1083 "radsort", 1084 "smallvec", 1085 "thiserror 2.0.17", 1086 "tracing", 1087] 1088 1089[[package]] 1090name = "bevy_ptr" 1091version = "0.17.3" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "17d24d7906c7de556033168b3485de36c59049fbaef0c2c44c715a23e0329b10" 1094 1095[[package]] 1096name = "bevy_reflect" 1097version = "0.17.3" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "b5472b91928c0f3e4e3988c0d036b00719f19520f53a0c3f8c2af72f00e693c5" 1100dependencies = [ 1101 "assert_type_match", 1102 "bevy_platform", 1103 "bevy_ptr", 1104 "bevy_reflect_derive", 1105 "bevy_utils", 1106 "derive_more", 1107 "disqualified", 1108 "downcast-rs 2.0.2", 1109 "erased-serde", 1110 "foldhash 0.2.0", 1111 "glam", 1112 "inventory", 1113 "petgraph", 1114 "serde", 1115 "smallvec", 1116 "smol_str", 1117 "thiserror 2.0.17", 1118 "uuid", 1119 "variadics_please", 1120 "wgpu-types", 1121] 1122 1123[[package]] 1124name = "bevy_reflect_derive" 1125version = "0.17.3" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "083784255162fa39960aa3cf3c23af0e515db2daa7f2e796ae34df993f4d3f6c" 1128dependencies = [ 1129 "bevy_macro_utils", 1130 "indexmap", 1131 "proc-macro2", 1132 "quote", 1133 "syn", 1134 "uuid", 1135] 1136 1137[[package]] 1138name = "bevy_render" 1139version = "0.17.3" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "44117cbc9448b5a3118eb9c65bd9ec4c574be996148793be2443257daae6eb05" 1142dependencies = [ 1143 "async-channel", 1144 "bevy_app", 1145 "bevy_asset", 1146 "bevy_camera", 1147 "bevy_color", 1148 "bevy_derive", 1149 "bevy_diagnostic", 1150 "bevy_ecs", 1151 "bevy_encase_derive", 1152 "bevy_image", 1153 "bevy_math", 1154 "bevy_mesh", 1155 "bevy_platform", 1156 "bevy_reflect", 1157 "bevy_render_macros", 1158 "bevy_shader", 1159 "bevy_tasks", 1160 "bevy_time", 1161 "bevy_transform", 1162 "bevy_utils", 1163 "bevy_window", 1164 "bitflags 2.10.0", 1165 "bytemuck", 1166 "derive_more", 1167 "downcast-rs 2.0.2", 1168 "encase", 1169 "fixedbitset", 1170 "image", 1171 "indexmap", 1172 "js-sys", 1173 "naga", 1174 "nonmax", 1175 "offset-allocator", 1176 "send_wrapper", 1177 "smallvec", 1178 "thiserror 2.0.17", 1179 "tracing", 1180 "variadics_please", 1181 "wasm-bindgen", 1182 "web-sys", 1183 "wgpu", 1184] 1185 1186[[package]] 1187name = "bevy_render_macros" 1188version = "0.17.3" 1189source = "registry+https://github.com/rust-lang/crates.io-index" 1190checksum = "f9557b7b6b06b1b70c147581f4f410c2de73b6f6f0e82915887020f953bacb5a" 1191dependencies = [ 1192 "bevy_macro_utils", 1193 "proc-macro2", 1194 "quote", 1195 "syn", 1196] 1197 1198[[package]] 1199name = "bevy_scene" 1200version = "0.17.3" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "7fcf6efd31fdd1e05724c95900bb1055716c8e3633b05fa731ee75db4241c17d" 1203dependencies = [ 1204 "bevy_app", 1205 "bevy_asset", 1206 "bevy_camera", 1207 "bevy_derive", 1208 "bevy_ecs", 1209 "bevy_platform", 1210 "bevy_reflect", 1211 "bevy_transform", 1212 "bevy_utils", 1213 "derive_more", 1214 "serde", 1215 "thiserror 2.0.17", 1216 "uuid", 1217] 1218 1219[[package]] 1220name = "bevy_shader" 1221version = "0.17.3" 1222source = "registry+https://github.com/rust-lang/crates.io-index" 1223checksum = "a655de9f64e113a6e37be76401fb0d6cb84ed7cc4f891e70af4e39d26e9080c3" 1224dependencies = [ 1225 "bevy_asset", 1226 "bevy_platform", 1227 "bevy_reflect", 1228 "naga", 1229 "naga_oil", 1230 "serde", 1231 "thiserror 2.0.17", 1232 "tracing", 1233 "wgpu-types", 1234] 1235 1236[[package]] 1237name = "bevy_sprite" 1238version = "0.17.3" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "52b9a80aadf102ef0b012ceba5326253638c891994c303479e9973092e4e1c8b" 1241dependencies = [ 1242 "bevy_app", 1243 "bevy_asset", 1244 "bevy_camera", 1245 "bevy_color", 1246 "bevy_derive", 1247 "bevy_ecs", 1248 "bevy_image", 1249 "bevy_math", 1250 "bevy_mesh", 1251 "bevy_picking", 1252 "bevy_reflect", 1253 "bevy_text", 1254 "bevy_transform", 1255 "bevy_window", 1256 "radsort", 1257 "tracing", 1258 "wgpu-types", 1259] 1260 1261[[package]] 1262name = "bevy_sprite_render" 1263version = "0.17.3" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "5eec49a2a9185526f9828559a40b6f66d4c2dbae2df8ea2936d88ba449a5e86a" 1266dependencies = [ 1267 "bevy_app", 1268 "bevy_asset", 1269 "bevy_camera", 1270 "bevy_color", 1271 "bevy_core_pipeline", 1272 "bevy_derive", 1273 "bevy_ecs", 1274 "bevy_image", 1275 "bevy_math", 1276 "bevy_mesh", 1277 "bevy_platform", 1278 "bevy_reflect", 1279 "bevy_render", 1280 "bevy_shader", 1281 "bevy_sprite", 1282 "bevy_text", 1283 "bevy_transform", 1284 "bevy_utils", 1285 "bitflags 2.10.0", 1286 "bytemuck", 1287 "derive_more", 1288 "fixedbitset", 1289 "nonmax", 1290 "tracing", 1291] 1292 1293[[package]] 1294name = "bevy_state" 1295version = "0.17.3" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "05e8556a55d548844fc067fac6657b62f8073c94bd7e13c86aa7573f4c2a67b3" 1298dependencies = [ 1299 "bevy_app", 1300 "bevy_ecs", 1301 "bevy_platform", 1302 "bevy_reflect", 1303 "bevy_state_macros", 1304 "bevy_utils", 1305 "log", 1306 "variadics_please", 1307] 1308 1309[[package]] 1310name = "bevy_state_macros" 1311version = "0.17.3" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "bcda45913b1d6470c6b751656e72fb3f25ca6b5b7b2ee055b294aaed1eb7e5ba" 1314dependencies = [ 1315 "bevy_macro_utils", 1316 "quote", 1317 "syn", 1318] 1319 1320[[package]] 1321name = "bevy_tasks" 1322version = "0.17.3" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "bcbbfa5a58a16c4228434d3018c23fde3d78dcd76ec5f5b2b482a21f4b158dd3" 1325dependencies = [ 1326 "async-channel", 1327 "async-executor", 1328 "async-task", 1329 "atomic-waker", 1330 "bevy_platform", 1331 "concurrent-queue", 1332 "crossbeam-queue", 1333 "derive_more", 1334 "futures-lite", 1335 "heapless", 1336 "pin-project", 1337] 1338 1339[[package]] 1340name = "bevy_text" 1341version = "0.17.3" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "fc144cc6a30ed44a88e342c22d9e3a66a0993a74f792ae07ba79318efb41a86d" 1344dependencies = [ 1345 "bevy_app", 1346 "bevy_asset", 1347 "bevy_color", 1348 "bevy_derive", 1349 "bevy_ecs", 1350 "bevy_image", 1351 "bevy_log", 1352 "bevy_math", 1353 "bevy_platform", 1354 "bevy_reflect", 1355 "bevy_utils", 1356 "cosmic-text", 1357 "serde", 1358 "smallvec", 1359 "sys-locale", 1360 "thiserror 2.0.17", 1361 "tracing", 1362 "wgpu-types", 1363] 1364 1365[[package]] 1366name = "bevy_time" 1367version = "0.17.3" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "32835c3dbe082fbbe7d4f2f37f655073421f2882d4320ac2d59f922474260de4" 1370dependencies = [ 1371 "bevy_app", 1372 "bevy_ecs", 1373 "bevy_platform", 1374 "bevy_reflect", 1375 "crossbeam-channel", 1376 "log", 1377 "serde", 1378] 1379 1380[[package]] 1381name = "bevy_transform" 1382version = "0.17.3" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "b41fabfeaa53f51ff5ccf4d87e66836293159d50d21f6d3e16c93efb7c30f969" 1385dependencies = [ 1386 "bevy_app", 1387 "bevy_ecs", 1388 "bevy_log", 1389 "bevy_math", 1390 "bevy_reflect", 1391 "bevy_tasks", 1392 "bevy_utils", 1393 "derive_more", 1394 "serde", 1395 "thiserror 2.0.17", 1396] 1397 1398[[package]] 1399name = "bevy_ui" 1400version = "0.17.3" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "aa0fe27b8c641c2537480774dfd9198d56779371b04dd76618db39da4e7c7483" 1403dependencies = [ 1404 "accesskit", 1405 "bevy_a11y", 1406 "bevy_app", 1407 "bevy_asset", 1408 "bevy_camera", 1409 "bevy_color", 1410 "bevy_derive", 1411 "bevy_ecs", 1412 "bevy_image", 1413 "bevy_input", 1414 "bevy_math", 1415 "bevy_picking", 1416 "bevy_platform", 1417 "bevy_reflect", 1418 "bevy_sprite", 1419 "bevy_text", 1420 "bevy_transform", 1421 "bevy_utils", 1422 "bevy_window", 1423 "derive_more", 1424 "smallvec", 1425 "taffy", 1426 "thiserror 2.0.17", 1427 "tracing", 1428 "uuid", 1429] 1430 1431[[package]] 1432name = "bevy_ui_render" 1433version = "0.17.3" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "d1d2e783bb5f0b748e6360a0055421d5c934b43830b205a84996a75e54330cd7" 1436dependencies = [ 1437 "bevy_app", 1438 "bevy_asset", 1439 "bevy_camera", 1440 "bevy_color", 1441 "bevy_core_pipeline", 1442 "bevy_derive", 1443 "bevy_ecs", 1444 "bevy_image", 1445 "bevy_math", 1446 "bevy_mesh", 1447 "bevy_platform", 1448 "bevy_reflect", 1449 "bevy_render", 1450 "bevy_shader", 1451 "bevy_sprite", 1452 "bevy_sprite_render", 1453 "bevy_text", 1454 "bevy_transform", 1455 "bevy_ui", 1456 "bevy_utils", 1457 "bytemuck", 1458 "derive_more", 1459 "tracing", 1460] 1461 1462[[package]] 1463name = "bevy_utils" 1464version = "0.17.3" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "789d04f88c764877a4552e07745b402dbc45f5d0545e6d102558f2f1752a1d89" 1467dependencies = [ 1468 "bevy_platform", 1469 "disqualified", 1470 "thread_local", 1471] 1472 1473[[package]] 1474name = "bevy_window" 1475version = "0.17.3" 1476source = "registry+https://github.com/rust-lang/crates.io-index" 1477checksum = "8ae54ec7a0fc344278592a688a01b57b32182abc3ca7d47040773c4cbc2e15e0" 1478dependencies = [ 1479 "bevy_app", 1480 "bevy_asset", 1481 "bevy_ecs", 1482 "bevy_image", 1483 "bevy_input", 1484 "bevy_math", 1485 "bevy_platform", 1486 "bevy_reflect", 1487 "log", 1488 "raw-window-handle", 1489 "serde", 1490] 1491 1492[[package]] 1493name = "bevy_winit" 1494version = "0.17.3" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "feeaa46d3c4480323e690de8a4ca7f914c074af1f5f70ee3246392992dbf4a0c" 1497dependencies = [ 1498 "accesskit", 1499 "accesskit_winit", 1500 "approx", 1501 "bevy_a11y", 1502 "bevy_android", 1503 "bevy_app", 1504 "bevy_asset", 1505 "bevy_derive", 1506 "bevy_ecs", 1507 "bevy_image", 1508 "bevy_input", 1509 "bevy_input_focus", 1510 "bevy_log", 1511 "bevy_math", 1512 "bevy_platform", 1513 "bevy_reflect", 1514 "bevy_tasks", 1515 "bevy_window", 1516 "bytemuck", 1517 "cfg-if", 1518 "js-sys", 1519 "tracing", 1520 "wasm-bindgen", 1521 "web-sys", 1522 "wgpu-types", 1523 "winit", 1524] 1525 1526[[package]] 1527name = "bindgen" 1528version = "0.72.1" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" 1531dependencies = [ 1532 "bitflags 2.10.0", 1533 "cexpr", 1534 "clang-sys", 1535 "itertools 0.13.0", 1536 "proc-macro2", 1537 "quote", 1538 "regex", 1539 "rustc-hash 2.1.1", 1540 "shlex", 1541 "syn", 1542] 1543 1544[[package]] 1545name = "bit-set" 1546version = "0.8.0" 1547source = "registry+https://github.com/rust-lang/crates.io-index" 1548checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 1549dependencies = [ 1550 "bit-vec", 1551] 1552 1553[[package]] 1554name = "bit-vec" 1555version = "0.8.0" 1556source = "registry+https://github.com/rust-lang/crates.io-index" 1557checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 1558 1559[[package]] 1560name = "bitflags" 1561version = "1.3.2" 1562source = "registry+https://github.com/rust-lang/crates.io-index" 1563checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 1564 1565[[package]] 1566name = "bitflags" 1567version = "2.10.0" 1568source = "registry+https://github.com/rust-lang/crates.io-index" 1569checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 1570dependencies = [ 1571 "bytemuck", 1572 "serde_core", 1573] 1574 1575[[package]] 1576name = "blake3" 1577version = "1.8.2" 1578source = "registry+https://github.com/rust-lang/crates.io-index" 1579checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" 1580dependencies = [ 1581 "arrayref", 1582 "arrayvec", 1583 "cc", 1584 "cfg-if", 1585 "constant_time_eq", 1586] 1587 1588[[package]] 1589name = "block" 1590version = "0.1.6" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 1593 1594[[package]] 1595name = "block2" 1596version = "0.5.1" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 1599dependencies = [ 1600 "objc2 0.5.2", 1601] 1602 1603[[package]] 1604name = "block2" 1605version = "0.6.2" 1606source = "registry+https://github.com/rust-lang/crates.io-index" 1607checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 1608dependencies = [ 1609 "objc2 0.6.3", 1610] 1611 1612[[package]] 1613name = "blocking" 1614version = "1.6.2" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 1617dependencies = [ 1618 "async-channel", 1619 "async-task", 1620 "futures-io", 1621 "futures-lite", 1622 "piper", 1623] 1624 1625[[package]] 1626name = "bumpalo" 1627version = "3.19.1" 1628source = "registry+https://github.com/rust-lang/crates.io-index" 1629checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 1630 1631[[package]] 1632name = "bytemuck" 1633version = "1.24.0" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 1636dependencies = [ 1637 "bytemuck_derive", 1638] 1639 1640[[package]] 1641name = "bytemuck_derive" 1642version = "1.10.2" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" 1645dependencies = [ 1646 "proc-macro2", 1647 "quote", 1648 "syn", 1649] 1650 1651[[package]] 1652name = "byteorder" 1653version = "1.5.0" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1656 1657[[package]] 1658name = "byteorder-lite" 1659version = "0.1.0" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 1662 1663[[package]] 1664name = "bytes" 1665version = "1.11.0" 1666source = "registry+https://github.com/rust-lang/crates.io-index" 1667checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 1668 1669[[package]] 1670name = "calloop" 1671version = "0.13.0" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 1674dependencies = [ 1675 "bitflags 2.10.0", 1676 "log", 1677 "polling", 1678 "rustix 0.38.44", 1679 "slab", 1680 "thiserror 1.0.69", 1681] 1682 1683[[package]] 1684name = "calloop-wayland-source" 1685version = "0.3.0" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 1688dependencies = [ 1689 "calloop", 1690 "rustix 0.38.44", 1691 "wayland-backend", 1692 "wayland-client", 1693] 1694 1695[[package]] 1696name = "cc" 1697version = "1.2.49" 1698source = "registry+https://github.com/rust-lang/crates.io-index" 1699checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215" 1700dependencies = [ 1701 "find-msvc-tools", 1702 "jobserver", 1703 "libc", 1704 "shlex", 1705] 1706 1707[[package]] 1708name = "cesu8" 1709version = "1.1.0" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 1712 1713[[package]] 1714name = "cexpr" 1715version = "0.6.0" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 1718dependencies = [ 1719 "nom", 1720] 1721 1722[[package]] 1723name = "cfg-if" 1724version = "1.0.4" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 1727 1728[[package]] 1729name = "cfg_aliases" 1730version = "0.2.1" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1733 1734[[package]] 1735name = "clang-sys" 1736version = "1.8.1" 1737source = "registry+https://github.com/rust-lang/crates.io-index" 1738checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 1739dependencies = [ 1740 "glob", 1741 "libc", 1742 "libloading", 1743] 1744 1745[[package]] 1746name = "codespan-reporting" 1747version = "0.12.0" 1748source = "registry+https://github.com/rust-lang/crates.io-index" 1749checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" 1750dependencies = [ 1751 "serde", 1752 "termcolor", 1753 "unicode-width", 1754] 1755 1756[[package]] 1757name = "combine" 1758version = "4.6.7" 1759source = "registry+https://github.com/rust-lang/crates.io-index" 1760checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1761dependencies = [ 1762 "bytes", 1763 "memchr", 1764] 1765 1766[[package]] 1767name = "concurrent-queue" 1768version = "2.5.0" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1771dependencies = [ 1772 "crossbeam-utils", 1773 "portable-atomic", 1774] 1775 1776[[package]] 1777name = "console_error_panic_hook" 1778version = "0.1.7" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 1781dependencies = [ 1782 "cfg-if", 1783 "wasm-bindgen", 1784] 1785 1786[[package]] 1787name = "const-fnv1a-hash" 1788version = "1.1.0" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "32b13ea120a812beba79e34316b3942a857c86ec1593cb34f27bb28272ce2cca" 1791 1792[[package]] 1793name = "const_panic" 1794version = "0.2.15" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "e262cdaac42494e3ae34c43969f9cdeb7da178bdb4b66fa6a1ea2edb4c8ae652" 1797dependencies = [ 1798 "typewit", 1799] 1800 1801[[package]] 1802name = "const_soft_float" 1803version = "0.1.4" 1804source = "registry+https://github.com/rust-lang/crates.io-index" 1805checksum = "87ca1caa64ef4ed453e68bb3db612e51cf1b2f5b871337f0fcab1c8f87cc3dff" 1806 1807[[package]] 1808name = "constant_time_eq" 1809version = "0.3.1" 1810source = "registry+https://github.com/rust-lang/crates.io-index" 1811checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 1812 1813[[package]] 1814name = "constgebra" 1815version = "0.1.4" 1816source = "registry+https://github.com/rust-lang/crates.io-index" 1817checksum = "e1aaf9b65849a68662ac6c0810c8893a765c960b907dd7cfab9c4a50bf764fbc" 1818dependencies = [ 1819 "const_soft_float", 1820] 1821 1822[[package]] 1823name = "convert_case" 1824version = "0.10.0" 1825source = "registry+https://github.com/rust-lang/crates.io-index" 1826checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 1827dependencies = [ 1828 "unicode-segmentation", 1829] 1830 1831[[package]] 1832name = "core-foundation" 1833version = "0.9.4" 1834source = "registry+https://github.com/rust-lang/crates.io-index" 1835checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1836dependencies = [ 1837 "core-foundation-sys", 1838 "libc", 1839] 1840 1841[[package]] 1842name = "core-foundation" 1843version = "0.10.1" 1844source = "registry+https://github.com/rust-lang/crates.io-index" 1845checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 1846dependencies = [ 1847 "core-foundation-sys", 1848 "libc", 1849] 1850 1851[[package]] 1852name = "core-foundation-sys" 1853version = "0.8.7" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1856 1857[[package]] 1858name = "core-graphics" 1859version = "0.23.2" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 1862dependencies = [ 1863 "bitflags 1.3.2", 1864 "core-foundation 0.9.4", 1865 "core-graphics-types 0.1.3", 1866 "foreign-types", 1867 "libc", 1868] 1869 1870[[package]] 1871name = "core-graphics-types" 1872version = "0.1.3" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1875dependencies = [ 1876 "bitflags 1.3.2", 1877 "core-foundation 0.9.4", 1878 "libc", 1879] 1880 1881[[package]] 1882name = "core-graphics-types" 1883version = "0.2.0" 1884source = "registry+https://github.com/rust-lang/crates.io-index" 1885checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 1886dependencies = [ 1887 "bitflags 2.10.0", 1888 "core-foundation 0.10.1", 1889 "libc", 1890] 1891 1892[[package]] 1893name = "coreaudio-rs" 1894version = "0.11.3" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace" 1897dependencies = [ 1898 "bitflags 1.3.2", 1899 "core-foundation-sys", 1900 "coreaudio-sys", 1901] 1902 1903[[package]] 1904name = "coreaudio-rs" 1905version = "0.13.0" 1906source = "registry+https://github.com/rust-lang/crates.io-index" 1907checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17" 1908dependencies = [ 1909 "bitflags 1.3.2", 1910 "libc", 1911 "objc2-audio-toolbox", 1912 "objc2-core-audio", 1913 "objc2-core-audio-types", 1914 "objc2-core-foundation", 1915] 1916 1917[[package]] 1918name = "coreaudio-sys" 1919version = "0.2.17" 1920source = "registry+https://github.com/rust-lang/crates.io-index" 1921checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6" 1922dependencies = [ 1923 "bindgen", 1924] 1925 1926[[package]] 1927name = "cosmic-text" 1928version = "0.14.2" 1929source = "registry+https://github.com/rust-lang/crates.io-index" 1930checksum = "da46a9d5a8905cc538a4a5bceb6a4510de7a51049c5588c0114efce102bcbbe8" 1931dependencies = [ 1932 "bitflags 2.10.0", 1933 "fontdb", 1934 "log", 1935 "rangemap", 1936 "rustc-hash 1.1.0", 1937 "rustybuzz", 1938 "self_cell", 1939 "smol_str", 1940 "swash", 1941 "sys-locale", 1942 "ttf-parser 0.21.1", 1943 "unicode-bidi", 1944 "unicode-linebreak", 1945 "unicode-script", 1946 "unicode-segmentation", 1947] 1948 1949[[package]] 1950name = "cpal" 1951version = "0.15.3" 1952source = "registry+https://github.com/rust-lang/crates.io-index" 1953checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779" 1954dependencies = [ 1955 "alsa", 1956 "core-foundation-sys", 1957 "coreaudio-rs 0.11.3", 1958 "dasp_sample", 1959 "jni", 1960 "js-sys", 1961 "libc", 1962 "mach2", 1963 "ndk 0.8.0", 1964 "ndk-context", 1965 "oboe", 1966 "wasm-bindgen", 1967 "wasm-bindgen-futures", 1968 "web-sys", 1969 "windows 0.54.0", 1970] 1971 1972[[package]] 1973name = "cpal" 1974version = "0.16.0" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f" 1977dependencies = [ 1978 "alsa", 1979 "coreaudio-rs 0.13.0", 1980 "dasp_sample", 1981 "jni", 1982 "js-sys", 1983 "libc", 1984 "mach2", 1985 "ndk 0.9.0", 1986 "ndk-context", 1987 "num-derive", 1988 "num-traits", 1989 "objc2-audio-toolbox", 1990 "objc2-core-audio", 1991 "objc2-core-audio-types", 1992 "wasm-bindgen", 1993 "wasm-bindgen-futures", 1994 "web-sys", 1995 "windows 0.54.0", 1996] 1997 1998[[package]] 1999name = "crc32fast" 2000version = "1.5.0" 2001source = "registry+https://github.com/rust-lang/crates.io-index" 2002checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 2003dependencies = [ 2004 "cfg-if", 2005] 2006 2007[[package]] 2008name = "critical-section" 2009version = "1.2.0" 2010source = "registry+https://github.com/rust-lang/crates.io-index" 2011checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 2012 2013[[package]] 2014name = "crossbeam-channel" 2015version = "0.5.15" 2016source = "registry+https://github.com/rust-lang/crates.io-index" 2017checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 2018dependencies = [ 2019 "crossbeam-utils", 2020] 2021 2022[[package]] 2023name = "crossbeam-queue" 2024version = "0.3.12" 2025source = "registry+https://github.com/rust-lang/crates.io-index" 2026checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 2027dependencies = [ 2028 "crossbeam-utils", 2029] 2030 2031[[package]] 2032name = "crossbeam-utils" 2033version = "0.8.21" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 2036 2037[[package]] 2038name = "crunchy" 2039version = "0.2.4" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 2042 2043[[package]] 2044name = "ctrlc" 2045version = "3.5.1" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790" 2048dependencies = [ 2049 "dispatch2", 2050 "nix", 2051 "windows-sys 0.61.2", 2052] 2053 2054[[package]] 2055name = "cursor-icon" 2056version = "1.2.0" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" 2059 2060[[package]] 2061name = "dasp_sample" 2062version = "0.11.0" 2063source = "registry+https://github.com/rust-lang/crates.io-index" 2064checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" 2065 2066[[package]] 2067name = "data-encoding" 2068version = "2.9.0" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 2071 2072[[package]] 2073name = "derive_more" 2074version = "2.1.0" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618" 2077dependencies = [ 2078 "derive_more-impl", 2079] 2080 2081[[package]] 2082name = "derive_more-impl" 2083version = "2.1.0" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b" 2086dependencies = [ 2087 "convert_case", 2088 "proc-macro2", 2089 "quote", 2090 "rustc_version", 2091 "syn", 2092 "unicode-xid", 2093] 2094 2095[[package]] 2096name = "dispatch" 2097version = "0.2.0" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 2100 2101[[package]] 2102name = "dispatch2" 2103version = "0.3.0" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 2106dependencies = [ 2107 "bitflags 2.10.0", 2108 "block2 0.6.2", 2109 "libc", 2110 "objc2 0.6.3", 2111] 2112 2113[[package]] 2114name = "disqualified" 2115version = "1.0.0" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "c9c272297e804878a2a4b707cfcfc6d2328b5bb936944613b4fdf2b9269afdfd" 2118 2119[[package]] 2120name = "dlib" 2121version = "0.5.2" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 2124dependencies = [ 2125 "libloading", 2126] 2127 2128[[package]] 2129name = "document-features" 2130version = "0.2.12" 2131source = "registry+https://github.com/rust-lang/crates.io-index" 2132checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 2133dependencies = [ 2134 "litrs", 2135] 2136 2137[[package]] 2138name = "dotenvy" 2139version = "0.15.7" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 2142 2143[[package]] 2144name = "downcast-rs" 2145version = "1.2.1" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 2148 2149[[package]] 2150name = "downcast-rs" 2151version = "2.0.2" 2152source = "registry+https://github.com/rust-lang/crates.io-index" 2153checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc" 2154 2155[[package]] 2156name = "dpi" 2157version = "0.1.2" 2158source = "registry+https://github.com/rust-lang/crates.io-index" 2159checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 2160 2161[[package]] 2162name = "either" 2163version = "1.15.0" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 2166 2167[[package]] 2168name = "encase" 2169version = "0.11.2" 2170source = "registry+https://github.com/rust-lang/crates.io-index" 2171checksum = "02ba239319a4f60905966390f5e52799d868103a533bb7e27822792332504ddd" 2172dependencies = [ 2173 "const_panic", 2174 "encase_derive", 2175 "glam", 2176 "thiserror 2.0.17", 2177] 2178 2179[[package]] 2180name = "encase_derive" 2181version = "0.11.2" 2182source = "registry+https://github.com/rust-lang/crates.io-index" 2183checksum = "5223d6c647f09870553224f6e37261fe5567bc5a4f4cf13ed337476e79990f2f" 2184dependencies = [ 2185 "encase_derive_impl", 2186] 2187 2188[[package]] 2189name = "encase_derive_impl" 2190version = "0.11.2" 2191source = "registry+https://github.com/rust-lang/crates.io-index" 2192checksum = "1796db3d892515842ca2dfb11124c4bb4a9e58d9f2c5c1072e5bca1b2334507b" 2193dependencies = [ 2194 "proc-macro2", 2195 "quote", 2196 "syn", 2197] 2198 2199[[package]] 2200name = "encoding_rs" 2201version = "0.8.35" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 2204dependencies = [ 2205 "cfg-if", 2206] 2207 2208[[package]] 2209name = "equivalent" 2210version = "1.0.2" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 2213 2214[[package]] 2215name = "erased-serde" 2216version = "0.4.9" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" 2219dependencies = [ 2220 "serde", 2221 "serde_core", 2222 "typeid", 2223] 2224 2225[[package]] 2226name = "errno" 2227version = "0.3.14" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 2230dependencies = [ 2231 "libc", 2232 "windows-sys 0.61.2", 2233] 2234 2235[[package]] 2236name = "euclid" 2237version = "0.22.11" 2238source = "registry+https://github.com/rust-lang/crates.io-index" 2239checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48" 2240dependencies = [ 2241 "num-traits", 2242] 2243 2244[[package]] 2245name = "event-listener" 2246version = "5.4.1" 2247source = "registry+https://github.com/rust-lang/crates.io-index" 2248checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 2249dependencies = [ 2250 "concurrent-queue", 2251 "parking", 2252 "pin-project-lite", 2253] 2254 2255[[package]] 2256name = "event-listener-strategy" 2257version = "0.5.4" 2258source = "registry+https://github.com/rust-lang/crates.io-index" 2259checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 2260dependencies = [ 2261 "event-listener", 2262 "pin-project-lite", 2263] 2264 2265[[package]] 2266name = "extended" 2267version = "0.1.0" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365" 2270 2271[[package]] 2272name = "fastrand" 2273version = "2.3.0" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 2276 2277[[package]] 2278name = "fdeflate" 2279version = "0.3.7" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 2282dependencies = [ 2283 "simd-adler32", 2284] 2285 2286[[package]] 2287name = "felix-audio" 2288version = "0.1.0" 2289dependencies = [ 2290 "anyhow", 2291 "bevy", 2292 "cpal 0.16.0", 2293 "hound", 2294 "kira", 2295] 2296 2297[[package]] 2298name = "felix-client" 2299version = "0.1.0" 2300dependencies = [ 2301 "anyhow", 2302 "bevy", 2303 "cpal 0.16.0", 2304 "dotenvy", 2305 "felix-audio", 2306 "felix-net", 2307 "tokio", 2308] 2309 2310[[package]] 2311name = "felix-net" 2312version = "0.1.0" 2313dependencies = [ 2314 "anyhow", 2315 "bevy_math", 2316] 2317 2318[[package]] 2319name = "felix-server" 2320version = "0.1.0" 2321dependencies = [ 2322 "anyhow", 2323 "bevy_math", 2324 "dotenvy", 2325 "felix-net", 2326 "nanoid", 2327] 2328 2329[[package]] 2330name = "find-msvc-tools" 2331version = "0.1.5" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 2334 2335[[package]] 2336name = "fixedbitset" 2337version = "0.5.7" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" 2340 2341[[package]] 2342name = "flate2" 2343version = "1.1.5" 2344source = "registry+https://github.com/rust-lang/crates.io-index" 2345checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 2346dependencies = [ 2347 "crc32fast", 2348 "miniz_oxide", 2349] 2350 2351[[package]] 2352name = "fnv" 2353version = "1.0.7" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 2356 2357[[package]] 2358name = "foldhash" 2359version = "0.1.5" 2360source = "registry+https://github.com/rust-lang/crates.io-index" 2361checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 2362 2363[[package]] 2364name = "foldhash" 2365version = "0.2.0" 2366source = "registry+https://github.com/rust-lang/crates.io-index" 2367checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 2368 2369[[package]] 2370name = "font-types" 2371version = "0.10.1" 2372source = "registry+https://github.com/rust-lang/crates.io-index" 2373checksum = "39a654f404bbcbd48ea58c617c2993ee91d1cb63727a37bf2323a4edeed1b8c5" 2374dependencies = [ 2375 "bytemuck", 2376] 2377 2378[[package]] 2379name = "fontconfig-parser" 2380version = "0.5.8" 2381source = "registry+https://github.com/rust-lang/crates.io-index" 2382checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646" 2383dependencies = [ 2384 "roxmltree", 2385] 2386 2387[[package]] 2388name = "fontdb" 2389version = "0.16.2" 2390source = "registry+https://github.com/rust-lang/crates.io-index" 2391checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3" 2392dependencies = [ 2393 "fontconfig-parser", 2394 "log", 2395 "memmap2", 2396 "slotmap", 2397 "tinyvec", 2398 "ttf-parser 0.20.0", 2399] 2400 2401[[package]] 2402name = "foreign-types" 2403version = "0.5.0" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 2406dependencies = [ 2407 "foreign-types-macros", 2408 "foreign-types-shared", 2409] 2410 2411[[package]] 2412name = "foreign-types-macros" 2413version = "0.2.3" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 2416dependencies = [ 2417 "proc-macro2", 2418 "quote", 2419 "syn", 2420] 2421 2422[[package]] 2423name = "foreign-types-shared" 2424version = "0.3.1" 2425source = "registry+https://github.com/rust-lang/crates.io-index" 2426checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 2427 2428[[package]] 2429name = "futures-channel" 2430version = "0.3.31" 2431source = "registry+https://github.com/rust-lang/crates.io-index" 2432checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 2433dependencies = [ 2434 "futures-core", 2435] 2436 2437[[package]] 2438name = "futures-core" 2439version = "0.3.31" 2440source = "registry+https://github.com/rust-lang/crates.io-index" 2441checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 2442 2443[[package]] 2444name = "futures-io" 2445version = "0.3.31" 2446source = "registry+https://github.com/rust-lang/crates.io-index" 2447checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 2448 2449[[package]] 2450name = "futures-lite" 2451version = "2.6.1" 2452source = "registry+https://github.com/rust-lang/crates.io-index" 2453checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 2454dependencies = [ 2455 "fastrand", 2456 "futures-core", 2457 "futures-io", 2458 "parking", 2459 "pin-project-lite", 2460] 2461 2462[[package]] 2463name = "gethostname" 2464version = "1.1.0" 2465source = "registry+https://github.com/rust-lang/crates.io-index" 2466checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 2467dependencies = [ 2468 "rustix 1.1.2", 2469 "windows-link 0.2.1", 2470] 2471 2472[[package]] 2473name = "getrandom" 2474version = "0.2.16" 2475source = "registry+https://github.com/rust-lang/crates.io-index" 2476checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 2477dependencies = [ 2478 "cfg-if", 2479 "libc", 2480 "wasi", 2481] 2482 2483[[package]] 2484name = "getrandom" 2485version = "0.3.4" 2486source = "registry+https://github.com/rust-lang/crates.io-index" 2487checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 2488dependencies = [ 2489 "cfg-if", 2490 "js-sys", 2491 "libc", 2492 "r-efi", 2493 "wasip2", 2494 "wasm-bindgen", 2495] 2496 2497[[package]] 2498name = "gilrs" 2499version = "0.11.0" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "bbb2c998745a3c1ac90f64f4f7b3a54219fd3612d7705e7798212935641ed18f" 2502dependencies = [ 2503 "fnv", 2504 "gilrs-core", 2505 "log", 2506 "uuid", 2507 "vec_map", 2508] 2509 2510[[package]] 2511name = "gilrs-core" 2512version = "0.6.6" 2513source = "registry+https://github.com/rust-lang/crates.io-index" 2514checksum = "be11a71ac3564f6965839e2ed275bf4fcf5ce16d80d396e1dfdb7b2d80bd587e" 2515dependencies = [ 2516 "core-foundation 0.10.1", 2517 "inotify", 2518 "io-kit-sys", 2519 "js-sys", 2520 "libc", 2521 "libudev-sys", 2522 "log", 2523 "nix", 2524 "uuid", 2525 "vec_map", 2526 "wasm-bindgen", 2527 "web-sys", 2528 "windows 0.62.2", 2529] 2530 2531[[package]] 2532name = "gl_generator" 2533version = "0.14.0" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 2536dependencies = [ 2537 "khronos_api", 2538 "log", 2539 "xml-rs", 2540] 2541 2542[[package]] 2543name = "glam" 2544version = "0.30.9" 2545source = "registry+https://github.com/rust-lang/crates.io-index" 2546checksum = "bd47b05dddf0005d850e5644cae7f2b14ac3df487979dbfff3b56f20b1a6ae46" 2547dependencies = [ 2548 "bytemuck", 2549 "libm", 2550 "mint", 2551 "rand 0.9.2", 2552 "serde_core", 2553] 2554 2555[[package]] 2556name = "glob" 2557version = "0.3.3" 2558source = "registry+https://github.com/rust-lang/crates.io-index" 2559checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 2560 2561[[package]] 2562name = "glow" 2563version = "0.16.0" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" 2566dependencies = [ 2567 "js-sys", 2568 "slotmap", 2569 "wasm-bindgen", 2570 "web-sys", 2571] 2572 2573[[package]] 2574name = "gltf" 2575version = "1.4.1" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "e3ce1918195723ce6ac74e80542c5a96a40c2b26162c1957a5cd70799b8cacf7" 2578dependencies = [ 2579 "byteorder", 2580 "gltf-json", 2581 "lazy_static", 2582 "serde_json", 2583] 2584 2585[[package]] 2586name = "gltf-derive" 2587version = "1.4.1" 2588source = "registry+https://github.com/rust-lang/crates.io-index" 2589checksum = "14070e711538afba5d6c807edb74bcb84e5dbb9211a3bf5dea0dfab5b24f4c51" 2590dependencies = [ 2591 "inflections", 2592 "proc-macro2", 2593 "quote", 2594 "syn", 2595] 2596 2597[[package]] 2598name = "gltf-json" 2599version = "1.4.1" 2600source = "registry+https://github.com/rust-lang/crates.io-index" 2601checksum = "e6176f9d60a7eab0a877e8e96548605dedbde9190a7ae1e80bbcc1c9af03ab14" 2602dependencies = [ 2603 "gltf-derive", 2604 "serde", 2605 "serde_derive", 2606 "serde_json", 2607] 2608 2609[[package]] 2610name = "glutin_wgl_sys" 2611version = "0.6.1" 2612source = "registry+https://github.com/rust-lang/crates.io-index" 2613checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" 2614dependencies = [ 2615 "gl_generator", 2616] 2617 2618[[package]] 2619name = "gpu-alloc" 2620version = "0.6.0" 2621source = "registry+https://github.com/rust-lang/crates.io-index" 2622checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 2623dependencies = [ 2624 "bitflags 2.10.0", 2625 "gpu-alloc-types", 2626] 2627 2628[[package]] 2629name = "gpu-alloc-types" 2630version = "0.3.0" 2631source = "registry+https://github.com/rust-lang/crates.io-index" 2632checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 2633dependencies = [ 2634 "bitflags 2.10.0", 2635] 2636 2637[[package]] 2638name = "gpu-allocator" 2639version = "0.27.0" 2640source = "registry+https://github.com/rust-lang/crates.io-index" 2641checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" 2642dependencies = [ 2643 "log", 2644 "presser", 2645 "thiserror 1.0.69", 2646 "windows 0.58.0", 2647] 2648 2649[[package]] 2650name = "gpu-descriptor" 2651version = "0.3.2" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" 2654dependencies = [ 2655 "bitflags 2.10.0", 2656 "gpu-descriptor-types", 2657 "hashbrown 0.15.5", 2658] 2659 2660[[package]] 2661name = "gpu-descriptor-types" 2662version = "0.2.0" 2663source = "registry+https://github.com/rust-lang/crates.io-index" 2664checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 2665dependencies = [ 2666 "bitflags 2.10.0", 2667] 2668 2669[[package]] 2670name = "grid" 2671version = "0.15.0" 2672source = "registry+https://github.com/rust-lang/crates.io-index" 2673checksum = "36119f3a540b086b4e436bb2b588cf98a68863470e0e880f4d0842f112a3183a" 2674 2675[[package]] 2676name = "guillotiere" 2677version = "0.6.2" 2678source = "registry+https://github.com/rust-lang/crates.io-index" 2679checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" 2680dependencies = [ 2681 "euclid", 2682 "svg_fmt", 2683] 2684 2685[[package]] 2686name = "half" 2687version = "2.7.1" 2688source = "registry+https://github.com/rust-lang/crates.io-index" 2689checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 2690dependencies = [ 2691 "cfg-if", 2692 "crunchy", 2693 "num-traits", 2694 "zerocopy", 2695] 2696 2697[[package]] 2698name = "hash32" 2699version = "0.3.1" 2700source = "registry+https://github.com/rust-lang/crates.io-index" 2701checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 2702dependencies = [ 2703 "byteorder", 2704] 2705 2706[[package]] 2707name = "hashbrown" 2708version = "0.15.5" 2709source = "registry+https://github.com/rust-lang/crates.io-index" 2710checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 2711dependencies = [ 2712 "foldhash 0.1.5", 2713] 2714 2715[[package]] 2716name = "hashbrown" 2717version = "0.16.1" 2718source = "registry+https://github.com/rust-lang/crates.io-index" 2719checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 2720dependencies = [ 2721 "equivalent", 2722 "serde", 2723 "serde_core", 2724] 2725 2726[[package]] 2727name = "heapless" 2728version = "0.8.0" 2729source = "registry+https://github.com/rust-lang/crates.io-index" 2730checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 2731dependencies = [ 2732 "hash32", 2733 "portable-atomic", 2734 "stable_deref_trait", 2735] 2736 2737[[package]] 2738name = "hermit-abi" 2739version = "0.5.2" 2740source = "registry+https://github.com/rust-lang/crates.io-index" 2741checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 2742 2743[[package]] 2744name = "hexasphere" 2745version = "16.0.0" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "29a164ceff4500f2a72b1d21beaa8aa8ad83aec2b641844c659b190cb3ea2e0b" 2748dependencies = [ 2749 "constgebra", 2750 "glam", 2751 "tinyvec", 2752] 2753 2754[[package]] 2755name = "hexf-parse" 2756version = "0.2.1" 2757source = "registry+https://github.com/rust-lang/crates.io-index" 2758checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 2759 2760[[package]] 2761name = "hound" 2762version = "3.5.1" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" 2765 2766[[package]] 2767name = "image" 2768version = "0.25.9" 2769source = "registry+https://github.com/rust-lang/crates.io-index" 2770checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 2771dependencies = [ 2772 "bytemuck", 2773 "byteorder-lite", 2774 "moxcms", 2775 "num-traits", 2776 "png", 2777] 2778 2779[[package]] 2780name = "indexmap" 2781version = "2.12.1" 2782source = "registry+https://github.com/rust-lang/crates.io-index" 2783checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 2784dependencies = [ 2785 "equivalent", 2786 "hashbrown 0.16.1", 2787 "serde", 2788 "serde_core", 2789] 2790 2791[[package]] 2792name = "inflections" 2793version = "1.1.1" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" 2796 2797[[package]] 2798name = "inotify" 2799version = "0.11.0" 2800source = "registry+https://github.com/rust-lang/crates.io-index" 2801checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" 2802dependencies = [ 2803 "bitflags 2.10.0", 2804 "inotify-sys", 2805 "libc", 2806] 2807 2808[[package]] 2809name = "inotify-sys" 2810version = "0.1.5" 2811source = "registry+https://github.com/rust-lang/crates.io-index" 2812checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2813dependencies = [ 2814 "libc", 2815] 2816 2817[[package]] 2818name = "inventory" 2819version = "0.3.21" 2820source = "registry+https://github.com/rust-lang/crates.io-index" 2821checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" 2822dependencies = [ 2823 "rustversion", 2824] 2825 2826[[package]] 2827name = "io-kit-sys" 2828version = "0.4.1" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "617ee6cf8e3f66f3b4ea67a4058564628cde41901316e19f559e14c7c72c5e7b" 2831dependencies = [ 2832 "core-foundation-sys", 2833 "mach2", 2834] 2835 2836[[package]] 2837name = "itertools" 2838version = "0.13.0" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2841dependencies = [ 2842 "either", 2843] 2844 2845[[package]] 2846name = "itertools" 2847version = "0.14.0" 2848source = "registry+https://github.com/rust-lang/crates.io-index" 2849checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 2850dependencies = [ 2851 "either", 2852] 2853 2854[[package]] 2855name = "itoa" 2856version = "1.0.15" 2857source = "registry+https://github.com/rust-lang/crates.io-index" 2858checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 2859 2860[[package]] 2861name = "jni" 2862version = "0.21.1" 2863source = "registry+https://github.com/rust-lang/crates.io-index" 2864checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2865dependencies = [ 2866 "cesu8", 2867 "cfg-if", 2868 "combine", 2869 "jni-sys", 2870 "log", 2871 "thiserror 1.0.69", 2872 "walkdir", 2873 "windows-sys 0.45.0", 2874] 2875 2876[[package]] 2877name = "jni-sys" 2878version = "0.3.0" 2879source = "registry+https://github.com/rust-lang/crates.io-index" 2880checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2881 2882[[package]] 2883name = "jobserver" 2884version = "0.1.34" 2885source = "registry+https://github.com/rust-lang/crates.io-index" 2886checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 2887dependencies = [ 2888 "getrandom 0.3.4", 2889 "libc", 2890] 2891 2892[[package]] 2893name = "js-sys" 2894version = "0.3.83" 2895source = "registry+https://github.com/rust-lang/crates.io-index" 2896checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 2897dependencies = [ 2898 "once_cell", 2899 "wasm-bindgen", 2900] 2901 2902[[package]] 2903name = "khronos-egl" 2904version = "6.0.0" 2905source = "registry+https://github.com/rust-lang/crates.io-index" 2906checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 2907dependencies = [ 2908 "libc", 2909 "libloading", 2910 "pkg-config", 2911] 2912 2913[[package]] 2914name = "khronos_api" 2915version = "3.1.0" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 2918 2919[[package]] 2920name = "kira" 2921version = "0.11.0" 2922source = "registry+https://github.com/rust-lang/crates.io-index" 2923checksum = "b8b2ed698ad54d270ee1d8b340604201bf538dacf8bf31e378da00690b9ea20a" 2924dependencies = [ 2925 "atomic-arena", 2926 "cpal 0.16.0", 2927 "glam", 2928 "mint", 2929 "pastey", 2930 "rtrb", 2931 "send_wrapper", 2932 "symphonia", 2933 "triple_buffer", 2934] 2935 2936[[package]] 2937name = "ktx2" 2938version = "0.4.0" 2939source = "registry+https://github.com/rust-lang/crates.io-index" 2940checksum = "ff7f53bdf698e7aa7ec916411bbdc8078135da11b66db5182675b2227f6c0d07" 2941dependencies = [ 2942 "bitflags 2.10.0", 2943] 2944 2945[[package]] 2946name = "lazy_static" 2947version = "1.5.0" 2948source = "registry+https://github.com/rust-lang/crates.io-index" 2949checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2950 2951[[package]] 2952name = "lewton" 2953version = "0.10.2" 2954source = "registry+https://github.com/rust-lang/crates.io-index" 2955checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030" 2956dependencies = [ 2957 "byteorder", 2958 "ogg", 2959 "tinyvec", 2960] 2961 2962[[package]] 2963name = "libc" 2964version = "0.2.178" 2965source = "registry+https://github.com/rust-lang/crates.io-index" 2966checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 2967 2968[[package]] 2969name = "libloading" 2970version = "0.8.9" 2971source = "registry+https://github.com/rust-lang/crates.io-index" 2972checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 2973dependencies = [ 2974 "cfg-if", 2975 "windows-link 0.2.1", 2976] 2977 2978[[package]] 2979name = "libm" 2980version = "0.2.15" 2981source = "registry+https://github.com/rust-lang/crates.io-index" 2982checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 2983 2984[[package]] 2985name = "libredox" 2986version = "0.1.11" 2987source = "registry+https://github.com/rust-lang/crates.io-index" 2988checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50" 2989dependencies = [ 2990 "bitflags 2.10.0", 2991 "libc", 2992 "redox_syscall 0.6.0", 2993] 2994 2995[[package]] 2996name = "libudev-sys" 2997version = "0.1.4" 2998source = "registry+https://github.com/rust-lang/crates.io-index" 2999checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" 3000dependencies = [ 3001 "libc", 3002 "pkg-config", 3003] 3004 3005[[package]] 3006name = "linux-raw-sys" 3007version = "0.4.15" 3008source = "registry+https://github.com/rust-lang/crates.io-index" 3009checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 3010 3011[[package]] 3012name = "linux-raw-sys" 3013version = "0.11.0" 3014source = "registry+https://github.com/rust-lang/crates.io-index" 3015checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 3016 3017[[package]] 3018name = "litrs" 3019version = "1.0.0" 3020source = "registry+https://github.com/rust-lang/crates.io-index" 3021checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 3022 3023[[package]] 3024name = "lock_api" 3025version = "0.4.14" 3026source = "registry+https://github.com/rust-lang/crates.io-index" 3027checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 3028dependencies = [ 3029 "scopeguard", 3030] 3031 3032[[package]] 3033name = "log" 3034version = "0.4.29" 3035source = "registry+https://github.com/rust-lang/crates.io-index" 3036checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 3037 3038[[package]] 3039name = "mach2" 3040version = "0.4.3" 3041source = "registry+https://github.com/rust-lang/crates.io-index" 3042checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" 3043dependencies = [ 3044 "libc", 3045] 3046 3047[[package]] 3048name = "malloc_buf" 3049version = "0.0.6" 3050source = "registry+https://github.com/rust-lang/crates.io-index" 3051checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 3052dependencies = [ 3053 "libc", 3054] 3055 3056[[package]] 3057name = "matchers" 3058version = "0.2.0" 3059source = "registry+https://github.com/rust-lang/crates.io-index" 3060checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 3061dependencies = [ 3062 "regex-automata", 3063] 3064 3065[[package]] 3066name = "memchr" 3067version = "2.7.6" 3068source = "registry+https://github.com/rust-lang/crates.io-index" 3069checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 3070 3071[[package]] 3072name = "memmap2" 3073version = "0.9.9" 3074source = "registry+https://github.com/rust-lang/crates.io-index" 3075checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" 3076dependencies = [ 3077 "libc", 3078] 3079 3080[[package]] 3081name = "metal" 3082version = "0.32.0" 3083source = "registry+https://github.com/rust-lang/crates.io-index" 3084checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605" 3085dependencies = [ 3086 "bitflags 2.10.0", 3087 "block", 3088 "core-graphics-types 0.2.0", 3089 "foreign-types", 3090 "log", 3091 "objc", 3092 "paste", 3093] 3094 3095[[package]] 3096name = "minimal-lexical" 3097version = "0.2.1" 3098source = "registry+https://github.com/rust-lang/crates.io-index" 3099checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3100 3101[[package]] 3102name = "miniz_oxide" 3103version = "0.8.9" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 3106dependencies = [ 3107 "adler2", 3108 "simd-adler32", 3109] 3110 3111[[package]] 3112name = "mint" 3113version = "0.5.9" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff" 3116 3117[[package]] 3118name = "mio" 3119version = "1.1.1" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 3122dependencies = [ 3123 "libc", 3124 "wasi", 3125 "windows-sys 0.61.2", 3126] 3127 3128[[package]] 3129name = "moxcms" 3130version = "0.7.11" 3131source = "registry+https://github.com/rust-lang/crates.io-index" 3132checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" 3133dependencies = [ 3134 "num-traits", 3135 "pxfm", 3136] 3137 3138[[package]] 3139name = "naga" 3140version = "26.0.0" 3141source = "registry+https://github.com/rust-lang/crates.io-index" 3142checksum = "916cbc7cb27db60be930a4e2da243cf4bc39569195f22fd8ee419cd31d5b662c" 3143dependencies = [ 3144 "arrayvec", 3145 "bit-set", 3146 "bitflags 2.10.0", 3147 "cfg-if", 3148 "cfg_aliases", 3149 "codespan-reporting", 3150 "half", 3151 "hashbrown 0.15.5", 3152 "hexf-parse", 3153 "indexmap", 3154 "libm", 3155 "log", 3156 "num-traits", 3157 "once_cell", 3158 "pp-rs", 3159 "rustc-hash 1.1.0", 3160 "spirv", 3161 "thiserror 2.0.17", 3162 "unicode-ident", 3163] 3164 3165[[package]] 3166name = "naga_oil" 3167version = "0.19.1" 3168source = "registry+https://github.com/rust-lang/crates.io-index" 3169checksum = "1b586d3cf5c9b7e13fe2af6e114406ff70773fd80881960378933b63e76f37dd" 3170dependencies = [ 3171 "codespan-reporting", 3172 "data-encoding", 3173 "indexmap", 3174 "naga", 3175 "regex", 3176 "rustc-hash 1.1.0", 3177 "thiserror 2.0.17", 3178 "tracing", 3179 "unicode-ident", 3180] 3181 3182[[package]] 3183name = "nanoid" 3184version = "0.4.0" 3185source = "registry+https://github.com/rust-lang/crates.io-index" 3186checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" 3187dependencies = [ 3188 "rand 0.8.5", 3189] 3190 3191[[package]] 3192name = "ndk" 3193version = "0.8.0" 3194source = "registry+https://github.com/rust-lang/crates.io-index" 3195checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 3196dependencies = [ 3197 "bitflags 2.10.0", 3198 "jni-sys", 3199 "log", 3200 "ndk-sys 0.5.0+25.2.9519653", 3201 "num_enum", 3202 "thiserror 1.0.69", 3203] 3204 3205[[package]] 3206name = "ndk" 3207version = "0.9.0" 3208source = "registry+https://github.com/rust-lang/crates.io-index" 3209checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 3210dependencies = [ 3211 "bitflags 2.10.0", 3212 "jni-sys", 3213 "log", 3214 "ndk-sys 0.6.0+11769913", 3215 "num_enum", 3216 "raw-window-handle", 3217 "thiserror 1.0.69", 3218] 3219 3220[[package]] 3221name = "ndk-context" 3222version = "0.1.1" 3223source = "registry+https://github.com/rust-lang/crates.io-index" 3224checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3225 3226[[package]] 3227name = "ndk-sys" 3228version = "0.5.0+25.2.9519653" 3229source = "registry+https://github.com/rust-lang/crates.io-index" 3230checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 3231dependencies = [ 3232 "jni-sys", 3233] 3234 3235[[package]] 3236name = "ndk-sys" 3237version = "0.6.0+11769913" 3238source = "registry+https://github.com/rust-lang/crates.io-index" 3239checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 3240dependencies = [ 3241 "jni-sys", 3242] 3243 3244[[package]] 3245name = "nix" 3246version = "0.30.1" 3247source = "registry+https://github.com/rust-lang/crates.io-index" 3248checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 3249dependencies = [ 3250 "bitflags 2.10.0", 3251 "cfg-if", 3252 "cfg_aliases", 3253 "libc", 3254] 3255 3256[[package]] 3257name = "nom" 3258version = "7.1.3" 3259source = "registry+https://github.com/rust-lang/crates.io-index" 3260checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3261dependencies = [ 3262 "memchr", 3263 "minimal-lexical", 3264] 3265 3266[[package]] 3267name = "nonmax" 3268version = "0.5.5" 3269source = "registry+https://github.com/rust-lang/crates.io-index" 3270checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51" 3271 3272[[package]] 3273name = "ntapi" 3274version = "0.4.1" 3275source = "registry+https://github.com/rust-lang/crates.io-index" 3276checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 3277dependencies = [ 3278 "winapi", 3279] 3280 3281[[package]] 3282name = "nu-ansi-term" 3283version = "0.50.3" 3284source = "registry+https://github.com/rust-lang/crates.io-index" 3285checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 3286dependencies = [ 3287 "windows-sys 0.61.2", 3288] 3289 3290[[package]] 3291name = "num-derive" 3292version = "0.4.2" 3293source = "registry+https://github.com/rust-lang/crates.io-index" 3294checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 3295dependencies = [ 3296 "proc-macro2", 3297 "quote", 3298 "syn", 3299] 3300 3301[[package]] 3302name = "num-traits" 3303version = "0.2.19" 3304source = "registry+https://github.com/rust-lang/crates.io-index" 3305checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3306dependencies = [ 3307 "autocfg", 3308 "libm", 3309] 3310 3311[[package]] 3312name = "num_enum" 3313version = "0.7.5" 3314source = "registry+https://github.com/rust-lang/crates.io-index" 3315checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" 3316dependencies = [ 3317 "num_enum_derive", 3318 "rustversion", 3319] 3320 3321[[package]] 3322name = "num_enum_derive" 3323version = "0.7.5" 3324source = "registry+https://github.com/rust-lang/crates.io-index" 3325checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" 3326dependencies = [ 3327 "proc-macro-crate", 3328 "proc-macro2", 3329 "quote", 3330 "syn", 3331] 3332 3333[[package]] 3334name = "objc" 3335version = "0.2.7" 3336source = "registry+https://github.com/rust-lang/crates.io-index" 3337checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3338dependencies = [ 3339 "malloc_buf", 3340] 3341 3342[[package]] 3343name = "objc-sys" 3344version = "0.3.5" 3345source = "registry+https://github.com/rust-lang/crates.io-index" 3346checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 3347 3348[[package]] 3349name = "objc2" 3350version = "0.5.2" 3351source = "registry+https://github.com/rust-lang/crates.io-index" 3352checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 3353dependencies = [ 3354 "objc-sys", 3355 "objc2-encode", 3356] 3357 3358[[package]] 3359name = "objc2" 3360version = "0.6.3" 3361source = "registry+https://github.com/rust-lang/crates.io-index" 3362checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 3363dependencies = [ 3364 "objc2-encode", 3365] 3366 3367[[package]] 3368name = "objc2-app-kit" 3369version = "0.2.2" 3370source = "registry+https://github.com/rust-lang/crates.io-index" 3371checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 3372dependencies = [ 3373 "bitflags 2.10.0", 3374 "block2 0.5.1", 3375 "libc", 3376 "objc2 0.5.2", 3377 "objc2-core-data", 3378 "objc2-core-image", 3379 "objc2-foundation 0.2.2", 3380 "objc2-quartz-core", 3381] 3382 3383[[package]] 3384name = "objc2-audio-toolbox" 3385version = "0.3.2" 3386source = "registry+https://github.com/rust-lang/crates.io-index" 3387checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08" 3388dependencies = [ 3389 "bitflags 2.10.0", 3390 "libc", 3391 "objc2 0.6.3", 3392 "objc2-core-audio", 3393 "objc2-core-audio-types", 3394 "objc2-core-foundation", 3395 "objc2-foundation 0.3.2", 3396] 3397 3398[[package]] 3399name = "objc2-cloud-kit" 3400version = "0.2.2" 3401source = "registry+https://github.com/rust-lang/crates.io-index" 3402checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 3403dependencies = [ 3404 "bitflags 2.10.0", 3405 "block2 0.5.1", 3406 "objc2 0.5.2", 3407 "objc2-core-location", 3408 "objc2-foundation 0.2.2", 3409] 3410 3411[[package]] 3412name = "objc2-contacts" 3413version = "0.2.2" 3414source = "registry+https://github.com/rust-lang/crates.io-index" 3415checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 3416dependencies = [ 3417 "block2 0.5.1", 3418 "objc2 0.5.2", 3419 "objc2-foundation 0.2.2", 3420] 3421 3422[[package]] 3423name = "objc2-core-audio" 3424version = "0.3.2" 3425source = "registry+https://github.com/rust-lang/crates.io-index" 3426checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2" 3427dependencies = [ 3428 "dispatch2", 3429 "objc2 0.6.3", 3430 "objc2-core-audio-types", 3431 "objc2-core-foundation", 3432] 3433 3434[[package]] 3435name = "objc2-core-audio-types" 3436version = "0.3.2" 3437source = "registry+https://github.com/rust-lang/crates.io-index" 3438checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c" 3439dependencies = [ 3440 "bitflags 2.10.0", 3441 "objc2 0.6.3", 3442] 3443 3444[[package]] 3445name = "objc2-core-data" 3446version = "0.2.2" 3447source = "registry+https://github.com/rust-lang/crates.io-index" 3448checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 3449dependencies = [ 3450 "bitflags 2.10.0", 3451 "block2 0.5.1", 3452 "objc2 0.5.2", 3453 "objc2-foundation 0.2.2", 3454] 3455 3456[[package]] 3457name = "objc2-core-foundation" 3458version = "0.3.2" 3459source = "registry+https://github.com/rust-lang/crates.io-index" 3460checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 3461dependencies = [ 3462 "bitflags 2.10.0", 3463 "dispatch2", 3464 "objc2 0.6.3", 3465] 3466 3467[[package]] 3468name = "objc2-core-image" 3469version = "0.2.2" 3470source = "registry+https://github.com/rust-lang/crates.io-index" 3471checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 3472dependencies = [ 3473 "block2 0.5.1", 3474 "objc2 0.5.2", 3475 "objc2-foundation 0.2.2", 3476 "objc2-metal", 3477] 3478 3479[[package]] 3480name = "objc2-core-location" 3481version = "0.2.2" 3482source = "registry+https://github.com/rust-lang/crates.io-index" 3483checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 3484dependencies = [ 3485 "block2 0.5.1", 3486 "objc2 0.5.2", 3487 "objc2-contacts", 3488 "objc2-foundation 0.2.2", 3489] 3490 3491[[package]] 3492name = "objc2-encode" 3493version = "4.1.0" 3494source = "registry+https://github.com/rust-lang/crates.io-index" 3495checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 3496 3497[[package]] 3498name = "objc2-foundation" 3499version = "0.2.2" 3500source = "registry+https://github.com/rust-lang/crates.io-index" 3501checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 3502dependencies = [ 3503 "bitflags 2.10.0", 3504 "block2 0.5.1", 3505 "dispatch", 3506 "libc", 3507 "objc2 0.5.2", 3508] 3509 3510[[package]] 3511name = "objc2-foundation" 3512version = "0.3.2" 3513source = "registry+https://github.com/rust-lang/crates.io-index" 3514checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 3515dependencies = [ 3516 "objc2 0.6.3", 3517] 3518 3519[[package]] 3520name = "objc2-io-kit" 3521version = "0.3.2" 3522source = "registry+https://github.com/rust-lang/crates.io-index" 3523checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" 3524dependencies = [ 3525 "libc", 3526 "objc2-core-foundation", 3527] 3528 3529[[package]] 3530name = "objc2-link-presentation" 3531version = "0.2.2" 3532source = "registry+https://github.com/rust-lang/crates.io-index" 3533checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 3534dependencies = [ 3535 "block2 0.5.1", 3536 "objc2 0.5.2", 3537 "objc2-app-kit", 3538 "objc2-foundation 0.2.2", 3539] 3540 3541[[package]] 3542name = "objc2-metal" 3543version = "0.2.2" 3544source = "registry+https://github.com/rust-lang/crates.io-index" 3545checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 3546dependencies = [ 3547 "bitflags 2.10.0", 3548 "block2 0.5.1", 3549 "objc2 0.5.2", 3550 "objc2-foundation 0.2.2", 3551] 3552 3553[[package]] 3554name = "objc2-quartz-core" 3555version = "0.2.2" 3556source = "registry+https://github.com/rust-lang/crates.io-index" 3557checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 3558dependencies = [ 3559 "bitflags 2.10.0", 3560 "block2 0.5.1", 3561 "objc2 0.5.2", 3562 "objc2-foundation 0.2.2", 3563 "objc2-metal", 3564] 3565 3566[[package]] 3567name = "objc2-symbols" 3568version = "0.2.2" 3569source = "registry+https://github.com/rust-lang/crates.io-index" 3570checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 3571dependencies = [ 3572 "objc2 0.5.2", 3573 "objc2-foundation 0.2.2", 3574] 3575 3576[[package]] 3577name = "objc2-ui-kit" 3578version = "0.2.2" 3579source = "registry+https://github.com/rust-lang/crates.io-index" 3580checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 3581dependencies = [ 3582 "bitflags 2.10.0", 3583 "block2 0.5.1", 3584 "objc2 0.5.2", 3585 "objc2-cloud-kit", 3586 "objc2-core-data", 3587 "objc2-core-image", 3588 "objc2-core-location", 3589 "objc2-foundation 0.2.2", 3590 "objc2-link-presentation", 3591 "objc2-quartz-core", 3592 "objc2-symbols", 3593 "objc2-uniform-type-identifiers", 3594 "objc2-user-notifications", 3595] 3596 3597[[package]] 3598name = "objc2-uniform-type-identifiers" 3599version = "0.2.2" 3600source = "registry+https://github.com/rust-lang/crates.io-index" 3601checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 3602dependencies = [ 3603 "block2 0.5.1", 3604 "objc2 0.5.2", 3605 "objc2-foundation 0.2.2", 3606] 3607 3608[[package]] 3609name = "objc2-user-notifications" 3610version = "0.2.2" 3611source = "registry+https://github.com/rust-lang/crates.io-index" 3612checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 3613dependencies = [ 3614 "bitflags 2.10.0", 3615 "block2 0.5.1", 3616 "objc2 0.5.2", 3617 "objc2-core-location", 3618 "objc2-foundation 0.2.2", 3619] 3620 3621[[package]] 3622name = "oboe" 3623version = "0.6.1" 3624source = "registry+https://github.com/rust-lang/crates.io-index" 3625checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb" 3626dependencies = [ 3627 "jni", 3628 "ndk 0.8.0", 3629 "ndk-context", 3630 "num-derive", 3631 "num-traits", 3632 "oboe-sys", 3633] 3634 3635[[package]] 3636name = "oboe-sys" 3637version = "0.6.1" 3638source = "registry+https://github.com/rust-lang/crates.io-index" 3639checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d" 3640dependencies = [ 3641 "cc", 3642] 3643 3644[[package]] 3645name = "offset-allocator" 3646version = "0.2.0" 3647source = "registry+https://github.com/rust-lang/crates.io-index" 3648checksum = "e234d535da3521eb95106f40f0b73483d80bfb3aacf27c40d7e2b72f1a3e00a2" 3649dependencies = [ 3650 "log", 3651 "nonmax", 3652] 3653 3654[[package]] 3655name = "ogg" 3656version = "0.8.0" 3657source = "registry+https://github.com/rust-lang/crates.io-index" 3658checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e" 3659dependencies = [ 3660 "byteorder", 3661] 3662 3663[[package]] 3664name = "once_cell" 3665version = "1.21.3" 3666source = "registry+https://github.com/rust-lang/crates.io-index" 3667checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3668 3669[[package]] 3670name = "orbclient" 3671version = "0.3.49" 3672source = "registry+https://github.com/rust-lang/crates.io-index" 3673checksum = "247ad146e19b9437f8604c21f8652423595cf710ad108af40e77d3ae6e96b827" 3674dependencies = [ 3675 "libredox", 3676] 3677 3678[[package]] 3679name = "ordered-float" 3680version = "5.0.0" 3681source = "registry+https://github.com/rust-lang/crates.io-index" 3682checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01" 3683dependencies = [ 3684 "num-traits", 3685] 3686 3687[[package]] 3688name = "owned_ttf_parser" 3689version = "0.25.1" 3690source = "registry+https://github.com/rust-lang/crates.io-index" 3691checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" 3692dependencies = [ 3693 "ttf-parser 0.25.1", 3694] 3695 3696[[package]] 3697name = "parking" 3698version = "2.2.1" 3699source = "registry+https://github.com/rust-lang/crates.io-index" 3700checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3701 3702[[package]] 3703name = "parking_lot" 3704version = "0.12.5" 3705source = "registry+https://github.com/rust-lang/crates.io-index" 3706checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 3707dependencies = [ 3708 "lock_api", 3709 "parking_lot_core", 3710] 3711 3712[[package]] 3713name = "parking_lot_core" 3714version = "0.9.12" 3715source = "registry+https://github.com/rust-lang/crates.io-index" 3716checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 3717dependencies = [ 3718 "cfg-if", 3719 "libc", 3720 "redox_syscall 0.5.18", 3721 "smallvec", 3722 "windows-link 0.2.1", 3723] 3724 3725[[package]] 3726name = "paste" 3727version = "1.0.15" 3728source = "registry+https://github.com/rust-lang/crates.io-index" 3729checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3730 3731[[package]] 3732name = "pastey" 3733version = "0.1.1" 3734source = "registry+https://github.com/rust-lang/crates.io-index" 3735checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 3736 3737[[package]] 3738name = "percent-encoding" 3739version = "2.3.2" 3740source = "registry+https://github.com/rust-lang/crates.io-index" 3741checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 3742 3743[[package]] 3744name = "petgraph" 3745version = "0.8.3" 3746source = "registry+https://github.com/rust-lang/crates.io-index" 3747checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" 3748dependencies = [ 3749 "fixedbitset", 3750 "hashbrown 0.15.5", 3751 "indexmap", 3752 "serde", 3753 "serde_derive", 3754] 3755 3756[[package]] 3757name = "pin-project" 3758version = "1.1.10" 3759source = "registry+https://github.com/rust-lang/crates.io-index" 3760checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 3761dependencies = [ 3762 "pin-project-internal", 3763] 3764 3765[[package]] 3766name = "pin-project-internal" 3767version = "1.1.10" 3768source = "registry+https://github.com/rust-lang/crates.io-index" 3769checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 3770dependencies = [ 3771 "proc-macro2", 3772 "quote", 3773 "syn", 3774] 3775 3776[[package]] 3777name = "pin-project-lite" 3778version = "0.2.16" 3779source = "registry+https://github.com/rust-lang/crates.io-index" 3780checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 3781 3782[[package]] 3783name = "piper" 3784version = "0.2.4" 3785source = "registry+https://github.com/rust-lang/crates.io-index" 3786checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 3787dependencies = [ 3788 "atomic-waker", 3789 "fastrand", 3790 "futures-io", 3791] 3792 3793[[package]] 3794name = "pkg-config" 3795version = "0.3.32" 3796source = "registry+https://github.com/rust-lang/crates.io-index" 3797checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 3798 3799[[package]] 3800name = "png" 3801version = "0.18.0" 3802source = "registry+https://github.com/rust-lang/crates.io-index" 3803checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 3804dependencies = [ 3805 "bitflags 2.10.0", 3806 "crc32fast", 3807 "fdeflate", 3808 "flate2", 3809 "miniz_oxide", 3810] 3811 3812[[package]] 3813name = "polling" 3814version = "3.11.0" 3815source = "registry+https://github.com/rust-lang/crates.io-index" 3816checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 3817dependencies = [ 3818 "cfg-if", 3819 "concurrent-queue", 3820 "hermit-abi", 3821 "pin-project-lite", 3822 "rustix 1.1.2", 3823 "windows-sys 0.61.2", 3824] 3825 3826[[package]] 3827name = "portable-atomic" 3828version = "1.11.1" 3829source = "registry+https://github.com/rust-lang/crates.io-index" 3830checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 3831 3832[[package]] 3833name = "portable-atomic-util" 3834version = "0.2.4" 3835source = "registry+https://github.com/rust-lang/crates.io-index" 3836checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 3837dependencies = [ 3838 "portable-atomic", 3839] 3840 3841[[package]] 3842name = "pp-rs" 3843version = "0.2.1" 3844source = "registry+https://github.com/rust-lang/crates.io-index" 3845checksum = "bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee" 3846dependencies = [ 3847 "unicode-xid", 3848] 3849 3850[[package]] 3851name = "ppv-lite86" 3852version = "0.2.21" 3853source = "registry+https://github.com/rust-lang/crates.io-index" 3854checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3855dependencies = [ 3856 "zerocopy", 3857] 3858 3859[[package]] 3860name = "presser" 3861version = "0.3.1" 3862source = "registry+https://github.com/rust-lang/crates.io-index" 3863checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 3864 3865[[package]] 3866name = "proc-macro-crate" 3867version = "3.4.0" 3868source = "registry+https://github.com/rust-lang/crates.io-index" 3869checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 3870dependencies = [ 3871 "toml_edit", 3872] 3873 3874[[package]] 3875name = "proc-macro2" 3876version = "1.0.103" 3877source = "registry+https://github.com/rust-lang/crates.io-index" 3878checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 3879dependencies = [ 3880 "unicode-ident", 3881] 3882 3883[[package]] 3884name = "profiling" 3885version = "1.0.17" 3886source = "registry+https://github.com/rust-lang/crates.io-index" 3887checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 3888 3889[[package]] 3890name = "pxfm" 3891version = "0.1.27" 3892source = "registry+https://github.com/rust-lang/crates.io-index" 3893checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" 3894dependencies = [ 3895 "num-traits", 3896] 3897 3898[[package]] 3899name = "quick-xml" 3900version = "0.37.5" 3901source = "registry+https://github.com/rust-lang/crates.io-index" 3902checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" 3903dependencies = [ 3904 "memchr", 3905] 3906 3907[[package]] 3908name = "quote" 3909version = "1.0.42" 3910source = "registry+https://github.com/rust-lang/crates.io-index" 3911checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 3912dependencies = [ 3913 "proc-macro2", 3914] 3915 3916[[package]] 3917name = "r-efi" 3918version = "5.3.0" 3919source = "registry+https://github.com/rust-lang/crates.io-index" 3920checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3921 3922[[package]] 3923name = "radsort" 3924version = "0.1.1" 3925source = "registry+https://github.com/rust-lang/crates.io-index" 3926checksum = "019b4b213425016d7d84a153c4c73afb0946fbb4840e4eece7ba8848b9d6da22" 3927 3928[[package]] 3929name = "rand" 3930version = "0.8.5" 3931source = "registry+https://github.com/rust-lang/crates.io-index" 3932checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3933dependencies = [ 3934 "libc", 3935 "rand_chacha 0.3.1", 3936 "rand_core 0.6.4", 3937] 3938 3939[[package]] 3940name = "rand" 3941version = "0.9.2" 3942source = "registry+https://github.com/rust-lang/crates.io-index" 3943checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 3944dependencies = [ 3945 "rand_chacha 0.9.0", 3946 "rand_core 0.9.3", 3947] 3948 3949[[package]] 3950name = "rand_chacha" 3951version = "0.3.1" 3952source = "registry+https://github.com/rust-lang/crates.io-index" 3953checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3954dependencies = [ 3955 "ppv-lite86", 3956 "rand_core 0.6.4", 3957] 3958 3959[[package]] 3960name = "rand_chacha" 3961version = "0.9.0" 3962source = "registry+https://github.com/rust-lang/crates.io-index" 3963checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3964dependencies = [ 3965 "ppv-lite86", 3966 "rand_core 0.9.3", 3967] 3968 3969[[package]] 3970name = "rand_core" 3971version = "0.6.4" 3972source = "registry+https://github.com/rust-lang/crates.io-index" 3973checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3974dependencies = [ 3975 "getrandom 0.2.16", 3976] 3977 3978[[package]] 3979name = "rand_core" 3980version = "0.9.3" 3981source = "registry+https://github.com/rust-lang/crates.io-index" 3982checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 3983dependencies = [ 3984 "getrandom 0.3.4", 3985] 3986 3987[[package]] 3988name = "rand_distr" 3989version = "0.5.1" 3990source = "registry+https://github.com/rust-lang/crates.io-index" 3991checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" 3992dependencies = [ 3993 "num-traits", 3994 "rand 0.9.2", 3995] 3996 3997[[package]] 3998name = "range-alloc" 3999version = "0.1.4" 4000source = "registry+https://github.com/rust-lang/crates.io-index" 4001checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" 4002 4003[[package]] 4004name = "rangemap" 4005version = "1.7.0" 4006source = "registry+https://github.com/rust-lang/crates.io-index" 4007checksum = "acbbbbea733ec66275512d0b9694f34102e7d5406fdbe2ad8d21b28dce92887c" 4008 4009[[package]] 4010name = "raw-window-handle" 4011version = "0.6.2" 4012source = "registry+https://github.com/rust-lang/crates.io-index" 4013checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 4014 4015[[package]] 4016name = "read-fonts" 4017version = "0.35.0" 4018source = "registry+https://github.com/rust-lang/crates.io-index" 4019checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358" 4020dependencies = [ 4021 "bytemuck", 4022 "font-types", 4023] 4024 4025[[package]] 4026name = "rectangle-pack" 4027version = "0.4.2" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "a0d463f2884048e7153449a55166f91028d5b0ea53c79377099ce4e8cf0cf9bb" 4030 4031[[package]] 4032name = "redox_syscall" 4033version = "0.4.1" 4034source = "registry+https://github.com/rust-lang/crates.io-index" 4035checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 4036dependencies = [ 4037 "bitflags 1.3.2", 4038] 4039 4040[[package]] 4041name = "redox_syscall" 4042version = "0.5.18" 4043source = "registry+https://github.com/rust-lang/crates.io-index" 4044checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 4045dependencies = [ 4046 "bitflags 2.10.0", 4047] 4048 4049[[package]] 4050name = "redox_syscall" 4051version = "0.6.0" 4052source = "registry+https://github.com/rust-lang/crates.io-index" 4053checksum = "ec96166dafa0886eb81fe1c0a388bece180fbef2135f97c1e2cf8302e74b43b5" 4054dependencies = [ 4055 "bitflags 2.10.0", 4056] 4057 4058[[package]] 4059name = "regex" 4060version = "1.12.2" 4061source = "registry+https://github.com/rust-lang/crates.io-index" 4062checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 4063dependencies = [ 4064 "aho-corasick", 4065 "memchr", 4066 "regex-automata", 4067 "regex-syntax", 4068] 4069 4070[[package]] 4071name = "regex-automata" 4072version = "0.4.13" 4073source = "registry+https://github.com/rust-lang/crates.io-index" 4074checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 4075dependencies = [ 4076 "aho-corasick", 4077 "memchr", 4078 "regex-syntax", 4079] 4080 4081[[package]] 4082name = "regex-syntax" 4083version = "0.8.8" 4084source = "registry+https://github.com/rust-lang/crates.io-index" 4085checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 4086 4087[[package]] 4088name = "renderdoc-sys" 4089version = "1.1.0" 4090source = "registry+https://github.com/rust-lang/crates.io-index" 4091checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 4092 4093[[package]] 4094name = "rodio" 4095version = "0.20.1" 4096source = "registry+https://github.com/rust-lang/crates.io-index" 4097checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1" 4098dependencies = [ 4099 "cpal 0.15.3", 4100 "lewton", 4101] 4102 4103[[package]] 4104name = "ron" 4105version = "0.10.1" 4106source = "registry+https://github.com/rust-lang/crates.io-index" 4107checksum = "beceb6f7bf81c73e73aeef6dd1356d9a1b2b4909e1f0fc3e59b034f9572d7b7f" 4108dependencies = [ 4109 "base64", 4110 "bitflags 2.10.0", 4111 "serde", 4112 "serde_derive", 4113 "unicode-ident", 4114] 4115 4116[[package]] 4117name = "roxmltree" 4118version = "0.20.0" 4119source = "registry+https://github.com/rust-lang/crates.io-index" 4120checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 4121 4122[[package]] 4123name = "rtrb" 4124version = "0.3.2" 4125source = "registry+https://github.com/rust-lang/crates.io-index" 4126checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba" 4127 4128[[package]] 4129name = "rustc-hash" 4130version = "1.1.0" 4131source = "registry+https://github.com/rust-lang/crates.io-index" 4132checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4133 4134[[package]] 4135name = "rustc-hash" 4136version = "2.1.1" 4137source = "registry+https://github.com/rust-lang/crates.io-index" 4138checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4139 4140[[package]] 4141name = "rustc_version" 4142version = "0.4.1" 4143source = "registry+https://github.com/rust-lang/crates.io-index" 4144checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4145dependencies = [ 4146 "semver", 4147] 4148 4149[[package]] 4150name = "rustix" 4151version = "0.38.44" 4152source = "registry+https://github.com/rust-lang/crates.io-index" 4153checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 4154dependencies = [ 4155 "bitflags 2.10.0", 4156 "errno", 4157 "libc", 4158 "linux-raw-sys 0.4.15", 4159 "windows-sys 0.59.0", 4160] 4161 4162[[package]] 4163name = "rustix" 4164version = "1.1.2" 4165source = "registry+https://github.com/rust-lang/crates.io-index" 4166checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 4167dependencies = [ 4168 "bitflags 2.10.0", 4169 "errno", 4170 "libc", 4171 "linux-raw-sys 0.11.0", 4172 "windows-sys 0.61.2", 4173] 4174 4175[[package]] 4176name = "rustversion" 4177version = "1.0.22" 4178source = "registry+https://github.com/rust-lang/crates.io-index" 4179checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 4180 4181[[package]] 4182name = "rustybuzz" 4183version = "0.14.1" 4184source = "registry+https://github.com/rust-lang/crates.io-index" 4185checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c" 4186dependencies = [ 4187 "bitflags 2.10.0", 4188 "bytemuck", 4189 "libm", 4190 "smallvec", 4191 "ttf-parser 0.21.1", 4192 "unicode-bidi-mirroring", 4193 "unicode-ccc", 4194 "unicode-properties", 4195 "unicode-script", 4196] 4197 4198[[package]] 4199name = "ruzstd" 4200version = "0.8.2" 4201source = "registry+https://github.com/rust-lang/crates.io-index" 4202checksum = "e5ff0cc5e135c8870a775d3320910cd9b564ec036b4dc0b8741629020be63f01" 4203dependencies = [ 4204 "twox-hash", 4205] 4206 4207[[package]] 4208name = "ryu" 4209version = "1.0.20" 4210source = "registry+https://github.com/rust-lang/crates.io-index" 4211checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 4212 4213[[package]] 4214name = "same-file" 4215version = "1.0.6" 4216source = "registry+https://github.com/rust-lang/crates.io-index" 4217checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4218dependencies = [ 4219 "winapi-util", 4220] 4221 4222[[package]] 4223name = "scoped-tls" 4224version = "1.0.1" 4225source = "registry+https://github.com/rust-lang/crates.io-index" 4226checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4227 4228[[package]] 4229name = "scopeguard" 4230version = "1.2.0" 4231source = "registry+https://github.com/rust-lang/crates.io-index" 4232checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4233 4234[[package]] 4235name = "sctk-adwaita" 4236version = "0.10.1" 4237source = "registry+https://github.com/rust-lang/crates.io-index" 4238checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" 4239dependencies = [ 4240 "ab_glyph", 4241 "log", 4242 "memmap2", 4243 "smithay-client-toolkit", 4244 "tiny-skia", 4245] 4246 4247[[package]] 4248name = "self_cell" 4249version = "1.2.1" 4250source = "registry+https://github.com/rust-lang/crates.io-index" 4251checksum = "16c2f82143577edb4921b71ede051dac62ca3c16084e918bf7b40c96ae10eb33" 4252 4253[[package]] 4254name = "semver" 4255version = "1.0.27" 4256source = "registry+https://github.com/rust-lang/crates.io-index" 4257checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 4258 4259[[package]] 4260name = "send_wrapper" 4261version = "0.6.0" 4262source = "registry+https://github.com/rust-lang/crates.io-index" 4263checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 4264 4265[[package]] 4266name = "serde" 4267version = "1.0.228" 4268source = "registry+https://github.com/rust-lang/crates.io-index" 4269checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 4270dependencies = [ 4271 "serde_core", 4272 "serde_derive", 4273] 4274 4275[[package]] 4276name = "serde_core" 4277version = "1.0.228" 4278source = "registry+https://github.com/rust-lang/crates.io-index" 4279checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 4280dependencies = [ 4281 "serde_derive", 4282] 4283 4284[[package]] 4285name = "serde_derive" 4286version = "1.0.228" 4287source = "registry+https://github.com/rust-lang/crates.io-index" 4288checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 4289dependencies = [ 4290 "proc-macro2", 4291 "quote", 4292 "syn", 4293] 4294 4295[[package]] 4296name = "serde_json" 4297version = "1.0.145" 4298source = "registry+https://github.com/rust-lang/crates.io-index" 4299checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 4300dependencies = [ 4301 "itoa", 4302 "memchr", 4303 "ryu", 4304 "serde", 4305 "serde_core", 4306] 4307 4308[[package]] 4309name = "sharded-slab" 4310version = "0.1.7" 4311source = "registry+https://github.com/rust-lang/crates.io-index" 4312checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4313dependencies = [ 4314 "lazy_static", 4315] 4316 4317[[package]] 4318name = "shlex" 4319version = "1.3.0" 4320source = "registry+https://github.com/rust-lang/crates.io-index" 4321checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4322 4323[[package]] 4324name = "signal-hook-registry" 4325version = "1.4.7" 4326source = "registry+https://github.com/rust-lang/crates.io-index" 4327checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" 4328dependencies = [ 4329 "libc", 4330] 4331 4332[[package]] 4333name = "simd-adler32" 4334version = "0.3.8" 4335source = "registry+https://github.com/rust-lang/crates.io-index" 4336checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 4337 4338[[package]] 4339name = "skrifa" 4340version = "0.37.0" 4341source = "registry+https://github.com/rust-lang/crates.io-index" 4342checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841" 4343dependencies = [ 4344 "bytemuck", 4345 "read-fonts", 4346] 4347 4348[[package]] 4349name = "slab" 4350version = "0.4.11" 4351source = "registry+https://github.com/rust-lang/crates.io-index" 4352checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 4353 4354[[package]] 4355name = "slotmap" 4356version = "1.1.1" 4357source = "registry+https://github.com/rust-lang/crates.io-index" 4358checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" 4359dependencies = [ 4360 "version_check", 4361] 4362 4363[[package]] 4364name = "smallvec" 4365version = "1.15.1" 4366source = "registry+https://github.com/rust-lang/crates.io-index" 4367checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 4368 4369[[package]] 4370name = "smithay-client-toolkit" 4371version = "0.19.2" 4372source = "registry+https://github.com/rust-lang/crates.io-index" 4373checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 4374dependencies = [ 4375 "bitflags 2.10.0", 4376 "calloop", 4377 "calloop-wayland-source", 4378 "cursor-icon", 4379 "libc", 4380 "log", 4381 "memmap2", 4382 "rustix 0.38.44", 4383 "thiserror 1.0.69", 4384 "wayland-backend", 4385 "wayland-client", 4386 "wayland-csd-frame", 4387 "wayland-cursor", 4388 "wayland-protocols", 4389 "wayland-protocols-wlr", 4390 "wayland-scanner", 4391 "xkeysym", 4392] 4393 4394[[package]] 4395name = "smol_str" 4396version = "0.2.2" 4397source = "registry+https://github.com/rust-lang/crates.io-index" 4398checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 4399dependencies = [ 4400 "serde", 4401] 4402 4403[[package]] 4404name = "socket2" 4405version = "0.6.1" 4406source = "registry+https://github.com/rust-lang/crates.io-index" 4407checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 4408dependencies = [ 4409 "libc", 4410 "windows-sys 0.60.2", 4411] 4412 4413[[package]] 4414name = "spin" 4415version = "0.10.0" 4416source = "registry+https://github.com/rust-lang/crates.io-index" 4417checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 4418dependencies = [ 4419 "portable-atomic", 4420] 4421 4422[[package]] 4423name = "spirv" 4424version = "0.3.0+sdk-1.3.268.0" 4425source = "registry+https://github.com/rust-lang/crates.io-index" 4426checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 4427dependencies = [ 4428 "bitflags 2.10.0", 4429] 4430 4431[[package]] 4432name = "stable_deref_trait" 4433version = "1.2.1" 4434source = "registry+https://github.com/rust-lang/crates.io-index" 4435checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 4436 4437[[package]] 4438name = "stackfuture" 4439version = "0.3.1" 4440source = "registry+https://github.com/rust-lang/crates.io-index" 4441checksum = "115beb9c69db2393ff10b75a1b8587a51716e5551d015001e55320ed279d32f9" 4442dependencies = [ 4443 "const_panic", 4444] 4445 4446[[package]] 4447name = "static_assertions" 4448version = "1.1.0" 4449source = "registry+https://github.com/rust-lang/crates.io-index" 4450checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4451 4452[[package]] 4453name = "strict-num" 4454version = "0.1.1" 4455source = "registry+https://github.com/rust-lang/crates.io-index" 4456checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 4457 4458[[package]] 4459name = "svg_fmt" 4460version = "0.4.5" 4461source = "registry+https://github.com/rust-lang/crates.io-index" 4462checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb" 4463 4464[[package]] 4465name = "swash" 4466version = "0.2.6" 4467source = "registry+https://github.com/rust-lang/crates.io-index" 4468checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a" 4469dependencies = [ 4470 "skrifa", 4471 "yazi", 4472 "zeno", 4473] 4474 4475[[package]] 4476name = "symphonia" 4477version = "0.5.5" 4478source = "registry+https://github.com/rust-lang/crates.io-index" 4479checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039" 4480dependencies = [ 4481 "lazy_static", 4482 "symphonia-bundle-flac", 4483 "symphonia-bundle-mp3", 4484 "symphonia-codec-pcm", 4485 "symphonia-codec-vorbis", 4486 "symphonia-core", 4487 "symphonia-format-ogg", 4488 "symphonia-format-riff", 4489 "symphonia-metadata", 4490] 4491 4492[[package]] 4493name = "symphonia-bundle-flac" 4494version = "0.5.5" 4495source = "registry+https://github.com/rust-lang/crates.io-index" 4496checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976" 4497dependencies = [ 4498 "log", 4499 "symphonia-core", 4500 "symphonia-metadata", 4501 "symphonia-utils-xiph", 4502] 4503 4504[[package]] 4505name = "symphonia-bundle-mp3" 4506version = "0.5.5" 4507source = "registry+https://github.com/rust-lang/crates.io-index" 4508checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed" 4509dependencies = [ 4510 "lazy_static", 4511 "log", 4512 "symphonia-core", 4513 "symphonia-metadata", 4514] 4515 4516[[package]] 4517name = "symphonia-codec-pcm" 4518version = "0.5.5" 4519source = "registry+https://github.com/rust-lang/crates.io-index" 4520checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95" 4521dependencies = [ 4522 "log", 4523 "symphonia-core", 4524] 4525 4526[[package]] 4527name = "symphonia-codec-vorbis" 4528version = "0.5.5" 4529source = "registry+https://github.com/rust-lang/crates.io-index" 4530checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73" 4531dependencies = [ 4532 "log", 4533 "symphonia-core", 4534 "symphonia-utils-xiph", 4535] 4536 4537[[package]] 4538name = "symphonia-core" 4539version = "0.5.5" 4540source = "registry+https://github.com/rust-lang/crates.io-index" 4541checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af" 4542dependencies = [ 4543 "arrayvec", 4544 "bitflags 1.3.2", 4545 "bytemuck", 4546 "lazy_static", 4547 "log", 4548] 4549 4550[[package]] 4551name = "symphonia-format-ogg" 4552version = "0.5.5" 4553source = "registry+https://github.com/rust-lang/crates.io-index" 4554checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb" 4555dependencies = [ 4556 "log", 4557 "symphonia-core", 4558 "symphonia-metadata", 4559 "symphonia-utils-xiph", 4560] 4561 4562[[package]] 4563name = "symphonia-format-riff" 4564version = "0.5.5" 4565source = "registry+https://github.com/rust-lang/crates.io-index" 4566checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f" 4567dependencies = [ 4568 "extended", 4569 "log", 4570 "symphonia-core", 4571 "symphonia-metadata", 4572] 4573 4574[[package]] 4575name = "symphonia-metadata" 4576version = "0.5.5" 4577source = "registry+https://github.com/rust-lang/crates.io-index" 4578checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16" 4579dependencies = [ 4580 "encoding_rs", 4581 "lazy_static", 4582 "log", 4583 "symphonia-core", 4584] 4585 4586[[package]] 4587name = "symphonia-utils-xiph" 4588version = "0.5.5" 4589source = "registry+https://github.com/rust-lang/crates.io-index" 4590checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16" 4591dependencies = [ 4592 "symphonia-core", 4593 "symphonia-metadata", 4594] 4595 4596[[package]] 4597name = "syn" 4598version = "2.0.111" 4599source = "registry+https://github.com/rust-lang/crates.io-index" 4600checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 4601dependencies = [ 4602 "proc-macro2", 4603 "quote", 4604 "unicode-ident", 4605] 4606 4607[[package]] 4608name = "sys-locale" 4609version = "0.3.2" 4610source = "registry+https://github.com/rust-lang/crates.io-index" 4611checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" 4612dependencies = [ 4613 "libc", 4614] 4615 4616[[package]] 4617name = "sysinfo" 4618version = "0.37.2" 4619source = "registry+https://github.com/rust-lang/crates.io-index" 4620checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" 4621dependencies = [ 4622 "libc", 4623 "memchr", 4624 "ntapi", 4625 "objc2-core-foundation", 4626 "objc2-io-kit", 4627 "windows 0.61.3", 4628] 4629 4630[[package]] 4631name = "taffy" 4632version = "0.7.7" 4633source = "registry+https://github.com/rust-lang/crates.io-index" 4634checksum = "ab4f4d046dd956a47a7e1a2947083d7ac3e6aa3cfaaead36173ceaa5ab11878c" 4635dependencies = [ 4636 "arrayvec", 4637 "grid", 4638 "serde", 4639 "slotmap", 4640] 4641 4642[[package]] 4643name = "termcolor" 4644version = "1.4.1" 4645source = "registry+https://github.com/rust-lang/crates.io-index" 4646checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 4647dependencies = [ 4648 "winapi-util", 4649] 4650 4651[[package]] 4652name = "thiserror" 4653version = "1.0.69" 4654source = "registry+https://github.com/rust-lang/crates.io-index" 4655checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 4656dependencies = [ 4657 "thiserror-impl 1.0.69", 4658] 4659 4660[[package]] 4661name = "thiserror" 4662version = "2.0.17" 4663source = "registry+https://github.com/rust-lang/crates.io-index" 4664checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 4665dependencies = [ 4666 "thiserror-impl 2.0.17", 4667] 4668 4669[[package]] 4670name = "thiserror-impl" 4671version = "1.0.69" 4672source = "registry+https://github.com/rust-lang/crates.io-index" 4673checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 4674dependencies = [ 4675 "proc-macro2", 4676 "quote", 4677 "syn", 4678] 4679 4680[[package]] 4681name = "thiserror-impl" 4682version = "2.0.17" 4683source = "registry+https://github.com/rust-lang/crates.io-index" 4684checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 4685dependencies = [ 4686 "proc-macro2", 4687 "quote", 4688 "syn", 4689] 4690 4691[[package]] 4692name = "thread_local" 4693version = "1.1.9" 4694source = "registry+https://github.com/rust-lang/crates.io-index" 4695checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 4696dependencies = [ 4697 "cfg-if", 4698] 4699 4700[[package]] 4701name = "tiny-skia" 4702version = "0.11.4" 4703source = "registry+https://github.com/rust-lang/crates.io-index" 4704checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 4705dependencies = [ 4706 "arrayref", 4707 "arrayvec", 4708 "bytemuck", 4709 "cfg-if", 4710 "log", 4711 "tiny-skia-path", 4712] 4713 4714[[package]] 4715name = "tiny-skia-path" 4716version = "0.11.4" 4717source = "registry+https://github.com/rust-lang/crates.io-index" 4718checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 4719dependencies = [ 4720 "arrayref", 4721 "bytemuck", 4722 "strict-num", 4723] 4724 4725[[package]] 4726name = "tinyvec" 4727version = "1.10.0" 4728source = "registry+https://github.com/rust-lang/crates.io-index" 4729checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 4730dependencies = [ 4731 "tinyvec_macros", 4732] 4733 4734[[package]] 4735name = "tinyvec_macros" 4736version = "0.1.1" 4737source = "registry+https://github.com/rust-lang/crates.io-index" 4738checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4739 4740[[package]] 4741name = "tokio" 4742version = "1.48.0" 4743source = "registry+https://github.com/rust-lang/crates.io-index" 4744checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 4745dependencies = [ 4746 "bytes", 4747 "libc", 4748 "mio", 4749 "parking_lot", 4750 "pin-project-lite", 4751 "signal-hook-registry", 4752 "socket2", 4753 "tokio-macros", 4754 "windows-sys 0.61.2", 4755] 4756 4757[[package]] 4758name = "tokio-macros" 4759version = "2.6.0" 4760source = "registry+https://github.com/rust-lang/crates.io-index" 4761checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 4762dependencies = [ 4763 "proc-macro2", 4764 "quote", 4765 "syn", 4766] 4767 4768[[package]] 4769name = "toml_datetime" 4770version = "0.7.5+spec-1.1.0" 4771source = "registry+https://github.com/rust-lang/crates.io-index" 4772checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 4773dependencies = [ 4774 "serde_core", 4775] 4776 4777[[package]] 4778name = "toml_edit" 4779version = "0.23.10+spec-1.0.0" 4780source = "registry+https://github.com/rust-lang/crates.io-index" 4781checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" 4782dependencies = [ 4783 "indexmap", 4784 "toml_datetime", 4785 "toml_parser", 4786 "winnow", 4787] 4788 4789[[package]] 4790name = "toml_parser" 4791version = "1.0.6+spec-1.1.0" 4792source = "registry+https://github.com/rust-lang/crates.io-index" 4793checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" 4794dependencies = [ 4795 "winnow", 4796] 4797 4798[[package]] 4799name = "tracing" 4800version = "0.1.44" 4801source = "registry+https://github.com/rust-lang/crates.io-index" 4802checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 4803dependencies = [ 4804 "pin-project-lite", 4805 "tracing-attributes", 4806 "tracing-core", 4807] 4808 4809[[package]] 4810name = "tracing-attributes" 4811version = "0.1.31" 4812source = "registry+https://github.com/rust-lang/crates.io-index" 4813checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 4814dependencies = [ 4815 "proc-macro2", 4816 "quote", 4817 "syn", 4818] 4819 4820[[package]] 4821name = "tracing-core" 4822version = "0.1.36" 4823source = "registry+https://github.com/rust-lang/crates.io-index" 4824checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 4825dependencies = [ 4826 "once_cell", 4827 "valuable", 4828] 4829 4830[[package]] 4831name = "tracing-log" 4832version = "0.2.0" 4833source = "registry+https://github.com/rust-lang/crates.io-index" 4834checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4835dependencies = [ 4836 "log", 4837 "once_cell", 4838 "tracing-core", 4839] 4840 4841[[package]] 4842name = "tracing-oslog" 4843version = "0.3.0" 4844source = "registry+https://github.com/rust-lang/crates.io-index" 4845checksum = "d76902d2a8d5f9f55a81155c08971734071968c90f2d9bfe645fe700579b2950" 4846dependencies = [ 4847 "cc", 4848 "cfg-if", 4849 "tracing-core", 4850 "tracing-subscriber", 4851] 4852 4853[[package]] 4854name = "tracing-subscriber" 4855version = "0.3.22" 4856source = "registry+https://github.com/rust-lang/crates.io-index" 4857checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 4858dependencies = [ 4859 "matchers", 4860 "nu-ansi-term", 4861 "once_cell", 4862 "regex-automata", 4863 "sharded-slab", 4864 "smallvec", 4865 "thread_local", 4866 "tracing", 4867 "tracing-core", 4868 "tracing-log", 4869] 4870 4871[[package]] 4872name = "tracing-wasm" 4873version = "0.2.1" 4874source = "registry+https://github.com/rust-lang/crates.io-index" 4875checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07" 4876dependencies = [ 4877 "tracing", 4878 "tracing-subscriber", 4879 "wasm-bindgen", 4880] 4881 4882[[package]] 4883name = "triple_buffer" 4884version = "8.1.1" 4885source = "registry+https://github.com/rust-lang/crates.io-index" 4886checksum = "420466259f9fa5decc654c490b9ab538400e5420df8237f84ecbe20368bcf72b" 4887dependencies = [ 4888 "crossbeam-utils", 4889] 4890 4891[[package]] 4892name = "ttf-parser" 4893version = "0.20.0" 4894source = "registry+https://github.com/rust-lang/crates.io-index" 4895checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" 4896 4897[[package]] 4898name = "ttf-parser" 4899version = "0.21.1" 4900source = "registry+https://github.com/rust-lang/crates.io-index" 4901checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8" 4902 4903[[package]] 4904name = "ttf-parser" 4905version = "0.25.1" 4906source = "registry+https://github.com/rust-lang/crates.io-index" 4907checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 4908 4909[[package]] 4910name = "twox-hash" 4911version = "2.1.2" 4912source = "registry+https://github.com/rust-lang/crates.io-index" 4913checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" 4914 4915[[package]] 4916name = "typeid" 4917version = "1.0.3" 4918source = "registry+https://github.com/rust-lang/crates.io-index" 4919checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 4920 4921[[package]] 4922name = "typewit" 4923version = "1.14.2" 4924source = "registry+https://github.com/rust-lang/crates.io-index" 4925checksum = "f8c1ae7cc0fdb8b842d65d127cb981574b0d2b249b74d1c7a2986863dc134f71" 4926 4927[[package]] 4928name = "unicode-bidi" 4929version = "0.3.18" 4930source = "registry+https://github.com/rust-lang/crates.io-index" 4931checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 4932 4933[[package]] 4934name = "unicode-bidi-mirroring" 4935version = "0.2.0" 4936source = "registry+https://github.com/rust-lang/crates.io-index" 4937checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86" 4938 4939[[package]] 4940name = "unicode-ccc" 4941version = "0.2.0" 4942source = "registry+https://github.com/rust-lang/crates.io-index" 4943checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656" 4944 4945[[package]] 4946name = "unicode-ident" 4947version = "1.0.22" 4948source = "registry+https://github.com/rust-lang/crates.io-index" 4949checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 4950 4951[[package]] 4952name = "unicode-linebreak" 4953version = "0.1.5" 4954source = "registry+https://github.com/rust-lang/crates.io-index" 4955checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 4956 4957[[package]] 4958name = "unicode-properties" 4959version = "0.1.4" 4960source = "registry+https://github.com/rust-lang/crates.io-index" 4961checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 4962 4963[[package]] 4964name = "unicode-script" 4965version = "0.5.8" 4966source = "registry+https://github.com/rust-lang/crates.io-index" 4967checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee" 4968 4969[[package]] 4970name = "unicode-segmentation" 4971version = "1.12.0" 4972source = "registry+https://github.com/rust-lang/crates.io-index" 4973checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4974 4975[[package]] 4976name = "unicode-width" 4977version = "0.2.2" 4978source = "registry+https://github.com/rust-lang/crates.io-index" 4979checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 4980 4981[[package]] 4982name = "unicode-xid" 4983version = "0.2.6" 4984source = "registry+https://github.com/rust-lang/crates.io-index" 4985checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4986 4987[[package]] 4988name = "uuid" 4989version = "1.19.0" 4990source = "registry+https://github.com/rust-lang/crates.io-index" 4991checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" 4992dependencies = [ 4993 "getrandom 0.3.4", 4994 "js-sys", 4995 "serde_core", 4996 "wasm-bindgen", 4997] 4998 4999[[package]] 5000name = "valuable" 5001version = "0.1.1" 5002source = "registry+https://github.com/rust-lang/crates.io-index" 5003checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 5004 5005[[package]] 5006name = "variadics_please" 5007version = "1.1.0" 5008source = "registry+https://github.com/rust-lang/crates.io-index" 5009checksum = "41b6d82be61465f97d42bd1d15bf20f3b0a3a0905018f38f9d6f6962055b0b5c" 5010dependencies = [ 5011 "proc-macro2", 5012 "quote", 5013 "syn", 5014] 5015 5016[[package]] 5017name = "vec_map" 5018version = "0.8.2" 5019source = "registry+https://github.com/rust-lang/crates.io-index" 5020checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 5021 5022[[package]] 5023name = "version_check" 5024version = "0.9.5" 5025source = "registry+https://github.com/rust-lang/crates.io-index" 5026checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5027 5028[[package]] 5029name = "walkdir" 5030version = "2.5.0" 5031source = "registry+https://github.com/rust-lang/crates.io-index" 5032checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5033dependencies = [ 5034 "same-file", 5035 "winapi-util", 5036] 5037 5038[[package]] 5039name = "wasi" 5040version = "0.11.1+wasi-snapshot-preview1" 5041source = "registry+https://github.com/rust-lang/crates.io-index" 5042checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 5043 5044[[package]] 5045name = "wasip2" 5046version = "1.0.1+wasi-0.2.4" 5047source = "registry+https://github.com/rust-lang/crates.io-index" 5048checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 5049dependencies = [ 5050 "wit-bindgen", 5051] 5052 5053[[package]] 5054name = "wasm-bindgen" 5055version = "0.2.106" 5056source = "registry+https://github.com/rust-lang/crates.io-index" 5057checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 5058dependencies = [ 5059 "cfg-if", 5060 "once_cell", 5061 "rustversion", 5062 "wasm-bindgen-macro", 5063 "wasm-bindgen-shared", 5064] 5065 5066[[package]] 5067name = "wasm-bindgen-futures" 5068version = "0.4.56" 5069source = "registry+https://github.com/rust-lang/crates.io-index" 5070checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" 5071dependencies = [ 5072 "cfg-if", 5073 "js-sys", 5074 "once_cell", 5075 "wasm-bindgen", 5076 "web-sys", 5077] 5078 5079[[package]] 5080name = "wasm-bindgen-macro" 5081version = "0.2.106" 5082source = "registry+https://github.com/rust-lang/crates.io-index" 5083checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 5084dependencies = [ 5085 "quote", 5086 "wasm-bindgen-macro-support", 5087] 5088 5089[[package]] 5090name = "wasm-bindgen-macro-support" 5091version = "0.2.106" 5092source = "registry+https://github.com/rust-lang/crates.io-index" 5093checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 5094dependencies = [ 5095 "bumpalo", 5096 "proc-macro2", 5097 "quote", 5098 "syn", 5099 "wasm-bindgen-shared", 5100] 5101 5102[[package]] 5103name = "wasm-bindgen-shared" 5104version = "0.2.106" 5105source = "registry+https://github.com/rust-lang/crates.io-index" 5106checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 5107dependencies = [ 5108 "unicode-ident", 5109] 5110 5111[[package]] 5112name = "wayland-backend" 5113version = "0.3.11" 5114source = "registry+https://github.com/rust-lang/crates.io-index" 5115checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35" 5116dependencies = [ 5117 "cc", 5118 "downcast-rs 1.2.1", 5119 "rustix 1.1.2", 5120 "scoped-tls", 5121 "smallvec", 5122 "wayland-sys", 5123] 5124 5125[[package]] 5126name = "wayland-client" 5127version = "0.31.11" 5128source = "registry+https://github.com/rust-lang/crates.io-index" 5129checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d" 5130dependencies = [ 5131 "bitflags 2.10.0", 5132 "rustix 1.1.2", 5133 "wayland-backend", 5134 "wayland-scanner", 5135] 5136 5137[[package]] 5138name = "wayland-csd-frame" 5139version = "0.3.0" 5140source = "registry+https://github.com/rust-lang/crates.io-index" 5141checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 5142dependencies = [ 5143 "bitflags 2.10.0", 5144 "cursor-icon", 5145 "wayland-backend", 5146] 5147 5148[[package]] 5149name = "wayland-cursor" 5150version = "0.31.11" 5151source = "registry+https://github.com/rust-lang/crates.io-index" 5152checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29" 5153dependencies = [ 5154 "rustix 1.1.2", 5155 "wayland-client", 5156 "xcursor", 5157] 5158 5159[[package]] 5160name = "wayland-protocols" 5161version = "0.32.9" 5162source = "registry+https://github.com/rust-lang/crates.io-index" 5163checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901" 5164dependencies = [ 5165 "bitflags 2.10.0", 5166 "wayland-backend", 5167 "wayland-client", 5168 "wayland-scanner", 5169] 5170 5171[[package]] 5172name = "wayland-protocols-plasma" 5173version = "0.3.9" 5174source = "registry+https://github.com/rust-lang/crates.io-index" 5175checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032" 5176dependencies = [ 5177 "bitflags 2.10.0", 5178 "wayland-backend", 5179 "wayland-client", 5180 "wayland-protocols", 5181 "wayland-scanner", 5182] 5183 5184[[package]] 5185name = "wayland-protocols-wlr" 5186version = "0.3.9" 5187source = "registry+https://github.com/rust-lang/crates.io-index" 5188checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec" 5189dependencies = [ 5190 "bitflags 2.10.0", 5191 "wayland-backend", 5192 "wayland-client", 5193 "wayland-protocols", 5194 "wayland-scanner", 5195] 5196 5197[[package]] 5198name = "wayland-scanner" 5199version = "0.31.7" 5200source = "registry+https://github.com/rust-lang/crates.io-index" 5201checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3" 5202dependencies = [ 5203 "proc-macro2", 5204 "quick-xml", 5205 "quote", 5206] 5207 5208[[package]] 5209name = "wayland-sys" 5210version = "0.31.7" 5211source = "registry+https://github.com/rust-lang/crates.io-index" 5212checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142" 5213dependencies = [ 5214 "dlib", 5215 "log", 5216 "pkg-config", 5217] 5218 5219[[package]] 5220name = "web-sys" 5221version = "0.3.83" 5222source = "registry+https://github.com/rust-lang/crates.io-index" 5223checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 5224dependencies = [ 5225 "js-sys", 5226 "wasm-bindgen", 5227] 5228 5229[[package]] 5230name = "web-time" 5231version = "1.1.0" 5232source = "registry+https://github.com/rust-lang/crates.io-index" 5233checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 5234dependencies = [ 5235 "js-sys", 5236 "wasm-bindgen", 5237] 5238 5239[[package]] 5240name = "wgpu" 5241version = "26.0.1" 5242source = "registry+https://github.com/rust-lang/crates.io-index" 5243checksum = "70b6ff82bbf6e9206828e1a3178e851f8c20f1c9028e74dd3a8090741ccd5798" 5244dependencies = [ 5245 "arrayvec", 5246 "bitflags 2.10.0", 5247 "cfg-if", 5248 "cfg_aliases", 5249 "document-features", 5250 "hashbrown 0.15.5", 5251 "js-sys", 5252 "log", 5253 "naga", 5254 "portable-atomic", 5255 "profiling", 5256 "raw-window-handle", 5257 "smallvec", 5258 "static_assertions", 5259 "wasm-bindgen", 5260 "web-sys", 5261 "wgpu-core", 5262 "wgpu-hal", 5263 "wgpu-types", 5264] 5265 5266[[package]] 5267name = "wgpu-core" 5268version = "26.0.1" 5269source = "registry+https://github.com/rust-lang/crates.io-index" 5270checksum = "d5f62f1053bd28c2268f42916f31588f81f64796e2ff91b81293515017ca8bd9" 5271dependencies = [ 5272 "arrayvec", 5273 "bit-set", 5274 "bit-vec", 5275 "bitflags 2.10.0", 5276 "cfg_aliases", 5277 "document-features", 5278 "hashbrown 0.15.5", 5279 "indexmap", 5280 "log", 5281 "naga", 5282 "once_cell", 5283 "parking_lot", 5284 "portable-atomic", 5285 "profiling", 5286 "raw-window-handle", 5287 "rustc-hash 1.1.0", 5288 "smallvec", 5289 "thiserror 2.0.17", 5290 "wgpu-core-deps-apple", 5291 "wgpu-core-deps-wasm", 5292 "wgpu-core-deps-windows-linux-android", 5293 "wgpu-hal", 5294 "wgpu-types", 5295] 5296 5297[[package]] 5298name = "wgpu-core-deps-apple" 5299version = "26.0.0" 5300source = "registry+https://github.com/rust-lang/crates.io-index" 5301checksum = "18ae5fbde6a4cbebae38358aa73fcd6e0f15c6144b67ef5dc91ded0db125dbdf" 5302dependencies = [ 5303 "wgpu-hal", 5304] 5305 5306[[package]] 5307name = "wgpu-core-deps-wasm" 5308version = "26.0.0" 5309source = "registry+https://github.com/rust-lang/crates.io-index" 5310checksum = "c03b9f9e1a50686d315fc6debe4980cc45cd37b0e919351917df494e8fdc8885" 5311dependencies = [ 5312 "wgpu-hal", 5313] 5314 5315[[package]] 5316name = "wgpu-core-deps-windows-linux-android" 5317version = "26.0.0" 5318source = "registry+https://github.com/rust-lang/crates.io-index" 5319checksum = "720a5cb9d12b3d337c15ff0e24d3e97ed11490ff3f7506e7f3d98c68fa5d6f14" 5320dependencies = [ 5321 "wgpu-hal", 5322] 5323 5324[[package]] 5325name = "wgpu-hal" 5326version = "26.0.6" 5327source = "registry+https://github.com/rust-lang/crates.io-index" 5328checksum = "a8d0e67224cc7305b3b4eb2cc57ca4c4c3afc665c1d1bee162ea806e19c47bdd" 5329dependencies = [ 5330 "android_system_properties", 5331 "arrayvec", 5332 "ash", 5333 "bit-set", 5334 "bitflags 2.10.0", 5335 "block", 5336 "bytemuck", 5337 "cfg-if", 5338 "cfg_aliases", 5339 "core-graphics-types 0.2.0", 5340 "glow", 5341 "glutin_wgl_sys", 5342 "gpu-alloc", 5343 "gpu-allocator", 5344 "gpu-descriptor", 5345 "hashbrown 0.15.5", 5346 "js-sys", 5347 "khronos-egl", 5348 "libc", 5349 "libloading", 5350 "log", 5351 "metal", 5352 "naga", 5353 "ndk-sys 0.6.0+11769913", 5354 "objc", 5355 "ordered-float", 5356 "parking_lot", 5357 "portable-atomic", 5358 "portable-atomic-util", 5359 "profiling", 5360 "range-alloc", 5361 "raw-window-handle", 5362 "renderdoc-sys", 5363 "smallvec", 5364 "thiserror 2.0.17", 5365 "wasm-bindgen", 5366 "web-sys", 5367 "wgpu-types", 5368 "windows 0.58.0", 5369 "windows-core 0.58.0", 5370] 5371 5372[[package]] 5373name = "wgpu-types" 5374version = "26.0.0" 5375source = "registry+https://github.com/rust-lang/crates.io-index" 5376checksum = "eca7a8d8af57c18f57d393601a1fb159ace8b2328f1b6b5f80893f7d672c9ae2" 5377dependencies = [ 5378 "bitflags 2.10.0", 5379 "bytemuck", 5380 "js-sys", 5381 "log", 5382 "serde", 5383 "thiserror 2.0.17", 5384 "web-sys", 5385] 5386 5387[[package]] 5388name = "winapi" 5389version = "0.3.9" 5390source = "registry+https://github.com/rust-lang/crates.io-index" 5391checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5392dependencies = [ 5393 "winapi-i686-pc-windows-gnu", 5394 "winapi-x86_64-pc-windows-gnu", 5395] 5396 5397[[package]] 5398name = "winapi-i686-pc-windows-gnu" 5399version = "0.4.0" 5400source = "registry+https://github.com/rust-lang/crates.io-index" 5401checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5402 5403[[package]] 5404name = "winapi-util" 5405version = "0.1.11" 5406source = "registry+https://github.com/rust-lang/crates.io-index" 5407checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 5408dependencies = [ 5409 "windows-sys 0.61.2", 5410] 5411 5412[[package]] 5413name = "winapi-x86_64-pc-windows-gnu" 5414version = "0.4.0" 5415source = "registry+https://github.com/rust-lang/crates.io-index" 5416checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5417 5418[[package]] 5419name = "windows" 5420version = "0.54.0" 5421source = "registry+https://github.com/rust-lang/crates.io-index" 5422checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" 5423dependencies = [ 5424 "windows-core 0.54.0", 5425 "windows-targets 0.52.6", 5426] 5427 5428[[package]] 5429name = "windows" 5430version = "0.58.0" 5431source = "registry+https://github.com/rust-lang/crates.io-index" 5432checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 5433dependencies = [ 5434 "windows-core 0.58.0", 5435 "windows-targets 0.52.6", 5436] 5437 5438[[package]] 5439name = "windows" 5440version = "0.61.3" 5441source = "registry+https://github.com/rust-lang/crates.io-index" 5442checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 5443dependencies = [ 5444 "windows-collections 0.2.0", 5445 "windows-core 0.61.2", 5446 "windows-future 0.2.1", 5447 "windows-link 0.1.3", 5448 "windows-numerics 0.2.0", 5449] 5450 5451[[package]] 5452name = "windows" 5453version = "0.62.2" 5454source = "registry+https://github.com/rust-lang/crates.io-index" 5455checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 5456dependencies = [ 5457 "windows-collections 0.3.2", 5458 "windows-core 0.62.2", 5459 "windows-future 0.3.2", 5460 "windows-numerics 0.3.1", 5461] 5462 5463[[package]] 5464name = "windows-collections" 5465version = "0.2.0" 5466source = "registry+https://github.com/rust-lang/crates.io-index" 5467checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 5468dependencies = [ 5469 "windows-core 0.61.2", 5470] 5471 5472[[package]] 5473name = "windows-collections" 5474version = "0.3.2" 5475source = "registry+https://github.com/rust-lang/crates.io-index" 5476checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 5477dependencies = [ 5478 "windows-core 0.62.2", 5479] 5480 5481[[package]] 5482name = "windows-core" 5483version = "0.54.0" 5484source = "registry+https://github.com/rust-lang/crates.io-index" 5485checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" 5486dependencies = [ 5487 "windows-result 0.1.2", 5488 "windows-targets 0.52.6", 5489] 5490 5491[[package]] 5492name = "windows-core" 5493version = "0.58.0" 5494source = "registry+https://github.com/rust-lang/crates.io-index" 5495checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 5496dependencies = [ 5497 "windows-implement 0.58.0", 5498 "windows-interface 0.58.0", 5499 "windows-result 0.2.0", 5500 "windows-strings 0.1.0", 5501 "windows-targets 0.52.6", 5502] 5503 5504[[package]] 5505name = "windows-core" 5506version = "0.61.2" 5507source = "registry+https://github.com/rust-lang/crates.io-index" 5508checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 5509dependencies = [ 5510 "windows-implement 0.60.2", 5511 "windows-interface 0.59.3", 5512 "windows-link 0.1.3", 5513 "windows-result 0.3.4", 5514 "windows-strings 0.4.2", 5515] 5516 5517[[package]] 5518name = "windows-core" 5519version = "0.62.2" 5520source = "registry+https://github.com/rust-lang/crates.io-index" 5521checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 5522dependencies = [ 5523 "windows-implement 0.60.2", 5524 "windows-interface 0.59.3", 5525 "windows-link 0.2.1", 5526 "windows-result 0.4.1", 5527 "windows-strings 0.5.1", 5528] 5529 5530[[package]] 5531name = "windows-future" 5532version = "0.2.1" 5533source = "registry+https://github.com/rust-lang/crates.io-index" 5534checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 5535dependencies = [ 5536 "windows-core 0.61.2", 5537 "windows-link 0.1.3", 5538 "windows-threading 0.1.0", 5539] 5540 5541[[package]] 5542name = "windows-future" 5543version = "0.3.2" 5544source = "registry+https://github.com/rust-lang/crates.io-index" 5545checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 5546dependencies = [ 5547 "windows-core 0.62.2", 5548 "windows-link 0.2.1", 5549 "windows-threading 0.2.1", 5550] 5551 5552[[package]] 5553name = "windows-implement" 5554version = "0.58.0" 5555source = "registry+https://github.com/rust-lang/crates.io-index" 5556checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 5557dependencies = [ 5558 "proc-macro2", 5559 "quote", 5560 "syn", 5561] 5562 5563[[package]] 5564name = "windows-implement" 5565version = "0.60.2" 5566source = "registry+https://github.com/rust-lang/crates.io-index" 5567checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 5568dependencies = [ 5569 "proc-macro2", 5570 "quote", 5571 "syn", 5572] 5573 5574[[package]] 5575name = "windows-interface" 5576version = "0.58.0" 5577source = "registry+https://github.com/rust-lang/crates.io-index" 5578checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 5579dependencies = [ 5580 "proc-macro2", 5581 "quote", 5582 "syn", 5583] 5584 5585[[package]] 5586name = "windows-interface" 5587version = "0.59.3" 5588source = "registry+https://github.com/rust-lang/crates.io-index" 5589checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 5590dependencies = [ 5591 "proc-macro2", 5592 "quote", 5593 "syn", 5594] 5595 5596[[package]] 5597name = "windows-link" 5598version = "0.1.3" 5599source = "registry+https://github.com/rust-lang/crates.io-index" 5600checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 5601 5602[[package]] 5603name = "windows-link" 5604version = "0.2.1" 5605source = "registry+https://github.com/rust-lang/crates.io-index" 5606checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 5607 5608[[package]] 5609name = "windows-numerics" 5610version = "0.2.0" 5611source = "registry+https://github.com/rust-lang/crates.io-index" 5612checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 5613dependencies = [ 5614 "windows-core 0.61.2", 5615 "windows-link 0.1.3", 5616] 5617 5618[[package]] 5619name = "windows-numerics" 5620version = "0.3.1" 5621source = "registry+https://github.com/rust-lang/crates.io-index" 5622checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 5623dependencies = [ 5624 "windows-core 0.62.2", 5625 "windows-link 0.2.1", 5626] 5627 5628[[package]] 5629name = "windows-result" 5630version = "0.1.2" 5631source = "registry+https://github.com/rust-lang/crates.io-index" 5632checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 5633dependencies = [ 5634 "windows-targets 0.52.6", 5635] 5636 5637[[package]] 5638name = "windows-result" 5639version = "0.2.0" 5640source = "registry+https://github.com/rust-lang/crates.io-index" 5641checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 5642dependencies = [ 5643 "windows-targets 0.52.6", 5644] 5645 5646[[package]] 5647name = "windows-result" 5648version = "0.3.4" 5649source = "registry+https://github.com/rust-lang/crates.io-index" 5650checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 5651dependencies = [ 5652 "windows-link 0.1.3", 5653] 5654 5655[[package]] 5656name = "windows-result" 5657version = "0.4.1" 5658source = "registry+https://github.com/rust-lang/crates.io-index" 5659checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 5660dependencies = [ 5661 "windows-link 0.2.1", 5662] 5663 5664[[package]] 5665name = "windows-strings" 5666version = "0.1.0" 5667source = "registry+https://github.com/rust-lang/crates.io-index" 5668checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 5669dependencies = [ 5670 "windows-result 0.2.0", 5671 "windows-targets 0.52.6", 5672] 5673 5674[[package]] 5675name = "windows-strings" 5676version = "0.4.2" 5677source = "registry+https://github.com/rust-lang/crates.io-index" 5678checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 5679dependencies = [ 5680 "windows-link 0.1.3", 5681] 5682 5683[[package]] 5684name = "windows-strings" 5685version = "0.5.1" 5686source = "registry+https://github.com/rust-lang/crates.io-index" 5687checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 5688dependencies = [ 5689 "windows-link 0.2.1", 5690] 5691 5692[[package]] 5693name = "windows-sys" 5694version = "0.45.0" 5695source = "registry+https://github.com/rust-lang/crates.io-index" 5696checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5697dependencies = [ 5698 "windows-targets 0.42.2", 5699] 5700 5701[[package]] 5702name = "windows-sys" 5703version = "0.52.0" 5704source = "registry+https://github.com/rust-lang/crates.io-index" 5705checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5706dependencies = [ 5707 "windows-targets 0.52.6", 5708] 5709 5710[[package]] 5711name = "windows-sys" 5712version = "0.59.0" 5713source = "registry+https://github.com/rust-lang/crates.io-index" 5714checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 5715dependencies = [ 5716 "windows-targets 0.52.6", 5717] 5718 5719[[package]] 5720name = "windows-sys" 5721version = "0.60.2" 5722source = "registry+https://github.com/rust-lang/crates.io-index" 5723checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 5724dependencies = [ 5725 "windows-targets 0.53.5", 5726] 5727 5728[[package]] 5729name = "windows-sys" 5730version = "0.61.2" 5731source = "registry+https://github.com/rust-lang/crates.io-index" 5732checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 5733dependencies = [ 5734 "windows-link 0.2.1", 5735] 5736 5737[[package]] 5738name = "windows-targets" 5739version = "0.42.2" 5740source = "registry+https://github.com/rust-lang/crates.io-index" 5741checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5742dependencies = [ 5743 "windows_aarch64_gnullvm 0.42.2", 5744 "windows_aarch64_msvc 0.42.2", 5745 "windows_i686_gnu 0.42.2", 5746 "windows_i686_msvc 0.42.2", 5747 "windows_x86_64_gnu 0.42.2", 5748 "windows_x86_64_gnullvm 0.42.2", 5749 "windows_x86_64_msvc 0.42.2", 5750] 5751 5752[[package]] 5753name = "windows-targets" 5754version = "0.52.6" 5755source = "registry+https://github.com/rust-lang/crates.io-index" 5756checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5757dependencies = [ 5758 "windows_aarch64_gnullvm 0.52.6", 5759 "windows_aarch64_msvc 0.52.6", 5760 "windows_i686_gnu 0.52.6", 5761 "windows_i686_gnullvm 0.52.6", 5762 "windows_i686_msvc 0.52.6", 5763 "windows_x86_64_gnu 0.52.6", 5764 "windows_x86_64_gnullvm 0.52.6", 5765 "windows_x86_64_msvc 0.52.6", 5766] 5767 5768[[package]] 5769name = "windows-targets" 5770version = "0.53.5" 5771source = "registry+https://github.com/rust-lang/crates.io-index" 5772checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 5773dependencies = [ 5774 "windows-link 0.2.1", 5775 "windows_aarch64_gnullvm 0.53.1", 5776 "windows_aarch64_msvc 0.53.1", 5777 "windows_i686_gnu 0.53.1", 5778 "windows_i686_gnullvm 0.53.1", 5779 "windows_i686_msvc 0.53.1", 5780 "windows_x86_64_gnu 0.53.1", 5781 "windows_x86_64_gnullvm 0.53.1", 5782 "windows_x86_64_msvc 0.53.1", 5783] 5784 5785[[package]] 5786name = "windows-threading" 5787version = "0.1.0" 5788source = "registry+https://github.com/rust-lang/crates.io-index" 5789checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 5790dependencies = [ 5791 "windows-link 0.1.3", 5792] 5793 5794[[package]] 5795name = "windows-threading" 5796version = "0.2.1" 5797source = "registry+https://github.com/rust-lang/crates.io-index" 5798checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 5799dependencies = [ 5800 "windows-link 0.2.1", 5801] 5802 5803[[package]] 5804name = "windows_aarch64_gnullvm" 5805version = "0.42.2" 5806source = "registry+https://github.com/rust-lang/crates.io-index" 5807checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5808 5809[[package]] 5810name = "windows_aarch64_gnullvm" 5811version = "0.52.6" 5812source = "registry+https://github.com/rust-lang/crates.io-index" 5813checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5814 5815[[package]] 5816name = "windows_aarch64_gnullvm" 5817version = "0.53.1" 5818source = "registry+https://github.com/rust-lang/crates.io-index" 5819checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 5820 5821[[package]] 5822name = "windows_aarch64_msvc" 5823version = "0.42.2" 5824source = "registry+https://github.com/rust-lang/crates.io-index" 5825checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5826 5827[[package]] 5828name = "windows_aarch64_msvc" 5829version = "0.52.6" 5830source = "registry+https://github.com/rust-lang/crates.io-index" 5831checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5832 5833[[package]] 5834name = "windows_aarch64_msvc" 5835version = "0.53.1" 5836source = "registry+https://github.com/rust-lang/crates.io-index" 5837checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 5838 5839[[package]] 5840name = "windows_i686_gnu" 5841version = "0.42.2" 5842source = "registry+https://github.com/rust-lang/crates.io-index" 5843checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5844 5845[[package]] 5846name = "windows_i686_gnu" 5847version = "0.52.6" 5848source = "registry+https://github.com/rust-lang/crates.io-index" 5849checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5850 5851[[package]] 5852name = "windows_i686_gnu" 5853version = "0.53.1" 5854source = "registry+https://github.com/rust-lang/crates.io-index" 5855checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 5856 5857[[package]] 5858name = "windows_i686_gnullvm" 5859version = "0.52.6" 5860source = "registry+https://github.com/rust-lang/crates.io-index" 5861checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5862 5863[[package]] 5864name = "windows_i686_gnullvm" 5865version = "0.53.1" 5866source = "registry+https://github.com/rust-lang/crates.io-index" 5867checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 5868 5869[[package]] 5870name = "windows_i686_msvc" 5871version = "0.42.2" 5872source = "registry+https://github.com/rust-lang/crates.io-index" 5873checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5874 5875[[package]] 5876name = "windows_i686_msvc" 5877version = "0.52.6" 5878source = "registry+https://github.com/rust-lang/crates.io-index" 5879checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5880 5881[[package]] 5882name = "windows_i686_msvc" 5883version = "0.53.1" 5884source = "registry+https://github.com/rust-lang/crates.io-index" 5885checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 5886 5887[[package]] 5888name = "windows_x86_64_gnu" 5889version = "0.42.2" 5890source = "registry+https://github.com/rust-lang/crates.io-index" 5891checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5892 5893[[package]] 5894name = "windows_x86_64_gnu" 5895version = "0.52.6" 5896source = "registry+https://github.com/rust-lang/crates.io-index" 5897checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5898 5899[[package]] 5900name = "windows_x86_64_gnu" 5901version = "0.53.1" 5902source = "registry+https://github.com/rust-lang/crates.io-index" 5903checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 5904 5905[[package]] 5906name = "windows_x86_64_gnullvm" 5907version = "0.42.2" 5908source = "registry+https://github.com/rust-lang/crates.io-index" 5909checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5910 5911[[package]] 5912name = "windows_x86_64_gnullvm" 5913version = "0.52.6" 5914source = "registry+https://github.com/rust-lang/crates.io-index" 5915checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5916 5917[[package]] 5918name = "windows_x86_64_gnullvm" 5919version = "0.53.1" 5920source = "registry+https://github.com/rust-lang/crates.io-index" 5921checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 5922 5923[[package]] 5924name = "windows_x86_64_msvc" 5925version = "0.42.2" 5926source = "registry+https://github.com/rust-lang/crates.io-index" 5927checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5928 5929[[package]] 5930name = "windows_x86_64_msvc" 5931version = "0.52.6" 5932source = "registry+https://github.com/rust-lang/crates.io-index" 5933checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 5934 5935[[package]] 5936name = "windows_x86_64_msvc" 5937version = "0.53.1" 5938source = "registry+https://github.com/rust-lang/crates.io-index" 5939checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 5940 5941[[package]] 5942name = "winit" 5943version = "0.30.12" 5944source = "registry+https://github.com/rust-lang/crates.io-index" 5945checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" 5946dependencies = [ 5947 "ahash", 5948 "android-activity", 5949 "atomic-waker", 5950 "bitflags 2.10.0", 5951 "block2 0.5.1", 5952 "bytemuck", 5953 "calloop", 5954 "cfg_aliases", 5955 "concurrent-queue", 5956 "core-foundation 0.9.4", 5957 "core-graphics", 5958 "cursor-icon", 5959 "dpi", 5960 "js-sys", 5961 "libc", 5962 "memmap2", 5963 "ndk 0.9.0", 5964 "objc2 0.5.2", 5965 "objc2-app-kit", 5966 "objc2-foundation 0.2.2", 5967 "objc2-ui-kit", 5968 "orbclient", 5969 "percent-encoding", 5970 "pin-project", 5971 "raw-window-handle", 5972 "redox_syscall 0.4.1", 5973 "rustix 0.38.44", 5974 "sctk-adwaita", 5975 "smithay-client-toolkit", 5976 "smol_str", 5977 "tracing", 5978 "unicode-segmentation", 5979 "wasm-bindgen", 5980 "wasm-bindgen-futures", 5981 "wayland-backend", 5982 "wayland-client", 5983 "wayland-protocols", 5984 "wayland-protocols-plasma", 5985 "web-sys", 5986 "web-time", 5987 "windows-sys 0.52.0", 5988 "x11-dl", 5989 "x11rb", 5990 "xkbcommon-dl", 5991] 5992 5993[[package]] 5994name = "winnow" 5995version = "0.7.14" 5996source = "registry+https://github.com/rust-lang/crates.io-index" 5997checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 5998dependencies = [ 5999 "memchr", 6000] 6001 6002[[package]] 6003name = "wit-bindgen" 6004version = "0.46.0" 6005source = "registry+https://github.com/rust-lang/crates.io-index" 6006checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 6007 6008[[package]] 6009name = "x11-dl" 6010version = "2.21.0" 6011source = "registry+https://github.com/rust-lang/crates.io-index" 6012checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 6013dependencies = [ 6014 "libc", 6015 "once_cell", 6016 "pkg-config", 6017] 6018 6019[[package]] 6020name = "x11rb" 6021version = "0.13.2" 6022source = "registry+https://github.com/rust-lang/crates.io-index" 6023checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" 6024dependencies = [ 6025 "as-raw-xcb-connection", 6026 "gethostname", 6027 "libc", 6028 "libloading", 6029 "once_cell", 6030 "rustix 1.1.2", 6031 "x11rb-protocol", 6032] 6033 6034[[package]] 6035name = "x11rb-protocol" 6036version = "0.13.2" 6037source = "registry+https://github.com/rust-lang/crates.io-index" 6038checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" 6039 6040[[package]] 6041name = "xcursor" 6042version = "0.3.10" 6043source = "registry+https://github.com/rust-lang/crates.io-index" 6044checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" 6045 6046[[package]] 6047name = "xkbcommon-dl" 6048version = "0.4.2" 6049source = "registry+https://github.com/rust-lang/crates.io-index" 6050checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 6051dependencies = [ 6052 "bitflags 2.10.0", 6053 "dlib", 6054 "log", 6055 "once_cell", 6056 "xkeysym", 6057] 6058 6059[[package]] 6060name = "xkeysym" 6061version = "0.2.1" 6062source = "registry+https://github.com/rust-lang/crates.io-index" 6063checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 6064 6065[[package]] 6066name = "xml-rs" 6067version = "0.8.28" 6068source = "registry+https://github.com/rust-lang/crates.io-index" 6069checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" 6070 6071[[package]] 6072name = "yazi" 6073version = "0.2.1" 6074source = "registry+https://github.com/rust-lang/crates.io-index" 6075checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5" 6076 6077[[package]] 6078name = "zeno" 6079version = "0.3.3" 6080source = "registry+https://github.com/rust-lang/crates.io-index" 6081checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524" 6082 6083[[package]] 6084name = "zerocopy" 6085version = "0.8.31" 6086source = "registry+https://github.com/rust-lang/crates.io-index" 6087checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 6088dependencies = [ 6089 "zerocopy-derive", 6090] 6091 6092[[package]] 6093name = "zerocopy-derive" 6094version = "0.8.31" 6095source = "registry+https://github.com/rust-lang/crates.io-index" 6096checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 6097dependencies = [ 6098 "proc-macro2", 6099 "quote", 6100 "syn", 6101]