Another project
0

Configure Feed

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

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