old school music tracker
at dev 4375 lines 110 kB view raw
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_atspi_common" 29version = "0.14.1" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "29f73a9b855b6f4af4962a94553ef0c092b80cf5e17038724d5e30945d036f69" 32dependencies = [ 33 "accesskit", 34 "accesskit_consumer", 35 "atspi-common", 36 "serde", 37 "thiserror 1.0.69", 38 "zvariant", 39] 40 41[[package]] 42name = "accesskit_consumer" 43version = "0.30.1" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "bdd06f5fea9819250fffd4debf926709f3593ac22f8c1541a2573e5ee0ca01cd" 46dependencies = [ 47 "accesskit", 48 "hashbrown 0.15.5", 49] 50 51[[package]] 52name = "accesskit_macos" 53version = "0.22.1" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "93fbaf15815f39084e0cb24950c232f0e3634702c2dfbf182ae3b4919a4a1d45" 56dependencies = [ 57 "accesskit", 58 "accesskit_consumer", 59 "hashbrown 0.15.5", 60 "objc2 0.5.2", 61 "objc2-app-kit 0.2.2", 62 "objc2-foundation 0.2.2", 63] 64 65[[package]] 66name = "accesskit_unix" 67version = "0.17.1" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "64926a930368d52d95422b822ede15014c04536cabaa2394f99567a1f4788dc6" 70dependencies = [ 71 "accesskit", 72 "accesskit_atspi_common", 73 "async-channel", 74 "async-executor", 75 "async-task", 76 "atspi", 77 "futures-lite", 78 "futures-util", 79 "serde", 80 "zbus", 81] 82 83[[package]] 84name = "accesskit_windows" 85version = "0.29.1" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "792991159fa9ba57459de59e12e918bb90c5346fea7d40ac1a11f8632b41e63a" 88dependencies = [ 89 "accesskit", 90 "accesskit_consumer", 91 "hashbrown 0.15.5", 92 "static_assertions", 93 "windows 0.61.3", 94 "windows-core 0.61.2", 95] 96 97[[package]] 98name = "accesskit_winit" 99version = "0.29.1" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "cd9db0ea66997e3f4eae4a5f2c6b6486cf206642639ee629dbbb860ace1dec87" 102dependencies = [ 103 "accesskit", 104 "accesskit_macos", 105 "accesskit_unix", 106 "accesskit_windows", 107 "raw-window-handle", 108 "winit", 109] 110 111[[package]] 112name = "ahash" 113version = "0.8.12" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 116dependencies = [ 117 "cfg-if", 118 "getrandom", 119 "once_cell", 120 "version_check", 121 "zerocopy", 122] 123 124[[package]] 125name = "alsa" 126version = "0.9.1" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43" 129dependencies = [ 130 "alsa-sys", 131 "bitflags 2.9.4", 132 "cfg-if", 133 "libc", 134] 135 136[[package]] 137name = "alsa-sys" 138version = "0.3.1" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" 141dependencies = [ 142 "libc", 143 "pkg-config", 144] 145 146[[package]] 147name = "android-activity" 148version = "0.6.0" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 151dependencies = [ 152 "android-properties", 153 "bitflags 2.9.4", 154 "cc", 155 "cesu8", 156 "jni", 157 "jni-sys", 158 "libc", 159 "log", 160 "ndk", 161 "ndk-context", 162 "ndk-sys", 163 "num_enum", 164 "thiserror 1.0.69", 165] 166 167[[package]] 168name = "android-properties" 169version = "0.2.2" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 172 173[[package]] 174name = "android_system_properties" 175version = "0.1.5" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 178dependencies = [ 179 "libc", 180] 181 182[[package]] 183name = "arrayref" 184version = "0.3.9" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 187 188[[package]] 189name = "arrayvec" 190version = "0.7.6" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 193 194[[package]] 195name = "as-raw-xcb-connection" 196version = "1.0.1" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 199 200[[package]] 201name = "ascii" 202version = "1.1.0" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 205 206[[package]] 207name = "ash" 208version = "0.38.0+1.3.281" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 211dependencies = [ 212 "libloading", 213] 214 215[[package]] 216name = "ashpd" 217version = "0.11.0" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df" 220dependencies = [ 221 "async-fs", 222 "async-net", 223 "enumflags2", 224 "futures-channel", 225 "futures-util", 226 "rand", 227 "raw-window-handle", 228 "serde", 229 "serde_repr", 230 "url", 231 "wayland-backend", 232 "wayland-client", 233 "wayland-protocols", 234 "zbus", 235] 236 237[[package]] 238name = "async-broadcast" 239version = "0.7.2" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 242dependencies = [ 243 "event-listener", 244 "event-listener-strategy", 245 "futures-core", 246 "pin-project-lite", 247] 248 249[[package]] 250name = "async-channel" 251version = "2.5.0" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 254dependencies = [ 255 "concurrent-queue", 256 "event-listener-strategy", 257 "futures-core", 258 "pin-project-lite", 259] 260 261[[package]] 262name = "async-executor" 263version = "1.13.3" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" 266dependencies = [ 267 "async-task", 268 "concurrent-queue", 269 "fastrand", 270 "futures-lite", 271 "pin-project-lite", 272 "slab", 273] 274 275[[package]] 276name = "async-fs" 277version = "2.2.0" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" 280dependencies = [ 281 "async-lock", 282 "blocking", 283 "futures-lite", 284] 285 286[[package]] 287name = "async-io" 288version = "2.6.0" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 291dependencies = [ 292 "autocfg", 293 "cfg-if", 294 "concurrent-queue", 295 "futures-io", 296 "futures-lite", 297 "parking", 298 "polling", 299 "rustix 1.1.2", 300 "slab", 301 "windows-sys 0.61.2", 302] 303 304[[package]] 305name = "async-lock" 306version = "3.4.1" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" 309dependencies = [ 310 "event-listener", 311 "event-listener-strategy", 312 "pin-project-lite", 313] 314 315[[package]] 316name = "async-net" 317version = "2.0.0" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 320dependencies = [ 321 "async-io", 322 "blocking", 323 "futures-lite", 324] 325 326[[package]] 327name = "async-process" 328version = "2.5.0" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" 331dependencies = [ 332 "async-channel", 333 "async-io", 334 "async-lock", 335 "async-signal", 336 "async-task", 337 "blocking", 338 "cfg-if", 339 "event-listener", 340 "futures-lite", 341 "rustix 1.1.2", 342] 343 344[[package]] 345name = "async-recursion" 346version = "1.1.1" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 349dependencies = [ 350 "proc-macro2", 351 "quote", 352 "syn", 353] 354 355[[package]] 356name = "async-signal" 357version = "0.2.13" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" 360dependencies = [ 361 "async-io", 362 "async-lock", 363 "atomic-waker", 364 "cfg-if", 365 "futures-core", 366 "futures-io", 367 "rustix 1.1.2", 368 "signal-hook-registry", 369 "slab", 370 "windows-sys 0.61.2", 371] 372 373[[package]] 374name = "async-task" 375version = "4.7.1" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 378 379[[package]] 380name = "async-trait" 381version = "0.1.89" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 384dependencies = [ 385 "proc-macro2", 386 "quote", 387 "syn", 388] 389 390[[package]] 391name = "atomic-waker" 392version = "1.1.2" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 395 396[[package]] 397name = "atspi" 398version = "0.25.0" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "c83247582e7508838caf5f316c00791eee0e15c0bf743e6880585b867e16815c" 401dependencies = [ 402 "atspi-common", 403 "atspi-connection", 404 "atspi-proxies", 405] 406 407[[package]] 408name = "atspi-common" 409version = "0.9.0" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "33dfc05e7cdf90988a197803bf24f5788f94f7c94a69efa95683e8ffe76cfdfb" 412dependencies = [ 413 "enumflags2", 414 "serde", 415 "static_assertions", 416 "zbus", 417 "zbus-lockstep", 418 "zbus-lockstep-macros", 419 "zbus_names", 420 "zvariant", 421] 422 423[[package]] 424name = "atspi-connection" 425version = "0.9.0" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "4193d51303d8332304056ae0004714256b46b6635a5c556109b319c0d3784938" 428dependencies = [ 429 "atspi-common", 430 "atspi-proxies", 431 "futures-lite", 432 "zbus", 433] 434 435[[package]] 436name = "atspi-proxies" 437version = "0.9.0" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "d2eebcb9e7e76f26d0bcfd6f0295e1cd1e6f33bedbc5698a971db8dc43d7751c" 440dependencies = [ 441 "atspi-common", 442 "serde", 443 "zbus", 444] 445 446[[package]] 447name = "autocfg" 448version = "1.5.0" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 451 452[[package]] 453name = "bit-set" 454version = "0.8.0" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 457dependencies = [ 458 "bit-vec", 459] 460 461[[package]] 462name = "bit-vec" 463version = "0.8.0" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 466 467[[package]] 468name = "bitflags" 469version = "1.3.2" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 472 473[[package]] 474name = "bitflags" 475version = "2.9.4" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 478 479[[package]] 480name = "block" 481version = "0.1.6" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 484 485[[package]] 486name = "block2" 487version = "0.5.1" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 490dependencies = [ 491 "objc2 0.5.2", 492] 493 494[[package]] 495name = "block2" 496version = "0.6.2" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 499dependencies = [ 500 "objc2 0.6.3", 501] 502 503[[package]] 504name = "blocking" 505version = "1.6.2" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 508dependencies = [ 509 "async-channel", 510 "async-task", 511 "futures-io", 512 "futures-lite", 513 "piper", 514] 515 516[[package]] 517name = "bumpalo" 518version = "3.19.0" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 521 522[[package]] 523name = "bytemuck" 524version = "1.24.0" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 527dependencies = [ 528 "bytemuck_derive", 529] 530 531[[package]] 532name = "bytemuck_derive" 533version = "1.10.2" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" 536dependencies = [ 537 "proc-macro2", 538 "quote", 539 "syn", 540] 541 542[[package]] 543name = "bytes" 544version = "1.10.1" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 547 548[[package]] 549name = "calloop" 550version = "0.13.0" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 553dependencies = [ 554 "bitflags 2.9.4", 555 "log", 556 "polling", 557 "rustix 0.38.44", 558 "slab", 559 "thiserror 1.0.69", 560] 561 562[[package]] 563name = "calloop-wayland-source" 564version = "0.3.0" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 567dependencies = [ 568 "calloop", 569 "rustix 0.38.44", 570 "wayland-backend", 571 "wayland-client", 572] 573 574[[package]] 575name = "cc" 576version = "1.2.41" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7" 579dependencies = [ 580 "find-msvc-tools", 581 "jobserver", 582 "libc", 583 "shlex", 584] 585 586[[package]] 587name = "cesu8" 588version = "1.1.0" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 591 592[[package]] 593name = "cfg-if" 594version = "1.0.3" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 597 598[[package]] 599name = "cfg_aliases" 600version = "0.2.1" 601source = "registry+https://github.com/rust-lang/crates.io-index" 602checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 603 604[[package]] 605name = "codespan-reporting" 606version = "0.12.0" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" 609dependencies = [ 610 "serde", 611 "termcolor", 612 "unicode-width", 613] 614 615[[package]] 616name = "combine" 617version = "4.6.7" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 620dependencies = [ 621 "bytes", 622 "memchr", 623] 624 625[[package]] 626name = "concurrent-queue" 627version = "2.5.0" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 630dependencies = [ 631 "crossbeam-utils", 632] 633 634[[package]] 635name = "core-foundation" 636version = "0.9.4" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 639dependencies = [ 640 "core-foundation-sys", 641 "libc", 642] 643 644[[package]] 645name = "core-foundation" 646version = "0.10.1" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 649dependencies = [ 650 "core-foundation-sys", 651 "libc", 652] 653 654[[package]] 655name = "core-foundation-sys" 656version = "0.8.7" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 659 660[[package]] 661name = "core-graphics" 662version = "0.23.2" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 665dependencies = [ 666 "bitflags 1.3.2", 667 "core-foundation 0.9.4", 668 "core-graphics-types 0.1.3", 669 "foreign-types", 670 "libc", 671] 672 673[[package]] 674name = "core-graphics" 675version = "0.24.0" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" 678dependencies = [ 679 "bitflags 2.9.4", 680 "core-foundation 0.10.1", 681 "core-graphics-types 0.2.0", 682 "foreign-types", 683 "libc", 684] 685 686[[package]] 687name = "core-graphics-types" 688version = "0.1.3" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 691dependencies = [ 692 "bitflags 1.3.2", 693 "core-foundation 0.9.4", 694 "libc", 695] 696 697[[package]] 698name = "core-graphics-types" 699version = "0.2.0" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 702dependencies = [ 703 "bitflags 2.9.4", 704 "core-foundation 0.10.1", 705 "libc", 706] 707 708[[package]] 709name = "coreaudio-rs" 710version = "0.13.0" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17" 713dependencies = [ 714 "bitflags 1.3.2", 715 "libc", 716 "objc2-audio-toolbox", 717 "objc2-core-audio", 718 "objc2-core-audio-types", 719 "objc2-core-foundation", 720] 721 722[[package]] 723name = "cpal" 724version = "0.16.0" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f" 727dependencies = [ 728 "alsa", 729 "coreaudio-rs", 730 "dasp_sample", 731 "jni", 732 "js-sys", 733 "libc", 734 "mach2", 735 "ndk", 736 "ndk-context", 737 "num-derive", 738 "num-traits", 739 "objc2-audio-toolbox", 740 "objc2-core-audio", 741 "objc2-core-audio-types", 742 "wasm-bindgen", 743 "wasm-bindgen-futures", 744 "web-sys", 745 "windows 0.54.0", 746] 747 748[[package]] 749name = "crossbeam-utils" 750version = "0.8.21" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 753 754[[package]] 755name = "crunchy" 756version = "0.2.4" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 759 760[[package]] 761name = "ctor-lite" 762version = "0.1.0" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "1f791803201ab277ace03903de1594460708d2d54df6053f2d9e82f592b19e3b" 765 766[[package]] 767name = "cursor-icon" 768version = "1.2.0" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" 771 772[[package]] 773name = "dasp" 774version = "0.11.0" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "7381b67da416b639690ac77c73b86a7b5e64a29e31d1f75fb3b1102301ef355a" 777dependencies = [ 778 "dasp_envelope", 779 "dasp_frame", 780 "dasp_interpolate", 781 "dasp_peak", 782 "dasp_ring_buffer", 783 "dasp_rms", 784 "dasp_sample", 785 "dasp_signal", 786 "dasp_slice", 787 "dasp_window", 788] 789 790[[package]] 791name = "dasp_envelope" 792version = "0.11.0" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "8ec617ce7016f101a87fe85ed44180839744265fae73bb4aa43e7ece1b7668b6" 795dependencies = [ 796 "dasp_frame", 797 "dasp_peak", 798 "dasp_ring_buffer", 799 "dasp_rms", 800 "dasp_sample", 801] 802 803[[package]] 804name = "dasp_frame" 805version = "0.11.0" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "b2a3937f5fe2135702897535c8d4a5553f8b116f76c1529088797f2eee7c5cd6" 808dependencies = [ 809 "dasp_sample", 810] 811 812[[package]] 813name = "dasp_interpolate" 814version = "0.11.0" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "7fc975a6563bb7ca7ec0a6c784ead49983a21c24835b0bc96eea11ee407c7486" 817dependencies = [ 818 "dasp_frame", 819 "dasp_ring_buffer", 820 "dasp_sample", 821] 822 823[[package]] 824name = "dasp_peak" 825version = "0.11.0" 826source = "registry+https://github.com/rust-lang/crates.io-index" 827checksum = "5cf88559d79c21f3d8523d91250c397f9a15b5fc72fbb3f87fdb0a37b79915bf" 828dependencies = [ 829 "dasp_frame", 830 "dasp_sample", 831] 832 833[[package]] 834name = "dasp_ring_buffer" 835version = "0.11.0" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "07d79e19b89618a543c4adec9c5a347fe378a19041699b3278e616e387511ea1" 838 839[[package]] 840name = "dasp_rms" 841version = "0.11.0" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "a6c5dcb30b7e5014486e2822537ea2beae50b19722ffe2ed7549ab03774575aa" 844dependencies = [ 845 "dasp_frame", 846 "dasp_ring_buffer", 847 "dasp_sample", 848] 849 850[[package]] 851name = "dasp_sample" 852version = "0.11.0" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" 855 856[[package]] 857name = "dasp_signal" 858version = "0.11.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "aa1ab7d01689c6ed4eae3d38fe1cea08cba761573fbd2d592528d55b421077e7" 861dependencies = [ 862 "dasp_envelope", 863 "dasp_frame", 864 "dasp_interpolate", 865 "dasp_peak", 866 "dasp_ring_buffer", 867 "dasp_rms", 868 "dasp_sample", 869 "dasp_window", 870] 871 872[[package]] 873name = "dasp_slice" 874version = "0.11.0" 875source = "registry+https://github.com/rust-lang/crates.io-index" 876checksum = "4e1c7335d58e7baedafa516cb361360ff38d6f4d3f9d9d5ee2a2fc8e27178fa1" 877dependencies = [ 878 "dasp_frame", 879 "dasp_sample", 880] 881 882[[package]] 883name = "dasp_window" 884version = "0.11.1" 885source = "registry+https://github.com/rust-lang/crates.io-index" 886checksum = "99ded7b88821d2ce4e8b842c9f1c86ac911891ab89443cc1de750cae764c5076" 887dependencies = [ 888 "dasp_sample", 889] 890 891[[package]] 892name = "dispatch" 893version = "0.2.0" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 896 897[[package]] 898name = "dispatch2" 899version = "0.3.0" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 902dependencies = [ 903 "bitflags 2.9.4", 904 "block2 0.6.2", 905 "libc", 906 "objc2 0.6.3", 907] 908 909[[package]] 910name = "displaydoc" 911version = "0.2.5" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 914dependencies = [ 915 "proc-macro2", 916 "quote", 917 "syn", 918] 919 920[[package]] 921name = "dlib" 922version = "0.5.2" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 925dependencies = [ 926 "libloading", 927] 928 929[[package]] 930name = "document-features" 931version = "0.2.11" 932source = "registry+https://github.com/rust-lang/crates.io-index" 933checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" 934dependencies = [ 935 "litrs", 936] 937 938[[package]] 939name = "downcast-rs" 940version = "1.2.1" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 943 944[[package]] 945name = "dpi" 946version = "0.1.2" 947source = "registry+https://github.com/rust-lang/crates.io-index" 948checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 949 950[[package]] 951name = "drm" 952version = "0.12.0" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1" 955dependencies = [ 956 "bitflags 2.9.4", 957 "bytemuck", 958 "drm-ffi", 959 "drm-fourcc", 960 "rustix 0.38.44", 961] 962 963[[package]] 964name = "drm-ffi" 965version = "0.8.0" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "97c98727e48b7ccb4f4aea8cfe881e5b07f702d17b7875991881b41af7278d53" 968dependencies = [ 969 "drm-sys", 970 "rustix 0.38.44", 971] 972 973[[package]] 974name = "drm-fourcc" 975version = "2.2.0" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" 978 979[[package]] 980name = "drm-sys" 981version = "0.7.0" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "fd39dde40b6e196c2e8763f23d119ddb1a8714534bf7d77fa97a65b0feda3986" 984dependencies = [ 985 "libc", 986 "linux-raw-sys 0.6.5", 987] 988 989[[package]] 990name = "encoding_rs" 991version = "0.8.35" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 994dependencies = [ 995 "cfg-if", 996] 997 998[[package]] 999name = "endi" 1000version = "1.1.0" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 1003 1004[[package]] 1005name = "enumflags2" 1006version = "0.7.12" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" 1009dependencies = [ 1010 "enumflags2_derive", 1011 "serde", 1012] 1013 1014[[package]] 1015name = "enumflags2_derive" 1016version = "0.7.12" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" 1019dependencies = [ 1020 "proc-macro2", 1021 "quote", 1022 "syn", 1023] 1024 1025[[package]] 1026name = "equivalent" 1027version = "1.0.2" 1028source = "registry+https://github.com/rust-lang/crates.io-index" 1029checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1030 1031[[package]] 1032name = "errno" 1033version = "0.3.14" 1034source = "registry+https://github.com/rust-lang/crates.io-index" 1035checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1036dependencies = [ 1037 "libc", 1038 "windows-sys 0.61.2", 1039] 1040 1041[[package]] 1042name = "event-listener" 1043version = "5.4.1" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1046dependencies = [ 1047 "concurrent-queue", 1048 "parking", 1049 "pin-project-lite", 1050] 1051 1052[[package]] 1053name = "event-listener-strategy" 1054version = "0.5.4" 1055source = "registry+https://github.com/rust-lang/crates.io-index" 1056checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1057dependencies = [ 1058 "event-listener", 1059 "pin-project-lite", 1060] 1061 1062[[package]] 1063name = "extended" 1064version = "0.1.0" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365" 1067 1068[[package]] 1069name = "fastrand" 1070version = "2.3.0" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1073 1074[[package]] 1075name = "find-msvc-tools" 1076version = "0.1.4" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 1079 1080[[package]] 1081name = "foldhash" 1082version = "0.1.5" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1085 1086[[package]] 1087name = "foldhash" 1088version = "0.2.0" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1091 1092[[package]] 1093name = "font8x8" 1094version = "0.3.1" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "875488b8711a968268c7cf5d139578713097ca4635a76044e8fe8eedf831d07e" 1097 1098[[package]] 1099name = "foreign-types" 1100version = "0.5.0" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1103dependencies = [ 1104 "foreign-types-macros", 1105 "foreign-types-shared", 1106] 1107 1108[[package]] 1109name = "foreign-types-macros" 1110version = "0.2.3" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1113dependencies = [ 1114 "proc-macro2", 1115 "quote", 1116 "syn", 1117] 1118 1119[[package]] 1120name = "foreign-types-shared" 1121version = "0.3.1" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1124 1125[[package]] 1126name = "form_urlencoded" 1127version = "1.2.2" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1130dependencies = [ 1131 "percent-encoding", 1132] 1133 1134[[package]] 1135name = "futures-channel" 1136version = "0.3.31" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1139dependencies = [ 1140 "futures-core", 1141] 1142 1143[[package]] 1144name = "futures-core" 1145version = "0.3.31" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1148 1149[[package]] 1150name = "futures-io" 1151version = "0.3.31" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1154 1155[[package]] 1156name = "futures-lite" 1157version = "2.6.1" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1160dependencies = [ 1161 "fastrand", 1162 "futures-core", 1163 "futures-io", 1164 "parking", 1165 "pin-project-lite", 1166] 1167 1168[[package]] 1169name = "futures-macro" 1170version = "0.3.31" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1173dependencies = [ 1174 "proc-macro2", 1175 "quote", 1176 "syn", 1177] 1178 1179[[package]] 1180name = "futures-task" 1181version = "0.3.31" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1184 1185[[package]] 1186name = "futures-util" 1187version = "0.3.31" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1190dependencies = [ 1191 "futures-core", 1192 "futures-io", 1193 "futures-macro", 1194 "futures-task", 1195 "memchr", 1196 "pin-project-lite", 1197 "pin-utils", 1198 "slab", 1199] 1200 1201[[package]] 1202name = "gethostname" 1203version = "1.0.2" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55" 1206dependencies = [ 1207 "rustix 1.1.2", 1208 "windows-targets 0.52.6", 1209] 1210 1211[[package]] 1212name = "getrandom" 1213version = "0.3.3" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 1216dependencies = [ 1217 "cfg-if", 1218 "libc", 1219 "r-efi", 1220 "wasi", 1221] 1222 1223[[package]] 1224name = "gl_generator" 1225version = "0.14.0" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1228dependencies = [ 1229 "khronos_api", 1230 "log", 1231 "xml-rs", 1232] 1233 1234[[package]] 1235name = "glow" 1236version = "0.16.0" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" 1239dependencies = [ 1240 "js-sys", 1241 "slotmap", 1242 "wasm-bindgen", 1243 "web-sys", 1244] 1245 1246[[package]] 1247name = "glutin_wgl_sys" 1248version = "0.6.1" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" 1251dependencies = [ 1252 "gl_generator", 1253] 1254 1255[[package]] 1256name = "gpu-alloc" 1257version = "0.6.0" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 1260dependencies = [ 1261 "bitflags 2.9.4", 1262 "gpu-alloc-types", 1263] 1264 1265[[package]] 1266name = "gpu-alloc-types" 1267version = "0.3.0" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 1270dependencies = [ 1271 "bitflags 2.9.4", 1272] 1273 1274[[package]] 1275name = "gpu-allocator" 1276version = "0.27.0" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" 1279dependencies = [ 1280 "log", 1281 "presser", 1282 "thiserror 1.0.69", 1283 "windows 0.58.0", 1284] 1285 1286[[package]] 1287name = "gpu-descriptor" 1288version = "0.3.2" 1289source = "registry+https://github.com/rust-lang/crates.io-index" 1290checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" 1291dependencies = [ 1292 "bitflags 2.9.4", 1293 "gpu-descriptor-types", 1294 "hashbrown 0.15.5", 1295] 1296 1297[[package]] 1298name = "gpu-descriptor-types" 1299version = "0.2.0" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 1302dependencies = [ 1303 "bitflags 2.9.4", 1304] 1305 1306[[package]] 1307name = "half" 1308version = "2.7.0" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "e54c115d4f30f52c67202f079c5f9d8b49db4691f460fdb0b4c2e838261b2ba5" 1311dependencies = [ 1312 "cfg-if", 1313 "crunchy", 1314 "num-traits", 1315 "zerocopy", 1316] 1317 1318[[package]] 1319name = "hashbrown" 1320version = "0.15.5" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1323dependencies = [ 1324 "foldhash 0.1.5", 1325] 1326 1327[[package]] 1328name = "hashbrown" 1329version = "0.16.0" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 1332dependencies = [ 1333 "foldhash 0.2.0", 1334] 1335 1336[[package]] 1337name = "hermit-abi" 1338version = "0.5.2" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1341 1342[[package]] 1343name = "hex" 1344version = "0.4.3" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1347 1348[[package]] 1349name = "hexf-parse" 1350version = "0.2.1" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1353 1354[[package]] 1355name = "icu_collections" 1356version = "2.0.0" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1359dependencies = [ 1360 "displaydoc", 1361 "potential_utf", 1362 "yoke", 1363 "zerofrom", 1364 "zerovec", 1365] 1366 1367[[package]] 1368name = "icu_locale_core" 1369version = "2.0.0" 1370source = "registry+https://github.com/rust-lang/crates.io-index" 1371checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1372dependencies = [ 1373 "displaydoc", 1374 "litemap", 1375 "tinystr", 1376 "writeable", 1377 "zerovec", 1378] 1379 1380[[package]] 1381name = "icu_normalizer" 1382version = "2.0.0" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1385dependencies = [ 1386 "displaydoc", 1387 "icu_collections", 1388 "icu_normalizer_data", 1389 "icu_properties", 1390 "icu_provider", 1391 "smallvec", 1392 "zerovec", 1393] 1394 1395[[package]] 1396name = "icu_normalizer_data" 1397version = "2.0.0" 1398source = "registry+https://github.com/rust-lang/crates.io-index" 1399checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1400 1401[[package]] 1402name = "icu_properties" 1403version = "2.0.1" 1404source = "registry+https://github.com/rust-lang/crates.io-index" 1405checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1406dependencies = [ 1407 "displaydoc", 1408 "icu_collections", 1409 "icu_locale_core", 1410 "icu_properties_data", 1411 "icu_provider", 1412 "potential_utf", 1413 "zerotrie", 1414 "zerovec", 1415] 1416 1417[[package]] 1418name = "icu_properties_data" 1419version = "2.0.1" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1422 1423[[package]] 1424name = "icu_provider" 1425version = "2.0.0" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1428dependencies = [ 1429 "displaydoc", 1430 "icu_locale_core", 1431 "stable_deref_trait", 1432 "tinystr", 1433 "writeable", 1434 "yoke", 1435 "zerofrom", 1436 "zerotrie", 1437 "zerovec", 1438] 1439 1440[[package]] 1441name = "idna" 1442version = "1.1.0" 1443source = "registry+https://github.com/rust-lang/crates.io-index" 1444checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1445dependencies = [ 1446 "idna_adapter", 1447 "smallvec", 1448 "utf8_iter", 1449] 1450 1451[[package]] 1452name = "idna_adapter" 1453version = "1.2.1" 1454source = "registry+https://github.com/rust-lang/crates.io-index" 1455checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1456dependencies = [ 1457 "icu_normalizer", 1458 "icu_properties", 1459] 1460 1461[[package]] 1462name = "indexmap" 1463version = "2.11.4" 1464source = "registry+https://github.com/rust-lang/crates.io-index" 1465checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 1466dependencies = [ 1467 "equivalent", 1468 "hashbrown 0.16.0", 1469] 1470 1471[[package]] 1472name = "jni" 1473version = "0.21.1" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 1476dependencies = [ 1477 "cesu8", 1478 "cfg-if", 1479 "combine", 1480 "jni-sys", 1481 "log", 1482 "thiserror 1.0.69", 1483 "walkdir", 1484 "windows-sys 0.45.0", 1485] 1486 1487[[package]] 1488name = "jni-sys" 1489version = "0.3.0" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1492 1493[[package]] 1494name = "jobserver" 1495version = "0.1.34" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1498dependencies = [ 1499 "getrandom", 1500 "libc", 1501] 1502 1503[[package]] 1504name = "js-sys" 1505version = "0.3.81" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 1508dependencies = [ 1509 "once_cell", 1510 "wasm-bindgen", 1511] 1512 1513[[package]] 1514name = "khronos-egl" 1515version = "6.0.0" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 1518dependencies = [ 1519 "libc", 1520 "libloading", 1521 "pkg-config", 1522] 1523 1524[[package]] 1525name = "khronos_api" 1526version = "3.1.0" 1527source = "registry+https://github.com/rust-lang/crates.io-index" 1528checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 1529 1530[[package]] 1531name = "lazy_static" 1532version = "1.5.0" 1533source = "registry+https://github.com/rust-lang/crates.io-index" 1534checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1535 1536[[package]] 1537name = "libc" 1538version = "0.2.177" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 1541 1542[[package]] 1543name = "libloading" 1544version = "0.8.9" 1545source = "registry+https://github.com/rust-lang/crates.io-index" 1546checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 1547dependencies = [ 1548 "cfg-if", 1549 "windows-link 0.2.1", 1550] 1551 1552[[package]] 1553name = "libm" 1554version = "0.2.15" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 1557 1558[[package]] 1559name = "libredox" 1560version = "0.1.10" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 1563dependencies = [ 1564 "bitflags 2.9.4", 1565 "libc", 1566 "redox_syscall 0.5.18", 1567] 1568 1569[[package]] 1570name = "linux-raw-sys" 1571version = "0.4.15" 1572source = "registry+https://github.com/rust-lang/crates.io-index" 1573checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 1574 1575[[package]] 1576name = "linux-raw-sys" 1577version = "0.6.5" 1578source = "registry+https://github.com/rust-lang/crates.io-index" 1579checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7" 1580 1581[[package]] 1582name = "linux-raw-sys" 1583version = "0.11.0" 1584source = "registry+https://github.com/rust-lang/crates.io-index" 1585checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1586 1587[[package]] 1588name = "litemap" 1589version = "0.8.0" 1590source = "registry+https://github.com/rust-lang/crates.io-index" 1591checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1592 1593[[package]] 1594name = "litrs" 1595version = "0.4.2" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" 1598 1599[[package]] 1600name = "lock_api" 1601version = "0.4.14" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1604dependencies = [ 1605 "scopeguard", 1606] 1607 1608[[package]] 1609name = "log" 1610version = "0.4.28" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1613 1614[[package]] 1615name = "mach2" 1616version = "0.4.3" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" 1619dependencies = [ 1620 "libc", 1621] 1622 1623[[package]] 1624name = "malloc_buf" 1625version = "0.0.6" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1628dependencies = [ 1629 "libc", 1630] 1631 1632[[package]] 1633name = "memchr" 1634version = "2.7.6" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1637 1638[[package]] 1639name = "memmap2" 1640version = "0.9.8" 1641source = "registry+https://github.com/rust-lang/crates.io-index" 1642checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" 1643dependencies = [ 1644 "libc", 1645] 1646 1647[[package]] 1648name = "memoffset" 1649version = "0.9.1" 1650source = "registry+https://github.com/rust-lang/crates.io-index" 1651checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 1652dependencies = [ 1653 "autocfg", 1654] 1655 1656[[package]] 1657name = "metal" 1658version = "0.32.0" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605" 1661dependencies = [ 1662 "bitflags 2.9.4", 1663 "block", 1664 "core-graphics-types 0.2.0", 1665 "foreign-types", 1666 "log", 1667 "objc", 1668 "paste", 1669] 1670 1671[[package]] 1672name = "naga" 1673version = "27.0.0" 1674source = "registry+https://github.com/rust-lang/crates.io-index" 1675checksum = "12b2e757b11b47345d44e7760e45458339bc490463d9548cd8651c53ae523153" 1676dependencies = [ 1677 "arrayvec", 1678 "bit-set", 1679 "bitflags 2.9.4", 1680 "cfg-if", 1681 "cfg_aliases", 1682 "codespan-reporting", 1683 "half", 1684 "hashbrown 0.16.0", 1685 "hexf-parse", 1686 "indexmap", 1687 "libm", 1688 "log", 1689 "num-traits", 1690 "once_cell", 1691 "rustc-hash", 1692 "spirv", 1693 "thiserror 2.0.17", 1694 "unicode-ident", 1695] 1696 1697[[package]] 1698name = "ndk" 1699version = "0.9.0" 1700source = "registry+https://github.com/rust-lang/crates.io-index" 1701checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 1702dependencies = [ 1703 "bitflags 2.9.4", 1704 "jni-sys", 1705 "log", 1706 "ndk-sys", 1707 "num_enum", 1708 "raw-window-handle", 1709 "thiserror 1.0.69", 1710] 1711 1712[[package]] 1713name = "ndk-context" 1714version = "0.1.1" 1715source = "registry+https://github.com/rust-lang/crates.io-index" 1716checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 1717 1718[[package]] 1719name = "ndk-sys" 1720version = "0.6.0+11769913" 1721source = "registry+https://github.com/rust-lang/crates.io-index" 1722checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 1723dependencies = [ 1724 "jni-sys", 1725] 1726 1727[[package]] 1728name = "nix" 1729version = "0.30.1" 1730source = "registry+https://github.com/rust-lang/crates.io-index" 1731checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 1732dependencies = [ 1733 "bitflags 2.9.4", 1734 "cfg-if", 1735 "cfg_aliases", 1736 "libc", 1737 "memoffset", 1738] 1739 1740[[package]] 1741name = "num-derive" 1742version = "0.4.2" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 1745dependencies = [ 1746 "proc-macro2", 1747 "quote", 1748 "syn", 1749] 1750 1751[[package]] 1752name = "num-traits" 1753version = "0.2.19" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1756dependencies = [ 1757 "autocfg", 1758 "libm", 1759] 1760 1761[[package]] 1762name = "num_cpus" 1763version = "1.17.0" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 1766dependencies = [ 1767 "hermit-abi", 1768 "libc", 1769] 1770 1771[[package]] 1772name = "num_enum" 1773version = "0.7.4" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" 1776dependencies = [ 1777 "num_enum_derive", 1778 "rustversion", 1779] 1780 1781[[package]] 1782name = "num_enum_derive" 1783version = "0.7.4" 1784source = "registry+https://github.com/rust-lang/crates.io-index" 1785checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" 1786dependencies = [ 1787 "proc-macro-crate", 1788 "proc-macro2", 1789 "quote", 1790 "syn", 1791] 1792 1793[[package]] 1794name = "objc" 1795version = "0.2.7" 1796source = "registry+https://github.com/rust-lang/crates.io-index" 1797checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1798dependencies = [ 1799 "malloc_buf", 1800] 1801 1802[[package]] 1803name = "objc-sys" 1804version = "0.3.5" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 1807 1808[[package]] 1809name = "objc2" 1810version = "0.5.2" 1811source = "registry+https://github.com/rust-lang/crates.io-index" 1812checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 1813dependencies = [ 1814 "objc-sys", 1815 "objc2-encode", 1816] 1817 1818[[package]] 1819name = "objc2" 1820version = "0.6.3" 1821source = "registry+https://github.com/rust-lang/crates.io-index" 1822checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 1823dependencies = [ 1824 "objc2-encode", 1825] 1826 1827[[package]] 1828name = "objc2-app-kit" 1829version = "0.2.2" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 1832dependencies = [ 1833 "bitflags 2.9.4", 1834 "block2 0.5.1", 1835 "libc", 1836 "objc2 0.5.2", 1837 "objc2-core-data", 1838 "objc2-core-image", 1839 "objc2-foundation 0.2.2", 1840 "objc2-quartz-core", 1841] 1842 1843[[package]] 1844name = "objc2-app-kit" 1845version = "0.3.2" 1846source = "registry+https://github.com/rust-lang/crates.io-index" 1847checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 1848dependencies = [ 1849 "bitflags 2.9.4", 1850 "block2 0.6.2", 1851 "objc2 0.6.3", 1852 "objc2-foundation 0.3.2", 1853] 1854 1855[[package]] 1856name = "objc2-audio-toolbox" 1857version = "0.3.2" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08" 1860dependencies = [ 1861 "bitflags 2.9.4", 1862 "libc", 1863 "objc2 0.6.3", 1864 "objc2-core-audio", 1865 "objc2-core-audio-types", 1866 "objc2-core-foundation", 1867 "objc2-foundation 0.3.2", 1868] 1869 1870[[package]] 1871name = "objc2-cloud-kit" 1872version = "0.2.2" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 1875dependencies = [ 1876 "bitflags 2.9.4", 1877 "block2 0.5.1", 1878 "objc2 0.5.2", 1879 "objc2-core-location", 1880 "objc2-foundation 0.2.2", 1881] 1882 1883[[package]] 1884name = "objc2-contacts" 1885version = "0.2.2" 1886source = "registry+https://github.com/rust-lang/crates.io-index" 1887checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 1888dependencies = [ 1889 "block2 0.5.1", 1890 "objc2 0.5.2", 1891 "objc2-foundation 0.2.2", 1892] 1893 1894[[package]] 1895name = "objc2-core-audio" 1896version = "0.3.2" 1897source = "registry+https://github.com/rust-lang/crates.io-index" 1898checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2" 1899dependencies = [ 1900 "dispatch2", 1901 "objc2 0.6.3", 1902 "objc2-core-audio-types", 1903 "objc2-core-foundation", 1904] 1905 1906[[package]] 1907name = "objc2-core-audio-types" 1908version = "0.3.2" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c" 1911dependencies = [ 1912 "bitflags 2.9.4", 1913 "objc2 0.6.3", 1914] 1915 1916[[package]] 1917name = "objc2-core-data" 1918version = "0.2.2" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 1921dependencies = [ 1922 "bitflags 2.9.4", 1923 "block2 0.5.1", 1924 "objc2 0.5.2", 1925 "objc2-foundation 0.2.2", 1926] 1927 1928[[package]] 1929name = "objc2-core-foundation" 1930version = "0.3.2" 1931source = "registry+https://github.com/rust-lang/crates.io-index" 1932checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 1933dependencies = [ 1934 "bitflags 2.9.4", 1935 "dispatch2", 1936 "objc2 0.6.3", 1937] 1938 1939[[package]] 1940name = "objc2-core-image" 1941version = "0.2.2" 1942source = "registry+https://github.com/rust-lang/crates.io-index" 1943checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 1944dependencies = [ 1945 "block2 0.5.1", 1946 "objc2 0.5.2", 1947 "objc2-foundation 0.2.2", 1948 "objc2-metal", 1949] 1950 1951[[package]] 1952name = "objc2-core-location" 1953version = "0.2.2" 1954source = "registry+https://github.com/rust-lang/crates.io-index" 1955checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 1956dependencies = [ 1957 "block2 0.5.1", 1958 "objc2 0.5.2", 1959 "objc2-contacts", 1960 "objc2-foundation 0.2.2", 1961] 1962 1963[[package]] 1964name = "objc2-encode" 1965version = "4.1.0" 1966source = "registry+https://github.com/rust-lang/crates.io-index" 1967checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 1968 1969[[package]] 1970name = "objc2-foundation" 1971version = "0.2.2" 1972source = "registry+https://github.com/rust-lang/crates.io-index" 1973checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 1974dependencies = [ 1975 "bitflags 2.9.4", 1976 "block2 0.5.1", 1977 "dispatch", 1978 "libc", 1979 "objc2 0.5.2", 1980] 1981 1982[[package]] 1983name = "objc2-foundation" 1984version = "0.3.2" 1985source = "registry+https://github.com/rust-lang/crates.io-index" 1986checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 1987dependencies = [ 1988 "bitflags 2.9.4", 1989 "objc2 0.6.3", 1990 "objc2-core-foundation", 1991] 1992 1993[[package]] 1994name = "objc2-link-presentation" 1995version = "0.2.2" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 1998dependencies = [ 1999 "block2 0.5.1", 2000 "objc2 0.5.2", 2001 "objc2-app-kit 0.2.2", 2002 "objc2-foundation 0.2.2", 2003] 2004 2005[[package]] 2006name = "objc2-metal" 2007version = "0.2.2" 2008source = "registry+https://github.com/rust-lang/crates.io-index" 2009checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 2010dependencies = [ 2011 "bitflags 2.9.4", 2012 "block2 0.5.1", 2013 "objc2 0.5.2", 2014 "objc2-foundation 0.2.2", 2015] 2016 2017[[package]] 2018name = "objc2-quartz-core" 2019version = "0.2.2" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 2022dependencies = [ 2023 "bitflags 2.9.4", 2024 "block2 0.5.1", 2025 "objc2 0.5.2", 2026 "objc2-foundation 0.2.2", 2027 "objc2-metal", 2028] 2029 2030[[package]] 2031name = "objc2-symbols" 2032version = "0.2.2" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 2035dependencies = [ 2036 "objc2 0.5.2", 2037 "objc2-foundation 0.2.2", 2038] 2039 2040[[package]] 2041name = "objc2-ui-kit" 2042version = "0.2.2" 2043source = "registry+https://github.com/rust-lang/crates.io-index" 2044checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 2045dependencies = [ 2046 "bitflags 2.9.4", 2047 "block2 0.5.1", 2048 "objc2 0.5.2", 2049 "objc2-cloud-kit", 2050 "objc2-core-data", 2051 "objc2-core-image", 2052 "objc2-core-location", 2053 "objc2-foundation 0.2.2", 2054 "objc2-link-presentation", 2055 "objc2-quartz-core", 2056 "objc2-symbols", 2057 "objc2-uniform-type-identifiers", 2058 "objc2-user-notifications", 2059] 2060 2061[[package]] 2062name = "objc2-uniform-type-identifiers" 2063version = "0.2.2" 2064source = "registry+https://github.com/rust-lang/crates.io-index" 2065checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 2066dependencies = [ 2067 "block2 0.5.1", 2068 "objc2 0.5.2", 2069 "objc2-foundation 0.2.2", 2070] 2071 2072[[package]] 2073name = "objc2-user-notifications" 2074version = "0.2.2" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 2077dependencies = [ 2078 "bitflags 2.9.4", 2079 "block2 0.5.1", 2080 "objc2 0.5.2", 2081 "objc2-core-location", 2082 "objc2-foundation 0.2.2", 2083] 2084 2085[[package]] 2086name = "once_cell" 2087version = "1.21.3" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2090 2091[[package]] 2092name = "orbclient" 2093version = "0.3.48" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43" 2096dependencies = [ 2097 "libredox", 2098] 2099 2100[[package]] 2101name = "ordered-float" 2102version = "5.0.0" 2103source = "registry+https://github.com/rust-lang/crates.io-index" 2104checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01" 2105dependencies = [ 2106 "num-traits", 2107] 2108 2109[[package]] 2110name = "ordered-stream" 2111version = "0.2.0" 2112source = "registry+https://github.com/rust-lang/crates.io-index" 2113checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 2114dependencies = [ 2115 "futures-core", 2116 "pin-project-lite", 2117] 2118 2119[[package]] 2120name = "owned_ttf_parser" 2121version = "0.25.1" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" 2124dependencies = [ 2125 "ttf-parser", 2126] 2127 2128[[package]] 2129name = "parking" 2130version = "2.2.1" 2131source = "registry+https://github.com/rust-lang/crates.io-index" 2132checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2133 2134[[package]] 2135name = "parking_lot" 2136version = "0.12.5" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2139dependencies = [ 2140 "lock_api", 2141 "parking_lot_core", 2142] 2143 2144[[package]] 2145name = "parking_lot_core" 2146version = "0.9.12" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2149dependencies = [ 2150 "cfg-if", 2151 "libc", 2152 "redox_syscall 0.5.18", 2153 "smallvec", 2154 "windows-link 0.2.1", 2155] 2156 2157[[package]] 2158name = "paste" 2159version = "1.0.15" 2160source = "registry+https://github.com/rust-lang/crates.io-index" 2161checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2162 2163[[package]] 2164name = "percent-encoding" 2165version = "2.3.2" 2166source = "registry+https://github.com/rust-lang/crates.io-index" 2167checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2168 2169[[package]] 2170name = "pin-project" 2171version = "1.1.10" 2172source = "registry+https://github.com/rust-lang/crates.io-index" 2173checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 2174dependencies = [ 2175 "pin-project-internal", 2176] 2177 2178[[package]] 2179name = "pin-project-internal" 2180version = "1.1.10" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 2183dependencies = [ 2184 "proc-macro2", 2185 "quote", 2186 "syn", 2187] 2188 2189[[package]] 2190name = "pin-project-lite" 2191version = "0.2.16" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2194 2195[[package]] 2196name = "pin-utils" 2197version = "0.1.0" 2198source = "registry+https://github.com/rust-lang/crates.io-index" 2199checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2200 2201[[package]] 2202name = "piper" 2203version = "0.2.4" 2204source = "registry+https://github.com/rust-lang/crates.io-index" 2205checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 2206dependencies = [ 2207 "atomic-waker", 2208 "fastrand", 2209 "futures-io", 2210] 2211 2212[[package]] 2213name = "pkg-config" 2214version = "0.3.32" 2215source = "registry+https://github.com/rust-lang/crates.io-index" 2216checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2217 2218[[package]] 2219name = "polling" 2220version = "3.11.0" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 2223dependencies = [ 2224 "cfg-if", 2225 "concurrent-queue", 2226 "hermit-abi", 2227 "pin-project-lite", 2228 "rustix 1.1.2", 2229 "windows-sys 0.61.2", 2230] 2231 2232[[package]] 2233name = "pollster" 2234version = "0.4.0" 2235source = "registry+https://github.com/rust-lang/crates.io-index" 2236checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" 2237 2238[[package]] 2239name = "portable-atomic" 2240version = "1.11.1" 2241source = "registry+https://github.com/rust-lang/crates.io-index" 2242checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 2243 2244[[package]] 2245name = "portable-atomic-util" 2246version = "0.2.4" 2247source = "registry+https://github.com/rust-lang/crates.io-index" 2248checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 2249dependencies = [ 2250 "portable-atomic", 2251] 2252 2253[[package]] 2254name = "potential_utf" 2255version = "0.1.3" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 2258dependencies = [ 2259 "zerovec", 2260] 2261 2262[[package]] 2263name = "ppv-lite86" 2264version = "0.2.21" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2267dependencies = [ 2268 "zerocopy", 2269] 2270 2271[[package]] 2272name = "presser" 2273version = "0.3.1" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 2276 2277[[package]] 2278name = "proc-macro-crate" 2279version = "3.4.0" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 2282dependencies = [ 2283 "toml_edit", 2284] 2285 2286[[package]] 2287name = "proc-macro2" 2288version = "1.0.101" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 2291dependencies = [ 2292 "unicode-ident", 2293] 2294 2295[[package]] 2296name = "profiling" 2297version = "1.0.17" 2298source = "registry+https://github.com/rust-lang/crates.io-index" 2299checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 2300 2301[[package]] 2302name = "quick-xml" 2303version = "0.36.2" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" 2306dependencies = [ 2307 "memchr", 2308 "serde", 2309] 2310 2311[[package]] 2312name = "quick-xml" 2313version = "0.37.5" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" 2316dependencies = [ 2317 "memchr", 2318] 2319 2320[[package]] 2321name = "quote" 2322version = "1.0.41" 2323source = "registry+https://github.com/rust-lang/crates.io-index" 2324checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 2325dependencies = [ 2326 "proc-macro2", 2327] 2328 2329[[package]] 2330name = "r-efi" 2331version = "5.3.0" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2334 2335[[package]] 2336name = "rand" 2337version = "0.9.2" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 2340dependencies = [ 2341 "rand_chacha", 2342 "rand_core", 2343] 2344 2345[[package]] 2346name = "rand_chacha" 2347version = "0.9.0" 2348source = "registry+https://github.com/rust-lang/crates.io-index" 2349checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2350dependencies = [ 2351 "ppv-lite86", 2352 "rand_core", 2353] 2354 2355[[package]] 2356name = "rand_core" 2357version = "0.9.3" 2358source = "registry+https://github.com/rust-lang/crates.io-index" 2359checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 2360dependencies = [ 2361 "getrandom", 2362] 2363 2364[[package]] 2365name = "range-alloc" 2366version = "0.1.4" 2367source = "registry+https://github.com/rust-lang/crates.io-index" 2368checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" 2369 2370[[package]] 2371name = "raw-window-handle" 2372version = "0.6.2" 2373source = "registry+https://github.com/rust-lang/crates.io-index" 2374checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 2375 2376[[package]] 2377name = "redox_syscall" 2378version = "0.4.1" 2379source = "registry+https://github.com/rust-lang/crates.io-index" 2380checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2381dependencies = [ 2382 "bitflags 1.3.2", 2383] 2384 2385[[package]] 2386name = "redox_syscall" 2387version = "0.5.18" 2388source = "registry+https://github.com/rust-lang/crates.io-index" 2389checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2390dependencies = [ 2391 "bitflags 2.9.4", 2392] 2393 2394[[package]] 2395name = "renderdoc-sys" 2396version = "1.1.0" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 2399 2400[[package]] 2401name = "rfd" 2402version = "0.15.4" 2403source = "registry+https://github.com/rust-lang/crates.io-index" 2404checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed" 2405dependencies = [ 2406 "ashpd", 2407 "block2 0.6.2", 2408 "dispatch2", 2409 "js-sys", 2410 "log", 2411 "objc2 0.6.3", 2412 "objc2-app-kit 0.3.2", 2413 "objc2-core-foundation", 2414 "objc2-foundation 0.3.2", 2415 "pollster", 2416 "raw-window-handle", 2417 "urlencoding", 2418 "wasm-bindgen", 2419 "wasm-bindgen-futures", 2420 "web-sys", 2421 "windows-sys 0.59.0", 2422] 2423 2424[[package]] 2425name = "rt-write-lock" 2426version = "0.1.0" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "79ce7f6e4b55e98feea9066f403ac0866c1d16d602d7522367151771d2800a15" 2429 2430[[package]] 2431name = "rtrb" 2432version = "0.3.2" 2433source = "registry+https://github.com/rust-lang/crates.io-index" 2434checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba" 2435 2436[[package]] 2437name = "rtsan-standalone" 2438version = "0.2.0" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "3c6a4b90a2bb001ee7995beb43c38b9ed112660936ae2183d462ee5e794a1b59" 2441dependencies = [ 2442 "rtsan-standalone-macros", 2443 "rtsan-standalone-sys", 2444] 2445 2446[[package]] 2447name = "rtsan-standalone-macros" 2448version = "0.2.0" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "849bff7a4ddb988fd4daa20f818e7cd699195ac81c9a6f2372444e04ba88e71e" 2451dependencies = [ 2452 "quote", 2453 "syn", 2454] 2455 2456[[package]] 2457name = "rtsan-standalone-sys" 2458version = "0.2.0" 2459source = "registry+https://github.com/rust-lang/crates.io-index" 2460checksum = "8b463f269f93c0e4be0e325b3a3fe46b3948992d36b37c8a5d949e9b903d9294" 2461dependencies = [ 2462 "num_cpus", 2463 "tempfile", 2464] 2465 2466[[package]] 2467name = "rustc-hash" 2468version = "1.1.0" 2469source = "registry+https://github.com/rust-lang/crates.io-index" 2470checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2471 2472[[package]] 2473name = "rustix" 2474version = "0.38.44" 2475source = "registry+https://github.com/rust-lang/crates.io-index" 2476checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 2477dependencies = [ 2478 "bitflags 2.9.4", 2479 "errno", 2480 "libc", 2481 "linux-raw-sys 0.4.15", 2482 "windows-sys 0.59.0", 2483] 2484 2485[[package]] 2486name = "rustix" 2487version = "1.1.2" 2488source = "registry+https://github.com/rust-lang/crates.io-index" 2489checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 2490dependencies = [ 2491 "bitflags 2.9.4", 2492 "errno", 2493 "libc", 2494 "linux-raw-sys 0.11.0", 2495 "windows-sys 0.61.2", 2496] 2497 2498[[package]] 2499name = "rustversion" 2500version = "1.0.22" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2503 2504[[package]] 2505name = "same-file" 2506version = "1.0.6" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2509dependencies = [ 2510 "winapi-util", 2511] 2512 2513[[package]] 2514name = "scoped-tls" 2515version = "1.0.1" 2516source = "registry+https://github.com/rust-lang/crates.io-index" 2517checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2518 2519[[package]] 2520name = "scopeguard" 2521version = "1.2.0" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2524 2525[[package]] 2526name = "sctk-adwaita" 2527version = "0.10.1" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" 2530dependencies = [ 2531 "ab_glyph", 2532 "log", 2533 "memmap2", 2534 "smithay-client-toolkit", 2535 "tiny-skia", 2536] 2537 2538[[package]] 2539name = "serde" 2540version = "1.0.228" 2541source = "registry+https://github.com/rust-lang/crates.io-index" 2542checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2543dependencies = [ 2544 "serde_core", 2545 "serde_derive", 2546] 2547 2548[[package]] 2549name = "serde_core" 2550version = "1.0.228" 2551source = "registry+https://github.com/rust-lang/crates.io-index" 2552checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2553dependencies = [ 2554 "serde_derive", 2555] 2556 2557[[package]] 2558name = "serde_derive" 2559version = "1.0.228" 2560source = "registry+https://github.com/rust-lang/crates.io-index" 2561checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2562dependencies = [ 2563 "proc-macro2", 2564 "quote", 2565 "syn", 2566] 2567 2568[[package]] 2569name = "serde_repr" 2570version = "0.1.20" 2571source = "registry+https://github.com/rust-lang/crates.io-index" 2572checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 2573dependencies = [ 2574 "proc-macro2", 2575 "quote", 2576 "syn", 2577] 2578 2579[[package]] 2580name = "shlex" 2581version = "1.3.0" 2582source = "registry+https://github.com/rust-lang/crates.io-index" 2583checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2584 2585[[package]] 2586name = "signal-hook-registry" 2587version = "1.4.6" 2588source = "registry+https://github.com/rust-lang/crates.io-index" 2589checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 2590dependencies = [ 2591 "libc", 2592] 2593 2594[[package]] 2595name = "simple-left-right" 2596version = "0.2.3" 2597source = "registry+https://github.com/rust-lang/crates.io-index" 2598checksum = "a3a8aae2755857e854bf0aaa2024e240c39c75228789afe556f552a52dbb9d74" 2599 2600[[package]] 2601name = "slab" 2602version = "0.4.11" 2603source = "registry+https://github.com/rust-lang/crates.io-index" 2604checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 2605 2606[[package]] 2607name = "slotmap" 2608version = "1.0.7" 2609source = "registry+https://github.com/rust-lang/crates.io-index" 2610checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 2611dependencies = [ 2612 "version_check", 2613] 2614 2615[[package]] 2616name = "smallvec" 2617version = "1.15.1" 2618source = "registry+https://github.com/rust-lang/crates.io-index" 2619checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2620 2621[[package]] 2622name = "smithay-client-toolkit" 2623version = "0.19.2" 2624source = "registry+https://github.com/rust-lang/crates.io-index" 2625checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 2626dependencies = [ 2627 "bitflags 2.9.4", 2628 "calloop", 2629 "calloop-wayland-source", 2630 "cursor-icon", 2631 "libc", 2632 "log", 2633 "memmap2", 2634 "rustix 0.38.44", 2635 "thiserror 1.0.69", 2636 "wayland-backend", 2637 "wayland-client", 2638 "wayland-csd-frame", 2639 "wayland-cursor", 2640 "wayland-protocols", 2641 "wayland-protocols-wlr", 2642 "wayland-scanner", 2643 "xkeysym", 2644] 2645 2646[[package]] 2647name = "smol" 2648version = "2.0.2" 2649source = "registry+https://github.com/rust-lang/crates.io-index" 2650checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f" 2651dependencies = [ 2652 "async-channel", 2653 "async-executor", 2654 "async-fs", 2655 "async-io", 2656 "async-lock", 2657 "async-net", 2658 "async-process", 2659 "blocking", 2660 "futures-lite", 2661] 2662 2663[[package]] 2664name = "smol_str" 2665version = "0.2.2" 2666source = "registry+https://github.com/rust-lang/crates.io-index" 2667checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 2668dependencies = [ 2669 "serde", 2670] 2671 2672[[package]] 2673name = "softbuffer" 2674version = "0.4.6" 2675source = "registry+https://github.com/rust-lang/crates.io-index" 2676checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08" 2677dependencies = [ 2678 "as-raw-xcb-connection", 2679 "bytemuck", 2680 "cfg_aliases", 2681 "core-graphics 0.24.0", 2682 "drm", 2683 "fastrand", 2684 "foreign-types", 2685 "js-sys", 2686 "log", 2687 "memmap2", 2688 "objc2 0.5.2", 2689 "objc2-foundation 0.2.2", 2690 "objc2-quartz-core", 2691 "raw-window-handle", 2692 "redox_syscall 0.5.18", 2693 "rustix 0.38.44", 2694 "tiny-xlib", 2695 "wasm-bindgen", 2696 "wayland-backend", 2697 "wayland-client", 2698 "wayland-sys", 2699 "web-sys", 2700 "windows-sys 0.59.0", 2701 "x11rb", 2702] 2703 2704[[package]] 2705name = "spirv" 2706version = "0.3.0+sdk-1.3.268.0" 2707source = "registry+https://github.com/rust-lang/crates.io-index" 2708checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 2709dependencies = [ 2710 "bitflags 2.9.4", 2711] 2712 2713[[package]] 2714name = "stable_deref_trait" 2715version = "1.2.1" 2716source = "registry+https://github.com/rust-lang/crates.io-index" 2717checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2718 2719[[package]] 2720name = "static_assertions" 2721version = "1.1.0" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2724 2725[[package]] 2726name = "strict-num" 2727version = "0.1.1" 2728source = "registry+https://github.com/rust-lang/crates.io-index" 2729checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 2730 2731[[package]] 2732name = "symphonia" 2733version = "0.5.4" 2734source = "registry+https://github.com/rust-lang/crates.io-index" 2735checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9" 2736dependencies = [ 2737 "lazy_static", 2738 "symphonia-bundle-flac", 2739 "symphonia-codec-adpcm", 2740 "symphonia-codec-pcm", 2741 "symphonia-codec-vorbis", 2742 "symphonia-core", 2743 "symphonia-format-mkv", 2744 "symphonia-format-ogg", 2745 "symphonia-format-riff", 2746 "symphonia-metadata", 2747] 2748 2749[[package]] 2750name = "symphonia-bundle-flac" 2751version = "0.5.4" 2752source = "registry+https://github.com/rust-lang/crates.io-index" 2753checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97" 2754dependencies = [ 2755 "log", 2756 "symphonia-core", 2757 "symphonia-metadata", 2758 "symphonia-utils-xiph", 2759] 2760 2761[[package]] 2762name = "symphonia-codec-adpcm" 2763version = "0.5.4" 2764source = "registry+https://github.com/rust-lang/crates.io-index" 2765checksum = "c94e1feac3327cd616e973d5be69ad36b3945f16b06f19c6773fc3ac0b426a0f" 2766dependencies = [ 2767 "log", 2768 "symphonia-core", 2769] 2770 2771[[package]] 2772name = "symphonia-codec-pcm" 2773version = "0.5.4" 2774source = "registry+https://github.com/rust-lang/crates.io-index" 2775checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b" 2776dependencies = [ 2777 "log", 2778 "symphonia-core", 2779] 2780 2781[[package]] 2782name = "symphonia-codec-vorbis" 2783version = "0.5.4" 2784source = "registry+https://github.com/rust-lang/crates.io-index" 2785checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30" 2786dependencies = [ 2787 "log", 2788 "symphonia-core", 2789 "symphonia-utils-xiph", 2790] 2791 2792[[package]] 2793name = "symphonia-core" 2794version = "0.5.4" 2795source = "registry+https://github.com/rust-lang/crates.io-index" 2796checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3" 2797dependencies = [ 2798 "arrayvec", 2799 "bitflags 1.3.2", 2800 "bytemuck", 2801 "lazy_static", 2802 "log", 2803] 2804 2805[[package]] 2806name = "symphonia-format-mkv" 2807version = "0.5.4" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "1bb43471a100f7882dc9937395bd5ebee8329298e766250b15b3875652fe3d6f" 2810dependencies = [ 2811 "lazy_static", 2812 "log", 2813 "symphonia-core", 2814 "symphonia-metadata", 2815 "symphonia-utils-xiph", 2816] 2817 2818[[package]] 2819name = "symphonia-format-ogg" 2820version = "0.5.4" 2821source = "registry+https://github.com/rust-lang/crates.io-index" 2822checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931" 2823dependencies = [ 2824 "log", 2825 "symphonia-core", 2826 "symphonia-metadata", 2827 "symphonia-utils-xiph", 2828] 2829 2830[[package]] 2831name = "symphonia-format-riff" 2832version = "0.5.4" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50" 2835dependencies = [ 2836 "extended", 2837 "log", 2838 "symphonia-core", 2839 "symphonia-metadata", 2840] 2841 2842[[package]] 2843name = "symphonia-metadata" 2844version = "0.5.4" 2845source = "registry+https://github.com/rust-lang/crates.io-index" 2846checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c" 2847dependencies = [ 2848 "encoding_rs", 2849 "lazy_static", 2850 "log", 2851 "symphonia-core", 2852] 2853 2854[[package]] 2855name = "symphonia-utils-xiph" 2856version = "0.5.4" 2857source = "registry+https://github.com/rust-lang/crates.io-index" 2858checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe" 2859dependencies = [ 2860 "symphonia-core", 2861 "symphonia-metadata", 2862] 2863 2864[[package]] 2865name = "syn" 2866version = "2.0.106" 2867source = "registry+https://github.com/rust-lang/crates.io-index" 2868checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 2869dependencies = [ 2870 "proc-macro2", 2871 "quote", 2872 "unicode-ident", 2873] 2874 2875[[package]] 2876name = "synstructure" 2877version = "0.13.2" 2878source = "registry+https://github.com/rust-lang/crates.io-index" 2879checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2880dependencies = [ 2881 "proc-macro2", 2882 "quote", 2883 "syn", 2884] 2885 2886[[package]] 2887name = "tempfile" 2888version = "3.23.0" 2889source = "registry+https://github.com/rust-lang/crates.io-index" 2890checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 2891dependencies = [ 2892 "fastrand", 2893 "getrandom", 2894 "once_cell", 2895 "rustix 1.1.2", 2896 "windows-sys 0.61.2", 2897] 2898 2899[[package]] 2900name = "termcolor" 2901version = "1.4.1" 2902source = "registry+https://github.com/rust-lang/crates.io-index" 2903checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 2904dependencies = [ 2905 "winapi-util", 2906] 2907 2908[[package]] 2909name = "thiserror" 2910version = "1.0.69" 2911source = "registry+https://github.com/rust-lang/crates.io-index" 2912checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2913dependencies = [ 2914 "thiserror-impl 1.0.69", 2915] 2916 2917[[package]] 2918name = "thiserror" 2919version = "2.0.17" 2920source = "registry+https://github.com/rust-lang/crates.io-index" 2921checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 2922dependencies = [ 2923 "thiserror-impl 2.0.17", 2924] 2925 2926[[package]] 2927name = "thiserror-impl" 2928version = "1.0.69" 2929source = "registry+https://github.com/rust-lang/crates.io-index" 2930checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2931dependencies = [ 2932 "proc-macro2", 2933 "quote", 2934 "syn", 2935] 2936 2937[[package]] 2938name = "thiserror-impl" 2939version = "2.0.17" 2940source = "registry+https://github.com/rust-lang/crates.io-index" 2941checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 2942dependencies = [ 2943 "proc-macro2", 2944 "quote", 2945 "syn", 2946] 2947 2948[[package]] 2949name = "tiny-skia" 2950version = "0.11.4" 2951source = "registry+https://github.com/rust-lang/crates.io-index" 2952checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 2953dependencies = [ 2954 "arrayref", 2955 "arrayvec", 2956 "bytemuck", 2957 "cfg-if", 2958 "log", 2959 "tiny-skia-path", 2960] 2961 2962[[package]] 2963name = "tiny-skia-path" 2964version = "0.11.4" 2965source = "registry+https://github.com/rust-lang/crates.io-index" 2966checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 2967dependencies = [ 2968 "arrayref", 2969 "bytemuck", 2970 "strict-num", 2971] 2972 2973[[package]] 2974name = "tiny-xlib" 2975version = "0.2.4" 2976source = "registry+https://github.com/rust-lang/crates.io-index" 2977checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e" 2978dependencies = [ 2979 "as-raw-xcb-connection", 2980 "ctor-lite", 2981 "libloading", 2982 "pkg-config", 2983 "tracing", 2984] 2985 2986[[package]] 2987name = "tinystr" 2988version = "0.8.1" 2989source = "registry+https://github.com/rust-lang/crates.io-index" 2990checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2991dependencies = [ 2992 "displaydoc", 2993 "zerovec", 2994] 2995 2996[[package]] 2997name = "toml_datetime" 2998version = "0.7.3" 2999source = "registry+https://github.com/rust-lang/crates.io-index" 3000checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" 3001dependencies = [ 3002 "serde_core", 3003] 3004 3005[[package]] 3006name = "toml_edit" 3007version = "0.23.7" 3008source = "registry+https://github.com/rust-lang/crates.io-index" 3009checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" 3010dependencies = [ 3011 "indexmap", 3012 "toml_datetime", 3013 "toml_parser", 3014 "winnow", 3015] 3016 3017[[package]] 3018name = "toml_parser" 3019version = "1.0.4" 3020source = "registry+https://github.com/rust-lang/crates.io-index" 3021checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" 3022dependencies = [ 3023 "winnow", 3024] 3025 3026[[package]] 3027name = "torque-tracker" 3028version = "0.1.1" 3029dependencies = [ 3030 "accesskit", 3031 "accesskit_winit", 3032 "ascii", 3033 "cpal", 3034 "font8x8", 3035 "paste", 3036 "rfd", 3037 "smol", 3038 "softbuffer", 3039 "symphonia", 3040 "torque-tracker-engine", 3041 "wgpu", 3042 "winit", 3043] 3044 3045[[package]] 3046name = "torque-tracker-engine" 3047version = "0.2.0" 3048source = "git+https://github.com/luca3s/torque-tracker-engine.git?branch=dev#6769b8159285a0b3ba6139f22e484d66bd7a0b97" 3049dependencies = [ 3050 "dasp", 3051 "rt-write-lock", 3052 "rtrb", 3053 "rtsan-standalone", 3054 "simple-left-right", 3055] 3056 3057[[package]] 3058name = "tracing" 3059version = "0.1.41" 3060source = "registry+https://github.com/rust-lang/crates.io-index" 3061checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 3062dependencies = [ 3063 "pin-project-lite", 3064 "tracing-attributes", 3065 "tracing-core", 3066] 3067 3068[[package]] 3069name = "tracing-attributes" 3070version = "0.1.30" 3071source = "registry+https://github.com/rust-lang/crates.io-index" 3072checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 3073dependencies = [ 3074 "proc-macro2", 3075 "quote", 3076 "syn", 3077] 3078 3079[[package]] 3080name = "tracing-core" 3081version = "0.1.34" 3082source = "registry+https://github.com/rust-lang/crates.io-index" 3083checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 3084dependencies = [ 3085 "once_cell", 3086] 3087 3088[[package]] 3089name = "ttf-parser" 3090version = "0.25.1" 3091source = "registry+https://github.com/rust-lang/crates.io-index" 3092checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 3093 3094[[package]] 3095name = "uds_windows" 3096version = "1.1.0" 3097source = "registry+https://github.com/rust-lang/crates.io-index" 3098checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 3099dependencies = [ 3100 "memoffset", 3101 "tempfile", 3102 "winapi", 3103] 3104 3105[[package]] 3106name = "unicode-ident" 3107version = "1.0.19" 3108source = "registry+https://github.com/rust-lang/crates.io-index" 3109checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 3110 3111[[package]] 3112name = "unicode-segmentation" 3113version = "1.12.0" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3116 3117[[package]] 3118name = "unicode-width" 3119version = "0.2.2" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 3122 3123[[package]] 3124name = "url" 3125version = "2.5.7" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 3128dependencies = [ 3129 "form_urlencoded", 3130 "idna", 3131 "percent-encoding", 3132 "serde", 3133] 3134 3135[[package]] 3136name = "urlencoding" 3137version = "2.1.3" 3138source = "registry+https://github.com/rust-lang/crates.io-index" 3139checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3140 3141[[package]] 3142name = "utf8_iter" 3143version = "1.0.4" 3144source = "registry+https://github.com/rust-lang/crates.io-index" 3145checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3146 3147[[package]] 3148name = "version_check" 3149version = "0.9.5" 3150source = "registry+https://github.com/rust-lang/crates.io-index" 3151checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3152 3153[[package]] 3154name = "walkdir" 3155version = "2.5.0" 3156source = "registry+https://github.com/rust-lang/crates.io-index" 3157checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3158dependencies = [ 3159 "same-file", 3160 "winapi-util", 3161] 3162 3163[[package]] 3164name = "wasi" 3165version = "0.14.7+wasi-0.2.4" 3166source = "registry+https://github.com/rust-lang/crates.io-index" 3167checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 3168dependencies = [ 3169 "wasip2", 3170] 3171 3172[[package]] 3173name = "wasip2" 3174version = "1.0.1+wasi-0.2.4" 3175source = "registry+https://github.com/rust-lang/crates.io-index" 3176checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 3177dependencies = [ 3178 "wit-bindgen", 3179] 3180 3181[[package]] 3182name = "wasm-bindgen" 3183version = "0.2.104" 3184source = "registry+https://github.com/rust-lang/crates.io-index" 3185checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 3186dependencies = [ 3187 "cfg-if", 3188 "once_cell", 3189 "rustversion", 3190 "wasm-bindgen-macro", 3191 "wasm-bindgen-shared", 3192] 3193 3194[[package]] 3195name = "wasm-bindgen-backend" 3196version = "0.2.104" 3197source = "registry+https://github.com/rust-lang/crates.io-index" 3198checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 3199dependencies = [ 3200 "bumpalo", 3201 "log", 3202 "proc-macro2", 3203 "quote", 3204 "syn", 3205 "wasm-bindgen-shared", 3206] 3207 3208[[package]] 3209name = "wasm-bindgen-futures" 3210version = "0.4.54" 3211source = "registry+https://github.com/rust-lang/crates.io-index" 3212checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" 3213dependencies = [ 3214 "cfg-if", 3215 "js-sys", 3216 "once_cell", 3217 "wasm-bindgen", 3218 "web-sys", 3219] 3220 3221[[package]] 3222name = "wasm-bindgen-macro" 3223version = "0.2.104" 3224source = "registry+https://github.com/rust-lang/crates.io-index" 3225checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 3226dependencies = [ 3227 "quote", 3228 "wasm-bindgen-macro-support", 3229] 3230 3231[[package]] 3232name = "wasm-bindgen-macro-support" 3233version = "0.2.104" 3234source = "registry+https://github.com/rust-lang/crates.io-index" 3235checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 3236dependencies = [ 3237 "proc-macro2", 3238 "quote", 3239 "syn", 3240 "wasm-bindgen-backend", 3241 "wasm-bindgen-shared", 3242] 3243 3244[[package]] 3245name = "wasm-bindgen-shared" 3246version = "0.2.104" 3247source = "registry+https://github.com/rust-lang/crates.io-index" 3248checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 3249dependencies = [ 3250 "unicode-ident", 3251] 3252 3253[[package]] 3254name = "wayland-backend" 3255version = "0.3.11" 3256source = "registry+https://github.com/rust-lang/crates.io-index" 3257checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35" 3258dependencies = [ 3259 "cc", 3260 "downcast-rs", 3261 "rustix 1.1.2", 3262 "scoped-tls", 3263 "smallvec", 3264 "wayland-sys", 3265] 3266 3267[[package]] 3268name = "wayland-client" 3269version = "0.31.11" 3270source = "registry+https://github.com/rust-lang/crates.io-index" 3271checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d" 3272dependencies = [ 3273 "bitflags 2.9.4", 3274 "rustix 1.1.2", 3275 "wayland-backend", 3276 "wayland-scanner", 3277] 3278 3279[[package]] 3280name = "wayland-csd-frame" 3281version = "0.3.0" 3282source = "registry+https://github.com/rust-lang/crates.io-index" 3283checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 3284dependencies = [ 3285 "bitflags 2.9.4", 3286 "cursor-icon", 3287 "wayland-backend", 3288] 3289 3290[[package]] 3291name = "wayland-cursor" 3292version = "0.31.11" 3293source = "registry+https://github.com/rust-lang/crates.io-index" 3294checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29" 3295dependencies = [ 3296 "rustix 1.1.2", 3297 "wayland-client", 3298 "xcursor", 3299] 3300 3301[[package]] 3302name = "wayland-protocols" 3303version = "0.32.9" 3304source = "registry+https://github.com/rust-lang/crates.io-index" 3305checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901" 3306dependencies = [ 3307 "bitflags 2.9.4", 3308 "wayland-backend", 3309 "wayland-client", 3310 "wayland-scanner", 3311] 3312 3313[[package]] 3314name = "wayland-protocols-plasma" 3315version = "0.3.9" 3316source = "registry+https://github.com/rust-lang/crates.io-index" 3317checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032" 3318dependencies = [ 3319 "bitflags 2.9.4", 3320 "wayland-backend", 3321 "wayland-client", 3322 "wayland-protocols", 3323 "wayland-scanner", 3324] 3325 3326[[package]] 3327name = "wayland-protocols-wlr" 3328version = "0.3.9" 3329source = "registry+https://github.com/rust-lang/crates.io-index" 3330checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec" 3331dependencies = [ 3332 "bitflags 2.9.4", 3333 "wayland-backend", 3334 "wayland-client", 3335 "wayland-protocols", 3336 "wayland-scanner", 3337] 3338 3339[[package]] 3340name = "wayland-scanner" 3341version = "0.31.7" 3342source = "registry+https://github.com/rust-lang/crates.io-index" 3343checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3" 3344dependencies = [ 3345 "proc-macro2", 3346 "quick-xml 0.37.5", 3347 "quote", 3348] 3349 3350[[package]] 3351name = "wayland-sys" 3352version = "0.31.7" 3353source = "registry+https://github.com/rust-lang/crates.io-index" 3354checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142" 3355dependencies = [ 3356 "dlib", 3357 "log", 3358 "once_cell", 3359 "pkg-config", 3360] 3361 3362[[package]] 3363name = "web-sys" 3364version = "0.3.81" 3365source = "registry+https://github.com/rust-lang/crates.io-index" 3366checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 3367dependencies = [ 3368 "js-sys", 3369 "wasm-bindgen", 3370] 3371 3372[[package]] 3373name = "web-time" 3374version = "1.1.0" 3375source = "registry+https://github.com/rust-lang/crates.io-index" 3376checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3377dependencies = [ 3378 "js-sys", 3379 "wasm-bindgen", 3380] 3381 3382[[package]] 3383name = "wgpu" 3384version = "27.0.1" 3385source = "registry+https://github.com/rust-lang/crates.io-index" 3386checksum = "bfe68bac7cde125de7a731c3400723cadaaf1703795ad3f4805f187459cd7a77" 3387dependencies = [ 3388 "arrayvec", 3389 "bitflags 2.9.4", 3390 "cfg-if", 3391 "cfg_aliases", 3392 "document-features", 3393 "hashbrown 0.16.0", 3394 "js-sys", 3395 "log", 3396 "naga", 3397 "parking_lot", 3398 "portable-atomic", 3399 "profiling", 3400 "raw-window-handle", 3401 "smallvec", 3402 "static_assertions", 3403 "wasm-bindgen", 3404 "wasm-bindgen-futures", 3405 "web-sys", 3406 "wgpu-core", 3407 "wgpu-hal", 3408 "wgpu-types", 3409] 3410 3411[[package]] 3412name = "wgpu-core" 3413version = "27.0.1" 3414source = "registry+https://github.com/rust-lang/crates.io-index" 3415checksum = "e3d654c0b6c6335edfca18c11bdaed964def641b8e9997d3a495a2ff4077c922" 3416dependencies = [ 3417 "arrayvec", 3418 "bit-set", 3419 "bit-vec", 3420 "bitflags 2.9.4", 3421 "bytemuck", 3422 "cfg_aliases", 3423 "document-features", 3424 "hashbrown 0.16.0", 3425 "indexmap", 3426 "log", 3427 "naga", 3428 "once_cell", 3429 "parking_lot", 3430 "portable-atomic", 3431 "profiling", 3432 "raw-window-handle", 3433 "rustc-hash", 3434 "smallvec", 3435 "thiserror 2.0.17", 3436 "wgpu-core-deps-apple", 3437 "wgpu-core-deps-emscripten", 3438 "wgpu-core-deps-windows-linux-android", 3439 "wgpu-hal", 3440 "wgpu-types", 3441] 3442 3443[[package]] 3444name = "wgpu-core-deps-apple" 3445version = "27.0.0" 3446source = "registry+https://github.com/rust-lang/crates.io-index" 3447checksum = "0772ae958e9be0c729561d5e3fd9a19679bcdfb945b8b1a1969d9bfe8056d233" 3448dependencies = [ 3449 "wgpu-hal", 3450] 3451 3452[[package]] 3453name = "wgpu-core-deps-emscripten" 3454version = "27.0.0" 3455source = "registry+https://github.com/rust-lang/crates.io-index" 3456checksum = "b06ac3444a95b0813ecfd81ddb2774b66220b264b3e2031152a4a29fda4da6b5" 3457dependencies = [ 3458 "wgpu-hal", 3459] 3460 3461[[package]] 3462name = "wgpu-core-deps-windows-linux-android" 3463version = "27.0.0" 3464source = "registry+https://github.com/rust-lang/crates.io-index" 3465checksum = "71197027d61a71748e4120f05a9242b2ad142e3c01f8c1b47707945a879a03c3" 3466dependencies = [ 3467 "wgpu-hal", 3468] 3469 3470[[package]] 3471name = "wgpu-hal" 3472version = "27.0.2" 3473source = "registry+https://github.com/rust-lang/crates.io-index" 3474checksum = "2618a2d6b8a5964ecc1ac32a5db56cb3b1e518725fcd773fd9a782e023453f2b" 3475dependencies = [ 3476 "android_system_properties", 3477 "arrayvec", 3478 "ash", 3479 "bit-set", 3480 "bitflags 2.9.4", 3481 "block", 3482 "bytemuck", 3483 "cfg-if", 3484 "cfg_aliases", 3485 "core-graphics-types 0.2.0", 3486 "glow", 3487 "glutin_wgl_sys", 3488 "gpu-alloc", 3489 "gpu-allocator", 3490 "gpu-descriptor", 3491 "hashbrown 0.16.0", 3492 "js-sys", 3493 "khronos-egl", 3494 "libc", 3495 "libloading", 3496 "log", 3497 "metal", 3498 "naga", 3499 "ndk-sys", 3500 "objc", 3501 "once_cell", 3502 "ordered-float", 3503 "parking_lot", 3504 "portable-atomic", 3505 "portable-atomic-util", 3506 "profiling", 3507 "range-alloc", 3508 "raw-window-handle", 3509 "renderdoc-sys", 3510 "smallvec", 3511 "thiserror 2.0.17", 3512 "wasm-bindgen", 3513 "web-sys", 3514 "wgpu-types", 3515 "windows 0.58.0", 3516 "windows-core 0.58.0", 3517] 3518 3519[[package]] 3520name = "wgpu-types" 3521version = "27.0.1" 3522source = "registry+https://github.com/rust-lang/crates.io-index" 3523checksum = "afdcf84c395990db737f2dd91628706cb31e86d72e53482320d368e52b5da5eb" 3524dependencies = [ 3525 "bitflags 2.9.4", 3526 "bytemuck", 3527 "js-sys", 3528 "log", 3529 "thiserror 2.0.17", 3530 "web-sys", 3531] 3532 3533[[package]] 3534name = "winapi" 3535version = "0.3.9" 3536source = "registry+https://github.com/rust-lang/crates.io-index" 3537checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3538dependencies = [ 3539 "winapi-i686-pc-windows-gnu", 3540 "winapi-x86_64-pc-windows-gnu", 3541] 3542 3543[[package]] 3544name = "winapi-i686-pc-windows-gnu" 3545version = "0.4.0" 3546source = "registry+https://github.com/rust-lang/crates.io-index" 3547checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3548 3549[[package]] 3550name = "winapi-util" 3551version = "0.1.11" 3552source = "registry+https://github.com/rust-lang/crates.io-index" 3553checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 3554dependencies = [ 3555 "windows-sys 0.61.2", 3556] 3557 3558[[package]] 3559name = "winapi-x86_64-pc-windows-gnu" 3560version = "0.4.0" 3561source = "registry+https://github.com/rust-lang/crates.io-index" 3562checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3563 3564[[package]] 3565name = "windows" 3566version = "0.54.0" 3567source = "registry+https://github.com/rust-lang/crates.io-index" 3568checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" 3569dependencies = [ 3570 "windows-core 0.54.0", 3571 "windows-targets 0.52.6", 3572] 3573 3574[[package]] 3575name = "windows" 3576version = "0.58.0" 3577source = "registry+https://github.com/rust-lang/crates.io-index" 3578checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 3579dependencies = [ 3580 "windows-core 0.58.0", 3581 "windows-targets 0.52.6", 3582] 3583 3584[[package]] 3585name = "windows" 3586version = "0.61.3" 3587source = "registry+https://github.com/rust-lang/crates.io-index" 3588checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 3589dependencies = [ 3590 "windows-collections", 3591 "windows-core 0.61.2", 3592 "windows-future", 3593 "windows-link 0.1.3", 3594 "windows-numerics", 3595] 3596 3597[[package]] 3598name = "windows-collections" 3599version = "0.2.0" 3600source = "registry+https://github.com/rust-lang/crates.io-index" 3601checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 3602dependencies = [ 3603 "windows-core 0.61.2", 3604] 3605 3606[[package]] 3607name = "windows-core" 3608version = "0.54.0" 3609source = "registry+https://github.com/rust-lang/crates.io-index" 3610checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" 3611dependencies = [ 3612 "windows-result 0.1.2", 3613 "windows-targets 0.52.6", 3614] 3615 3616[[package]] 3617name = "windows-core" 3618version = "0.58.0" 3619source = "registry+https://github.com/rust-lang/crates.io-index" 3620checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 3621dependencies = [ 3622 "windows-implement 0.58.0", 3623 "windows-interface 0.58.0", 3624 "windows-result 0.2.0", 3625 "windows-strings 0.1.0", 3626 "windows-targets 0.52.6", 3627] 3628 3629[[package]] 3630name = "windows-core" 3631version = "0.61.2" 3632source = "registry+https://github.com/rust-lang/crates.io-index" 3633checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 3634dependencies = [ 3635 "windows-implement 0.60.2", 3636 "windows-interface 0.59.3", 3637 "windows-link 0.1.3", 3638 "windows-result 0.3.4", 3639 "windows-strings 0.4.2", 3640] 3641 3642[[package]] 3643name = "windows-future" 3644version = "0.2.1" 3645source = "registry+https://github.com/rust-lang/crates.io-index" 3646checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 3647dependencies = [ 3648 "windows-core 0.61.2", 3649 "windows-link 0.1.3", 3650 "windows-threading", 3651] 3652 3653[[package]] 3654name = "windows-implement" 3655version = "0.58.0" 3656source = "registry+https://github.com/rust-lang/crates.io-index" 3657checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 3658dependencies = [ 3659 "proc-macro2", 3660 "quote", 3661 "syn", 3662] 3663 3664[[package]] 3665name = "windows-implement" 3666version = "0.60.2" 3667source = "registry+https://github.com/rust-lang/crates.io-index" 3668checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 3669dependencies = [ 3670 "proc-macro2", 3671 "quote", 3672 "syn", 3673] 3674 3675[[package]] 3676name = "windows-interface" 3677version = "0.58.0" 3678source = "registry+https://github.com/rust-lang/crates.io-index" 3679checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 3680dependencies = [ 3681 "proc-macro2", 3682 "quote", 3683 "syn", 3684] 3685 3686[[package]] 3687name = "windows-interface" 3688version = "0.59.3" 3689source = "registry+https://github.com/rust-lang/crates.io-index" 3690checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 3691dependencies = [ 3692 "proc-macro2", 3693 "quote", 3694 "syn", 3695] 3696 3697[[package]] 3698name = "windows-link" 3699version = "0.1.3" 3700source = "registry+https://github.com/rust-lang/crates.io-index" 3701checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 3702 3703[[package]] 3704name = "windows-link" 3705version = "0.2.1" 3706source = "registry+https://github.com/rust-lang/crates.io-index" 3707checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3708 3709[[package]] 3710name = "windows-numerics" 3711version = "0.2.0" 3712source = "registry+https://github.com/rust-lang/crates.io-index" 3713checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 3714dependencies = [ 3715 "windows-core 0.61.2", 3716 "windows-link 0.1.3", 3717] 3718 3719[[package]] 3720name = "windows-result" 3721version = "0.1.2" 3722source = "registry+https://github.com/rust-lang/crates.io-index" 3723checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 3724dependencies = [ 3725 "windows-targets 0.52.6", 3726] 3727 3728[[package]] 3729name = "windows-result" 3730version = "0.2.0" 3731source = "registry+https://github.com/rust-lang/crates.io-index" 3732checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 3733dependencies = [ 3734 "windows-targets 0.52.6", 3735] 3736 3737[[package]] 3738name = "windows-result" 3739version = "0.3.4" 3740source = "registry+https://github.com/rust-lang/crates.io-index" 3741checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3742dependencies = [ 3743 "windows-link 0.1.3", 3744] 3745 3746[[package]] 3747name = "windows-strings" 3748version = "0.1.0" 3749source = "registry+https://github.com/rust-lang/crates.io-index" 3750checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 3751dependencies = [ 3752 "windows-result 0.2.0", 3753 "windows-targets 0.52.6", 3754] 3755 3756[[package]] 3757name = "windows-strings" 3758version = "0.4.2" 3759source = "registry+https://github.com/rust-lang/crates.io-index" 3760checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3761dependencies = [ 3762 "windows-link 0.1.3", 3763] 3764 3765[[package]] 3766name = "windows-sys" 3767version = "0.45.0" 3768source = "registry+https://github.com/rust-lang/crates.io-index" 3769checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3770dependencies = [ 3771 "windows-targets 0.42.2", 3772] 3773 3774[[package]] 3775name = "windows-sys" 3776version = "0.52.0" 3777source = "registry+https://github.com/rust-lang/crates.io-index" 3778checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3779dependencies = [ 3780 "windows-targets 0.52.6", 3781] 3782 3783[[package]] 3784name = "windows-sys" 3785version = "0.59.0" 3786source = "registry+https://github.com/rust-lang/crates.io-index" 3787checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3788dependencies = [ 3789 "windows-targets 0.52.6", 3790] 3791 3792[[package]] 3793name = "windows-sys" 3794version = "0.60.2" 3795source = "registry+https://github.com/rust-lang/crates.io-index" 3796checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3797dependencies = [ 3798 "windows-targets 0.53.5", 3799] 3800 3801[[package]] 3802name = "windows-sys" 3803version = "0.61.2" 3804source = "registry+https://github.com/rust-lang/crates.io-index" 3805checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 3806dependencies = [ 3807 "windows-link 0.2.1", 3808] 3809 3810[[package]] 3811name = "windows-targets" 3812version = "0.42.2" 3813source = "registry+https://github.com/rust-lang/crates.io-index" 3814checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 3815dependencies = [ 3816 "windows_aarch64_gnullvm 0.42.2", 3817 "windows_aarch64_msvc 0.42.2", 3818 "windows_i686_gnu 0.42.2", 3819 "windows_i686_msvc 0.42.2", 3820 "windows_x86_64_gnu 0.42.2", 3821 "windows_x86_64_gnullvm 0.42.2", 3822 "windows_x86_64_msvc 0.42.2", 3823] 3824 3825[[package]] 3826name = "windows-targets" 3827version = "0.52.6" 3828source = "registry+https://github.com/rust-lang/crates.io-index" 3829checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3830dependencies = [ 3831 "windows_aarch64_gnullvm 0.52.6", 3832 "windows_aarch64_msvc 0.52.6", 3833 "windows_i686_gnu 0.52.6", 3834 "windows_i686_gnullvm 0.52.6", 3835 "windows_i686_msvc 0.52.6", 3836 "windows_x86_64_gnu 0.52.6", 3837 "windows_x86_64_gnullvm 0.52.6", 3838 "windows_x86_64_msvc 0.52.6", 3839] 3840 3841[[package]] 3842name = "windows-targets" 3843version = "0.53.5" 3844source = "registry+https://github.com/rust-lang/crates.io-index" 3845checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 3846dependencies = [ 3847 "windows-link 0.2.1", 3848 "windows_aarch64_gnullvm 0.53.1", 3849 "windows_aarch64_msvc 0.53.1", 3850 "windows_i686_gnu 0.53.1", 3851 "windows_i686_gnullvm 0.53.1", 3852 "windows_i686_msvc 0.53.1", 3853 "windows_x86_64_gnu 0.53.1", 3854 "windows_x86_64_gnullvm 0.53.1", 3855 "windows_x86_64_msvc 0.53.1", 3856] 3857 3858[[package]] 3859name = "windows-threading" 3860version = "0.1.0" 3861source = "registry+https://github.com/rust-lang/crates.io-index" 3862checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 3863dependencies = [ 3864 "windows-link 0.1.3", 3865] 3866 3867[[package]] 3868name = "windows_aarch64_gnullvm" 3869version = "0.42.2" 3870source = "registry+https://github.com/rust-lang/crates.io-index" 3871checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 3872 3873[[package]] 3874name = "windows_aarch64_gnullvm" 3875version = "0.52.6" 3876source = "registry+https://github.com/rust-lang/crates.io-index" 3877checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3878 3879[[package]] 3880name = "windows_aarch64_gnullvm" 3881version = "0.53.1" 3882source = "registry+https://github.com/rust-lang/crates.io-index" 3883checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 3884 3885[[package]] 3886name = "windows_aarch64_msvc" 3887version = "0.42.2" 3888source = "registry+https://github.com/rust-lang/crates.io-index" 3889checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 3890 3891[[package]] 3892name = "windows_aarch64_msvc" 3893version = "0.52.6" 3894source = "registry+https://github.com/rust-lang/crates.io-index" 3895checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3896 3897[[package]] 3898name = "windows_aarch64_msvc" 3899version = "0.53.1" 3900source = "registry+https://github.com/rust-lang/crates.io-index" 3901checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 3902 3903[[package]] 3904name = "windows_i686_gnu" 3905version = "0.42.2" 3906source = "registry+https://github.com/rust-lang/crates.io-index" 3907checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 3908 3909[[package]] 3910name = "windows_i686_gnu" 3911version = "0.52.6" 3912source = "registry+https://github.com/rust-lang/crates.io-index" 3913checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3914 3915[[package]] 3916name = "windows_i686_gnu" 3917version = "0.53.1" 3918source = "registry+https://github.com/rust-lang/crates.io-index" 3919checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 3920 3921[[package]] 3922name = "windows_i686_gnullvm" 3923version = "0.52.6" 3924source = "registry+https://github.com/rust-lang/crates.io-index" 3925checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3926 3927[[package]] 3928name = "windows_i686_gnullvm" 3929version = "0.53.1" 3930source = "registry+https://github.com/rust-lang/crates.io-index" 3931checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 3932 3933[[package]] 3934name = "windows_i686_msvc" 3935version = "0.42.2" 3936source = "registry+https://github.com/rust-lang/crates.io-index" 3937checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 3938 3939[[package]] 3940name = "windows_i686_msvc" 3941version = "0.52.6" 3942source = "registry+https://github.com/rust-lang/crates.io-index" 3943checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3944 3945[[package]] 3946name = "windows_i686_msvc" 3947version = "0.53.1" 3948source = "registry+https://github.com/rust-lang/crates.io-index" 3949checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 3950 3951[[package]] 3952name = "windows_x86_64_gnu" 3953version = "0.42.2" 3954source = "registry+https://github.com/rust-lang/crates.io-index" 3955checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 3956 3957[[package]] 3958name = "windows_x86_64_gnu" 3959version = "0.52.6" 3960source = "registry+https://github.com/rust-lang/crates.io-index" 3961checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3962 3963[[package]] 3964name = "windows_x86_64_gnu" 3965version = "0.53.1" 3966source = "registry+https://github.com/rust-lang/crates.io-index" 3967checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 3968 3969[[package]] 3970name = "windows_x86_64_gnullvm" 3971version = "0.42.2" 3972source = "registry+https://github.com/rust-lang/crates.io-index" 3973checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 3974 3975[[package]] 3976name = "windows_x86_64_gnullvm" 3977version = "0.52.6" 3978source = "registry+https://github.com/rust-lang/crates.io-index" 3979checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3980 3981[[package]] 3982name = "windows_x86_64_gnullvm" 3983version = "0.53.1" 3984source = "registry+https://github.com/rust-lang/crates.io-index" 3985checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 3986 3987[[package]] 3988name = "windows_x86_64_msvc" 3989version = "0.42.2" 3990source = "registry+https://github.com/rust-lang/crates.io-index" 3991checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 3992 3993[[package]] 3994name = "windows_x86_64_msvc" 3995version = "0.52.6" 3996source = "registry+https://github.com/rust-lang/crates.io-index" 3997checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3998 3999[[package]] 4000name = "windows_x86_64_msvc" 4001version = "0.53.1" 4002source = "registry+https://github.com/rust-lang/crates.io-index" 4003checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4004 4005[[package]] 4006name = "winit" 4007version = "0.30.12" 4008source = "registry+https://github.com/rust-lang/crates.io-index" 4009checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" 4010dependencies = [ 4011 "ahash", 4012 "android-activity", 4013 "atomic-waker", 4014 "bitflags 2.9.4", 4015 "block2 0.5.1", 4016 "bytemuck", 4017 "calloop", 4018 "cfg_aliases", 4019 "concurrent-queue", 4020 "core-foundation 0.9.4", 4021 "core-graphics 0.23.2", 4022 "cursor-icon", 4023 "dpi", 4024 "js-sys", 4025 "libc", 4026 "memmap2", 4027 "ndk", 4028 "objc2 0.5.2", 4029 "objc2-app-kit 0.2.2", 4030 "objc2-foundation 0.2.2", 4031 "objc2-ui-kit", 4032 "orbclient", 4033 "percent-encoding", 4034 "pin-project", 4035 "raw-window-handle", 4036 "redox_syscall 0.4.1", 4037 "rustix 0.38.44", 4038 "sctk-adwaita", 4039 "smithay-client-toolkit", 4040 "smol_str", 4041 "tracing", 4042 "unicode-segmentation", 4043 "wasm-bindgen", 4044 "wasm-bindgen-futures", 4045 "wayland-backend", 4046 "wayland-client", 4047 "wayland-protocols", 4048 "wayland-protocols-plasma", 4049 "web-sys", 4050 "web-time", 4051 "windows-sys 0.52.0", 4052 "x11-dl", 4053 "x11rb", 4054 "xkbcommon-dl", 4055] 4056 4057[[package]] 4058name = "winnow" 4059version = "0.7.13" 4060source = "registry+https://github.com/rust-lang/crates.io-index" 4061checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 4062dependencies = [ 4063 "memchr", 4064] 4065 4066[[package]] 4067name = "wit-bindgen" 4068version = "0.46.0" 4069source = "registry+https://github.com/rust-lang/crates.io-index" 4070checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 4071 4072[[package]] 4073name = "writeable" 4074version = "0.6.1" 4075source = "registry+https://github.com/rust-lang/crates.io-index" 4076checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 4077 4078[[package]] 4079name = "x11-dl" 4080version = "2.21.0" 4081source = "registry+https://github.com/rust-lang/crates.io-index" 4082checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 4083dependencies = [ 4084 "libc", 4085 "once_cell", 4086 "pkg-config", 4087] 4088 4089[[package]] 4090name = "x11rb" 4091version = "0.13.2" 4092source = "registry+https://github.com/rust-lang/crates.io-index" 4093checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" 4094dependencies = [ 4095 "as-raw-xcb-connection", 4096 "gethostname", 4097 "libc", 4098 "libloading", 4099 "once_cell", 4100 "rustix 1.1.2", 4101 "x11rb-protocol", 4102] 4103 4104[[package]] 4105name = "x11rb-protocol" 4106version = "0.13.2" 4107source = "registry+https://github.com/rust-lang/crates.io-index" 4108checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" 4109 4110[[package]] 4111name = "xcursor" 4112version = "0.3.10" 4113source = "registry+https://github.com/rust-lang/crates.io-index" 4114checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" 4115 4116[[package]] 4117name = "xkbcommon-dl" 4118version = "0.4.2" 4119source = "registry+https://github.com/rust-lang/crates.io-index" 4120checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 4121dependencies = [ 4122 "bitflags 2.9.4", 4123 "dlib", 4124 "log", 4125 "once_cell", 4126 "xkeysym", 4127] 4128 4129[[package]] 4130name = "xkeysym" 4131version = "0.2.1" 4132source = "registry+https://github.com/rust-lang/crates.io-index" 4133checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 4134 4135[[package]] 4136name = "xml-rs" 4137version = "0.8.27" 4138source = "registry+https://github.com/rust-lang/crates.io-index" 4139checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7" 4140 4141[[package]] 4142name = "yoke" 4143version = "0.8.0" 4144source = "registry+https://github.com/rust-lang/crates.io-index" 4145checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 4146dependencies = [ 4147 "serde", 4148 "stable_deref_trait", 4149 "yoke-derive", 4150 "zerofrom", 4151] 4152 4153[[package]] 4154name = "yoke-derive" 4155version = "0.8.0" 4156source = "registry+https://github.com/rust-lang/crates.io-index" 4157checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 4158dependencies = [ 4159 "proc-macro2", 4160 "quote", 4161 "syn", 4162 "synstructure", 4163] 4164 4165[[package]] 4166name = "zbus" 4167version = "5.11.0" 4168source = "registry+https://github.com/rust-lang/crates.io-index" 4169checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7" 4170dependencies = [ 4171 "async-broadcast", 4172 "async-executor", 4173 "async-io", 4174 "async-lock", 4175 "async-process", 4176 "async-recursion", 4177 "async-task", 4178 "async-trait", 4179 "blocking", 4180 "enumflags2", 4181 "event-listener", 4182 "futures-core", 4183 "futures-lite", 4184 "hex", 4185 "nix", 4186 "ordered-stream", 4187 "serde", 4188 "serde_repr", 4189 "tracing", 4190 "uds_windows", 4191 "windows-sys 0.60.2", 4192 "winnow", 4193 "zbus_macros", 4194 "zbus_names", 4195 "zvariant", 4196] 4197 4198[[package]] 4199name = "zbus-lockstep" 4200version = "0.5.1" 4201source = "registry+https://github.com/rust-lang/crates.io-index" 4202checksum = "29e96e38ded30eeab90b6ba88cb888d70aef4e7489b6cd212c5e5b5ec38045b6" 4203dependencies = [ 4204 "zbus_xml", 4205 "zvariant", 4206] 4207 4208[[package]] 4209name = "zbus-lockstep-macros" 4210version = "0.5.1" 4211source = "registry+https://github.com/rust-lang/crates.io-index" 4212checksum = "dc6821851fa840b708b4cbbaf6241868cabc85a2dc22f426361b0292bfc0b836" 4213dependencies = [ 4214 "proc-macro2", 4215 "quote", 4216 "syn", 4217 "zbus-lockstep", 4218 "zbus_xml", 4219 "zvariant", 4220] 4221 4222[[package]] 4223name = "zbus_macros" 4224version = "5.11.0" 4225source = "registry+https://github.com/rust-lang/crates.io-index" 4226checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca" 4227dependencies = [ 4228 "proc-macro-crate", 4229 "proc-macro2", 4230 "quote", 4231 "syn", 4232 "zbus_names", 4233 "zvariant", 4234 "zvariant_utils", 4235] 4236 4237[[package]] 4238name = "zbus_names" 4239version = "4.2.0" 4240source = "registry+https://github.com/rust-lang/crates.io-index" 4241checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97" 4242dependencies = [ 4243 "serde", 4244 "static_assertions", 4245 "winnow", 4246 "zvariant", 4247] 4248 4249[[package]] 4250name = "zbus_xml" 4251version = "5.0.2" 4252source = "registry+https://github.com/rust-lang/crates.io-index" 4253checksum = "589e9a02bfafb9754bb2340a9e3b38f389772684c63d9637e76b1870377bec29" 4254dependencies = [ 4255 "quick-xml 0.36.2", 4256 "serde", 4257 "static_assertions", 4258 "zbus_names", 4259 "zvariant", 4260] 4261 4262[[package]] 4263name = "zerocopy" 4264version = "0.8.27" 4265source = "registry+https://github.com/rust-lang/crates.io-index" 4266checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 4267dependencies = [ 4268 "zerocopy-derive", 4269] 4270 4271[[package]] 4272name = "zerocopy-derive" 4273version = "0.8.27" 4274source = "registry+https://github.com/rust-lang/crates.io-index" 4275checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 4276dependencies = [ 4277 "proc-macro2", 4278 "quote", 4279 "syn", 4280] 4281 4282[[package]] 4283name = "zerofrom" 4284version = "0.1.6" 4285source = "registry+https://github.com/rust-lang/crates.io-index" 4286checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 4287dependencies = [ 4288 "zerofrom-derive", 4289] 4290 4291[[package]] 4292name = "zerofrom-derive" 4293version = "0.1.6" 4294source = "registry+https://github.com/rust-lang/crates.io-index" 4295checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 4296dependencies = [ 4297 "proc-macro2", 4298 "quote", 4299 "syn", 4300 "synstructure", 4301] 4302 4303[[package]] 4304name = "zerotrie" 4305version = "0.2.2" 4306source = "registry+https://github.com/rust-lang/crates.io-index" 4307checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 4308dependencies = [ 4309 "displaydoc", 4310 "yoke", 4311 "zerofrom", 4312] 4313 4314[[package]] 4315name = "zerovec" 4316version = "0.11.4" 4317source = "registry+https://github.com/rust-lang/crates.io-index" 4318checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 4319dependencies = [ 4320 "yoke", 4321 "zerofrom", 4322 "zerovec-derive", 4323] 4324 4325[[package]] 4326name = "zerovec-derive" 4327version = "0.11.1" 4328source = "registry+https://github.com/rust-lang/crates.io-index" 4329checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 4330dependencies = [ 4331 "proc-macro2", 4332 "quote", 4333 "syn", 4334] 4335 4336[[package]] 4337name = "zvariant" 4338version = "5.7.0" 4339source = "registry+https://github.com/rust-lang/crates.io-index" 4340checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db" 4341dependencies = [ 4342 "endi", 4343 "enumflags2", 4344 "serde", 4345 "url", 4346 "winnow", 4347 "zvariant_derive", 4348 "zvariant_utils", 4349] 4350 4351[[package]] 4352name = "zvariant_derive" 4353version = "5.7.0" 4354source = "registry+https://github.com/rust-lang/crates.io-index" 4355checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e" 4356dependencies = [ 4357 "proc-macro-crate", 4358 "proc-macro2", 4359 "quote", 4360 "syn", 4361 "zvariant_utils", 4362] 4363 4364[[package]] 4365name = "zvariant_utils" 4366version = "3.2.1" 4367source = "registry+https://github.com/rust-lang/crates.io-index" 4368checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599" 4369dependencies = [ 4370 "proc-macro2", 4371 "quote", 4372 "serde", 4373 "syn", 4374 "winnow", 4375]