Another project
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 129 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 = "Inflector" 7version = "0.11.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10dependencies = [ 11 "lazy_static", 12 "regex", 13] 14 15[[package]] 16name = "ab_glyph" 17version = "0.2.32" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" 20dependencies = [ 21 "ab_glyph_rasterizer", 22 "owned_ttf_parser", 23] 24 25[[package]] 26name = "ab_glyph_rasterizer" 27version = "0.1.10" 28source = "registry+https://github.com/rust-lang/crates.io-index" 29checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" 30 31[[package]] 32name = "accesskit" 33version = "0.24.0" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "5351dcebb14b579ccab05f288596b2ae097005be7ee50a7c3d4ca9d0d5a66f6a" 36dependencies = [ 37 "enumn", 38 "serde", 39 "uuid", 40] 41 42[[package]] 43name = "adler2" 44version = "2.0.1" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 47 48[[package]] 49name = "ahash" 50version = "0.8.12" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 53dependencies = [ 54 "cfg-if", 55 "getrandom 0.3.4", 56 "once_cell", 57 "version_check", 58 "zerocopy", 59] 60 61[[package]] 62name = "aho-corasick" 63version = "1.1.4" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 66dependencies = [ 67 "memchr", 68] 69 70[[package]] 71name = "allocator-api2" 72version = "0.2.21" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 75 76[[package]] 77name = "android-activity" 78version = "0.6.1" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd" 81dependencies = [ 82 "android-properties", 83 "bitflags 2.11.1", 84 "cc", 85 "jni", 86 "libc", 87 "log", 88 "ndk", 89 "ndk-context", 90 "ndk-sys", 91 "num_enum", 92 "thiserror 2.0.18", 93] 94 95[[package]] 96name = "android-properties" 97version = "0.2.2" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 100 101[[package]] 102name = "android_system_properties" 103version = "0.1.5" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 106dependencies = [ 107 "libc", 108] 109 110[[package]] 111name = "anyhow" 112version = "1.0.102" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 115 116[[package]] 117name = "approx" 118version = "0.4.0" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278" 121dependencies = [ 122 "num-traits", 123] 124 125[[package]] 126name = "approx" 127version = "0.5.1" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 130dependencies = [ 131 "num-traits", 132] 133 134[[package]] 135name = "array-macro" 136version = "2.1.8" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "220a2c618ab466efe41d0eace94dfeff1c35e3aa47891bdb95e1c0fefffd3c99" 139 140[[package]] 141name = "arrayref" 142version = "0.3.9" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 145 146[[package]] 147name = "arrayvec" 148version = "0.7.6" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 151 152[[package]] 153name = "as-raw-xcb-connection" 154version = "1.0.1" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 157 158[[package]] 159name = "ash" 160version = "0.38.0+1.3.281" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 163dependencies = [ 164 "libloading", 165] 166 167[[package]] 168name = "ashpd" 169version = "0.13.11" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "340e0f6bf7f9ee78549c61454f1460a3ed97c011902ee76b58301bbc6d502a32" 172dependencies = [ 173 "enumflags2", 174 "futures-util", 175 "getrandom 0.4.2", 176 "serde", 177 "serde_repr", 178 "zbus", 179] 180 181[[package]] 182name = "async-broadcast" 183version = "0.7.2" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 186dependencies = [ 187 "event-listener", 188 "event-listener-strategy", 189 "futures-core", 190 "pin-project-lite", 191] 192 193[[package]] 194name = "async-channel" 195version = "2.5.0" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 198dependencies = [ 199 "concurrent-queue", 200 "event-listener-strategy", 201 "futures-core", 202 "pin-project-lite", 203] 204 205[[package]] 206name = "async-executor" 207version = "1.14.0" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" 210dependencies = [ 211 "async-task", 212 "concurrent-queue", 213 "fastrand", 214 "futures-lite", 215 "pin-project-lite", 216 "slab", 217] 218 219[[package]] 220name = "async-io" 221version = "2.6.0" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 224dependencies = [ 225 "autocfg", 226 "cfg-if", 227 "concurrent-queue", 228 "futures-io", 229 "futures-lite", 230 "parking", 231 "polling", 232 "rustix 1.1.4", 233 "slab", 234 "windows-sys 0.61.2", 235] 236 237[[package]] 238name = "async-lock" 239version = "3.4.2" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 242dependencies = [ 243 "event-listener", 244 "event-listener-strategy", 245 "pin-project-lite", 246] 247 248[[package]] 249name = "async-process" 250version = "2.5.0" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" 253dependencies = [ 254 "async-channel", 255 "async-io", 256 "async-lock", 257 "async-signal", 258 "async-task", 259 "blocking", 260 "cfg-if", 261 "event-listener", 262 "futures-lite", 263 "rustix 1.1.4", 264] 265 266[[package]] 267name = "async-recursion" 268version = "1.1.1" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 271dependencies = [ 272 "proc-macro2", 273 "quote", 274 "syn 2.0.117", 275] 276 277[[package]] 278name = "async-signal" 279version = "0.2.14" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" 282dependencies = [ 283 "async-io", 284 "async-lock", 285 "atomic-waker", 286 "cfg-if", 287 "futures-core", 288 "futures-io", 289 "rustix 1.1.4", 290 "signal-hook-registry", 291 "slab", 292 "windows-sys 0.61.2", 293] 294 295[[package]] 296name = "async-task" 297version = "4.7.1" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 300 301[[package]] 302name = "async-trait" 303version = "0.1.89" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 306dependencies = [ 307 "proc-macro2", 308 "quote", 309 "syn 2.0.117", 310] 311 312[[package]] 313name = "atomic-waker" 314version = "1.1.2" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 317 318[[package]] 319name = "autocfg" 320version = "1.5.0" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 323 324[[package]] 325name = "bit-set" 326version = "0.9.1" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd" 329dependencies = [ 330 "bit-vec", 331] 332 333[[package]] 334name = "bit-vec" 335version = "0.9.1" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51" 338 339[[package]] 340name = "bitflags" 341version = "1.3.2" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 344 345[[package]] 346name = "bitflags" 347version = "2.11.1" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" 350dependencies = [ 351 "serde_core", 352] 353 354[[package]] 355name = "blake3" 356version = "1.8.4" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e" 359dependencies = [ 360 "arrayref", 361 "arrayvec", 362 "cc", 363 "cfg-if", 364 "constant_time_eq", 365 "cpufeatures", 366] 367 368[[package]] 369name = "block2" 370version = "0.5.1" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 373dependencies = [ 374 "objc2 0.5.2", 375] 376 377[[package]] 378name = "block2" 379version = "0.6.2" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 382dependencies = [ 383 "objc2 0.6.4", 384] 385 386[[package]] 387name = "blocking" 388version = "1.6.2" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 391dependencies = [ 392 "async-channel", 393 "async-task", 394 "futures-io", 395 "futures-lite", 396 "piper", 397] 398 399[[package]] 400name = "bone-app" 401version = "0.0.0" 402dependencies = [ 403 "accesskit", 404 "ashpd", 405 "bone-document", 406 "bone-interop", 407 "bone-render", 408 "bone-text", 409 "bone-types", 410 "bone-ui", 411 "insta", 412 "percent-encoding", 413 "pollster", 414 "ron", 415 "serde", 416 "swash", 417 "thiserror 2.0.18", 418 "tracing", 419 "tracing-subscriber", 420 "uom", 421 "wgpu", 422 "winit", 423] 424 425[[package]] 426name = "bone-document" 427version = "0.0.0" 428dependencies = [ 429 "blake3", 430 "bone-kernel", 431 "bone-solver", 432 "bone-types", 433 "insta", 434 "nalgebra", 435 "proptest", 436 "ron", 437 "serde", 438 "slotmap", 439 "tempfile", 440 "thiserror 2.0.18", 441 "tracing", 442] 443 444[[package]] 445name = "bone-interop" 446version = "0.0.0" 447dependencies = [ 448 "bone-document", 449 "bone-kernel", 450 "bone-types", 451 "slotmap", 452 "tempfile", 453 "thiserror 2.0.18", 454 "tracing", 455] 456 457[[package]] 458name = "bone-jig" 459version = "0.0.0" 460dependencies = [ 461 "accesskit", 462 "bone-app", 463 "bone-render", 464 "bone-types", 465 "bone-ui", 466 "pollster", 467 "ron", 468 "serde", 469 "serde_json", 470 "tempfile", 471 "thiserror 2.0.18", 472 "wgpu", 473] 474 475[[package]] 476name = "bone-kernel" 477version = "0.0.0" 478dependencies = [ 479 "blake3", 480 "bone-types", 481 "insta", 482 "proptest", 483 "ron", 484 "serde", 485 "slotmap", 486 "thiserror 2.0.18", 487 "truck-meshalgo", 488 "truck-modeling", 489 "truck-stepio", 490 "truck-topology", 491 "uom", 492] 493 494[[package]] 495name = "bone-render" 496version = "0.0.0" 497dependencies = [ 498 "bone-document", 499 "bone-kernel", 500 "bone-text", 501 "bone-types", 502 "bytemuck", 503 "lyon_tessellation", 504 "nalgebra", 505 "png", 506 "pollster", 507 "proptest", 508 "serde", 509 "slotmap", 510 "swash", 511 "thiserror 2.0.18", 512 "tracing", 513 "uom", 514 "wgpu", 515] 516 517[[package]] 518name = "bone-solver" 519version = "0.0.0" 520dependencies = [ 521 "bone-kernel", 522 "bone-types", 523 "faer", 524 "insta", 525 "nalgebra", 526 "thiserror 2.0.18", 527] 528 529[[package]] 530name = "bone-text" 531version = "0.0.0" 532dependencies = [ 533 "lyon_tessellation", 534 "parley", 535 "serde", 536 "swash", 537] 538 539[[package]] 540name = "bone-types" 541version = "0.0.0" 542dependencies = [ 543 "insta", 544 "nalgebra", 545 "ron", 546 "serde", 547 "slotmap", 548 "thiserror 2.0.18", 549 "tracing", 550 "tracing-subscriber", 551 "uom", 552] 553 554[[package]] 555name = "bone-ui" 556version = "0.0.0" 557dependencies = [ 558 "accesskit", 559 "bone-text", 560 "bone-types", 561 "insta", 562 "lyon_tessellation", 563 "palette", 564 "png", 565 "ron", 566 "serde", 567 "swash", 568 "taffy", 569 "thiserror 2.0.18", 570 "unicode-segmentation", 571 "uom", 572] 573 574[[package]] 575name = "branches" 576version = "0.3.0" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "f11502672c5570f77f6bdf573332483f8475bab6a7fda00f1fae8ddb5a6245c0" 579dependencies = [ 580 "rustc_version", 581] 582 583[[package]] 584name = "bumpalo" 585version = "3.20.2" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 588 589[[package]] 590name = "by_address" 591version = "1.2.1" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" 594 595[[package]] 596name = "bytemuck" 597version = "1.25.0" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 600dependencies = [ 601 "bytemuck_derive", 602] 603 604[[package]] 605name = "bytemuck_derive" 606version = "1.10.2" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" 609dependencies = [ 610 "proc-macro2", 611 "quote", 612 "syn 2.0.117", 613] 614 615[[package]] 616name = "byteorder" 617version = "1.5.0" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 620 621[[package]] 622name = "bytes" 623version = "1.11.1" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 626 627[[package]] 628name = "calloop" 629version = "0.13.0" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 632dependencies = [ 633 "bitflags 2.11.1", 634 "log", 635 "polling", 636 "rustix 0.38.44", 637 "slab", 638 "thiserror 1.0.69", 639] 640 641[[package]] 642name = "calloop-wayland-source" 643version = "0.3.0" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 646dependencies = [ 647 "calloop", 648 "rustix 0.38.44", 649 "wayland-backend", 650 "wayland-client", 651] 652 653[[package]] 654name = "cc" 655version = "1.2.60" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" 658dependencies = [ 659 "find-msvc-tools", 660 "jobserver", 661 "libc", 662 "shlex", 663] 664 665[[package]] 666name = "cfg-if" 667version = "1.0.4" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 670 671[[package]] 672name = "cfg_aliases" 673version = "0.2.1" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 676 677[[package]] 678name = "cgmath" 679version = "0.18.0" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317" 682dependencies = [ 683 "approx 0.4.0", 684 "num-traits", 685 "serde", 686] 687 688[[package]] 689name = "chrono" 690version = "0.4.44" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 693dependencies = [ 694 "iana-time-zone", 695 "js-sys", 696 "num-traits", 697 "wasm-bindgen", 698 "windows-link", 699] 700 701[[package]] 702name = "codespan-reporting" 703version = "0.13.1" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" 706dependencies = [ 707 "serde", 708 "termcolor", 709 "unicode-width", 710] 711 712[[package]] 713name = "combine" 714version = "4.6.7" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 717dependencies = [ 718 "bytes", 719 "memchr", 720] 721 722[[package]] 723name = "concurrent-queue" 724version = "2.5.0" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 727dependencies = [ 728 "crossbeam-utils", 729] 730 731[[package]] 732name = "console" 733version = "0.16.3" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" 736dependencies = [ 737 "encode_unicode", 738 "libc", 739 "windows-sys 0.61.2", 740] 741 742[[package]] 743name = "constant_time_eq" 744version = "0.4.2" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" 747 748[[package]] 749name = "convert_case" 750version = "0.4.0" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 753 754[[package]] 755name = "core-foundation" 756version = "0.9.4" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 759dependencies = [ 760 "core-foundation-sys", 761 "libc", 762] 763 764[[package]] 765name = "core-foundation-sys" 766version = "0.8.7" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 769 770[[package]] 771name = "core-graphics" 772version = "0.23.2" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 775dependencies = [ 776 "bitflags 1.3.2", 777 "core-foundation", 778 "core-graphics-types", 779 "foreign-types", 780 "libc", 781] 782 783[[package]] 784name = "core-graphics-types" 785version = "0.1.3" 786source = "registry+https://github.com/rust-lang/crates.io-index" 787checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 788dependencies = [ 789 "bitflags 1.3.2", 790 "core-foundation", 791 "libc", 792] 793 794[[package]] 795name = "core_maths" 796version = "0.1.1" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30" 799dependencies = [ 800 "libm", 801] 802 803[[package]] 804name = "cpufeatures" 805version = "0.3.0" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 808dependencies = [ 809 "libc", 810] 811 812[[package]] 813name = "crc32fast" 814version = "1.5.0" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 817dependencies = [ 818 "cfg-if", 819] 820 821[[package]] 822name = "crossbeam-deque" 823version = "0.8.6" 824source = "registry+https://github.com/rust-lang/crates.io-index" 825checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 826dependencies = [ 827 "crossbeam-epoch", 828 "crossbeam-utils", 829] 830 831[[package]] 832name = "crossbeam-epoch" 833version = "0.9.18" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 836dependencies = [ 837 "crossbeam-utils", 838] 839 840[[package]] 841name = "crossbeam-utils" 842version = "0.8.21" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 845 846[[package]] 847name = "crunchy" 848version = "0.2.4" 849source = "registry+https://github.com/rust-lang/crates.io-index" 850checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 851 852[[package]] 853name = "cursor-icon" 854version = "1.2.0" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" 857 858[[package]] 859name = "defer" 860version = "0.2.1" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "930c7171c8df9fb1782bdf9b918ed9ed2d33d1d22300abb754f9085bc48bf8e8" 863 864[[package]] 865name = "derive-new" 866version = "0.5.9" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535" 869dependencies = [ 870 "proc-macro2", 871 "quote", 872 "syn 1.0.109", 873] 874 875[[package]] 876name = "derive_more" 877version = "0.99.20" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" 880dependencies = [ 881 "convert_case", 882 "proc-macro2", 883 "quote", 884 "rustc_version", 885 "syn 2.0.117", 886] 887 888[[package]] 889name = "dispatch" 890version = "0.2.0" 891source = "registry+https://github.com/rust-lang/crates.io-index" 892checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 893 894[[package]] 895name = "dispatch2" 896version = "0.3.1" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" 899dependencies = [ 900 "bitflags 2.11.1", 901 "objc2 0.6.4", 902] 903 904[[package]] 905name = "displaydoc" 906version = "0.2.5" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 909dependencies = [ 910 "proc-macro2", 911 "quote", 912 "syn 2.0.117", 913] 914 915[[package]] 916name = "dlib" 917version = "0.5.3" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" 920dependencies = [ 921 "libloading", 922] 923 924[[package]] 925name = "document-features" 926version = "0.2.12" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 929dependencies = [ 930 "litrs", 931] 932 933[[package]] 934name = "downcast-rs" 935version = "1.2.1" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 938 939[[package]] 940name = "dpi" 941version = "0.1.2" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 944 945[[package]] 946name = "dyn-stack" 947version = "0.13.2" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8" 950dependencies = [ 951 "bytemuck", 952 "dyn-stack-macros", 953] 954 955[[package]] 956name = "dyn-stack-macros" 957version = "0.1.3" 958source = "registry+https://github.com/rust-lang/crates.io-index" 959checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9" 960 961[[package]] 962name = "either" 963version = "1.16.0" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" 966 967[[package]] 968name = "encode_unicode" 969version = "1.0.0" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 972 973[[package]] 974name = "endi" 975version = "1.1.1" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" 978 979[[package]] 980name = "enum-as-inner" 981version = "0.6.1" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 984dependencies = [ 985 "heck", 986 "proc-macro2", 987 "quote", 988 "syn 2.0.117", 989] 990 991[[package]] 992name = "enumflags2" 993version = "0.7.12" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" 996dependencies = [ 997 "enumflags2_derive", 998 "serde", 999] 1000 1001[[package]] 1002name = "enumflags2_derive" 1003version = "0.7.12" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" 1006dependencies = [ 1007 "proc-macro2", 1008 "quote", 1009 "syn 2.0.117", 1010] 1011 1012[[package]] 1013name = "enumn" 1014version = "0.1.14" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" 1017dependencies = [ 1018 "proc-macro2", 1019 "quote", 1020 "syn 2.0.117", 1021] 1022 1023[[package]] 1024name = "equator" 1025version = "0.2.2" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea" 1028dependencies = [ 1029 "equator-macro 0.2.1", 1030] 1031 1032[[package]] 1033name = "equator" 1034version = "0.6.0" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "02da895aab06bbebefb6b2595f6d637b18c9ff629b4cd840965bb3164e4194b0" 1037dependencies = [ 1038 "equator-macro 0.6.0", 1039] 1040 1041[[package]] 1042name = "equator-macro" 1043version = "0.2.1" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc" 1046dependencies = [ 1047 "proc-macro2", 1048 "quote", 1049 "syn 2.0.117", 1050] 1051 1052[[package]] 1053name = "equator-macro" 1054version = "0.6.0" 1055source = "registry+https://github.com/rust-lang/crates.io-index" 1056checksum = "2b14b339eb76d07f052cdbad76ca7c1310e56173a138095d3bf42a23c06ef5d8" 1057 1058[[package]] 1059name = "equivalent" 1060version = "1.0.2" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1063 1064[[package]] 1065name = "errno" 1066version = "0.3.14" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1069dependencies = [ 1070 "libc", 1071 "windows-sys 0.61.2", 1072] 1073 1074[[package]] 1075name = "euclid" 1076version = "0.22.14" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06" 1079dependencies = [ 1080 "num-traits", 1081] 1082 1083[[package]] 1084name = "event-listener" 1085version = "5.4.1" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1088dependencies = [ 1089 "concurrent-queue", 1090 "parking", 1091 "pin-project-lite", 1092] 1093 1094[[package]] 1095name = "event-listener-strategy" 1096version = "0.5.4" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1099dependencies = [ 1100 "event-listener", 1101 "pin-project-lite", 1102] 1103 1104[[package]] 1105name = "faer" 1106version = "0.24.0" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "02d2ecfb80b6f8b0c569e36988a052e64b14d8def9d372390b014e8bf79f299a" 1109dependencies = [ 1110 "bytemuck", 1111 "dyn-stack", 1112 "equator 0.6.0", 1113 "faer-traits", 1114 "gemm", 1115 "generativity", 1116 "libm", 1117 "nano-gemm", 1118 "num-complex", 1119 "num-traits", 1120 "private-gemm-x86", 1121 "pulp", 1122 "reborrow", 1123] 1124 1125[[package]] 1126name = "faer-traits" 1127version = "0.24.0" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "b87d23ed7ab1f26c0cba0e5b9e061a796fbb7dc170fa8bee6970055a1308bb0f" 1130dependencies = [ 1131 "bytemuck", 1132 "dyn-stack", 1133 "generativity", 1134 "libm", 1135 "num-complex", 1136 "num-traits", 1137 "pulp", 1138 "qd", 1139 "reborrow", 1140] 1141 1142[[package]] 1143name = "fast-srgb8" 1144version = "1.0.0" 1145source = "registry+https://github.com/rust-lang/crates.io-index" 1146checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" 1147 1148[[package]] 1149name = "fastrand" 1150version = "2.4.1" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 1153 1154[[package]] 1155name = "fdeflate" 1156version = "0.3.7" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1159dependencies = [ 1160 "simd-adler32", 1161] 1162 1163[[package]] 1164name = "find-msvc-tools" 1165version = "0.1.9" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1168 1169[[package]] 1170name = "flate2" 1171version = "1.1.9" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1174dependencies = [ 1175 "crc32fast", 1176 "miniz_oxide", 1177] 1178 1179[[package]] 1180name = "float_next_after" 1181version = "1.0.0" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8" 1184 1185[[package]] 1186name = "foldhash" 1187version = "0.1.5" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1190 1191[[package]] 1192name = "foldhash" 1193version = "0.2.0" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1196 1197[[package]] 1198name = "font-types" 1199version = "0.11.3" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7" 1202dependencies = [ 1203 "bytemuck", 1204] 1205 1206[[package]] 1207name = "fontique" 1208version = "0.9.0" 1209source = "registry+https://github.com/rust-lang/crates.io-index" 1210checksum = "7c20b425addb8661e97fe1d51c4d8bcec3ec29ed6ad0db983976a7521276b8f7" 1211dependencies = [ 1212 "hashbrown 0.17.0", 1213 "linebender_resource_handle", 1214 "memmap2", 1215 "parlance", 1216 "read-fonts 0.39.2", 1217 "smallvec", 1218] 1219 1220[[package]] 1221name = "foreign-types" 1222version = "0.5.0" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1225dependencies = [ 1226 "foreign-types-macros", 1227 "foreign-types-shared", 1228] 1229 1230[[package]] 1231name = "foreign-types-macros" 1232version = "0.2.3" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1235dependencies = [ 1236 "proc-macro2", 1237 "quote", 1238 "syn 2.0.117", 1239] 1240 1241[[package]] 1242name = "foreign-types-shared" 1243version = "0.3.1" 1244source = "registry+https://github.com/rust-lang/crates.io-index" 1245checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1246 1247[[package]] 1248name = "futures-core" 1249version = "0.3.32" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1252 1253[[package]] 1254name = "futures-io" 1255version = "0.3.32" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1258 1259[[package]] 1260name = "futures-lite" 1261version = "2.6.1" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1264dependencies = [ 1265 "fastrand", 1266 "futures-core", 1267 "futures-io", 1268 "parking", 1269 "pin-project-lite", 1270] 1271 1272[[package]] 1273name = "futures-macro" 1274version = "0.3.32" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1277dependencies = [ 1278 "proc-macro2", 1279 "quote", 1280 "syn 2.0.117", 1281] 1282 1283[[package]] 1284name = "futures-task" 1285version = "0.3.32" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1288 1289[[package]] 1290name = "futures-util" 1291version = "0.3.32" 1292source = "registry+https://github.com/rust-lang/crates.io-index" 1293checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1294dependencies = [ 1295 "futures-core", 1296 "futures-io", 1297 "futures-macro", 1298 "futures-task", 1299 "memchr", 1300 "pin-project-lite", 1301 "slab", 1302] 1303 1304[[package]] 1305name = "gemm" 1306version = "0.19.0" 1307source = "registry+https://github.com/rust-lang/crates.io-index" 1308checksum = "aa0673db364b12263d103b68337a68fbecc541d6f6b61ba72fe438654709eacb" 1309dependencies = [ 1310 "dyn-stack", 1311 "gemm-c32", 1312 "gemm-c64", 1313 "gemm-common", 1314 "gemm-f16", 1315 "gemm-f32", 1316 "gemm-f64", 1317 "num-complex", 1318 "num-traits", 1319 "paste", 1320 "raw-cpuid", 1321 "seq-macro", 1322] 1323 1324[[package]] 1325name = "gemm-c32" 1326version = "0.19.0" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "086936dbdcb99e37aad81d320f98f670e53c1e55a98bee70573e83f95beb128c" 1329dependencies = [ 1330 "dyn-stack", 1331 "gemm-common", 1332 "num-complex", 1333 "num-traits", 1334 "paste", 1335 "raw-cpuid", 1336 "seq-macro", 1337] 1338 1339[[package]] 1340name = "gemm-c64" 1341version = "0.19.0" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "20c8aeeeec425959bda4d9827664029ba1501a90a0d1e6228e48bef741db3a3f" 1344dependencies = [ 1345 "dyn-stack", 1346 "gemm-common", 1347 "num-complex", 1348 "num-traits", 1349 "paste", 1350 "raw-cpuid", 1351 "seq-macro", 1352] 1353 1354[[package]] 1355name = "gemm-common" 1356version = "0.19.0" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "88027625910cc9b1085aaaa1c4bc46bb3a36aad323452b33c25b5e4e7c8e2a3e" 1359dependencies = [ 1360 "bytemuck", 1361 "dyn-stack", 1362 "half", 1363 "libm", 1364 "num-complex", 1365 "num-traits", 1366 "once_cell", 1367 "paste", 1368 "pulp", 1369 "raw-cpuid", 1370 "seq-macro", 1371 "sysctl", 1372] 1373 1374[[package]] 1375name = "gemm-f16" 1376version = "0.19.0" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "e3df7a55202e6cd6739d82ae3399c8e0c7e1402859b30e4cb780e61525d9486e" 1379dependencies = [ 1380 "dyn-stack", 1381 "gemm-common", 1382 "gemm-f32", 1383 "half", 1384 "num-complex", 1385 "num-traits", 1386 "paste", 1387 "raw-cpuid", 1388 "seq-macro", 1389] 1390 1391[[package]] 1392name = "gemm-f32" 1393version = "0.19.0" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "02e0b8c9da1fbec6e3e3ab2ce6bc259ef18eb5f6f0d3e4edf54b75f9fd41a81c" 1396dependencies = [ 1397 "dyn-stack", 1398 "gemm-common", 1399 "num-complex", 1400 "num-traits", 1401 "paste", 1402 "raw-cpuid", 1403 "seq-macro", 1404] 1405 1406[[package]] 1407name = "gemm-f64" 1408version = "0.19.0" 1409source = "registry+https://github.com/rust-lang/crates.io-index" 1410checksum = "056131e8f2a521bfab322f804ccd652520c79700d81209e9d9275bbdecaadc6a" 1411dependencies = [ 1412 "dyn-stack", 1413 "gemm-common", 1414 "num-complex", 1415 "num-traits", 1416 "paste", 1417 "raw-cpuid", 1418 "seq-macro", 1419] 1420 1421[[package]] 1422name = "generativity" 1423version = "1.1.0" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "5881e4c3c2433fe4905bb19cfd2b5d49d4248274862b68c27c33d9ba4e13f9ec" 1426 1427[[package]] 1428name = "gethostname" 1429version = "1.1.0" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 1432dependencies = [ 1433 "rustix 1.1.4", 1434 "windows-link", 1435] 1436 1437[[package]] 1438name = "getrandom" 1439version = "0.2.17" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1442dependencies = [ 1443 "cfg-if", 1444 "js-sys", 1445 "libc", 1446 "wasi", 1447 "wasm-bindgen", 1448] 1449 1450[[package]] 1451name = "getrandom" 1452version = "0.3.4" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1455dependencies = [ 1456 "cfg-if", 1457 "libc", 1458 "r-efi 5.3.0", 1459 "wasip2", 1460] 1461 1462[[package]] 1463name = "getrandom" 1464version = "0.4.2" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 1467dependencies = [ 1468 "cfg-if", 1469 "libc", 1470 "r-efi 6.0.0", 1471 "wasip2", 1472 "wasip3", 1473] 1474 1475[[package]] 1476name = "gl_generator" 1477version = "0.14.0" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1480dependencies = [ 1481 "khronos_api", 1482 "log", 1483 "xml-rs", 1484] 1485 1486[[package]] 1487name = "glow" 1488version = "0.17.0" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5" 1491dependencies = [ 1492 "js-sys", 1493 "slotmap", 1494 "wasm-bindgen", 1495 "web-sys", 1496] 1497 1498[[package]] 1499name = "glutin_wgl_sys" 1500version = "0.6.1" 1501source = "registry+https://github.com/rust-lang/crates.io-index" 1502checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" 1503dependencies = [ 1504 "gl_generator", 1505] 1506 1507[[package]] 1508name = "gpu-allocator" 1509version = "0.28.0" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795" 1512dependencies = [ 1513 "ash", 1514 "hashbrown 0.16.1", 1515 "log", 1516 "presser", 1517 "thiserror 2.0.18", 1518 "windows", 1519] 1520 1521[[package]] 1522name = "gpu-descriptor" 1523version = "0.3.2" 1524source = "registry+https://github.com/rust-lang/crates.io-index" 1525checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" 1526dependencies = [ 1527 "bitflags 2.11.1", 1528 "gpu-descriptor-types", 1529 "hashbrown 0.15.5", 1530] 1531 1532[[package]] 1533name = "gpu-descriptor-types" 1534version = "0.2.0" 1535source = "registry+https://github.com/rust-lang/crates.io-index" 1536checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 1537dependencies = [ 1538 "bitflags 2.11.1", 1539] 1540 1541[[package]] 1542name = "grid" 1543version = "1.0.1" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "b40ca9252762c466af32d0b1002e91e4e1bc5398f77455e55474deb466355ff5" 1546 1547[[package]] 1548name = "half" 1549version = "2.7.1" 1550source = "registry+https://github.com/rust-lang/crates.io-index" 1551checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1552dependencies = [ 1553 "bytemuck", 1554 "cfg-if", 1555 "crunchy", 1556 "num-traits", 1557 "zerocopy", 1558] 1559 1560[[package]] 1561name = "harfrust" 1562version = "0.6.0" 1563source = "registry+https://github.com/rust-lang/crates.io-index" 1564checksum = "a9ce5e848d21ba97a324266e41c70e0eb5e2577a610c1fbd546e15096f2e8e37" 1565dependencies = [ 1566 "bitflags 2.11.1", 1567 "bytemuck", 1568 "core_maths", 1569 "read-fonts 0.39.2", 1570 "smallvec", 1571] 1572 1573[[package]] 1574name = "hashbrown" 1575version = "0.15.5" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1578dependencies = [ 1579 "foldhash 0.1.5", 1580] 1581 1582[[package]] 1583name = "hashbrown" 1584version = "0.16.1" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1587dependencies = [ 1588 "allocator-api2", 1589 "equivalent", 1590 "foldhash 0.2.0", 1591] 1592 1593[[package]] 1594name = "hashbrown" 1595version = "0.17.0" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" 1598dependencies = [ 1599 "foldhash 0.2.0", 1600] 1601 1602[[package]] 1603name = "heck" 1604version = "0.5.0" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1607 1608[[package]] 1609name = "hermit-abi" 1610version = "0.5.2" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1613 1614[[package]] 1615name = "hex" 1616version = "0.4.3" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1619 1620[[package]] 1621name = "hexf-parse" 1622version = "0.2.1" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1625 1626[[package]] 1627name = "iana-time-zone" 1628version = "0.1.65" 1629source = "registry+https://github.com/rust-lang/crates.io-index" 1630checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 1631dependencies = [ 1632 "android_system_properties", 1633 "core-foundation-sys", 1634 "iana-time-zone-haiku", 1635 "js-sys", 1636 "log", 1637 "wasm-bindgen", 1638 "windows-core", 1639] 1640 1641[[package]] 1642name = "iana-time-zone-haiku" 1643version = "0.1.2" 1644source = "registry+https://github.com/rust-lang/crates.io-index" 1645checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1646dependencies = [ 1647 "cc", 1648] 1649 1650[[package]] 1651name = "icu_collections" 1652version = "2.2.0" 1653source = "registry+https://github.com/rust-lang/crates.io-index" 1654checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 1655dependencies = [ 1656 "displaydoc", 1657 "potential_utf", 1658 "utf8_iter", 1659 "yoke", 1660 "zerofrom", 1661 "zerovec", 1662] 1663 1664[[package]] 1665name = "icu_locale" 1666version = "2.2.0" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "d5a396343c7208121dc86e35623d3dfe19814a7613cfd14964994cdc9c9a2e26" 1669dependencies = [ 1670 "icu_collections", 1671 "icu_locale_core", 1672 "icu_locale_data", 1673 "icu_provider", 1674 "potential_utf", 1675 "tinystr", 1676 "zerovec", 1677] 1678 1679[[package]] 1680name = "icu_locale_core" 1681version = "2.2.0" 1682source = "registry+https://github.com/rust-lang/crates.io-index" 1683checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 1684dependencies = [ 1685 "displaydoc", 1686 "litemap", 1687 "serde", 1688 "tinystr", 1689 "writeable", 1690 "zerovec", 1691] 1692 1693[[package]] 1694name = "icu_locale_data" 1695version = "2.2.0" 1696source = "registry+https://github.com/rust-lang/crates.io-index" 1697checksum = "d5fdcc9ac77c6d74ff5cf6e65ef3181d6af32003b16fce3a77fb451d2f695993" 1698 1699[[package]] 1700name = "icu_normalizer" 1701version = "2.2.0" 1702source = "registry+https://github.com/rust-lang/crates.io-index" 1703checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 1704dependencies = [ 1705 "icu_collections", 1706 "icu_normalizer_data", 1707 "icu_properties", 1708 "icu_provider", 1709 "smallvec", 1710 "zerovec", 1711] 1712 1713[[package]] 1714name = "icu_normalizer_data" 1715version = "2.2.0" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 1718 1719[[package]] 1720name = "icu_properties" 1721version = "2.2.0" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 1724dependencies = [ 1725 "icu_collections", 1726 "icu_locale_core", 1727 "icu_properties_data", 1728 "icu_provider", 1729 "zerotrie", 1730 "zerovec", 1731] 1732 1733[[package]] 1734name = "icu_properties_data" 1735version = "2.2.0" 1736source = "registry+https://github.com/rust-lang/crates.io-index" 1737checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 1738 1739[[package]] 1740name = "icu_provider" 1741version = "2.2.0" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 1744dependencies = [ 1745 "displaydoc", 1746 "icu_locale_core", 1747 "serde", 1748 "stable_deref_trait", 1749 "writeable", 1750 "yoke", 1751 "zerofrom", 1752 "zerotrie", 1753 "zerovec", 1754] 1755 1756[[package]] 1757name = "icu_segmenter" 1758version = "2.2.0" 1759source = "registry+https://github.com/rust-lang/crates.io-index" 1760checksum = "5c0794db0b1a86193ac9c48768d0e6c52c54448e0870ad87907d456ee0dac964" 1761dependencies = [ 1762 "icu_collections", 1763 "icu_locale", 1764 "icu_provider", 1765 "icu_segmenter_data", 1766 "potential_utf", 1767 "utf8_iter", 1768 "zerovec", 1769] 1770 1771[[package]] 1772name = "icu_segmenter_data" 1773version = "2.2.0" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "e4a2c462a4d927d512f5f882a033ddd62f33a05bb9f230d98f736ac3dc85938f" 1776 1777[[package]] 1778name = "id-arena" 1779version = "2.3.0" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1782 1783[[package]] 1784name = "indexmap" 1785version = "2.14.0" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 1788dependencies = [ 1789 "equivalent", 1790 "hashbrown 0.17.0", 1791 "serde", 1792 "serde_core", 1793] 1794 1795[[package]] 1796name = "insta" 1797version = "1.47.2" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e" 1800dependencies = [ 1801 "console", 1802 "once_cell", 1803 "ron", 1804 "serde", 1805 "similar", 1806 "tempfile", 1807] 1808 1809[[package]] 1810name = "interpol" 1811version = "0.2.1" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "eb58032ba748f4010d15912a1855a8a0b1ba9eaad3395b0c171c09b3b356ae50" 1814dependencies = [ 1815 "proc-macro2", 1816 "quote", 1817 "syn 1.0.109", 1818] 1819 1820[[package]] 1821name = "itertools" 1822version = "0.10.5" 1823source = "registry+https://github.com/rust-lang/crates.io-index" 1824checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1825dependencies = [ 1826 "either", 1827] 1828 1829[[package]] 1830name = "itertools" 1831version = "0.13.0" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1834dependencies = [ 1835 "either", 1836] 1837 1838[[package]] 1839name = "itoa" 1840version = "1.0.18" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 1843 1844[[package]] 1845name = "jni" 1846version = "0.22.4" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" 1849dependencies = [ 1850 "cfg-if", 1851 "combine", 1852 "jni-macros", 1853 "jni-sys 0.4.1", 1854 "log", 1855 "simd_cesu8", 1856 "thiserror 2.0.18", 1857 "walkdir", 1858 "windows-link", 1859] 1860 1861[[package]] 1862name = "jni-macros" 1863version = "0.22.4" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" 1866dependencies = [ 1867 "proc-macro2", 1868 "quote", 1869 "rustc_version", 1870 "simd_cesu8", 1871 "syn 2.0.117", 1872] 1873 1874[[package]] 1875name = "jni-sys" 1876version = "0.3.1" 1877source = "registry+https://github.com/rust-lang/crates.io-index" 1878checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" 1879dependencies = [ 1880 "jni-sys 0.4.1", 1881] 1882 1883[[package]] 1884name = "jni-sys" 1885version = "0.4.1" 1886source = "registry+https://github.com/rust-lang/crates.io-index" 1887checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" 1888dependencies = [ 1889 "jni-sys-macros", 1890] 1891 1892[[package]] 1893name = "jni-sys-macros" 1894version = "0.4.1" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" 1897dependencies = [ 1898 "quote", 1899 "syn 2.0.117", 1900] 1901 1902[[package]] 1903name = "jobserver" 1904version = "0.1.34" 1905source = "registry+https://github.com/rust-lang/crates.io-index" 1906checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1907dependencies = [ 1908 "getrandom 0.3.4", 1909 "libc", 1910] 1911 1912[[package]] 1913name = "js-sys" 1914version = "0.3.95" 1915source = "registry+https://github.com/rust-lang/crates.io-index" 1916checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" 1917dependencies = [ 1918 "cfg-if", 1919 "futures-util", 1920 "once_cell", 1921 "wasm-bindgen", 1922] 1923 1924[[package]] 1925name = "katexit" 1926version = "0.1.5" 1927source = "registry+https://github.com/rust-lang/crates.io-index" 1928checksum = "ccfb0b7ce7938f84a5ecbdca5d0a991e46bc9d6d078934ad5e92c5270fe547db" 1929dependencies = [ 1930 "proc-macro2", 1931 "quote", 1932 "syn 2.0.117", 1933] 1934 1935[[package]] 1936name = "khronos-egl" 1937version = "6.0.0" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 1940dependencies = [ 1941 "libc", 1942 "libloading", 1943 "pkg-config", 1944] 1945 1946[[package]] 1947name = "khronos_api" 1948version = "3.1.0" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 1951 1952[[package]] 1953name = "lazy_static" 1954version = "1.5.0" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1957 1958[[package]] 1959name = "leb128fmt" 1960version = "0.1.0" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1963 1964[[package]] 1965name = "libc" 1966version = "0.2.185" 1967source = "registry+https://github.com/rust-lang/crates.io-index" 1968checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" 1969 1970[[package]] 1971name = "libloading" 1972version = "0.8.9" 1973source = "registry+https://github.com/rust-lang/crates.io-index" 1974checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 1975dependencies = [ 1976 "cfg-if", 1977 "windows-link", 1978] 1979 1980[[package]] 1981name = "libm" 1982version = "0.2.16" 1983source = "registry+https://github.com/rust-lang/crates.io-index" 1984checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 1985 1986[[package]] 1987name = "libredox" 1988version = "0.1.16" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c" 1991dependencies = [ 1992 "bitflags 2.11.1", 1993 "libc", 1994 "plain", 1995 "redox_syscall 0.7.4", 1996] 1997 1998[[package]] 1999name = "linebender_resource_handle" 2000version = "0.1.1" 2001source = "registry+https://github.com/rust-lang/crates.io-index" 2002checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4" 2003 2004[[package]] 2005name = "linux-raw-sys" 2006version = "0.4.15" 2007source = "registry+https://github.com/rust-lang/crates.io-index" 2008checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2009 2010[[package]] 2011name = "linux-raw-sys" 2012version = "0.12.1" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 2015 2016[[package]] 2017name = "litemap" 2018version = "0.8.2" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 2021 2022[[package]] 2023name = "litrs" 2024version = "1.0.0" 2025source = "registry+https://github.com/rust-lang/crates.io-index" 2026checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 2027 2028[[package]] 2029name = "lock_api" 2030version = "0.4.14" 2031source = "registry+https://github.com/rust-lang/crates.io-index" 2032checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2033dependencies = [ 2034 "scopeguard", 2035] 2036 2037[[package]] 2038name = "log" 2039version = "0.4.29" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 2042 2043[[package]] 2044name = "lyon_geom" 2045version = "1.0.19" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "4336502e29e32af93cf2dad2214ed6003c17ceb5bd499df77b1de663b9042b92" 2048dependencies = [ 2049 "arrayvec", 2050 "euclid", 2051 "num-traits", 2052] 2053 2054[[package]] 2055name = "lyon_path" 2056version = "1.0.19" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "5c463f9c428b7fc5ec885dcd39ce4aa61e29111d0e33483f6f98c74e89d8621e" 2059dependencies = [ 2060 "lyon_geom", 2061 "num-traits", 2062] 2063 2064[[package]] 2065name = "lyon_tessellation" 2066version = "1.0.20" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "8e43b7e44161571868f5c931d12583592c223c5583eef86b08aa02b7048a3552" 2069dependencies = [ 2070 "float_next_after", 2071 "lyon_path", 2072 "num-traits", 2073] 2074 2075[[package]] 2076name = "matchers" 2077version = "0.2.0" 2078source = "registry+https://github.com/rust-lang/crates.io-index" 2079checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2080dependencies = [ 2081 "regex-automata", 2082] 2083 2084[[package]] 2085name = "matext4cgmath" 2086version = "0.1.0" 2087source = "registry+https://github.com/rust-lang/crates.io-index" 2088checksum = "e6541e181de37f70f0aceb25441823a3d0efa9cc1d23f475a0d3926678949178" 2089dependencies = [ 2090 "cgmath", 2091 "katexit", 2092 "num-complex", 2093] 2094 2095[[package]] 2096name = "matrixmultiply" 2097version = "0.3.10" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" 2100dependencies = [ 2101 "autocfg", 2102 "rawpointer", 2103] 2104 2105[[package]] 2106name = "memchr" 2107version = "2.8.0" 2108source = "registry+https://github.com/rust-lang/crates.io-index" 2109checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 2110 2111[[package]] 2112name = "memmap2" 2113version = "0.9.10" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" 2116dependencies = [ 2117 "libc", 2118] 2119 2120[[package]] 2121name = "memoffset" 2122version = "0.9.1" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2125dependencies = [ 2126 "autocfg", 2127] 2128 2129[[package]] 2130name = "minimal-lexical" 2131version = "0.2.1" 2132source = "registry+https://github.com/rust-lang/crates.io-index" 2133checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2134 2135[[package]] 2136name = "miniz_oxide" 2137version = "0.8.9" 2138source = "registry+https://github.com/rust-lang/crates.io-index" 2139checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2140dependencies = [ 2141 "adler2", 2142 "simd-adler32", 2143] 2144 2145[[package]] 2146name = "naga" 2147version = "29.0.1" 2148source = "registry+https://github.com/rust-lang/crates.io-index" 2149checksum = "aa2630921705b9b01dcdd0b6864b9562ca3c1951eecd0f0c4f5f04f61e412647" 2150dependencies = [ 2151 "arrayvec", 2152 "bit-set", 2153 "bitflags 2.11.1", 2154 "cfg-if", 2155 "cfg_aliases", 2156 "codespan-reporting", 2157 "half", 2158 "hashbrown 0.16.1", 2159 "hexf-parse", 2160 "indexmap", 2161 "libm", 2162 "log", 2163 "num-traits", 2164 "once_cell", 2165 "rustc-hash 1.1.0", 2166 "spirv", 2167 "thiserror 2.0.18", 2168 "unicode-ident", 2169] 2170 2171[[package]] 2172name = "nalgebra" 2173version = "0.33.3" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "9d43ddcacf343185dfd6de2ee786d9e8b1c2301622afab66b6c73baf9882abfd" 2176dependencies = [ 2177 "approx 0.5.1", 2178 "matrixmultiply", 2179 "num-complex", 2180 "num-rational", 2181 "num-traits", 2182 "simba", 2183 "typenum", 2184] 2185 2186[[package]] 2187name = "nano-gemm" 2188version = "0.2.2" 2189source = "registry+https://github.com/rust-lang/crates.io-index" 2190checksum = "9e04345dc84b498ff89fe0d38543d1f170da9e43a2c2bcee73a0f9069f72d081" 2191dependencies = [ 2192 "equator 0.2.2", 2193 "nano-gemm-c32", 2194 "nano-gemm-c64", 2195 "nano-gemm-codegen", 2196 "nano-gemm-core", 2197 "nano-gemm-f32", 2198 "nano-gemm-f64", 2199 "num-complex", 2200] 2201 2202[[package]] 2203name = "nano-gemm-c32" 2204version = "0.2.1" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "0775b1e2520e64deee8fc78b7732e3091fb7585017c0b0f9f4b451757bbbc562" 2207dependencies = [ 2208 "nano-gemm-codegen", 2209 "nano-gemm-core", 2210 "num-complex", 2211] 2212 2213[[package]] 2214name = "nano-gemm-c64" 2215version = "0.2.1" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "9af49a20d58816e6b5ee65f64142e50edb5eba152678d4bb7377fcbf63f8437a" 2218dependencies = [ 2219 "nano-gemm-codegen", 2220 "nano-gemm-core", 2221 "num-complex", 2222] 2223 2224[[package]] 2225name = "nano-gemm-codegen" 2226version = "0.2.1" 2227source = "registry+https://github.com/rust-lang/crates.io-index" 2228checksum = "6cc8d495c791627779477a2cf5df60049f5b165342610eb0d76bee5ff5c5d74c" 2229 2230[[package]] 2231name = "nano-gemm-core" 2232version = "0.2.1" 2233source = "registry+https://github.com/rust-lang/crates.io-index" 2234checksum = "d998dfa644de87a0f8660e5ea511d7cb5c33b5a2d9847b7af57a2565105089f0" 2235 2236[[package]] 2237name = "nano-gemm-f32" 2238version = "0.2.1" 2239source = "registry+https://github.com/rust-lang/crates.io-index" 2240checksum = "879d962e79bc8952e4ad21ca4845a21132540ed3f5e01184b2ff7f720e666523" 2241dependencies = [ 2242 "nano-gemm-codegen", 2243 "nano-gemm-core", 2244] 2245 2246[[package]] 2247name = "nano-gemm-f64" 2248version = "0.2.1" 2249source = "registry+https://github.com/rust-lang/crates.io-index" 2250checksum = "b9a513473dce7dc00c7e7c318481ca4494034e76997218d8dad51bd9f007a815" 2251dependencies = [ 2252 "nano-gemm-codegen", 2253 "nano-gemm-core", 2254] 2255 2256[[package]] 2257name = "ndk" 2258version = "0.9.0" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 2261dependencies = [ 2262 "bitflags 2.11.1", 2263 "jni-sys 0.3.1", 2264 "log", 2265 "ndk-sys", 2266 "num_enum", 2267 "raw-window-handle", 2268 "thiserror 1.0.69", 2269] 2270 2271[[package]] 2272name = "ndk-context" 2273version = "0.1.1" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2276 2277[[package]] 2278name = "ndk-sys" 2279version = "0.6.0+11769913" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 2282dependencies = [ 2283 "jni-sys 0.3.1", 2284] 2285 2286[[package]] 2287name = "nom" 2288version = "7.1.3" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2291dependencies = [ 2292 "memchr", 2293 "minimal-lexical", 2294] 2295 2296[[package]] 2297name = "nu-ansi-term" 2298version = "0.50.3" 2299source = "registry+https://github.com/rust-lang/crates.io-index" 2300checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 2301dependencies = [ 2302 "windows-sys 0.61.2", 2303] 2304 2305[[package]] 2306name = "num-bigint" 2307version = "0.4.6" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2310dependencies = [ 2311 "num-integer", 2312 "num-traits", 2313] 2314 2315[[package]] 2316name = "num-complex" 2317version = "0.4.6" 2318source = "registry+https://github.com/rust-lang/crates.io-index" 2319checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 2320dependencies = [ 2321 "bytemuck", 2322 "num-traits", 2323] 2324 2325[[package]] 2326name = "num-integer" 2327version = "0.1.46" 2328source = "registry+https://github.com/rust-lang/crates.io-index" 2329checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2330dependencies = [ 2331 "num-traits", 2332] 2333 2334[[package]] 2335name = "num-rational" 2336version = "0.4.2" 2337source = "registry+https://github.com/rust-lang/crates.io-index" 2338checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 2339dependencies = [ 2340 "num-bigint", 2341 "num-integer", 2342 "num-traits", 2343] 2344 2345[[package]] 2346name = "num-traits" 2347version = "0.2.19" 2348source = "registry+https://github.com/rust-lang/crates.io-index" 2349checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2350dependencies = [ 2351 "autocfg", 2352 "libm", 2353] 2354 2355[[package]] 2356name = "num_cpus" 2357version = "1.17.0" 2358source = "registry+https://github.com/rust-lang/crates.io-index" 2359checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 2360dependencies = [ 2361 "hermit-abi", 2362 "libc", 2363] 2364 2365[[package]] 2366name = "num_enum" 2367version = "0.7.6" 2368source = "registry+https://github.com/rust-lang/crates.io-index" 2369checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" 2370dependencies = [ 2371 "num_enum_derive", 2372 "rustversion", 2373] 2374 2375[[package]] 2376name = "num_enum_derive" 2377version = "0.7.6" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" 2380dependencies = [ 2381 "proc-macro-crate 3.5.0", 2382 "proc-macro2", 2383 "quote", 2384 "syn 2.0.117", 2385] 2386 2387[[package]] 2388name = "objc-sys" 2389version = "0.3.5" 2390source = "registry+https://github.com/rust-lang/crates.io-index" 2391checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 2392 2393[[package]] 2394name = "objc2" 2395version = "0.5.2" 2396source = "registry+https://github.com/rust-lang/crates.io-index" 2397checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 2398dependencies = [ 2399 "objc-sys", 2400 "objc2-encode", 2401] 2402 2403[[package]] 2404name = "objc2" 2405version = "0.6.4" 2406source = "registry+https://github.com/rust-lang/crates.io-index" 2407checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" 2408dependencies = [ 2409 "objc2-encode", 2410] 2411 2412[[package]] 2413name = "objc2-app-kit" 2414version = "0.2.2" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 2417dependencies = [ 2418 "bitflags 2.11.1", 2419 "block2 0.5.1", 2420 "libc", 2421 "objc2 0.5.2", 2422 "objc2-core-data", 2423 "objc2-core-image", 2424 "objc2-foundation 0.2.2", 2425 "objc2-quartz-core 0.2.2", 2426] 2427 2428[[package]] 2429name = "objc2-cloud-kit" 2430version = "0.2.2" 2431source = "registry+https://github.com/rust-lang/crates.io-index" 2432checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 2433dependencies = [ 2434 "bitflags 2.11.1", 2435 "block2 0.5.1", 2436 "objc2 0.5.2", 2437 "objc2-core-location", 2438 "objc2-foundation 0.2.2", 2439] 2440 2441[[package]] 2442name = "objc2-contacts" 2443version = "0.2.2" 2444source = "registry+https://github.com/rust-lang/crates.io-index" 2445checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 2446dependencies = [ 2447 "block2 0.5.1", 2448 "objc2 0.5.2", 2449 "objc2-foundation 0.2.2", 2450] 2451 2452[[package]] 2453name = "objc2-core-data" 2454version = "0.2.2" 2455source = "registry+https://github.com/rust-lang/crates.io-index" 2456checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 2457dependencies = [ 2458 "bitflags 2.11.1", 2459 "block2 0.5.1", 2460 "objc2 0.5.2", 2461 "objc2-foundation 0.2.2", 2462] 2463 2464[[package]] 2465name = "objc2-core-foundation" 2466version = "0.3.2" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 2469dependencies = [ 2470 "bitflags 2.11.1", 2471 "dispatch2", 2472 "objc2 0.6.4", 2473] 2474 2475[[package]] 2476name = "objc2-core-image" 2477version = "0.2.2" 2478source = "registry+https://github.com/rust-lang/crates.io-index" 2479checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 2480dependencies = [ 2481 "block2 0.5.1", 2482 "objc2 0.5.2", 2483 "objc2-foundation 0.2.2", 2484 "objc2-metal 0.2.2", 2485] 2486 2487[[package]] 2488name = "objc2-core-location" 2489version = "0.2.2" 2490source = "registry+https://github.com/rust-lang/crates.io-index" 2491checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 2492dependencies = [ 2493 "block2 0.5.1", 2494 "objc2 0.5.2", 2495 "objc2-contacts", 2496 "objc2-foundation 0.2.2", 2497] 2498 2499[[package]] 2500name = "objc2-encode" 2501version = "4.1.0" 2502source = "registry+https://github.com/rust-lang/crates.io-index" 2503checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2504 2505[[package]] 2506name = "objc2-foundation" 2507version = "0.2.2" 2508source = "registry+https://github.com/rust-lang/crates.io-index" 2509checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 2510dependencies = [ 2511 "bitflags 2.11.1", 2512 "block2 0.5.1", 2513 "dispatch", 2514 "libc", 2515 "objc2 0.5.2", 2516] 2517 2518[[package]] 2519name = "objc2-foundation" 2520version = "0.3.2" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 2523dependencies = [ 2524 "bitflags 2.11.1", 2525 "objc2 0.6.4", 2526 "objc2-core-foundation", 2527] 2528 2529[[package]] 2530name = "objc2-link-presentation" 2531version = "0.2.2" 2532source = "registry+https://github.com/rust-lang/crates.io-index" 2533checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 2534dependencies = [ 2535 "block2 0.5.1", 2536 "objc2 0.5.2", 2537 "objc2-app-kit", 2538 "objc2-foundation 0.2.2", 2539] 2540 2541[[package]] 2542name = "objc2-metal" 2543version = "0.2.2" 2544source = "registry+https://github.com/rust-lang/crates.io-index" 2545checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 2546dependencies = [ 2547 "bitflags 2.11.1", 2548 "block2 0.5.1", 2549 "objc2 0.5.2", 2550 "objc2-foundation 0.2.2", 2551] 2552 2553[[package]] 2554name = "objc2-metal" 2555version = "0.3.2" 2556source = "registry+https://github.com/rust-lang/crates.io-index" 2557checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794" 2558dependencies = [ 2559 "bitflags 2.11.1", 2560 "block2 0.6.2", 2561 "objc2 0.6.4", 2562 "objc2-foundation 0.3.2", 2563] 2564 2565[[package]] 2566name = "objc2-quartz-core" 2567version = "0.2.2" 2568source = "registry+https://github.com/rust-lang/crates.io-index" 2569checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 2570dependencies = [ 2571 "bitflags 2.11.1", 2572 "block2 0.5.1", 2573 "objc2 0.5.2", 2574 "objc2-foundation 0.2.2", 2575 "objc2-metal 0.2.2", 2576] 2577 2578[[package]] 2579name = "objc2-quartz-core" 2580version = "0.3.2" 2581source = "registry+https://github.com/rust-lang/crates.io-index" 2582checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" 2583dependencies = [ 2584 "bitflags 2.11.1", 2585 "objc2 0.6.4", 2586 "objc2-core-foundation", 2587 "objc2-foundation 0.3.2", 2588 "objc2-metal 0.3.2", 2589] 2590 2591[[package]] 2592name = "objc2-symbols" 2593version = "0.2.2" 2594source = "registry+https://github.com/rust-lang/crates.io-index" 2595checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 2596dependencies = [ 2597 "objc2 0.5.2", 2598 "objc2-foundation 0.2.2", 2599] 2600 2601[[package]] 2602name = "objc2-ui-kit" 2603version = "0.2.2" 2604source = "registry+https://github.com/rust-lang/crates.io-index" 2605checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 2606dependencies = [ 2607 "bitflags 2.11.1", 2608 "block2 0.5.1", 2609 "objc2 0.5.2", 2610 "objc2-cloud-kit", 2611 "objc2-core-data", 2612 "objc2-core-image", 2613 "objc2-core-location", 2614 "objc2-foundation 0.2.2", 2615 "objc2-link-presentation", 2616 "objc2-quartz-core 0.2.2", 2617 "objc2-symbols", 2618 "objc2-uniform-type-identifiers", 2619 "objc2-user-notifications", 2620] 2621 2622[[package]] 2623name = "objc2-uniform-type-identifiers" 2624version = "0.2.2" 2625source = "registry+https://github.com/rust-lang/crates.io-index" 2626checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 2627dependencies = [ 2628 "block2 0.5.1", 2629 "objc2 0.5.2", 2630 "objc2-foundation 0.2.2", 2631] 2632 2633[[package]] 2634name = "objc2-user-notifications" 2635version = "0.2.2" 2636source = "registry+https://github.com/rust-lang/crates.io-index" 2637checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 2638dependencies = [ 2639 "bitflags 2.11.1", 2640 "block2 0.5.1", 2641 "objc2 0.5.2", 2642 "objc2-core-location", 2643 "objc2-foundation 0.2.2", 2644] 2645 2646[[package]] 2647name = "once_cell" 2648version = "1.21.4" 2649source = "registry+https://github.com/rust-lang/crates.io-index" 2650checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 2651 2652[[package]] 2653name = "orbclient" 2654version = "0.3.53" 2655source = "registry+https://github.com/rust-lang/crates.io-index" 2656checksum = "12c6933ddbbd16539a7672e697bb8d41ac3a4e99ac43eeb40c07236bd7fcb2dd" 2657dependencies = [ 2658 "libc", 2659 "libredox", 2660] 2661 2662[[package]] 2663name = "ordered-float" 2664version = "5.3.0" 2665source = "registry+https://github.com/rust-lang/crates.io-index" 2666checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e" 2667dependencies = [ 2668 "num-traits", 2669] 2670 2671[[package]] 2672name = "ordered-stream" 2673version = "0.2.0" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 2676dependencies = [ 2677 "futures-core", 2678 "pin-project-lite", 2679] 2680 2681[[package]] 2682name = "owned_ttf_parser" 2683version = "0.25.1" 2684source = "registry+https://github.com/rust-lang/crates.io-index" 2685checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" 2686dependencies = [ 2687 "ttf-parser", 2688] 2689 2690[[package]] 2691name = "palette" 2692version = "0.7.6" 2693source = "registry+https://github.com/rust-lang/crates.io-index" 2694checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6" 2695dependencies = [ 2696 "approx 0.5.1", 2697 "fast-srgb8", 2698 "palette_derive", 2699] 2700 2701[[package]] 2702name = "palette_derive" 2703version = "0.7.6" 2704source = "registry+https://github.com/rust-lang/crates.io-index" 2705checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30" 2706dependencies = [ 2707 "by_address", 2708 "proc-macro2", 2709 "quote", 2710 "syn 2.0.117", 2711] 2712 2713[[package]] 2714name = "parking" 2715version = "2.2.1" 2716source = "registry+https://github.com/rust-lang/crates.io-index" 2717checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2718 2719[[package]] 2720name = "parking_lot" 2721version = "0.12.5" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2724dependencies = [ 2725 "lock_api", 2726 "parking_lot_core", 2727] 2728 2729[[package]] 2730name = "parking_lot_core" 2731version = "0.9.12" 2732source = "registry+https://github.com/rust-lang/crates.io-index" 2733checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2734dependencies = [ 2735 "cfg-if", 2736 "libc", 2737 "redox_syscall 0.5.18", 2738 "smallvec", 2739 "windows-link", 2740] 2741 2742[[package]] 2743name = "parlance" 2744version = "0.1.0" 2745source = "registry+https://github.com/rust-lang/crates.io-index" 2746checksum = "4b6937eda350acc1a5d05872c3cbf99fe78619c269096e2be3d4a350058639d5" 2747 2748[[package]] 2749name = "parley" 2750version = "0.9.0" 2751source = "registry+https://github.com/rust-lang/crates.io-index" 2752checksum = "8fad031076f48f0d4d85ce1aea9b94b4e715a4d636a030a123038f8f5b5e4343" 2753dependencies = [ 2754 "fontique", 2755 "harfrust", 2756 "hashbrown 0.17.0", 2757 "icu_normalizer", 2758 "icu_properties", 2759 "icu_segmenter", 2760 "linebender_resource_handle", 2761 "parlance", 2762 "parley_data", 2763 "skrifa 0.42.1", 2764] 2765 2766[[package]] 2767name = "parley_data" 2768version = "0.9.0" 2769source = "registry+https://github.com/rust-lang/crates.io-index" 2770checksum = "19ab9ace3fad1b9ed603ddac5b595e69931fc50263d7e04e4055015b77b02da5" 2771dependencies = [ 2772 "icu_properties", 2773] 2774 2775[[package]] 2776name = "paste" 2777version = "1.0.15" 2778source = "registry+https://github.com/rust-lang/crates.io-index" 2779checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2780 2781[[package]] 2782name = "percent-encoding" 2783version = "2.3.2" 2784source = "registry+https://github.com/rust-lang/crates.io-index" 2785checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2786 2787[[package]] 2788name = "pin-project" 2789version = "1.1.11" 2790source = "registry+https://github.com/rust-lang/crates.io-index" 2791checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" 2792dependencies = [ 2793 "pin-project-internal", 2794] 2795 2796[[package]] 2797name = "pin-project-internal" 2798version = "1.1.11" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" 2801dependencies = [ 2802 "proc-macro2", 2803 "quote", 2804 "syn 2.0.117", 2805] 2806 2807[[package]] 2808name = "pin-project-lite" 2809version = "0.2.17" 2810source = "registry+https://github.com/rust-lang/crates.io-index" 2811checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 2812 2813[[package]] 2814name = "piper" 2815version = "0.2.5" 2816source = "registry+https://github.com/rust-lang/crates.io-index" 2817checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" 2818dependencies = [ 2819 "atomic-waker", 2820 "fastrand", 2821 "futures-io", 2822] 2823 2824[[package]] 2825name = "pkg-config" 2826version = "0.3.33" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 2829 2830[[package]] 2831name = "plain" 2832version = "0.2.3" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 2835 2836[[package]] 2837name = "png" 2838version = "0.17.16" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 2841dependencies = [ 2842 "bitflags 1.3.2", 2843 "crc32fast", 2844 "fdeflate", 2845 "flate2", 2846 "miniz_oxide", 2847] 2848 2849[[package]] 2850name = "polling" 2851version = "3.11.0" 2852source = "registry+https://github.com/rust-lang/crates.io-index" 2853checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 2854dependencies = [ 2855 "cfg-if", 2856 "concurrent-queue", 2857 "hermit-abi", 2858 "pin-project-lite", 2859 "rustix 1.1.4", 2860 "windows-sys 0.61.2", 2861] 2862 2863[[package]] 2864name = "pollster" 2865version = "0.4.0" 2866source = "registry+https://github.com/rust-lang/crates.io-index" 2867checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" 2868 2869[[package]] 2870name = "portable-atomic" 2871version = "1.13.1" 2872source = "registry+https://github.com/rust-lang/crates.io-index" 2873checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 2874 2875[[package]] 2876name = "portable-atomic-util" 2877version = "0.2.7" 2878source = "registry+https://github.com/rust-lang/crates.io-index" 2879checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" 2880dependencies = [ 2881 "portable-atomic", 2882] 2883 2884[[package]] 2885name = "potential_utf" 2886version = "0.1.5" 2887source = "registry+https://github.com/rust-lang/crates.io-index" 2888checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 2889dependencies = [ 2890 "serde_core", 2891 "writeable", 2892 "zerovec", 2893] 2894 2895[[package]] 2896name = "ppv-lite86" 2897version = "0.2.21" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2900dependencies = [ 2901 "zerocopy", 2902] 2903 2904[[package]] 2905name = "presser" 2906version = "0.3.1" 2907source = "registry+https://github.com/rust-lang/crates.io-index" 2908checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 2909 2910[[package]] 2911name = "prettyplease" 2912version = "0.2.37" 2913source = "registry+https://github.com/rust-lang/crates.io-index" 2914checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2915dependencies = [ 2916 "proc-macro2", 2917 "syn 2.0.117", 2918] 2919 2920[[package]] 2921name = "private-gemm-x86" 2922version = "0.1.20" 2923source = "registry+https://github.com/rust-lang/crates.io-index" 2924checksum = "0af8c3e5087969c323f667ccb4b789fa0954f5aa650550e38e81cf9108be21b5" 2925dependencies = [ 2926 "defer", 2927 "interpol", 2928 "num_cpus", 2929 "raw-cpuid", 2930] 2931 2932[[package]] 2933name = "proc-macro-crate" 2934version = "1.3.1" 2935source = "registry+https://github.com/rust-lang/crates.io-index" 2936checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2937dependencies = [ 2938 "once_cell", 2939 "toml_edit 0.19.15", 2940] 2941 2942[[package]] 2943name = "proc-macro-crate" 2944version = "3.5.0" 2945source = "registry+https://github.com/rust-lang/crates.io-index" 2946checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" 2947dependencies = [ 2948 "toml_edit 0.25.11+spec-1.1.0", 2949] 2950 2951[[package]] 2952name = "proc-macro-error" 2953version = "1.0.4" 2954source = "registry+https://github.com/rust-lang/crates.io-index" 2955checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2956dependencies = [ 2957 "proc-macro-error-attr", 2958 "proc-macro2", 2959 "quote", 2960 "syn 1.0.109", 2961 "version_check", 2962] 2963 2964[[package]] 2965name = "proc-macro-error-attr" 2966version = "1.0.4" 2967source = "registry+https://github.com/rust-lang/crates.io-index" 2968checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2969dependencies = [ 2970 "proc-macro2", 2971 "quote", 2972 "version_check", 2973] 2974 2975[[package]] 2976name = "proc-macro2" 2977version = "1.0.106" 2978source = "registry+https://github.com/rust-lang/crates.io-index" 2979checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2980dependencies = [ 2981 "unicode-ident", 2982] 2983 2984[[package]] 2985name = "profiling" 2986version = "1.0.17" 2987source = "registry+https://github.com/rust-lang/crates.io-index" 2988checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 2989 2990[[package]] 2991name = "proptest" 2992version = "1.11.0" 2993source = "registry+https://github.com/rust-lang/crates.io-index" 2994checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" 2995dependencies = [ 2996 "bitflags 2.11.1", 2997 "num-traits", 2998 "rand 0.9.4", 2999 "rand_chacha 0.9.0", 3000 "rand_xorshift", 3001 "regex-syntax", 3002 "unarray", 3003] 3004 3005[[package]] 3006name = "pulp" 3007version = "0.22.2" 3008source = "registry+https://github.com/rust-lang/crates.io-index" 3009checksum = "2e205bb30d5b916c55e584c22201771bcf2bad9aabd5d4127f38387140c38632" 3010dependencies = [ 3011 "bytemuck", 3012 "cfg-if", 3013 "libm", 3014 "num-complex", 3015 "paste", 3016 "pulp-wasm-simd-flag", 3017 "raw-cpuid", 3018 "reborrow", 3019 "version_check", 3020] 3021 3022[[package]] 3023name = "pulp-wasm-simd-flag" 3024version = "0.1.0" 3025source = "registry+https://github.com/rust-lang/crates.io-index" 3026checksum = "40e24eee682d89fb193496edf918a7f407d30175b2e785fe057e4392dfd182e0" 3027 3028[[package]] 3029name = "qd" 3030version = "0.8.0" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "15f1304a5aecdcfe9ee72fbba90aa37b3aa067a69d14cb7f3d9deada0be7c07c" 3033dependencies = [ 3034 "bytemuck", 3035 "libm", 3036 "num-traits", 3037 "pulp", 3038] 3039 3040[[package]] 3041name = "quick-xml" 3042version = "0.39.2" 3043source = "registry+https://github.com/rust-lang/crates.io-index" 3044checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" 3045dependencies = [ 3046 "memchr", 3047] 3048 3049[[package]] 3050name = "quote" 3051version = "1.0.45" 3052source = "registry+https://github.com/rust-lang/crates.io-index" 3053checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 3054dependencies = [ 3055 "proc-macro2", 3056] 3057 3058[[package]] 3059name = "r-efi" 3060version = "5.3.0" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3063 3064[[package]] 3065name = "r-efi" 3066version = "6.0.0" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 3069 3070[[package]] 3071name = "rand" 3072version = "0.8.6" 3073source = "registry+https://github.com/rust-lang/crates.io-index" 3074checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" 3075dependencies = [ 3076 "libc", 3077 "rand_chacha 0.3.1", 3078 "rand_core 0.6.4", 3079] 3080 3081[[package]] 3082name = "rand" 3083version = "0.9.4" 3084source = "registry+https://github.com/rust-lang/crates.io-index" 3085checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 3086dependencies = [ 3087 "rand_chacha 0.9.0", 3088 "rand_core 0.9.5", 3089] 3090 3091[[package]] 3092name = "rand_chacha" 3093version = "0.3.1" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3096dependencies = [ 3097 "ppv-lite86", 3098 "rand_core 0.6.4", 3099] 3100 3101[[package]] 3102name = "rand_chacha" 3103version = "0.9.0" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3106dependencies = [ 3107 "ppv-lite86", 3108 "rand_core 0.9.5", 3109] 3110 3111[[package]] 3112name = "rand_core" 3113version = "0.6.4" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3116dependencies = [ 3117 "getrandom 0.2.17", 3118] 3119 3120[[package]] 3121name = "rand_core" 3122version = "0.9.5" 3123source = "registry+https://github.com/rust-lang/crates.io-index" 3124checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 3125dependencies = [ 3126 "getrandom 0.3.4", 3127] 3128 3129[[package]] 3130name = "rand_xorshift" 3131version = "0.4.0" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" 3134dependencies = [ 3135 "rand_core 0.9.5", 3136] 3137 3138[[package]] 3139name = "range-alloc" 3140version = "0.1.5" 3141source = "registry+https://github.com/rust-lang/crates.io-index" 3142checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08" 3143 3144[[package]] 3145name = "raw-cpuid" 3146version = "11.6.0" 3147source = "registry+https://github.com/rust-lang/crates.io-index" 3148checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" 3149dependencies = [ 3150 "bitflags 2.11.1", 3151] 3152 3153[[package]] 3154name = "raw-window-handle" 3155version = "0.6.2" 3156source = "registry+https://github.com/rust-lang/crates.io-index" 3157checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 3158 3159[[package]] 3160name = "raw-window-metal" 3161version = "1.1.0" 3162source = "registry+https://github.com/rust-lang/crates.io-index" 3163checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135" 3164dependencies = [ 3165 "objc2 0.6.4", 3166 "objc2-core-foundation", 3167 "objc2-foundation 0.3.2", 3168 "objc2-quartz-core 0.3.2", 3169] 3170 3171[[package]] 3172name = "rawpointer" 3173version = "0.2.1" 3174source = "registry+https://github.com/rust-lang/crates.io-index" 3175checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 3176 3177[[package]] 3178name = "rayon" 3179version = "1.12.0" 3180source = "registry+https://github.com/rust-lang/crates.io-index" 3181checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" 3182dependencies = [ 3183 "either", 3184 "rayon-core", 3185] 3186 3187[[package]] 3188name = "rayon-core" 3189version = "1.13.0" 3190source = "registry+https://github.com/rust-lang/crates.io-index" 3191checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 3192dependencies = [ 3193 "crossbeam-deque", 3194 "crossbeam-utils", 3195] 3196 3197[[package]] 3198name = "rclite" 3199version = "0.2.8" 3200source = "registry+https://github.com/rust-lang/crates.io-index" 3201checksum = "e09665c494a9de2bd230e1aedc0c2fb20481a51f28f7db84d0c9bcfe2fe537b2" 3202dependencies = [ 3203 "branches", 3204] 3205 3206[[package]] 3207name = "read-fonts" 3208version = "0.37.0" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5" 3211dependencies = [ 3212 "bytemuck", 3213 "font-types", 3214] 3215 3216[[package]] 3217name = "read-fonts" 3218version = "0.39.2" 3219source = "registry+https://github.com/rust-lang/crates.io-index" 3220checksum = "c4ed38b89c2c77ff968c524145ad65fb010f38af5c7a224b53b81d47ac2daa81" 3221dependencies = [ 3222 "bytemuck", 3223 "core_maths", 3224 "font-types", 3225] 3226 3227[[package]] 3228name = "reborrow" 3229version = "0.5.5" 3230source = "registry+https://github.com/rust-lang/crates.io-index" 3231checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" 3232 3233[[package]] 3234name = "redox_syscall" 3235version = "0.4.1" 3236source = "registry+https://github.com/rust-lang/crates.io-index" 3237checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 3238dependencies = [ 3239 "bitflags 1.3.2", 3240] 3241 3242[[package]] 3243name = "redox_syscall" 3244version = "0.5.18" 3245source = "registry+https://github.com/rust-lang/crates.io-index" 3246checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3247dependencies = [ 3248 "bitflags 2.11.1", 3249] 3250 3251[[package]] 3252name = "redox_syscall" 3253version = "0.7.4" 3254source = "registry+https://github.com/rust-lang/crates.io-index" 3255checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a" 3256dependencies = [ 3257 "bitflags 2.11.1", 3258] 3259 3260[[package]] 3261name = "regex" 3262version = "1.12.3" 3263source = "registry+https://github.com/rust-lang/crates.io-index" 3264checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 3265dependencies = [ 3266 "aho-corasick", 3267 "memchr", 3268 "regex-automata", 3269 "regex-syntax", 3270] 3271 3272[[package]] 3273name = "regex-automata" 3274version = "0.4.14" 3275source = "registry+https://github.com/rust-lang/crates.io-index" 3276checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 3277dependencies = [ 3278 "aho-corasick", 3279 "memchr", 3280 "regex-syntax", 3281] 3282 3283[[package]] 3284name = "regex-syntax" 3285version = "0.8.10" 3286source = "registry+https://github.com/rust-lang/crates.io-index" 3287checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 3288 3289[[package]] 3290name = "renderdoc-sys" 3291version = "1.1.0" 3292source = "registry+https://github.com/rust-lang/crates.io-index" 3293checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 3294 3295[[package]] 3296name = "robust" 3297version = "1.2.0" 3298source = "registry+https://github.com/rust-lang/crates.io-index" 3299checksum = "4e27ee8bb91ca0adcf0ecb116293afa12d393f9c2b9b9cd54d33e8078fe19839" 3300 3301[[package]] 3302name = "ron" 3303version = "0.12.1" 3304source = "registry+https://github.com/rust-lang/crates.io-index" 3305checksum = "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc" 3306dependencies = [ 3307 "bitflags 2.11.1", 3308 "once_cell", 3309 "serde", 3310 "serde_derive", 3311 "typeid", 3312 "unicode-ident", 3313] 3314 3315[[package]] 3316name = "rustc-hash" 3317version = "1.1.0" 3318source = "registry+https://github.com/rust-lang/crates.io-index" 3319checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3320 3321[[package]] 3322name = "rustc-hash" 3323version = "2.1.2" 3324source = "registry+https://github.com/rust-lang/crates.io-index" 3325checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 3326 3327[[package]] 3328name = "rustc_version" 3329version = "0.4.1" 3330source = "registry+https://github.com/rust-lang/crates.io-index" 3331checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3332dependencies = [ 3333 "semver", 3334] 3335 3336[[package]] 3337name = "rustix" 3338version = "0.38.44" 3339source = "registry+https://github.com/rust-lang/crates.io-index" 3340checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 3341dependencies = [ 3342 "bitflags 2.11.1", 3343 "errno", 3344 "libc", 3345 "linux-raw-sys 0.4.15", 3346 "windows-sys 0.59.0", 3347] 3348 3349[[package]] 3350name = "rustix" 3351version = "1.1.4" 3352source = "registry+https://github.com/rust-lang/crates.io-index" 3353checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 3354dependencies = [ 3355 "bitflags 2.11.1", 3356 "errno", 3357 "libc", 3358 "linux-raw-sys 0.12.1", 3359 "windows-sys 0.61.2", 3360] 3361 3362[[package]] 3363name = "ruststep" 3364version = "0.4.0" 3365source = "registry+https://github.com/rust-lang/crates.io-index" 3366checksum = "5df866eb24b48dd4bb8a3cb0dfeb3a25ff2c251ed93aae1cbfc03eb8ee3c7dcc" 3367dependencies = [ 3368 "Inflector", 3369 "derive-new", 3370 "derive_more", 3371 "itertools 0.10.5", 3372 "nom", 3373 "ruststep-derive", 3374 "serde", 3375 "thiserror 1.0.69", 3376] 3377 3378[[package]] 3379name = "ruststep-derive" 3380version = "0.4.0" 3381source = "registry+https://github.com/rust-lang/crates.io-index" 3382checksum = "81bfdd035ae42e977d18e3197065392784566ef230eda4241d15799ea2154e84" 3383dependencies = [ 3384 "Inflector", 3385 "proc-macro-crate 1.3.1", 3386 "proc-macro-error", 3387 "proc-macro2", 3388 "quote", 3389 "syn 2.0.117", 3390] 3391 3392[[package]] 3393name = "rustversion" 3394version = "1.0.22" 3395source = "registry+https://github.com/rust-lang/crates.io-index" 3396checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3397 3398[[package]] 3399name = "safe_arch" 3400version = "0.7.4" 3401source = "registry+https://github.com/rust-lang/crates.io-index" 3402checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" 3403dependencies = [ 3404 "bytemuck", 3405] 3406 3407[[package]] 3408name = "same-file" 3409version = "1.0.6" 3410source = "registry+https://github.com/rust-lang/crates.io-index" 3411checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3412dependencies = [ 3413 "winapi-util", 3414] 3415 3416[[package]] 3417name = "scoped-tls" 3418version = "1.0.1" 3419source = "registry+https://github.com/rust-lang/crates.io-index" 3420checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3421 3422[[package]] 3423name = "scopeguard" 3424version = "1.2.0" 3425source = "registry+https://github.com/rust-lang/crates.io-index" 3426checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3427 3428[[package]] 3429name = "sctk-adwaita" 3430version = "0.10.1" 3431source = "registry+https://github.com/rust-lang/crates.io-index" 3432checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" 3433dependencies = [ 3434 "ab_glyph", 3435 "log", 3436 "memmap2", 3437 "smithay-client-toolkit", 3438 "tiny-skia", 3439] 3440 3441[[package]] 3442name = "semver" 3443version = "1.0.28" 3444source = "registry+https://github.com/rust-lang/crates.io-index" 3445checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 3446 3447[[package]] 3448name = "seq-macro" 3449version = "0.3.6" 3450source = "registry+https://github.com/rust-lang/crates.io-index" 3451checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc" 3452 3453[[package]] 3454name = "serde" 3455version = "1.0.228" 3456source = "registry+https://github.com/rust-lang/crates.io-index" 3457checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3458dependencies = [ 3459 "serde_core", 3460 "serde_derive", 3461] 3462 3463[[package]] 3464name = "serde_core" 3465version = "1.0.228" 3466source = "registry+https://github.com/rust-lang/crates.io-index" 3467checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3468dependencies = [ 3469 "serde_derive", 3470] 3471 3472[[package]] 3473name = "serde_derive" 3474version = "1.0.228" 3475source = "registry+https://github.com/rust-lang/crates.io-index" 3476checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3477dependencies = [ 3478 "proc-macro2", 3479 "quote", 3480 "syn 2.0.117", 3481] 3482 3483[[package]] 3484name = "serde_json" 3485version = "1.0.149" 3486source = "registry+https://github.com/rust-lang/crates.io-index" 3487checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 3488dependencies = [ 3489 "itoa", 3490 "memchr", 3491 "serde", 3492 "serde_core", 3493 "zmij", 3494] 3495 3496[[package]] 3497name = "serde_repr" 3498version = "0.1.20" 3499source = "registry+https://github.com/rust-lang/crates.io-index" 3500checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 3501dependencies = [ 3502 "proc-macro2", 3503 "quote", 3504 "syn 2.0.117", 3505] 3506 3507[[package]] 3508name = "sharded-slab" 3509version = "0.1.7" 3510source = "registry+https://github.com/rust-lang/crates.io-index" 3511checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3512dependencies = [ 3513 "lazy_static", 3514] 3515 3516[[package]] 3517name = "shlex" 3518version = "1.3.0" 3519source = "registry+https://github.com/rust-lang/crates.io-index" 3520checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3521 3522[[package]] 3523name = "signal-hook-registry" 3524version = "1.4.8" 3525source = "registry+https://github.com/rust-lang/crates.io-index" 3526checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 3527dependencies = [ 3528 "errno", 3529 "libc", 3530] 3531 3532[[package]] 3533name = "simba" 3534version = "0.9.1" 3535source = "registry+https://github.com/rust-lang/crates.io-index" 3536checksum = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95" 3537dependencies = [ 3538 "approx 0.5.1", 3539 "num-complex", 3540 "num-traits", 3541 "paste", 3542 "wide", 3543] 3544 3545[[package]] 3546name = "simd-adler32" 3547version = "0.3.9" 3548source = "registry+https://github.com/rust-lang/crates.io-index" 3549checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 3550 3551[[package]] 3552name = "simd_cesu8" 3553version = "1.1.1" 3554source = "registry+https://github.com/rust-lang/crates.io-index" 3555checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" 3556dependencies = [ 3557 "rustc_version", 3558 "simdutf8", 3559] 3560 3561[[package]] 3562name = "simdutf8" 3563version = "0.1.5" 3564source = "registry+https://github.com/rust-lang/crates.io-index" 3565checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 3566 3567[[package]] 3568name = "similar" 3569version = "2.7.0" 3570source = "registry+https://github.com/rust-lang/crates.io-index" 3571checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" 3572 3573[[package]] 3574name = "skrifa" 3575version = "0.40.0" 3576source = "registry+https://github.com/rust-lang/crates.io-index" 3577checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac" 3578dependencies = [ 3579 "bytemuck", 3580 "read-fonts 0.37.0", 3581] 3582 3583[[package]] 3584name = "skrifa" 3585version = "0.42.1" 3586source = "registry+https://github.com/rust-lang/crates.io-index" 3587checksum = "0c34617370ae968efb7161bb2beb517d9084659aae19e24b89e3db25b46e4564" 3588dependencies = [ 3589 "bytemuck", 3590 "read-fonts 0.39.2", 3591] 3592 3593[[package]] 3594name = "slab" 3595version = "0.4.12" 3596source = "registry+https://github.com/rust-lang/crates.io-index" 3597checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 3598 3599[[package]] 3600name = "slotmap" 3601version = "1.1.1" 3602source = "registry+https://github.com/rust-lang/crates.io-index" 3603checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" 3604dependencies = [ 3605 "serde", 3606 "version_check", 3607] 3608 3609[[package]] 3610name = "smallvec" 3611version = "1.15.1" 3612source = "registry+https://github.com/rust-lang/crates.io-index" 3613checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3614 3615[[package]] 3616name = "smithay-client-toolkit" 3617version = "0.19.2" 3618source = "registry+https://github.com/rust-lang/crates.io-index" 3619checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 3620dependencies = [ 3621 "bitflags 2.11.1", 3622 "calloop", 3623 "calloop-wayland-source", 3624 "cursor-icon", 3625 "libc", 3626 "log", 3627 "memmap2", 3628 "rustix 0.38.44", 3629 "thiserror 1.0.69", 3630 "wayland-backend", 3631 "wayland-client", 3632 "wayland-csd-frame", 3633 "wayland-cursor", 3634 "wayland-protocols", 3635 "wayland-protocols-wlr", 3636 "wayland-scanner", 3637 "xkeysym", 3638] 3639 3640[[package]] 3641name = "smol_str" 3642version = "0.2.2" 3643source = "registry+https://github.com/rust-lang/crates.io-index" 3644checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 3645dependencies = [ 3646 "serde", 3647] 3648 3649[[package]] 3650name = "spade" 3651version = "2.15.1" 3652source = "registry+https://github.com/rust-lang/crates.io-index" 3653checksum = "9699399fd9349b00b184f5635b074f9ec93afffef30c853f8c875b32c0f8c7fa" 3654dependencies = [ 3655 "hashbrown 0.16.1", 3656 "num-traits", 3657 "robust", 3658 "smallvec", 3659] 3660 3661[[package]] 3662name = "spirv" 3663version = "0.4.0+sdk-1.4.341.0" 3664source = "registry+https://github.com/rust-lang/crates.io-index" 3665checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f" 3666dependencies = [ 3667 "bitflags 2.11.1", 3668] 3669 3670[[package]] 3671name = "stable_deref_trait" 3672version = "1.2.1" 3673source = "registry+https://github.com/rust-lang/crates.io-index" 3674checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3675 3676[[package]] 3677name = "static_assertions" 3678version = "1.1.0" 3679source = "registry+https://github.com/rust-lang/crates.io-index" 3680checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3681 3682[[package]] 3683name = "strict-num" 3684version = "0.1.1" 3685source = "registry+https://github.com/rust-lang/crates.io-index" 3686checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 3687 3688[[package]] 3689name = "swash" 3690version = "0.2.7" 3691source = "registry+https://github.com/rust-lang/crates.io-index" 3692checksum = "842f3cd369c2ba38966204f983eaa5e54a8e84a7d7159ed36ade2b6c335aae64" 3693dependencies = [ 3694 "skrifa 0.40.0", 3695 "yazi", 3696 "zeno", 3697] 3698 3699[[package]] 3700name = "syn" 3701version = "1.0.109" 3702source = "registry+https://github.com/rust-lang/crates.io-index" 3703checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3704dependencies = [ 3705 "proc-macro2", 3706 "quote", 3707 "unicode-ident", 3708] 3709 3710[[package]] 3711name = "syn" 3712version = "2.0.117" 3713source = "registry+https://github.com/rust-lang/crates.io-index" 3714checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 3715dependencies = [ 3716 "proc-macro2", 3717 "quote", 3718 "unicode-ident", 3719] 3720 3721[[package]] 3722name = "synstructure" 3723version = "0.13.2" 3724source = "registry+https://github.com/rust-lang/crates.io-index" 3725checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3726dependencies = [ 3727 "proc-macro2", 3728 "quote", 3729 "syn 2.0.117", 3730] 3731 3732[[package]] 3733name = "sysctl" 3734version = "0.6.0" 3735source = "registry+https://github.com/rust-lang/crates.io-index" 3736checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc" 3737dependencies = [ 3738 "bitflags 2.11.1", 3739 "byteorder", 3740 "enum-as-inner", 3741 "libc", 3742 "thiserror 1.0.69", 3743 "walkdir", 3744] 3745 3746[[package]] 3747name = "taffy" 3748version = "0.10.1" 3749source = "registry+https://github.com/rust-lang/crates.io-index" 3750checksum = "aea22054047c16c3f34d3ac473a2170be1424b1115b2a3adcf28cfb067c88859" 3751dependencies = [ 3752 "arrayvec", 3753 "grid", 3754 "serde", 3755 "slotmap", 3756] 3757 3758[[package]] 3759name = "tempfile" 3760version = "3.27.0" 3761source = "registry+https://github.com/rust-lang/crates.io-index" 3762checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 3763dependencies = [ 3764 "fastrand", 3765 "getrandom 0.4.2", 3766 "once_cell", 3767 "rustix 1.1.4", 3768 "windows-sys 0.61.2", 3769] 3770 3771[[package]] 3772name = "termcolor" 3773version = "1.4.1" 3774source = "registry+https://github.com/rust-lang/crates.io-index" 3775checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3776dependencies = [ 3777 "winapi-util", 3778] 3779 3780[[package]] 3781name = "thiserror" 3782version = "1.0.69" 3783source = "registry+https://github.com/rust-lang/crates.io-index" 3784checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3785dependencies = [ 3786 "thiserror-impl 1.0.69", 3787] 3788 3789[[package]] 3790name = "thiserror" 3791version = "2.0.18" 3792source = "registry+https://github.com/rust-lang/crates.io-index" 3793checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3794dependencies = [ 3795 "thiserror-impl 2.0.18", 3796] 3797 3798[[package]] 3799name = "thiserror-impl" 3800version = "1.0.69" 3801source = "registry+https://github.com/rust-lang/crates.io-index" 3802checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3803dependencies = [ 3804 "proc-macro2", 3805 "quote", 3806 "syn 2.0.117", 3807] 3808 3809[[package]] 3810name = "thiserror-impl" 3811version = "2.0.18" 3812source = "registry+https://github.com/rust-lang/crates.io-index" 3813checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3814dependencies = [ 3815 "proc-macro2", 3816 "quote", 3817 "syn 2.0.117", 3818] 3819 3820[[package]] 3821name = "thread_local" 3822version = "1.1.9" 3823source = "registry+https://github.com/rust-lang/crates.io-index" 3824checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 3825dependencies = [ 3826 "cfg-if", 3827] 3828 3829[[package]] 3830name = "tiny-skia" 3831version = "0.11.4" 3832source = "registry+https://github.com/rust-lang/crates.io-index" 3833checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 3834dependencies = [ 3835 "arrayref", 3836 "arrayvec", 3837 "bytemuck", 3838 "cfg-if", 3839 "log", 3840 "tiny-skia-path", 3841] 3842 3843[[package]] 3844name = "tiny-skia-path" 3845version = "0.11.4" 3846source = "registry+https://github.com/rust-lang/crates.io-index" 3847checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 3848dependencies = [ 3849 "arrayref", 3850 "bytemuck", 3851 "strict-num", 3852] 3853 3854[[package]] 3855name = "tinystr" 3856version = "0.8.3" 3857source = "registry+https://github.com/rust-lang/crates.io-index" 3858checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 3859dependencies = [ 3860 "displaydoc", 3861 "serde_core", 3862 "zerovec", 3863] 3864 3865[[package]] 3866name = "toml_datetime" 3867version = "0.6.11" 3868source = "registry+https://github.com/rust-lang/crates.io-index" 3869checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 3870 3871[[package]] 3872name = "toml_datetime" 3873version = "1.1.1+spec-1.1.0" 3874source = "registry+https://github.com/rust-lang/crates.io-index" 3875checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" 3876dependencies = [ 3877 "serde_core", 3878] 3879 3880[[package]] 3881name = "toml_edit" 3882version = "0.19.15" 3883source = "registry+https://github.com/rust-lang/crates.io-index" 3884checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 3885dependencies = [ 3886 "indexmap", 3887 "toml_datetime 0.6.11", 3888 "winnow 0.5.40", 3889] 3890 3891[[package]] 3892name = "toml_edit" 3893version = "0.25.11+spec-1.1.0" 3894source = "registry+https://github.com/rust-lang/crates.io-index" 3895checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b" 3896dependencies = [ 3897 "indexmap", 3898 "toml_datetime 1.1.1+spec-1.1.0", 3899 "toml_parser", 3900 "winnow 1.0.1", 3901] 3902 3903[[package]] 3904name = "toml_parser" 3905version = "1.1.2+spec-1.1.0" 3906source = "registry+https://github.com/rust-lang/crates.io-index" 3907checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" 3908dependencies = [ 3909 "winnow 1.0.1", 3910] 3911 3912[[package]] 3913name = "tracing" 3914version = "0.1.44" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3917dependencies = [ 3918 "pin-project-lite", 3919 "tracing-attributes", 3920 "tracing-core", 3921] 3922 3923[[package]] 3924name = "tracing-attributes" 3925version = "0.1.31" 3926source = "registry+https://github.com/rust-lang/crates.io-index" 3927checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 3928dependencies = [ 3929 "proc-macro2", 3930 "quote", 3931 "syn 2.0.117", 3932] 3933 3934[[package]] 3935name = "tracing-core" 3936version = "0.1.36" 3937source = "registry+https://github.com/rust-lang/crates.io-index" 3938checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 3939dependencies = [ 3940 "once_cell", 3941 "valuable", 3942] 3943 3944[[package]] 3945name = "tracing-log" 3946version = "0.2.0" 3947source = "registry+https://github.com/rust-lang/crates.io-index" 3948checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3949dependencies = [ 3950 "log", 3951 "once_cell", 3952 "tracing-core", 3953] 3954 3955[[package]] 3956name = "tracing-subscriber" 3957version = "0.3.23" 3958source = "registry+https://github.com/rust-lang/crates.io-index" 3959checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 3960dependencies = [ 3961 "matchers", 3962 "nu-ansi-term", 3963 "once_cell", 3964 "regex-automata", 3965 "sharded-slab", 3966 "smallvec", 3967 "thread_local", 3968 "tracing", 3969 "tracing-core", 3970 "tracing-log", 3971] 3972 3973[[package]] 3974name = "truck-base" 3975version = "0.5.0" 3976source = "registry+https://github.com/rust-lang/crates.io-index" 3977checksum = "4c279de9e92e5dc20a188deb0bb9a4bd421a6a185e57e03e19025e84a36c5a05" 3978dependencies = [ 3979 "cgmath", 3980 "matext4cgmath", 3981 "rustc-hash 2.1.2", 3982 "serde", 3983] 3984 3985[[package]] 3986name = "truck-derivers" 3987version = "0.1.0" 3988source = "registry+https://github.com/rust-lang/crates.io-index" 3989checksum = "421ff1c5a303aed64e295d9b30e8424ee7a2fa251617a59ae4acfd078496009f" 3990dependencies = [ 3991 "proc-macro-error", 3992 "proc-macro2", 3993 "quote", 3994 "syn 2.0.117", 3995] 3996 3997[[package]] 3998name = "truck-geometry" 3999version = "0.5.0" 4000source = "registry+https://github.com/rust-lang/crates.io-index" 4001checksum = "4d9d85f203fdbc2d206a38b8e7c4417a05a2eb589be8b81ecfe9f98faafc425d" 4002dependencies = [ 4003 "serde", 4004 "thiserror 1.0.69", 4005 "truck-base", 4006 "truck-geotrait", 4007] 4008 4009[[package]] 4010name = "truck-geotrait" 4011version = "0.4.0" 4012source = "registry+https://github.com/rust-lang/crates.io-index" 4013checksum = "97a31fe98d5a0589ad20576260e214af23dea21a8d125da81ad3bbcb666f411f" 4014dependencies = [ 4015 "getrandom 0.2.17", 4016 "rand 0.8.6", 4017 "thiserror 1.0.69", 4018 "truck-base", 4019 "truck-derivers", 4020] 4021 4022[[package]] 4023name = "truck-meshalgo" 4024version = "0.4.0" 4025source = "registry+https://github.com/rust-lang/crates.io-index" 4026checksum = "e18f325738e822c79bb1a48897ec789cbf50cbeeb0841105295f9da85bdf3613" 4027dependencies = [ 4028 "array-macro", 4029 "derive_more", 4030 "itertools 0.13.0", 4031 "rayon", 4032 "rustc-hash 2.1.2", 4033 "spade", 4034 "truck-base", 4035 "truck-geometry", 4036 "truck-polymesh", 4037 "truck-topology", 4038] 4039 4040[[package]] 4041name = "truck-modeling" 4042version = "0.6.0" 4043source = "registry+https://github.com/rust-lang/crates.io-index" 4044checksum = "8082c2dfac8c2732a014d81807fb5d24dbac0d72ee4de2a705b7fbc05fa05b18" 4045dependencies = [ 4046 "derive_more", 4047 "rustc-hash 2.1.2", 4048 "serde", 4049 "thiserror 1.0.69", 4050 "truck-base", 4051 "truck-geometry", 4052 "truck-geotrait", 4053 "truck-polymesh", 4054 "truck-topology", 4055] 4056 4057[[package]] 4058name = "truck-polymesh" 4059version = "0.6.0" 4060source = "registry+https://github.com/rust-lang/crates.io-index" 4061checksum = "b8f22def310af4a89c37beb4839bbf702b302d2c112ea29553759f0e16622fbf" 4062dependencies = [ 4063 "array-macro", 4064 "bytemuck", 4065 "itertools 0.13.0", 4066 "rustc-hash 2.1.2", 4067 "serde", 4068 "thiserror 1.0.69", 4069 "truck-base", 4070 "truck-geotrait", 4071] 4072 4073[[package]] 4074name = "truck-stepio" 4075version = "0.3.0" 4076source = "registry+https://github.com/rust-lang/crates.io-index" 4077checksum = "2d29cf5b0dec4b927e80b5dca26ce3ca69601c77ea5b9c953e30bfc3e123d189" 4078dependencies = [ 4079 "chrono", 4080 "derive_more", 4081 "ruststep", 4082 "serde", 4083 "truck-derivers", 4084 "truck-geometry", 4085 "truck-geotrait", 4086 "truck-modeling", 4087 "truck-polymesh", 4088 "truck-topology", 4089] 4090 4091[[package]] 4092name = "truck-topology" 4093version = "0.6.0" 4094source = "registry+https://github.com/rust-lang/crates.io-index" 4095checksum = "bf62a1610405c5e39ab5eb6948f326fc1641689734a6b8207a80792133fe0e78" 4096dependencies = [ 4097 "parking_lot", 4098 "rayon", 4099 "rclite", 4100 "rustc-hash 2.1.2", 4101 "serde", 4102 "thiserror 1.0.69", 4103 "truck-base", 4104 "truck-geotrait", 4105] 4106 4107[[package]] 4108name = "ttf-parser" 4109version = "0.25.1" 4110source = "registry+https://github.com/rust-lang/crates.io-index" 4111checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 4112 4113[[package]] 4114name = "typeid" 4115version = "1.0.3" 4116source = "registry+https://github.com/rust-lang/crates.io-index" 4117checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 4118 4119[[package]] 4120name = "typenum" 4121version = "1.20.0" 4122source = "registry+https://github.com/rust-lang/crates.io-index" 4123checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" 4124 4125[[package]] 4126name = "uds_windows" 4127version = "1.2.1" 4128source = "registry+https://github.com/rust-lang/crates.io-index" 4129checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" 4130dependencies = [ 4131 "memoffset", 4132 "tempfile", 4133 "windows-sys 0.61.2", 4134] 4135 4136[[package]] 4137name = "unarray" 4138version = "0.1.4" 4139source = "registry+https://github.com/rust-lang/crates.io-index" 4140checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 4141 4142[[package]] 4143name = "unicode-ident" 4144version = "1.0.24" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 4147 4148[[package]] 4149name = "unicode-segmentation" 4150version = "1.13.2" 4151source = "registry+https://github.com/rust-lang/crates.io-index" 4152checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" 4153 4154[[package]] 4155name = "unicode-width" 4156version = "0.2.2" 4157source = "registry+https://github.com/rust-lang/crates.io-index" 4158checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 4159 4160[[package]] 4161name = "unicode-xid" 4162version = "0.2.6" 4163source = "registry+https://github.com/rust-lang/crates.io-index" 4164checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4165 4166[[package]] 4167name = "uom" 4168version = "0.38.0" 4169source = "registry+https://github.com/rust-lang/crates.io-index" 4170checksum = "a739f83872836c82a4f2527d4e54b37007b3de68cafe7edde95fd695968bf4b9" 4171dependencies = [ 4172 "num-traits", 4173 "typenum", 4174] 4175 4176[[package]] 4177name = "utf8_iter" 4178version = "1.0.4" 4179source = "registry+https://github.com/rust-lang/crates.io-index" 4180checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4181 4182[[package]] 4183name = "uuid" 4184version = "1.23.1" 4185source = "registry+https://github.com/rust-lang/crates.io-index" 4186checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" 4187dependencies = [ 4188 "js-sys", 4189 "serde_core", 4190 "wasm-bindgen", 4191] 4192 4193[[package]] 4194name = "valuable" 4195version = "0.1.1" 4196source = "registry+https://github.com/rust-lang/crates.io-index" 4197checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 4198 4199[[package]] 4200name = "version_check" 4201version = "0.9.5" 4202source = "registry+https://github.com/rust-lang/crates.io-index" 4203checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4204 4205[[package]] 4206name = "walkdir" 4207version = "2.5.0" 4208source = "registry+https://github.com/rust-lang/crates.io-index" 4209checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4210dependencies = [ 4211 "same-file", 4212 "winapi-util", 4213] 4214 4215[[package]] 4216name = "wasi" 4217version = "0.11.1+wasi-snapshot-preview1" 4218source = "registry+https://github.com/rust-lang/crates.io-index" 4219checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4220 4221[[package]] 4222name = "wasip2" 4223version = "1.0.3+wasi-0.2.9" 4224source = "registry+https://github.com/rust-lang/crates.io-index" 4225checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 4226dependencies = [ 4227 "wit-bindgen 0.57.1", 4228] 4229 4230[[package]] 4231name = "wasip3" 4232version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 4233source = "registry+https://github.com/rust-lang/crates.io-index" 4234checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 4235dependencies = [ 4236 "wit-bindgen 0.51.0", 4237] 4238 4239[[package]] 4240name = "wasm-bindgen" 4241version = "0.2.118" 4242source = "registry+https://github.com/rust-lang/crates.io-index" 4243checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" 4244dependencies = [ 4245 "cfg-if", 4246 "once_cell", 4247 "rustversion", 4248 "wasm-bindgen-macro", 4249 "wasm-bindgen-shared", 4250] 4251 4252[[package]] 4253name = "wasm-bindgen-futures" 4254version = "0.4.68" 4255source = "registry+https://github.com/rust-lang/crates.io-index" 4256checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8" 4257dependencies = [ 4258 "js-sys", 4259 "wasm-bindgen", 4260] 4261 4262[[package]] 4263name = "wasm-bindgen-macro" 4264version = "0.2.118" 4265source = "registry+https://github.com/rust-lang/crates.io-index" 4266checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" 4267dependencies = [ 4268 "quote", 4269 "wasm-bindgen-macro-support", 4270] 4271 4272[[package]] 4273name = "wasm-bindgen-macro-support" 4274version = "0.2.118" 4275source = "registry+https://github.com/rust-lang/crates.io-index" 4276checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" 4277dependencies = [ 4278 "bumpalo", 4279 "proc-macro2", 4280 "quote", 4281 "syn 2.0.117", 4282 "wasm-bindgen-shared", 4283] 4284 4285[[package]] 4286name = "wasm-bindgen-shared" 4287version = "0.2.118" 4288source = "registry+https://github.com/rust-lang/crates.io-index" 4289checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" 4290dependencies = [ 4291 "unicode-ident", 4292] 4293 4294[[package]] 4295name = "wasm-encoder" 4296version = "0.244.0" 4297source = "registry+https://github.com/rust-lang/crates.io-index" 4298checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 4299dependencies = [ 4300 "leb128fmt", 4301 "wasmparser", 4302] 4303 4304[[package]] 4305name = "wasm-metadata" 4306version = "0.244.0" 4307source = "registry+https://github.com/rust-lang/crates.io-index" 4308checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 4309dependencies = [ 4310 "anyhow", 4311 "indexmap", 4312 "wasm-encoder", 4313 "wasmparser", 4314] 4315 4316[[package]] 4317name = "wasmparser" 4318version = "0.244.0" 4319source = "registry+https://github.com/rust-lang/crates.io-index" 4320checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 4321dependencies = [ 4322 "bitflags 2.11.1", 4323 "hashbrown 0.15.5", 4324 "indexmap", 4325 "semver", 4326] 4327 4328[[package]] 4329name = "wayland-backend" 4330version = "0.3.15" 4331source = "registry+https://github.com/rust-lang/crates.io-index" 4332checksum = "2857dd20b54e916ec7253b3d6b4d5c4d7d4ca2c33c2e11c6c76a99bd8744755d" 4333dependencies = [ 4334 "cc", 4335 "downcast-rs", 4336 "rustix 1.1.4", 4337 "scoped-tls", 4338 "smallvec", 4339 "wayland-sys", 4340] 4341 4342[[package]] 4343name = "wayland-client" 4344version = "0.31.14" 4345source = "registry+https://github.com/rust-lang/crates.io-index" 4346checksum = "645c7c96bb74690c3189b5c9cb4ca1627062bb23693a4fad9d8c3de958260144" 4347dependencies = [ 4348 "bitflags 2.11.1", 4349 "rustix 1.1.4", 4350 "wayland-backend", 4351 "wayland-scanner", 4352] 4353 4354[[package]] 4355name = "wayland-csd-frame" 4356version = "0.3.0" 4357source = "registry+https://github.com/rust-lang/crates.io-index" 4358checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 4359dependencies = [ 4360 "bitflags 2.11.1", 4361 "cursor-icon", 4362 "wayland-backend", 4363] 4364 4365[[package]] 4366name = "wayland-cursor" 4367version = "0.31.14" 4368source = "registry+https://github.com/rust-lang/crates.io-index" 4369checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d" 4370dependencies = [ 4371 "rustix 1.1.4", 4372 "wayland-client", 4373 "xcursor", 4374] 4375 4376[[package]] 4377name = "wayland-protocols" 4378version = "0.32.12" 4379source = "registry+https://github.com/rust-lang/crates.io-index" 4380checksum = "563a85523cade2429938e790815fd7319062103b9f4a2dc806e9b53b95982d8f" 4381dependencies = [ 4382 "bitflags 2.11.1", 4383 "wayland-backend", 4384 "wayland-client", 4385 "wayland-scanner", 4386] 4387 4388[[package]] 4389name = "wayland-protocols-plasma" 4390version = "0.3.12" 4391source = "registry+https://github.com/rust-lang/crates.io-index" 4392checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91" 4393dependencies = [ 4394 "bitflags 2.11.1", 4395 "wayland-backend", 4396 "wayland-client", 4397 "wayland-protocols", 4398 "wayland-scanner", 4399] 4400 4401[[package]] 4402name = "wayland-protocols-wlr" 4403version = "0.3.12" 4404source = "registry+https://github.com/rust-lang/crates.io-index" 4405checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234" 4406dependencies = [ 4407 "bitflags 2.11.1", 4408 "wayland-backend", 4409 "wayland-client", 4410 "wayland-protocols", 4411 "wayland-scanner", 4412] 4413 4414[[package]] 4415name = "wayland-scanner" 4416version = "0.31.10" 4417source = "registry+https://github.com/rust-lang/crates.io-index" 4418checksum = "9c324a910fd86ebdc364a3e61ec1f11737d3b1d6c273c0239ee8ff4bc0d24b4a" 4419dependencies = [ 4420 "proc-macro2", 4421 "quick-xml", 4422 "quote", 4423] 4424 4425[[package]] 4426name = "wayland-sys" 4427version = "0.31.11" 4428source = "registry+https://github.com/rust-lang/crates.io-index" 4429checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be" 4430dependencies = [ 4431 "dlib", 4432 "log", 4433 "once_cell", 4434 "pkg-config", 4435] 4436 4437[[package]] 4438name = "web-sys" 4439version = "0.3.95" 4440source = "registry+https://github.com/rust-lang/crates.io-index" 4441checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d" 4442dependencies = [ 4443 "js-sys", 4444 "wasm-bindgen", 4445] 4446 4447[[package]] 4448name = "web-time" 4449version = "1.1.0" 4450source = "registry+https://github.com/rust-lang/crates.io-index" 4451checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4452dependencies = [ 4453 "js-sys", 4454 "wasm-bindgen", 4455] 4456 4457[[package]] 4458name = "wgpu" 4459version = "29.0.1" 4460source = "registry+https://github.com/rust-lang/crates.io-index" 4461checksum = "72c239a9a747bbd379590985bac952c2e53cb19873f7072b3370c6a6a8e06837" 4462dependencies = [ 4463 "arrayvec", 4464 "bitflags 2.11.1", 4465 "bytemuck", 4466 "cfg-if", 4467 "cfg_aliases", 4468 "document-features", 4469 "hashbrown 0.16.1", 4470 "js-sys", 4471 "log", 4472 "naga", 4473 "parking_lot", 4474 "portable-atomic", 4475 "profiling", 4476 "raw-window-handle", 4477 "smallvec", 4478 "static_assertions", 4479 "wasm-bindgen", 4480 "wasm-bindgen-futures", 4481 "web-sys", 4482 "wgpu-core", 4483 "wgpu-hal", 4484 "wgpu-types", 4485] 4486 4487[[package]] 4488name = "wgpu-core" 4489version = "29.0.1" 4490source = "registry+https://github.com/rust-lang/crates.io-index" 4491checksum = "1e80ac6cf1895df6342f87d975162108f9d98772a0d74bc404ab7304ac29469e" 4492dependencies = [ 4493 "arrayvec", 4494 "bit-set", 4495 "bit-vec", 4496 "bitflags 2.11.1", 4497 "bytemuck", 4498 "cfg_aliases", 4499 "document-features", 4500 "hashbrown 0.16.1", 4501 "indexmap", 4502 "log", 4503 "naga", 4504 "once_cell", 4505 "parking_lot", 4506 "portable-atomic", 4507 "profiling", 4508 "raw-window-handle", 4509 "rustc-hash 1.1.0", 4510 "smallvec", 4511 "thiserror 2.0.18", 4512 "wgpu-core-deps-apple", 4513 "wgpu-core-deps-emscripten", 4514 "wgpu-core-deps-windows-linux-android", 4515 "wgpu-hal", 4516 "wgpu-naga-bridge", 4517 "wgpu-types", 4518] 4519 4520[[package]] 4521name = "wgpu-core-deps-apple" 4522version = "29.0.0" 4523source = "registry+https://github.com/rust-lang/crates.io-index" 4524checksum = "43acd053312501689cd92a01a9638d37f3e41a5fd9534875efa8917ee2d11ac0" 4525dependencies = [ 4526 "wgpu-hal", 4527] 4528 4529[[package]] 4530name = "wgpu-core-deps-emscripten" 4531version = "29.0.0" 4532source = "registry+https://github.com/rust-lang/crates.io-index" 4533checksum = "ef043bf135cc68b6f667c55ff4e345ce2b5924d75bad36a47921b0287ca4b24a" 4534dependencies = [ 4535 "wgpu-hal", 4536] 4537 4538[[package]] 4539name = "wgpu-core-deps-windows-linux-android" 4540version = "29.0.0" 4541source = "registry+https://github.com/rust-lang/crates.io-index" 4542checksum = "725d5c006a8c02967b6d93ef04f6537ec4593313e330cfe86d9d3f946eb90f28" 4543dependencies = [ 4544 "wgpu-hal", 4545] 4546 4547[[package]] 4548name = "wgpu-hal" 4549version = "29.0.1" 4550source = "registry+https://github.com/rust-lang/crates.io-index" 4551checksum = "89a47aef47636562f3937285af4c44b4b5b404b46577471411cc5313a921da7e" 4552dependencies = [ 4553 "android_system_properties", 4554 "arrayvec", 4555 "ash", 4556 "bit-set", 4557 "bitflags 2.11.1", 4558 "block2 0.6.2", 4559 "bytemuck", 4560 "cfg-if", 4561 "cfg_aliases", 4562 "glow", 4563 "glutin_wgl_sys", 4564 "gpu-allocator", 4565 "gpu-descriptor", 4566 "hashbrown 0.16.1", 4567 "js-sys", 4568 "khronos-egl", 4569 "libc", 4570 "libloading", 4571 "log", 4572 "naga", 4573 "ndk-sys", 4574 "objc2 0.6.4", 4575 "objc2-core-foundation", 4576 "objc2-foundation 0.3.2", 4577 "objc2-metal 0.3.2", 4578 "objc2-quartz-core 0.3.2", 4579 "once_cell", 4580 "ordered-float", 4581 "parking_lot", 4582 "portable-atomic", 4583 "portable-atomic-util", 4584 "profiling", 4585 "range-alloc", 4586 "raw-window-handle", 4587 "raw-window-metal", 4588 "renderdoc-sys", 4589 "smallvec", 4590 "thiserror 2.0.18", 4591 "wasm-bindgen", 4592 "wayland-sys", 4593 "web-sys", 4594 "wgpu-naga-bridge", 4595 "wgpu-types", 4596 "windows", 4597 "windows-core", 4598] 4599 4600[[package]] 4601name = "wgpu-naga-bridge" 4602version = "29.0.1" 4603source = "registry+https://github.com/rust-lang/crates.io-index" 4604checksum = "7b4684f4410da0cf95a4cb63bb5edaac022461dedb6adf0b64d0d9b5f6890d51" 4605dependencies = [ 4606 "naga", 4607 "wgpu-types", 4608] 4609 4610[[package]] 4611name = "wgpu-types" 4612version = "29.0.1" 4613source = "registry+https://github.com/rust-lang/crates.io-index" 4614checksum = "ec2675540fb1a5cfa5ef122d3d5f390e2c75711a0b946410f2d6ac3a0f77d1f6" 4615dependencies = [ 4616 "bitflags 2.11.1", 4617 "bytemuck", 4618 "js-sys", 4619 "log", 4620 "raw-window-handle", 4621 "web-sys", 4622] 4623 4624[[package]] 4625name = "wide" 4626version = "0.7.33" 4627source = "registry+https://github.com/rust-lang/crates.io-index" 4628checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03" 4629dependencies = [ 4630 "bytemuck", 4631 "safe_arch", 4632] 4633 4634[[package]] 4635name = "winapi-util" 4636version = "0.1.11" 4637source = "registry+https://github.com/rust-lang/crates.io-index" 4638checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4639dependencies = [ 4640 "windows-sys 0.61.2", 4641] 4642 4643[[package]] 4644name = "windows" 4645version = "0.62.2" 4646source = "registry+https://github.com/rust-lang/crates.io-index" 4647checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 4648dependencies = [ 4649 "windows-collections", 4650 "windows-core", 4651 "windows-future", 4652 "windows-numerics", 4653] 4654 4655[[package]] 4656name = "windows-collections" 4657version = "0.3.2" 4658source = "registry+https://github.com/rust-lang/crates.io-index" 4659checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 4660dependencies = [ 4661 "windows-core", 4662] 4663 4664[[package]] 4665name = "windows-core" 4666version = "0.62.2" 4667source = "registry+https://github.com/rust-lang/crates.io-index" 4668checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4669dependencies = [ 4670 "windows-implement", 4671 "windows-interface", 4672 "windows-link", 4673 "windows-result", 4674 "windows-strings", 4675] 4676 4677[[package]] 4678name = "windows-future" 4679version = "0.3.2" 4680source = "registry+https://github.com/rust-lang/crates.io-index" 4681checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 4682dependencies = [ 4683 "windows-core", 4684 "windows-link", 4685 "windows-threading", 4686] 4687 4688[[package]] 4689name = "windows-implement" 4690version = "0.60.2" 4691source = "registry+https://github.com/rust-lang/crates.io-index" 4692checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4693dependencies = [ 4694 "proc-macro2", 4695 "quote", 4696 "syn 2.0.117", 4697] 4698 4699[[package]] 4700name = "windows-interface" 4701version = "0.59.3" 4702source = "registry+https://github.com/rust-lang/crates.io-index" 4703checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4704dependencies = [ 4705 "proc-macro2", 4706 "quote", 4707 "syn 2.0.117", 4708] 4709 4710[[package]] 4711name = "windows-link" 4712version = "0.2.1" 4713source = "registry+https://github.com/rust-lang/crates.io-index" 4714checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4715 4716[[package]] 4717name = "windows-numerics" 4718version = "0.3.1" 4719source = "registry+https://github.com/rust-lang/crates.io-index" 4720checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 4721dependencies = [ 4722 "windows-core", 4723 "windows-link", 4724] 4725 4726[[package]] 4727name = "windows-result" 4728version = "0.4.1" 4729source = "registry+https://github.com/rust-lang/crates.io-index" 4730checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4731dependencies = [ 4732 "windows-link", 4733] 4734 4735[[package]] 4736name = "windows-strings" 4737version = "0.5.1" 4738source = "registry+https://github.com/rust-lang/crates.io-index" 4739checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4740dependencies = [ 4741 "windows-link", 4742] 4743 4744[[package]] 4745name = "windows-sys" 4746version = "0.52.0" 4747source = "registry+https://github.com/rust-lang/crates.io-index" 4748checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4749dependencies = [ 4750 "windows-targets", 4751] 4752 4753[[package]] 4754name = "windows-sys" 4755version = "0.59.0" 4756source = "registry+https://github.com/rust-lang/crates.io-index" 4757checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4758dependencies = [ 4759 "windows-targets", 4760] 4761 4762[[package]] 4763name = "windows-sys" 4764version = "0.61.2" 4765source = "registry+https://github.com/rust-lang/crates.io-index" 4766checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4767dependencies = [ 4768 "windows-link", 4769] 4770 4771[[package]] 4772name = "windows-targets" 4773version = "0.52.6" 4774source = "registry+https://github.com/rust-lang/crates.io-index" 4775checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4776dependencies = [ 4777 "windows_aarch64_gnullvm", 4778 "windows_aarch64_msvc", 4779 "windows_i686_gnu", 4780 "windows_i686_gnullvm", 4781 "windows_i686_msvc", 4782 "windows_x86_64_gnu", 4783 "windows_x86_64_gnullvm", 4784 "windows_x86_64_msvc", 4785] 4786 4787[[package]] 4788name = "windows-threading" 4789version = "0.2.1" 4790source = "registry+https://github.com/rust-lang/crates.io-index" 4791checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 4792dependencies = [ 4793 "windows-link", 4794] 4795 4796[[package]] 4797name = "windows_aarch64_gnullvm" 4798version = "0.52.6" 4799source = "registry+https://github.com/rust-lang/crates.io-index" 4800checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4801 4802[[package]] 4803name = "windows_aarch64_msvc" 4804version = "0.52.6" 4805source = "registry+https://github.com/rust-lang/crates.io-index" 4806checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4807 4808[[package]] 4809name = "windows_i686_gnu" 4810version = "0.52.6" 4811source = "registry+https://github.com/rust-lang/crates.io-index" 4812checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4813 4814[[package]] 4815name = "windows_i686_gnullvm" 4816version = "0.52.6" 4817source = "registry+https://github.com/rust-lang/crates.io-index" 4818checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4819 4820[[package]] 4821name = "windows_i686_msvc" 4822version = "0.52.6" 4823source = "registry+https://github.com/rust-lang/crates.io-index" 4824checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4825 4826[[package]] 4827name = "windows_x86_64_gnu" 4828version = "0.52.6" 4829source = "registry+https://github.com/rust-lang/crates.io-index" 4830checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4831 4832[[package]] 4833name = "windows_x86_64_gnullvm" 4834version = "0.52.6" 4835source = "registry+https://github.com/rust-lang/crates.io-index" 4836checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4837 4838[[package]] 4839name = "windows_x86_64_msvc" 4840version = "0.52.6" 4841source = "registry+https://github.com/rust-lang/crates.io-index" 4842checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4843 4844[[package]] 4845name = "winit" 4846version = "0.30.13" 4847source = "registry+https://github.com/rust-lang/crates.io-index" 4848checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d" 4849dependencies = [ 4850 "ahash", 4851 "android-activity", 4852 "atomic-waker", 4853 "bitflags 2.11.1", 4854 "block2 0.5.1", 4855 "bytemuck", 4856 "calloop", 4857 "cfg_aliases", 4858 "concurrent-queue", 4859 "core-foundation", 4860 "core-graphics", 4861 "cursor-icon", 4862 "dpi", 4863 "js-sys", 4864 "libc", 4865 "memmap2", 4866 "ndk", 4867 "objc2 0.5.2", 4868 "objc2-app-kit", 4869 "objc2-foundation 0.2.2", 4870 "objc2-ui-kit", 4871 "orbclient", 4872 "percent-encoding", 4873 "pin-project", 4874 "raw-window-handle", 4875 "redox_syscall 0.4.1", 4876 "rustix 0.38.44", 4877 "sctk-adwaita", 4878 "smithay-client-toolkit", 4879 "smol_str", 4880 "tracing", 4881 "unicode-segmentation", 4882 "wasm-bindgen", 4883 "wasm-bindgen-futures", 4884 "wayland-backend", 4885 "wayland-client", 4886 "wayland-protocols", 4887 "wayland-protocols-plasma", 4888 "web-sys", 4889 "web-time", 4890 "windows-sys 0.52.0", 4891 "x11-dl", 4892 "x11rb", 4893 "xkbcommon-dl", 4894] 4895 4896[[package]] 4897name = "winnow" 4898version = "0.5.40" 4899source = "registry+https://github.com/rust-lang/crates.io-index" 4900checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 4901dependencies = [ 4902 "memchr", 4903] 4904 4905[[package]] 4906name = "winnow" 4907version = "1.0.1" 4908source = "registry+https://github.com/rust-lang/crates.io-index" 4909checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5" 4910dependencies = [ 4911 "memchr", 4912] 4913 4914[[package]] 4915name = "wit-bindgen" 4916version = "0.51.0" 4917source = "registry+https://github.com/rust-lang/crates.io-index" 4918checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 4919dependencies = [ 4920 "wit-bindgen-rust-macro", 4921] 4922 4923[[package]] 4924name = "wit-bindgen" 4925version = "0.57.1" 4926source = "registry+https://github.com/rust-lang/crates.io-index" 4927checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 4928 4929[[package]] 4930name = "wit-bindgen-core" 4931version = "0.51.0" 4932source = "registry+https://github.com/rust-lang/crates.io-index" 4933checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 4934dependencies = [ 4935 "anyhow", 4936 "heck", 4937 "wit-parser", 4938] 4939 4940[[package]] 4941name = "wit-bindgen-rust" 4942version = "0.51.0" 4943source = "registry+https://github.com/rust-lang/crates.io-index" 4944checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 4945dependencies = [ 4946 "anyhow", 4947 "heck", 4948 "indexmap", 4949 "prettyplease", 4950 "syn 2.0.117", 4951 "wasm-metadata", 4952 "wit-bindgen-core", 4953 "wit-component", 4954] 4955 4956[[package]] 4957name = "wit-bindgen-rust-macro" 4958version = "0.51.0" 4959source = "registry+https://github.com/rust-lang/crates.io-index" 4960checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 4961dependencies = [ 4962 "anyhow", 4963 "prettyplease", 4964 "proc-macro2", 4965 "quote", 4966 "syn 2.0.117", 4967 "wit-bindgen-core", 4968 "wit-bindgen-rust", 4969] 4970 4971[[package]] 4972name = "wit-component" 4973version = "0.244.0" 4974source = "registry+https://github.com/rust-lang/crates.io-index" 4975checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 4976dependencies = [ 4977 "anyhow", 4978 "bitflags 2.11.1", 4979 "indexmap", 4980 "log", 4981 "serde", 4982 "serde_derive", 4983 "serde_json", 4984 "wasm-encoder", 4985 "wasm-metadata", 4986 "wasmparser", 4987 "wit-parser", 4988] 4989 4990[[package]] 4991name = "wit-parser" 4992version = "0.244.0" 4993source = "registry+https://github.com/rust-lang/crates.io-index" 4994checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 4995dependencies = [ 4996 "anyhow", 4997 "id-arena", 4998 "indexmap", 4999 "log", 5000 "semver", 5001 "serde", 5002 "serde_derive", 5003 "serde_json", 5004 "unicode-xid", 5005 "wasmparser", 5006] 5007 5008[[package]] 5009name = "writeable" 5010version = "0.6.3" 5011source = "registry+https://github.com/rust-lang/crates.io-index" 5012checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 5013 5014[[package]] 5015name = "x11-dl" 5016version = "2.21.0" 5017source = "registry+https://github.com/rust-lang/crates.io-index" 5018checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5019dependencies = [ 5020 "libc", 5021 "once_cell", 5022 "pkg-config", 5023] 5024 5025[[package]] 5026name = "x11rb" 5027version = "0.13.2" 5028source = "registry+https://github.com/rust-lang/crates.io-index" 5029checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" 5030dependencies = [ 5031 "as-raw-xcb-connection", 5032 "gethostname", 5033 "libc", 5034 "libloading", 5035 "once_cell", 5036 "rustix 1.1.4", 5037 "x11rb-protocol", 5038] 5039 5040[[package]] 5041name = "x11rb-protocol" 5042version = "0.13.2" 5043source = "registry+https://github.com/rust-lang/crates.io-index" 5044checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" 5045 5046[[package]] 5047name = "xcursor" 5048version = "0.3.10" 5049source = "registry+https://github.com/rust-lang/crates.io-index" 5050checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" 5051 5052[[package]] 5053name = "xkbcommon-dl" 5054version = "0.4.2" 5055source = "registry+https://github.com/rust-lang/crates.io-index" 5056checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 5057dependencies = [ 5058 "bitflags 2.11.1", 5059 "dlib", 5060 "log", 5061 "once_cell", 5062 "xkeysym", 5063] 5064 5065[[package]] 5066name = "xkeysym" 5067version = "0.2.1" 5068source = "registry+https://github.com/rust-lang/crates.io-index" 5069checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 5070 5071[[package]] 5072name = "xml-rs" 5073version = "0.8.28" 5074source = "registry+https://github.com/rust-lang/crates.io-index" 5075checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" 5076 5077[[package]] 5078name = "yazi" 5079version = "0.2.1" 5080source = "registry+https://github.com/rust-lang/crates.io-index" 5081checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5" 5082 5083[[package]] 5084name = "yoke" 5085version = "0.8.2" 5086source = "registry+https://github.com/rust-lang/crates.io-index" 5087checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" 5088dependencies = [ 5089 "stable_deref_trait", 5090 "yoke-derive", 5091 "zerofrom", 5092] 5093 5094[[package]] 5095name = "yoke-derive" 5096version = "0.8.2" 5097source = "registry+https://github.com/rust-lang/crates.io-index" 5098checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 5099dependencies = [ 5100 "proc-macro2", 5101 "quote", 5102 "syn 2.0.117", 5103 "synstructure", 5104] 5105 5106[[package]] 5107name = "zbus" 5108version = "5.15.0" 5109source = "registry+https://github.com/rust-lang/crates.io-index" 5110checksum = "c3bcbf15c8708d7fc1be0c993622e0a5cbd5e8b52bfa40afa4c3e0cd8d724ac1" 5111dependencies = [ 5112 "async-broadcast", 5113 "async-executor", 5114 "async-io", 5115 "async-lock", 5116 "async-process", 5117 "async-recursion", 5118 "async-task", 5119 "async-trait", 5120 "blocking", 5121 "enumflags2", 5122 "event-listener", 5123 "futures-core", 5124 "futures-lite", 5125 "hex", 5126 "libc", 5127 "ordered-stream", 5128 "rustix 1.1.4", 5129 "serde", 5130 "serde_repr", 5131 "tracing", 5132 "uds_windows", 5133 "uuid", 5134 "windows-sys 0.61.2", 5135 "winnow 1.0.1", 5136 "zbus_macros", 5137 "zbus_names", 5138 "zvariant", 5139] 5140 5141[[package]] 5142name = "zbus_macros" 5143version = "5.15.0" 5144source = "registry+https://github.com/rust-lang/crates.io-index" 5145checksum = "51fa5406ad9175a8c825a931f8cf347116b531b3634fcb0b627c290f1f2516ff" 5146dependencies = [ 5147 "proc-macro-crate 3.5.0", 5148 "proc-macro2", 5149 "quote", 5150 "syn 2.0.117", 5151 "zbus_names", 5152 "zvariant", 5153 "zvariant_utils", 5154] 5155 5156[[package]] 5157name = "zbus_names" 5158version = "4.3.2" 5159source = "registry+https://github.com/rust-lang/crates.io-index" 5160checksum = "7074f3e50b894eac91750142016d30d0a89be8e67dbfd9704fb875825760e52d" 5161dependencies = [ 5162 "serde", 5163 "winnow 1.0.1", 5164 "zvariant", 5165] 5166 5167[[package]] 5168name = "zeno" 5169version = "0.3.3" 5170source = "registry+https://github.com/rust-lang/crates.io-index" 5171checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524" 5172 5173[[package]] 5174name = "zerocopy" 5175version = "0.8.48" 5176source = "registry+https://github.com/rust-lang/crates.io-index" 5177checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" 5178dependencies = [ 5179 "zerocopy-derive", 5180] 5181 5182[[package]] 5183name = "zerocopy-derive" 5184version = "0.8.48" 5185source = "registry+https://github.com/rust-lang/crates.io-index" 5186checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" 5187dependencies = [ 5188 "proc-macro2", 5189 "quote", 5190 "syn 2.0.117", 5191] 5192 5193[[package]] 5194name = "zerofrom" 5195version = "0.1.7" 5196source = "registry+https://github.com/rust-lang/crates.io-index" 5197checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" 5198dependencies = [ 5199 "zerofrom-derive", 5200] 5201 5202[[package]] 5203name = "zerofrom-derive" 5204version = "0.1.7" 5205source = "registry+https://github.com/rust-lang/crates.io-index" 5206checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 5207dependencies = [ 5208 "proc-macro2", 5209 "quote", 5210 "syn 2.0.117", 5211 "synstructure", 5212] 5213 5214[[package]] 5215name = "zerotrie" 5216version = "0.2.4" 5217source = "registry+https://github.com/rust-lang/crates.io-index" 5218checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 5219dependencies = [ 5220 "displaydoc", 5221 "yoke", 5222 "zerofrom", 5223 "zerovec", 5224] 5225 5226[[package]] 5227name = "zerovec" 5228version = "0.11.6" 5229source = "registry+https://github.com/rust-lang/crates.io-index" 5230checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 5231dependencies = [ 5232 "serde", 5233 "yoke", 5234 "zerofrom", 5235 "zerovec-derive", 5236] 5237 5238[[package]] 5239name = "zerovec-derive" 5240version = "0.11.3" 5241source = "registry+https://github.com/rust-lang/crates.io-index" 5242checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 5243dependencies = [ 5244 "proc-macro2", 5245 "quote", 5246 "syn 2.0.117", 5247] 5248 5249[[package]] 5250name = "zmij" 5251version = "1.0.21" 5252source = "registry+https://github.com/rust-lang/crates.io-index" 5253checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 5254 5255[[package]] 5256name = "zvariant" 5257version = "5.11.0" 5258source = "registry+https://github.com/rust-lang/crates.io-index" 5259checksum = "1c1567a6ec68df868cbbfde844cfc6d81649fe5109a62b116b19fabd53e618ee" 5260dependencies = [ 5261 "endi", 5262 "enumflags2", 5263 "serde", 5264 "winnow 1.0.1", 5265 "zvariant_derive", 5266 "zvariant_utils", 5267] 5268 5269[[package]] 5270name = "zvariant_derive" 5271version = "5.11.0" 5272source = "registry+https://github.com/rust-lang/crates.io-index" 5273checksum = "c7d5b780599bbde114e39d9a0799577fad1ced5105d38515745f7b3099d8ceda" 5274dependencies = [ 5275 "proc-macro-crate 3.5.0", 5276 "proc-macro2", 5277 "quote", 5278 "syn 2.0.117", 5279 "zvariant_utils", 5280] 5281 5282[[package]] 5283name = "zvariant_utils" 5284version = "3.3.1" 5285source = "registry+https://github.com/rust-lang/crates.io-index" 5286checksum = "6d464f5733ffa07a3164d656f18533caace9d0638596721355d73256a410d691" 5287dependencies = [ 5288 "proc-macro2", 5289 "quote", 5290 "serde", 5291 "syn 2.0.117", 5292 "winnow 1.0.1", 5293]