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