My personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.
2
fork

Configure Feed

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

at main 9347 lines 225 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "ab_glyph" 7version = "0.2.32" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" 10dependencies = [ 11 "ab_glyph_rasterizer", 12 "owned_ttf_parser", 13] 14 15[[package]] 16name = "ab_glyph_rasterizer" 17version = "0.1.10" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" 20 21[[package]] 22name = "accesskit" 23version = "0.24.0" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "5351dcebb14b579ccab05f288596b2ae097005be7ee50a7c3d4ca9d0d5a66f6a" 26dependencies = [ 27 "enumn", 28 "serde", 29 "uuid", 30] 31 32[[package]] 33name = "accesskit_atspi_common" 34version = "0.18.0" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "842fd8203e6dfcf531d24f5bac792088edfba7d6b35844fead191603fb32a260" 37dependencies = [ 38 "accesskit", 39 "accesskit_consumer", 40 "atspi-common", 41 "phf 0.13.1", 42 "serde", 43 "zvariant", 44] 45 46[[package]] 47name = "accesskit_consumer" 48version = "0.35.0" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "53cf47daed85312e763fbf85ceca136e0d7abc68e0a7e12abe11f48172bc3b10" 51dependencies = [ 52 "accesskit", 53 "hashbrown 0.16.1", 54] 55 56[[package]] 57name = "accesskit_macos" 58version = "0.26.0" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "534bc3fdc89a64a1db3c46b33c198fde2b7c3c7d094e5809c8c8bf2970c18243" 61dependencies = [ 62 "accesskit", 63 "accesskit_consumer", 64 "hashbrown 0.16.1", 65 "objc2 0.5.2", 66 "objc2-app-kit 0.2.2", 67 "objc2-foundation 0.2.2", 68] 69 70[[package]] 71name = "accesskit_unix" 72version = "0.21.0" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "90e549dd7c6562b6a2ea807b44726e6241707db054a817dc4c7e2b8d3b39bfac" 75dependencies = [ 76 "accesskit", 77 "accesskit_atspi_common", 78 "async-channel 2.5.0", 79 "async-executor", 80 "async-task", 81 "atspi", 82 "futures-lite", 83 "futures-util", 84 "serde", 85 "zbus", 86] 87 88[[package]] 89name = "accesskit_windows" 90version = "0.32.1" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "eff7009f1a532e917d66970a1e80c965140c6cfbbabbdde3d64e5431e6c78e21" 93dependencies = [ 94 "accesskit", 95 "accesskit_consumer", 96 "hashbrown 0.16.1", 97 "static_assertions", 98 "windows", 99 "windows-core", 100] 101 102[[package]] 103name = "accesskit_winit" 104version = "0.32.2" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "1fe9a94394896352cc4660ca2288bd4ef883d83238853c038b44070c8f134313" 107dependencies = [ 108 "accesskit", 109 "accesskit_macos", 110 "accesskit_unix", 111 "accesskit_windows", 112 "raw-window-handle", 113 "winit", 114] 115 116[[package]] 117name = "addr2line" 118version = "0.25.1" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 121dependencies = [ 122 "gimli", 123] 124 125[[package]] 126name = "adler2" 127version = "2.0.1" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 130 131[[package]] 132name = "ahash" 133version = "0.7.8" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 136dependencies = [ 137 "getrandom 0.2.17", 138 "once_cell", 139 "version_check", 140] 141 142[[package]] 143name = "ahash" 144version = "0.8.12" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 147dependencies = [ 148 "cfg-if", 149 "const-random", 150 "getrandom 0.3.4", 151 "once_cell", 152 "serde", 153 "version_check", 154 "zerocopy", 155] 156 157[[package]] 158name = "aho-corasick" 159version = "1.1.4" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 162dependencies = [ 163 "memchr", 164] 165 166[[package]] 167name = "aliasable" 168version = "0.1.3" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 171 172[[package]] 173name = "allocator-api2" 174version = "0.2.21" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 177 178[[package]] 179name = "android-activity" 180version = "0.6.1" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd" 183dependencies = [ 184 "android-properties", 185 "bitflags 2.11.0", 186 "cc", 187 "jni", 188 "libc", 189 "log", 190 "ndk", 191 "ndk-context", 192 "ndk-sys", 193 "num_enum", 194 "thiserror 2.0.18", 195] 196 197[[package]] 198name = "android-properties" 199version = "0.2.2" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 202 203[[package]] 204name = "android_system_properties" 205version = "0.1.5" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 208dependencies = [ 209 "libc", 210] 211 212[[package]] 213name = "anstream" 214version = "1.0.0" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 217dependencies = [ 218 "anstyle", 219 "anstyle-parse", 220 "anstyle-query", 221 "anstyle-wincon", 222 "colorchoice", 223 "is_terminal_polyfill", 224 "utf8parse", 225] 226 227[[package]] 228name = "anstyle" 229version = "1.0.13" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 232 233[[package]] 234name = "anstyle-parse" 235version = "1.0.0" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 238dependencies = [ 239 "utf8parse", 240] 241 242[[package]] 243name = "anstyle-query" 244version = "1.1.5" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 247dependencies = [ 248 "windows-sys 0.61.2", 249] 250 251[[package]] 252name = "anstyle-wincon" 253version = "3.0.11" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 256dependencies = [ 257 "anstyle", 258 "once_cell_polyfill", 259 "windows-sys 0.61.2", 260] 261 262[[package]] 263name = "anyhow" 264version = "1.0.102" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 267 268[[package]] 269name = "arboard" 270version = "3.6.1" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" 273dependencies = [ 274 "clipboard-win", 275 "image", 276 "log", 277 "objc2 0.6.4", 278 "objc2-app-kit 0.3.2", 279 "objc2-core-foundation", 280 "objc2-core-graphics", 281 "objc2-foundation 0.3.2", 282 "parking_lot", 283 "percent-encoding", 284 "windows-sys 0.52.0", 285 "x11rb", 286] 287 288[[package]] 289name = "arc-swap" 290version = "1.8.2" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5" 293dependencies = [ 294 "rustversion", 295] 296 297[[package]] 298name = "arrayref" 299version = "0.3.9" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 302 303[[package]] 304name = "arrayvec" 305version = "0.7.6" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 308 309[[package]] 310name = "arrow" 311version = "57.3.0" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "e4754a624e5ae42081f464514be454b39711daae0458906dacde5f4c632f33a8" 314dependencies = [ 315 "arrow-arith", 316 "arrow-array", 317 "arrow-buffer", 318 "arrow-cast", 319 "arrow-data", 320 "arrow-ord", 321 "arrow-row", 322 "arrow-schema", 323 "arrow-select", 324 "arrow-string", 325] 326 327[[package]] 328name = "arrow-arith" 329version = "57.3.0" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "f7b3141e0ec5145a22d8694ea8b6d6f69305971c4fa1c1a13ef0195aef2d678b" 332dependencies = [ 333 "arrow-array", 334 "arrow-buffer", 335 "arrow-data", 336 "arrow-schema", 337 "chrono", 338 "num-traits", 339] 340 341[[package]] 342name = "arrow-array" 343version = "57.3.0" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "4c8955af33b25f3b175ee10af580577280b4bd01f7e823d94c7cdef7cf8c9aef" 346dependencies = [ 347 "ahash 0.8.12", 348 "arrow-buffer", 349 "arrow-data", 350 "arrow-schema", 351 "chrono", 352 "half", 353 "hashbrown 0.16.1", 354 "num-complex", 355 "num-integer", 356 "num-traits", 357] 358 359[[package]] 360name = "arrow-buffer" 361version = "57.3.0" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "c697ddca96183182f35b3a18e50b9110b11e916d7b7799cbfd4d34662f2c56c2" 364dependencies = [ 365 "bytes", 366 "half", 367 "num-bigint", 368 "num-traits", 369] 370 371[[package]] 372name = "arrow-cast" 373version = "57.3.0" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "646bbb821e86fd57189c10b4fcdaa941deaf4181924917b0daa92735baa6ada5" 376dependencies = [ 377 "arrow-array", 378 "arrow-buffer", 379 "arrow-data", 380 "arrow-ord", 381 "arrow-schema", 382 "arrow-select", 383 "atoi", 384 "base64", 385 "chrono", 386 "half", 387 "lexical-core", 388 "num-traits", 389 "ryu", 390] 391 392[[package]] 393name = "arrow-data" 394version = "57.3.0" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "1fdd994a9d28e6365aa78e15da3f3950c0fdcea6b963a12fa1c391afb637b304" 397dependencies = [ 398 "arrow-buffer", 399 "arrow-schema", 400 "half", 401 "num-integer", 402 "num-traits", 403] 404 405[[package]] 406name = "arrow-ord" 407version = "57.3.0" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "f7d8f1870e03d4cbed632959498bcc84083b5a24bded52905ae1695bd29da45b" 410dependencies = [ 411 "arrow-array", 412 "arrow-buffer", 413 "arrow-data", 414 "arrow-schema", 415 "arrow-select", 416] 417 418[[package]] 419name = "arrow-row" 420version = "57.3.0" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "18228633bad92bff92a95746bbeb16e5fc318e8382b75619dec26db79e4de4c0" 423dependencies = [ 424 "arrow-array", 425 "arrow-buffer", 426 "arrow-data", 427 "arrow-schema", 428 "half", 429] 430 431[[package]] 432name = "arrow-schema" 433version = "57.3.0" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "8c872d36b7bf2a6a6a2b40de9156265f0242910791db366a2c17476ba8330d68" 436 437[[package]] 438name = "arrow-select" 439version = "57.3.0" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "68bf3e3efbd1278f770d67e5dc410257300b161b93baedb3aae836144edcaf4b" 442dependencies = [ 443 "ahash 0.8.12", 444 "arrow-array", 445 "arrow-buffer", 446 "arrow-data", 447 "arrow-schema", 448 "num-traits", 449] 450 451[[package]] 452name = "arrow-string" 453version = "57.3.0" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "85e968097061b3c0e9fe3079cf2e703e487890700546b5b0647f60fca1b5a8d8" 456dependencies = [ 457 "arrow-array", 458 "arrow-buffer", 459 "arrow-data", 460 "arrow-schema", 461 "arrow-select", 462 "memchr", 463 "num-traits", 464 "regex", 465 "regex-syntax", 466] 467 468[[package]] 469name = "as-raw-xcb-connection" 470version = "1.0.1" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 473 474[[package]] 475name = "ash" 476version = "0.38.0+1.3.281" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 479dependencies = [ 480 "libloading", 481] 482 483[[package]] 484name = "async-attributes" 485version = "1.1.2" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" 488dependencies = [ 489 "quote", 490 "syn 1.0.109", 491] 492 493[[package]] 494name = "async-broadcast" 495version = "0.7.2" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 498dependencies = [ 499 "event-listener 5.4.1", 500 "event-listener-strategy", 501 "futures-core", 502 "pin-project-lite", 503] 504 505[[package]] 506name = "async-channel" 507version = "1.9.0" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 510dependencies = [ 511 "concurrent-queue", 512 "event-listener 2.5.3", 513 "futures-core", 514] 515 516[[package]] 517name = "async-channel" 518version = "2.5.0" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 521dependencies = [ 522 "concurrent-queue", 523 "event-listener-strategy", 524 "futures-core", 525 "pin-project-lite", 526] 527 528[[package]] 529name = "async-executor" 530version = "1.14.0" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" 533dependencies = [ 534 "async-task", 535 "concurrent-queue", 536 "fastrand", 537 "futures-lite", 538 "pin-project-lite", 539 "slab", 540] 541 542[[package]] 543name = "async-global-executor" 544version = "2.4.1" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 547dependencies = [ 548 "async-channel 2.5.0", 549 "async-executor", 550 "async-io", 551 "async-lock", 552 "blocking", 553 "futures-lite", 554 "once_cell", 555 "tokio", 556] 557 558[[package]] 559name = "async-io" 560version = "2.6.0" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 563dependencies = [ 564 "autocfg", 565 "cfg-if", 566 "concurrent-queue", 567 "futures-io", 568 "futures-lite", 569 "parking", 570 "polling", 571 "rustix 1.1.4", 572 "slab", 573 "windows-sys 0.61.2", 574] 575 576[[package]] 577name = "async-lock" 578version = "3.4.2" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 581dependencies = [ 582 "event-listener 5.4.1", 583 "event-listener-strategy", 584 "pin-project-lite", 585] 586 587[[package]] 588name = "async-process" 589version = "2.5.0" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" 592dependencies = [ 593 "async-channel 2.5.0", 594 "async-io", 595 "async-lock", 596 "async-signal", 597 "async-task", 598 "blocking", 599 "cfg-if", 600 "event-listener 5.4.1", 601 "futures-lite", 602 "rustix 1.1.4", 603] 604 605[[package]] 606name = "async-recursion" 607version = "1.1.1" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 610dependencies = [ 611 "proc-macro2", 612 "quote", 613 "syn 2.0.117", 614] 615 616[[package]] 617name = "async-signal" 618version = "0.2.13" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" 621dependencies = [ 622 "async-io", 623 "async-lock", 624 "atomic-waker", 625 "cfg-if", 626 "futures-core", 627 "futures-io", 628 "rustix 1.1.4", 629 "signal-hook-registry", 630 "slab", 631 "windows-sys 0.61.2", 632] 633 634[[package]] 635name = "async-std" 636version = "1.13.2" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b" 639dependencies = [ 640 "async-attributes", 641 "async-channel 1.9.0", 642 "async-global-executor", 643 "async-io", 644 "async-lock", 645 "crossbeam-utils", 646 "futures-channel", 647 "futures-core", 648 "futures-io", 649 "futures-lite", 650 "gloo-timers", 651 "kv-log-macro", 652 "log", 653 "memchr", 654 "once_cell", 655 "pin-project-lite", 656 "pin-utils", 657 "slab", 658 "wasm-bindgen-futures", 659] 660 661[[package]] 662name = "async-stream" 663version = "0.3.6" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 666dependencies = [ 667 "async-stream-impl", 668 "futures-core", 669 "pin-project-lite", 670] 671 672[[package]] 673name = "async-stream-impl" 674version = "0.3.6" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 677dependencies = [ 678 "proc-macro2", 679 "quote", 680 "syn 2.0.117", 681] 682 683[[package]] 684name = "async-task" 685version = "4.7.1" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 688 689[[package]] 690name = "async-trait" 691version = "0.1.89" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 694dependencies = [ 695 "proc-macro2", 696 "quote", 697 "syn 2.0.117", 698] 699 700[[package]] 701name = "atoi" 702version = "2.0.0" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 705dependencies = [ 706 "num-traits", 707] 708 709[[package]] 710name = "atomic" 711version = "0.6.1" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" 714dependencies = [ 715 "bytemuck", 716] 717 718[[package]] 719name = "atomic-waker" 720version = "1.1.2" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 723 724[[package]] 725name = "atspi" 726version = "0.29.0" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "c77886257be21c9cd89a4ae7e64860c6f0eefca799bb79127913052bd0eefb3d" 729dependencies = [ 730 "atspi-common", 731 "atspi-proxies", 732] 733 734[[package]] 735name = "atspi-common" 736version = "0.13.0" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "20c5617155740c98003016429ad13fe43ce7a77b007479350a9f8bf95a29f63d" 739dependencies = [ 740 "enumflags2", 741 "serde", 742 "static_assertions", 743 "zbus", 744 "zbus-lockstep", 745 "zbus-lockstep-macros", 746 "zbus_names", 747 "zvariant", 748] 749 750[[package]] 751name = "atspi-proxies" 752version = "0.13.0" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "2230e48787ed3eb4088996eab66a32ca20c0b67bbd4fd6cdfe79f04f1f04c9fc" 755dependencies = [ 756 "atspi-common", 757 "serde", 758 "zbus", 759] 760 761[[package]] 762name = "auto_impl" 763version = "1.3.0" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" 766dependencies = [ 767 "proc-macro2", 768 "quote", 769 "syn 2.0.117", 770] 771 772[[package]] 773name = "autocfg" 774version = "1.5.0" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 777 778[[package]] 779name = "automerge" 780version = "0.7.4" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "3f4f9b5e81602f033fac828dafb4fef91742f6f01adfdb8ee5b8bc804cfac7bb" 783dependencies = [ 784 "cfg-if", 785 "flate2", 786 "getrandom 0.3.4", 787 "hex", 788 "hexane", 789 "itertools", 790 "leb128", 791 "rand 0.9.2", 792 "rustc-hash 2.1.1", 793 "serde", 794 "sha2 0.11.0-rc.5", 795 "smol_str 0.3.6", 796 "thiserror 2.0.18", 797 "tinyvec", 798 "tracing", 799 "unicode-segmentation", 800] 801 802[[package]] 803name = "autosurgeon" 804version = "0.10.1" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "87b6547a9a35fbf5e5b1305a56c42196ae2cfb456897f1cab97d4829f1096550" 807dependencies = [ 808 "automerge", 809 "autosurgeon-derive", 810 "similar", 811 "thiserror 1.0.69", 812] 813 814[[package]] 815name = "autosurgeon-derive" 816version = "0.10.1" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "f99b54090e5aca6915313efcf065f9873c9ca9d39c875cfc956f30523075d49f" 819dependencies = [ 820 "proc-macro2", 821 "quote", 822 "syn 2.0.117", 823 "thiserror 1.0.69", 824] 825 826[[package]] 827name = "backtrace" 828version = "0.3.76" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 831dependencies = [ 832 "addr2line", 833 "cfg-if", 834 "libc", 835 "miniz_oxide", 836 "object", 837 "rustc-demangle", 838 "windows-link", 839] 840 841[[package]] 842name = "base64" 843version = "0.22.1" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 846 847[[package]] 848name = "base64ct" 849version = "1.8.3" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 852 853[[package]] 854name = "better-panic" 855version = "0.3.0" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "6fa9e1d11a268684cbd90ed36370d7577afb6c62d912ddff5c15fc34343e5036" 858dependencies = [ 859 "backtrace", 860 "console", 861] 862 863[[package]] 864name = "bigdecimal" 865version = "0.4.10" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" 868dependencies = [ 869 "autocfg", 870 "libm", 871 "num-bigint", 872 "num-integer", 873 "num-traits", 874 "serde", 875] 876 877[[package]] 878name = "bit-set" 879version = "0.5.3" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 882dependencies = [ 883 "bit-vec 0.6.3", 884] 885 886[[package]] 887name = "bit-set" 888version = "0.9.1" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd" 891dependencies = [ 892 "bit-vec 0.9.1", 893] 894 895[[package]] 896name = "bit-vec" 897version = "0.6.3" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 900 901[[package]] 902name = "bit-vec" 903version = "0.9.1" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51" 906 907[[package]] 908name = "bitflags" 909version = "1.3.2" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 912 913[[package]] 914name = "bitflags" 915version = "2.11.0" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 918dependencies = [ 919 "serde_core", 920] 921 922[[package]] 923name = "bitvec" 924version = "1.0.1" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 927dependencies = [ 928 "funty", 929 "radium", 930 "tap", 931 "wyz", 932] 933 934[[package]] 935name = "block-buffer" 936version = "0.10.4" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 939dependencies = [ 940 "generic-array", 941] 942 943[[package]] 944name = "block-buffer" 945version = "0.12.0" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" 948dependencies = [ 949 "hybrid-array", 950] 951 952[[package]] 953name = "block2" 954version = "0.5.1" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 957dependencies = [ 958 "objc2 0.5.2", 959] 960 961[[package]] 962name = "block2" 963version = "0.6.2" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 966dependencies = [ 967 "objc2 0.6.4", 968] 969 970[[package]] 971name = "blocking" 972version = "1.6.2" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 975dependencies = [ 976 "async-channel 2.5.0", 977 "async-task", 978 "futures-io", 979 "futures-lite", 980 "piper", 981] 982 983[[package]] 984name = "borsh" 985version = "1.6.0" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" 988dependencies = [ 989 "borsh-derive", 990 "cfg_aliases", 991] 992 993[[package]] 994name = "borsh-derive" 995version = "1.6.0" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" 998dependencies = [ 999 "once_cell", 1000 "proc-macro-crate", 1001 "proc-macro2", 1002 "quote", 1003 "syn 2.0.117", 1004] 1005 1006[[package]] 1007name = "bstr" 1008version = "1.12.1" 1009source = "registry+https://github.com/rust-lang/crates.io-index" 1010checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 1011dependencies = [ 1012 "memchr", 1013 "regex-automata", 1014 "serde", 1015] 1016 1017[[package]] 1018name = "bumpalo" 1019version = "3.20.2" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 1022 1023[[package]] 1024name = "bytecheck" 1025version = "0.6.12" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 1028dependencies = [ 1029 "bytecheck_derive", 1030 "ptr_meta", 1031 "simdutf8", 1032] 1033 1034[[package]] 1035name = "bytecheck_derive" 1036version = "0.6.12" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 1039dependencies = [ 1040 "proc-macro2", 1041 "quote", 1042 "syn 1.0.109", 1043] 1044 1045[[package]] 1046name = "bytemuck" 1047version = "1.25.0" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 1050dependencies = [ 1051 "bytemuck_derive", 1052] 1053 1054[[package]] 1055name = "bytemuck_derive" 1056version = "1.10.2" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" 1059dependencies = [ 1060 "proc-macro2", 1061 "quote", 1062 "syn 2.0.117", 1063] 1064 1065[[package]] 1066name = "byteorder" 1067version = "1.5.0" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1070 1071[[package]] 1072name = "byteorder-lite" 1073version = "0.1.0" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 1076 1077[[package]] 1078name = "bytes" 1079version = "1.11.1" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 1082 1083[[package]] 1084name = "calloop" 1085version = "0.13.0" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 1088dependencies = [ 1089 "bitflags 2.11.0", 1090 "log", 1091 "polling", 1092 "rustix 0.38.44", 1093 "slab", 1094 "thiserror 1.0.69", 1095] 1096 1097[[package]] 1098name = "calloop" 1099version = "0.14.4" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7" 1102dependencies = [ 1103 "bitflags 2.11.0", 1104 "polling", 1105 "rustix 1.1.4", 1106 "slab", 1107 "tracing", 1108] 1109 1110[[package]] 1111name = "calloop-wayland-source" 1112version = "0.3.0" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 1115dependencies = [ 1116 "calloop 0.13.0", 1117 "rustix 0.38.44", 1118 "wayland-backend", 1119 "wayland-client", 1120] 1121 1122[[package]] 1123name = "calloop-wayland-source" 1124version = "0.4.1" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa" 1127dependencies = [ 1128 "calloop 0.14.4", 1129 "rustix 1.1.4", 1130 "wayland-backend", 1131 "wayland-client", 1132] 1133 1134[[package]] 1135name = "camino" 1136version = "1.2.2" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" 1139dependencies = [ 1140 "serde_core", 1141] 1142 1143[[package]] 1144name = "cargo-platform" 1145version = "0.3.2" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082" 1148dependencies = [ 1149 "serde", 1150 "serde_core", 1151] 1152 1153[[package]] 1154name = "cargo_metadata" 1155version = "0.23.1" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9" 1158dependencies = [ 1159 "camino", 1160 "cargo-platform", 1161 "semver", 1162 "serde", 1163 "serde_json", 1164 "thiserror 2.0.18", 1165] 1166 1167[[package]] 1168name = "castaway" 1169version = "0.2.4" 1170source = "registry+https://github.com/rust-lang/crates.io-index" 1171checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 1172dependencies = [ 1173 "rustversion", 1174] 1175 1176[[package]] 1177name = "cc" 1178version = "1.2.57" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" 1181dependencies = [ 1182 "find-msvc-tools", 1183 "jobserver", 1184 "libc", 1185 "shlex", 1186] 1187 1188[[package]] 1189name = "cfg-if" 1190version = "1.0.4" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 1193 1194[[package]] 1195name = "cfg_aliases" 1196version = "0.2.1" 1197source = "registry+https://github.com/rust-lang/crates.io-index" 1198checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1199 1200[[package]] 1201name = "cgl" 1202version = "0.3.2" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 1205dependencies = [ 1206 "libc", 1207] 1208 1209[[package]] 1210name = "chacha20" 1211version = "0.10.0" 1212source = "registry+https://github.com/rust-lang/crates.io-index" 1213checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 1214dependencies = [ 1215 "cfg-if", 1216 "cpufeatures 0.3.0", 1217 "rand_core 0.10.0", 1218] 1219 1220[[package]] 1221name = "chrono" 1222version = "0.4.44" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 1225dependencies = [ 1226 "iana-time-zone", 1227 "js-sys", 1228 "num-traits", 1229 "serde", 1230 "wasm-bindgen", 1231 "windows-link", 1232] 1233 1234[[package]] 1235name = "clap" 1236version = "4.6.0" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" 1239dependencies = [ 1240 "clap_builder", 1241 "clap_derive", 1242] 1243 1244[[package]] 1245name = "clap_builder" 1246version = "4.6.0" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 1249dependencies = [ 1250 "anstream", 1251 "anstyle", 1252 "clap_lex", 1253 "strsim", 1254 "terminal_size", 1255 "unicase", 1256 "unicode-width", 1257] 1258 1259[[package]] 1260name = "clap_derive" 1261version = "4.6.0" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" 1264dependencies = [ 1265 "heck 0.5.0", 1266 "proc-macro2", 1267 "quote", 1268 "syn 2.0.117", 1269] 1270 1271[[package]] 1272name = "clap_lex" 1273version = "1.0.0" 1274source = "registry+https://github.com/rust-lang/crates.io-index" 1275checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 1276 1277[[package]] 1278name = "clipboard-win" 1279version = "5.4.1" 1280source = "registry+https://github.com/rust-lang/crates.io-index" 1281checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" 1282dependencies = [ 1283 "error-code", 1284] 1285 1286[[package]] 1287name = "clru" 1288version = "0.6.3" 1289source = "registry+https://github.com/rust-lang/crates.io-index" 1290checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5" 1291dependencies = [ 1292 "hashbrown 0.16.1", 1293] 1294 1295[[package]] 1296name = "codespan-reporting" 1297version = "0.13.1" 1298source = "registry+https://github.com/rust-lang/crates.io-index" 1299checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" 1300dependencies = [ 1301 "serde", 1302 "termcolor", 1303 "unicode-width", 1304] 1305 1306[[package]] 1307name = "color" 1308version = "0.3.2" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "a18ef4657441fb193b65f34dc39b3781f0dfec23d3bd94d0eeb4e88cde421edb" 1311dependencies = [ 1312 "bytemuck", 1313] 1314 1315[[package]] 1316name = "color-eyre" 1317version = "0.6.5" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" 1320dependencies = [ 1321 "backtrace", 1322 "color-spantrace", 1323 "eyre", 1324 "indenter", 1325 "once_cell", 1326 "owo-colors", 1327 "tracing-error", 1328] 1329 1330[[package]] 1331name = "color-spantrace" 1332version = "0.3.0" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" 1335dependencies = [ 1336 "once_cell", 1337 "owo-colors", 1338 "tracing-core", 1339 "tracing-error", 1340] 1341 1342[[package]] 1343name = "colorchoice" 1344version = "1.0.4" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 1347 1348[[package]] 1349name = "combine" 1350version = "4.6.7" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1353dependencies = [ 1354 "bytes", 1355 "memchr", 1356] 1357 1358[[package]] 1359name = "compact_str" 1360version = "0.9.0" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" 1363dependencies = [ 1364 "castaway", 1365 "cfg-if", 1366 "itoa", 1367 "rustversion", 1368 "ryu", 1369 "static_assertions", 1370] 1371 1372[[package]] 1373name = "concurrent-queue" 1374version = "2.5.0" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1377dependencies = [ 1378 "crossbeam-utils", 1379] 1380 1381[[package]] 1382name = "console" 1383version = "0.15.11" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 1386dependencies = [ 1387 "encode_unicode", 1388 "libc", 1389 "once_cell", 1390 "windows-sys 0.59.0", 1391] 1392 1393[[package]] 1394name = "const-oid" 1395version = "0.9.6" 1396source = "registry+https://github.com/rust-lang/crates.io-index" 1397checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 1398 1399[[package]] 1400name = "const-oid" 1401version = "0.10.2" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" 1404 1405[[package]] 1406name = "const-random" 1407version = "0.1.18" 1408source = "registry+https://github.com/rust-lang/crates.io-index" 1409checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 1410dependencies = [ 1411 "const-random-macro", 1412] 1413 1414[[package]] 1415name = "const-random-macro" 1416version = "0.1.16" 1417source = "registry+https://github.com/rust-lang/crates.io-index" 1418checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 1419dependencies = [ 1420 "getrandom 0.2.17", 1421 "once_cell", 1422 "tiny-keccak", 1423] 1424 1425[[package]] 1426name = "convert_case" 1427version = "0.10.0" 1428source = "registry+https://github.com/rust-lang/crates.io-index" 1429checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 1430dependencies = [ 1431 "unicode-segmentation", 1432] 1433 1434[[package]] 1435name = "core-foundation" 1436version = "0.9.4" 1437source = "registry+https://github.com/rust-lang/crates.io-index" 1438checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1439dependencies = [ 1440 "core-foundation-sys", 1441 "libc", 1442] 1443 1444[[package]] 1445name = "core-foundation" 1446version = "0.10.1" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 1449dependencies = [ 1450 "core-foundation-sys", 1451 "libc", 1452] 1453 1454[[package]] 1455name = "core-foundation-sys" 1456version = "0.8.7" 1457source = "registry+https://github.com/rust-lang/crates.io-index" 1458checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1459 1460[[package]] 1461name = "core-graphics" 1462version = "0.23.2" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 1465dependencies = [ 1466 "bitflags 1.3.2", 1467 "core-foundation 0.9.4", 1468 "core-graphics-types", 1469 "foreign-types", 1470 "libc", 1471] 1472 1473[[package]] 1474name = "core-graphics-types" 1475version = "0.1.3" 1476source = "registry+https://github.com/rust-lang/crates.io-index" 1477checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1478dependencies = [ 1479 "bitflags 1.3.2", 1480 "core-foundation 0.9.4", 1481 "libc", 1482] 1483 1484[[package]] 1485name = "cpufeatures" 1486version = "0.2.17" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 1489dependencies = [ 1490 "libc", 1491] 1492 1493[[package]] 1494name = "cpufeatures" 1495version = "0.3.0" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 1498dependencies = [ 1499 "libc", 1500] 1501 1502[[package]] 1503name = "crc" 1504version = "3.4.0" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 1507dependencies = [ 1508 "crc-catalog", 1509] 1510 1511[[package]] 1512name = "crc-catalog" 1513version = "2.4.0" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 1516 1517[[package]] 1518name = "crc32fast" 1519version = "1.5.0" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 1522dependencies = [ 1523 "cfg-if", 1524] 1525 1526[[package]] 1527name = "crossbeam-deque" 1528version = "0.8.6" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 1531dependencies = [ 1532 "crossbeam-epoch", 1533 "crossbeam-utils", 1534] 1535 1536[[package]] 1537name = "crossbeam-epoch" 1538version = "0.9.18" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1541dependencies = [ 1542 "crossbeam-utils", 1543] 1544 1545[[package]] 1546name = "crossbeam-queue" 1547version = "0.3.12" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 1550dependencies = [ 1551 "crossbeam-utils", 1552] 1553 1554[[package]] 1555name = "crossbeam-utils" 1556version = "0.8.21" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 1559 1560[[package]] 1561name = "crossterm" 1562version = "0.29.0" 1563source = "registry+https://github.com/rust-lang/crates.io-index" 1564checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" 1565dependencies = [ 1566 "bitflags 2.11.0", 1567 "crossterm_winapi", 1568 "derive_more", 1569 "document-features", 1570 "futures-core", 1571 "mio", 1572 "parking_lot", 1573 "rustix 1.1.4", 1574 "signal-hook 0.3.18", 1575 "signal-hook-mio", 1576 "winapi", 1577] 1578 1579[[package]] 1580name = "crossterm_winapi" 1581version = "0.9.1" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 1584dependencies = [ 1585 "winapi", 1586] 1587 1588[[package]] 1589name = "crunchy" 1590version = "0.2.4" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 1593 1594[[package]] 1595name = "crypto-common" 1596version = "0.1.7" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 1599dependencies = [ 1600 "generic-array", 1601 "typenum", 1602] 1603 1604[[package]] 1605name = "crypto-common" 1606version = "0.2.1" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" 1609dependencies = [ 1610 "hybrid-array", 1611] 1612 1613[[package]] 1614name = "csscolorparser" 1615version = "0.6.2" 1616source = "registry+https://github.com/rust-lang/crates.io-index" 1617checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" 1618dependencies = [ 1619 "lab", 1620 "phf 0.11.3", 1621] 1622 1623[[package]] 1624name = "cursor-icon" 1625version = "1.2.0" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" 1628 1629[[package]] 1630name = "darling" 1631version = "0.20.11" 1632source = "registry+https://github.com/rust-lang/crates.io-index" 1633checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 1634dependencies = [ 1635 "darling_core 0.20.11", 1636 "darling_macro 0.20.11", 1637] 1638 1639[[package]] 1640name = "darling" 1641version = "0.23.0" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 1644dependencies = [ 1645 "darling_core 0.23.0", 1646 "darling_macro 0.23.0", 1647] 1648 1649[[package]] 1650name = "darling_core" 1651version = "0.20.11" 1652source = "registry+https://github.com/rust-lang/crates.io-index" 1653checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 1654dependencies = [ 1655 "fnv", 1656 "ident_case", 1657 "proc-macro2", 1658 "quote", 1659 "strsim", 1660 "syn 2.0.117", 1661] 1662 1663[[package]] 1664name = "darling_core" 1665version = "0.23.0" 1666source = "registry+https://github.com/rust-lang/crates.io-index" 1667checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 1668dependencies = [ 1669 "ident_case", 1670 "proc-macro2", 1671 "quote", 1672 "strsim", 1673 "syn 2.0.117", 1674] 1675 1676[[package]] 1677name = "darling_macro" 1678version = "0.20.11" 1679source = "registry+https://github.com/rust-lang/crates.io-index" 1680checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 1681dependencies = [ 1682 "darling_core 0.20.11", 1683 "quote", 1684 "syn 2.0.117", 1685] 1686 1687[[package]] 1688name = "darling_macro" 1689version = "0.23.0" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 1692dependencies = [ 1693 "darling_core 0.23.0", 1694 "quote", 1695 "syn 2.0.117", 1696] 1697 1698[[package]] 1699name = "dashmap" 1700version = "5.5.3" 1701source = "registry+https://github.com/rust-lang/crates.io-index" 1702checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1703dependencies = [ 1704 "cfg-if", 1705 "hashbrown 0.14.5", 1706 "lock_api", 1707 "once_cell", 1708 "parking_lot_core", 1709] 1710 1711[[package]] 1712name = "dashmap" 1713version = "6.1.0" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 1716dependencies = [ 1717 "cfg-if", 1718 "crossbeam-utils", 1719 "hashbrown 0.14.5", 1720 "lock_api", 1721 "once_cell", 1722 "parking_lot_core", 1723] 1724 1725[[package]] 1726name = "deltae" 1727version = "0.3.2" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4" 1730 1731[[package]] 1732name = "der" 1733version = "0.7.10" 1734source = "registry+https://github.com/rust-lang/crates.io-index" 1735checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1736dependencies = [ 1737 "const-oid 0.9.6", 1738 "pem-rfc7468", 1739 "zeroize", 1740] 1741 1742[[package]] 1743name = "deranged" 1744version = "0.5.8" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 1747dependencies = [ 1748 "powerfmt", 1749 "serde_core", 1750] 1751 1752[[package]] 1753name = "derive_builder" 1754version = "0.20.2" 1755source = "registry+https://github.com/rust-lang/crates.io-index" 1756checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 1757dependencies = [ 1758 "derive_builder_macro", 1759] 1760 1761[[package]] 1762name = "derive_builder_core" 1763version = "0.20.2" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 1766dependencies = [ 1767 "darling 0.20.11", 1768 "proc-macro2", 1769 "quote", 1770 "syn 2.0.117", 1771] 1772 1773[[package]] 1774name = "derive_builder_macro" 1775version = "0.20.2" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 1778dependencies = [ 1779 "derive_builder_core", 1780 "syn 2.0.117", 1781] 1782 1783[[package]] 1784name = "derive_more" 1785version = "2.1.1" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 1788dependencies = [ 1789 "derive_more-impl", 1790] 1791 1792[[package]] 1793name = "derive_more-impl" 1794version = "2.1.1" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 1797dependencies = [ 1798 "convert_case", 1799 "proc-macro2", 1800 "quote", 1801 "rustc_version", 1802 "syn 2.0.117", 1803 "unicode-xid", 1804] 1805 1806[[package]] 1807name = "digest" 1808version = "0.10.7" 1809source = "registry+https://github.com/rust-lang/crates.io-index" 1810checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1811dependencies = [ 1812 "block-buffer 0.10.4", 1813 "const-oid 0.9.6", 1814 "crypto-common 0.1.7", 1815 "subtle", 1816] 1817 1818[[package]] 1819name = "digest" 1820version = "0.11.2" 1821source = "registry+https://github.com/rust-lang/crates.io-index" 1822checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c" 1823dependencies = [ 1824 "block-buffer 0.12.0", 1825 "const-oid 0.10.2", 1826 "crypto-common 0.2.1", 1827] 1828 1829[[package]] 1830name = "directories" 1831version = "6.0.0" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d" 1834dependencies = [ 1835 "dirs-sys", 1836] 1837 1838[[package]] 1839name = "dirs-sys" 1840version = "0.5.0" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 1843dependencies = [ 1844 "libc", 1845 "option-ext", 1846 "redox_users", 1847 "windows-sys 0.59.0", 1848] 1849 1850[[package]] 1851name = "dispatch" 1852version = "0.2.0" 1853source = "registry+https://github.com/rust-lang/crates.io-index" 1854checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1855 1856[[package]] 1857name = "dispatch2" 1858version = "0.3.1" 1859source = "registry+https://github.com/rust-lang/crates.io-index" 1860checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" 1861dependencies = [ 1862 "bitflags 2.11.0", 1863 "objc2 0.6.4", 1864] 1865 1866[[package]] 1867name = "displaydoc" 1868version = "0.2.5" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1871dependencies = [ 1872 "proc-macro2", 1873 "quote", 1874 "syn 2.0.117", 1875] 1876 1877[[package]] 1878name = "dlib" 1879version = "0.5.3" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" 1882dependencies = [ 1883 "libloading", 1884] 1885 1886[[package]] 1887name = "document-features" 1888version = "0.2.12" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 1891dependencies = [ 1892 "litrs", 1893] 1894 1895[[package]] 1896name = "dotenvy" 1897version = "0.15.7" 1898source = "registry+https://github.com/rust-lang/crates.io-index" 1899checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 1900 1901[[package]] 1902name = "downcast-rs" 1903version = "1.2.1" 1904source = "registry+https://github.com/rust-lang/crates.io-index" 1905checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1906 1907[[package]] 1908name = "dpi" 1909version = "0.1.2" 1910source = "registry+https://github.com/rust-lang/crates.io-index" 1911checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 1912 1913[[package]] 1914name = "dto" 1915version = "0.1.0" 1916dependencies = [ 1917 "anyhow", 1918 "migration", 1919 "rand 0.10.0", 1920 "sea-orm", 1921 "thiserror 2.0.18", 1922 "tokio", 1923 "tracing", 1924] 1925 1926[[package]] 1927name = "dunce" 1928version = "1.0.5" 1929source = "registry+https://github.com/rust-lang/crates.io-index" 1930checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1931 1932[[package]] 1933name = "ecolor" 1934version = "0.34.1" 1935source = "registry+https://github.com/rust-lang/crates.io-index" 1936checksum = "137c0ce4ce4152ff7e223a7ce22ee1057cdff61fce0a45c32459c3ccec64868d" 1937dependencies = [ 1938 "bytemuck", 1939 "emath", 1940 "serde", 1941] 1942 1943[[package]] 1944name = "eframe" 1945version = "0.34.1" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "d6e995b8e434d65aefd12c4519221be3e8f38efd77804ef39ca10553f4ad7063" 1948dependencies = [ 1949 "ahash 0.8.12", 1950 "bytemuck", 1951 "document-features", 1952 "egui", 1953 "egui-wgpu", 1954 "egui-winit", 1955 "egui_glow", 1956 "glutin", 1957 "glutin-winit", 1958 "image", 1959 "js-sys", 1960 "log", 1961 "objc2 0.6.4", 1962 "objc2-app-kit 0.3.2", 1963 "objc2-foundation 0.3.2", 1964 "parking_lot", 1965 "percent-encoding", 1966 "pollster", 1967 "profiling", 1968 "raw-window-handle", 1969 "static_assertions", 1970 "wasm-bindgen", 1971 "wasm-bindgen-futures", 1972 "web-sys", 1973 "web-time", 1974 "wgpu", 1975 "windows-sys 0.61.2", 1976 "winit", 1977] 1978 1979[[package]] 1980name = "egui" 1981version = "0.34.1" 1982source = "registry+https://github.com/rust-lang/crates.io-index" 1983checksum = "f34aaf627da598dfadd64b0fee6101d22e9c451d1e5348157312720b7f459f0f" 1984dependencies = [ 1985 "accesskit", 1986 "ahash 0.8.12", 1987 "bitflags 2.11.0", 1988 "emath", 1989 "epaint", 1990 "log", 1991 "nohash-hasher", 1992 "profiling", 1993 "ron", 1994 "serde", 1995 "smallvec", 1996 "unicode-segmentation", 1997] 1998 1999[[package]] 2000name = "egui-wgpu" 2001version = "0.34.1" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "71033ff78b041c9c363450f4498ff95468ef3ecbcc71a62f67036a6207d98fa4" 2004dependencies = [ 2005 "ahash 0.8.12", 2006 "bytemuck", 2007 "document-features", 2008 "egui", 2009 "epaint", 2010 "log", 2011 "profiling", 2012 "thiserror 2.0.18", 2013 "type-map", 2014 "web-time", 2015 "wgpu", 2016 "winit", 2017] 2018 2019[[package]] 2020name = "egui-winit" 2021version = "0.34.1" 2022source = "registry+https://github.com/rust-lang/crates.io-index" 2023checksum = "11a2881b2bf1a305e413e644af63f836737a33d85077705ff808e88f902ff742" 2024dependencies = [ 2025 "accesskit_winit", 2026 "arboard", 2027 "bytemuck", 2028 "egui", 2029 "log", 2030 "objc2 0.6.4", 2031 "objc2-foundation 0.3.2", 2032 "objc2-ui-kit 0.3.2", 2033 "profiling", 2034 "raw-window-handle", 2035 "smithay-clipboard", 2036 "web-time", 2037 "webbrowser", 2038 "winit", 2039] 2040 2041[[package]] 2042name = "egui_glow" 2043version = "0.34.1" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "a3b28d39ab6c0cac238190e6cb1e8c9047d02cb470ab942a7a3302e4cb3a8e74" 2046dependencies = [ 2047 "bytemuck", 2048 "egui", 2049 "glow", 2050 "log", 2051 "memoffset", 2052 "profiling", 2053 "wasm-bindgen", 2054 "web-sys", 2055 "winit", 2056] 2057 2058[[package]] 2059name = "egui_graphs" 2060version = "0.30.0" 2061source = "git+https://github.com/suri-codes/egui_graphs?rev=3327417007520300782574e3d6bc377bbafa8b5a#3327417007520300782574e3d6bc377bbafa8b5a" 2062dependencies = [ 2063 "egui", 2064 "getrandom 0.2.17", 2065 "petgraph", 2066 "rand 0.9.2", 2067 "serde", 2068 "web-time", 2069] 2070 2071[[package]] 2072name = "either" 2073version = "1.15.0" 2074source = "registry+https://github.com/rust-lang/crates.io-index" 2075checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 2076dependencies = [ 2077 "serde", 2078] 2079 2080[[package]] 2081name = "emath" 2082version = "0.34.1" 2083source = "registry+https://github.com/rust-lang/crates.io-index" 2084checksum = "0a05cd8bdf3b598488c627ca97c7fe8909448ffa26278dd3c7e535cdb554d721" 2085dependencies = [ 2086 "bytemuck", 2087 "serde", 2088] 2089 2090[[package]] 2091name = "encode_unicode" 2092version = "1.0.0" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 2095 2096[[package]] 2097name = "encoding_rs" 2098version = "0.8.35" 2099source = "registry+https://github.com/rust-lang/crates.io-index" 2100checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 2101dependencies = [ 2102 "cfg-if", 2103] 2104 2105[[package]] 2106name = "endi" 2107version = "1.1.1" 2108source = "registry+https://github.com/rust-lang/crates.io-index" 2109checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" 2110 2111[[package]] 2112name = "enumflags2" 2113version = "0.7.12" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" 2116dependencies = [ 2117 "enumflags2_derive", 2118 "serde", 2119] 2120 2121[[package]] 2122name = "enumflags2_derive" 2123version = "0.7.12" 2124source = "registry+https://github.com/rust-lang/crates.io-index" 2125checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" 2126dependencies = [ 2127 "proc-macro2", 2128 "quote", 2129 "syn 2.0.117", 2130] 2131 2132[[package]] 2133name = "enumn" 2134version = "0.1.14" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" 2137dependencies = [ 2138 "proc-macro2", 2139 "quote", 2140 "syn 2.0.117", 2141] 2142 2143[[package]] 2144name = "epaint" 2145version = "0.34.1" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "04f3017dd67f147a697ee0c8484fb568fd9553e2a0c114be5020dbbc11962841" 2148dependencies = [ 2149 "ahash 0.8.12", 2150 "bytemuck", 2151 "ecolor", 2152 "emath", 2153 "epaint_default_fonts", 2154 "font-types", 2155 "log", 2156 "nohash-hasher", 2157 "parking_lot", 2158 "profiling", 2159 "self_cell", 2160 "serde", 2161 "skrifa", 2162 "smallvec", 2163 "vello_cpu", 2164] 2165 2166[[package]] 2167name = "epaint_default_fonts" 2168version = "0.34.1" 2169source = "registry+https://github.com/rust-lang/crates.io-index" 2170checksum = "8e3b85a2bb775a3ab02d077a65cc31575c11b2584581913253cc11ce49f48bba" 2171 2172[[package]] 2173name = "equivalent" 2174version = "1.0.2" 2175source = "registry+https://github.com/rust-lang/crates.io-index" 2176checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 2177 2178[[package]] 2179name = "errno" 2180version = "0.3.14" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 2183dependencies = [ 2184 "libc", 2185 "windows-sys 0.52.0", 2186] 2187 2188[[package]] 2189name = "error-code" 2190version = "3.3.2" 2191source = "registry+https://github.com/rust-lang/crates.io-index" 2192checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" 2193 2194[[package]] 2195name = "etcetera" 2196version = "0.8.0" 2197source = "registry+https://github.com/rust-lang/crates.io-index" 2198checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 2199dependencies = [ 2200 "cfg-if", 2201 "home", 2202 "windows-sys 0.48.0", 2203] 2204 2205[[package]] 2206name = "euclid" 2207version = "0.22.13" 2208source = "registry+https://github.com/rust-lang/crates.io-index" 2209checksum = "df61bf483e837f88d5c2291dcf55c67be7e676b3a51acc48db3a7b163b91ed63" 2210dependencies = [ 2211 "num-traits", 2212] 2213 2214[[package]] 2215name = "event-listener" 2216version = "2.5.3" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 2219 2220[[package]] 2221name = "event-listener" 2222version = "5.4.1" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 2225dependencies = [ 2226 "concurrent-queue", 2227 "parking", 2228 "pin-project-lite", 2229] 2230 2231[[package]] 2232name = "event-listener-strategy" 2233version = "0.5.4" 2234source = "registry+https://github.com/rust-lang/crates.io-index" 2235checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 2236dependencies = [ 2237 "event-listener 5.4.1", 2238 "pin-project-lite", 2239] 2240 2241[[package]] 2242name = "eyre" 2243version = "0.6.12" 2244source = "registry+https://github.com/rust-lang/crates.io-index" 2245checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 2246dependencies = [ 2247 "indenter", 2248 "once_cell", 2249] 2250 2251[[package]] 2252name = "fancy-regex" 2253version = "0.11.0" 2254source = "registry+https://github.com/rust-lang/crates.io-index" 2255checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 2256dependencies = [ 2257 "bit-set 0.5.3", 2258 "regex", 2259] 2260 2261[[package]] 2262name = "faster-hex" 2263version = "0.10.0" 2264source = "registry+https://github.com/rust-lang/crates.io-index" 2265checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" 2266dependencies = [ 2267 "heapless", 2268 "serde", 2269] 2270 2271[[package]] 2272name = "fastrand" 2273version = "2.3.0" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 2276 2277[[package]] 2278name = "fax" 2279version = "0.2.6" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" 2282dependencies = [ 2283 "fax_derive", 2284] 2285 2286[[package]] 2287name = "fax_derive" 2288version = "0.2.0" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" 2291dependencies = [ 2292 "proc-macro2", 2293 "quote", 2294 "syn 2.0.117", 2295] 2296 2297[[package]] 2298name = "fdeflate" 2299version = "0.3.7" 2300source = "registry+https://github.com/rust-lang/crates.io-index" 2301checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 2302dependencies = [ 2303 "simd-adler32", 2304] 2305 2306[[package]] 2307name = "fearless_simd" 2308version = "0.3.0" 2309source = "registry+https://github.com/rust-lang/crates.io-index" 2310checksum = "8fb2907d1f08b2b316b9223ced5b0e89d87028ba8deae9764741dba8ff7f3903" 2311dependencies = [ 2312 "bytemuck", 2313] 2314 2315[[package]] 2316name = "filaments" 2317version = "0.1.0" 2318dependencies = [ 2319 "anyhow", 2320 "async-recursion", 2321 "async-trait", 2322 "better-panic", 2323 "chrono", 2324 "clap", 2325 "color-eyre", 2326 "crossterm", 2327 "directories", 2328 "dto", 2329 "eframe", 2330 "egui_graphs", 2331 "futures", 2332 "human-panic", 2333 "notify", 2334 "nucleo-matcher", 2335 "pulldown-cmark", 2336 "rand 0.10.0", 2337 "ratatui", 2338 "ratatui-textarea", 2339 "rayon", 2340 "ron", 2341 "serde", 2342 "signal-hook 0.4.4", 2343 "strum 0.28.0", 2344 "tempfile", 2345 "tokio", 2346 "tokio-util", 2347 "tower-lsp", 2348 "tracing", 2349 "tracing-error", 2350 "tracing-subscriber", 2351 "tree", 2352 "vergen-gix", 2353] 2354 2355[[package]] 2356name = "filedescriptor" 2357version = "0.8.3" 2358source = "registry+https://github.com/rust-lang/crates.io-index" 2359checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" 2360dependencies = [ 2361 "libc", 2362 "thiserror 1.0.69", 2363 "winapi", 2364] 2365 2366[[package]] 2367name = "filetime" 2368version = "0.2.27" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" 2371dependencies = [ 2372 "cfg-if", 2373 "libc", 2374 "libredox", 2375] 2376 2377[[package]] 2378name = "find-msvc-tools" 2379version = "0.1.9" 2380source = "registry+https://github.com/rust-lang/crates.io-index" 2381checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 2382 2383[[package]] 2384name = "finl_unicode" 2385version = "1.4.0" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" 2388 2389[[package]] 2390name = "fixedbitset" 2391version = "0.4.2" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 2394 2395[[package]] 2396name = "fixedbitset" 2397version = "0.5.7" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" 2400 2401[[package]] 2402name = "flate2" 2403version = "1.1.9" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 2406dependencies = [ 2407 "crc32fast", 2408 "miniz_oxide", 2409] 2410 2411[[package]] 2412name = "flume" 2413version = "0.11.1" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 2416dependencies = [ 2417 "futures-core", 2418 "futures-sink", 2419 "spin", 2420] 2421 2422[[package]] 2423name = "fnv" 2424version = "1.0.7" 2425source = "registry+https://github.com/rust-lang/crates.io-index" 2426checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 2427 2428[[package]] 2429name = "foldhash" 2430version = "0.1.5" 2431source = "registry+https://github.com/rust-lang/crates.io-index" 2432checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 2433 2434[[package]] 2435name = "foldhash" 2436version = "0.2.0" 2437source = "registry+https://github.com/rust-lang/crates.io-index" 2438checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 2439 2440[[package]] 2441name = "font-types" 2442version = "0.11.1" 2443source = "registry+https://github.com/rust-lang/crates.io-index" 2444checksum = "73829a7b5c91198af28a99159b7ae4afbb252fb906159ff7f189f3a2ceaa3df2" 2445dependencies = [ 2446 "bytemuck", 2447 "serde", 2448] 2449 2450[[package]] 2451name = "foreign-types" 2452version = "0.5.0" 2453source = "registry+https://github.com/rust-lang/crates.io-index" 2454checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 2455dependencies = [ 2456 "foreign-types-macros", 2457 "foreign-types-shared", 2458] 2459 2460[[package]] 2461name = "foreign-types-macros" 2462version = "0.2.3" 2463source = "registry+https://github.com/rust-lang/crates.io-index" 2464checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 2465dependencies = [ 2466 "proc-macro2", 2467 "quote", 2468 "syn 2.0.117", 2469] 2470 2471[[package]] 2472name = "foreign-types-shared" 2473version = "0.3.1" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 2476 2477[[package]] 2478name = "form_urlencoded" 2479version = "1.2.2" 2480source = "registry+https://github.com/rust-lang/crates.io-index" 2481checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 2482dependencies = [ 2483 "percent-encoding", 2484] 2485 2486[[package]] 2487name = "fsevent-sys" 2488version = "4.1.0" 2489source = "registry+https://github.com/rust-lang/crates.io-index" 2490checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 2491dependencies = [ 2492 "libc", 2493] 2494 2495[[package]] 2496name = "funty" 2497version = "2.0.0" 2498source = "registry+https://github.com/rust-lang/crates.io-index" 2499checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 2500 2501[[package]] 2502name = "futures" 2503version = "0.3.32" 2504source = "registry+https://github.com/rust-lang/crates.io-index" 2505checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 2506dependencies = [ 2507 "futures-channel", 2508 "futures-core", 2509 "futures-executor", 2510 "futures-io", 2511 "futures-sink", 2512 "futures-task", 2513 "futures-util", 2514] 2515 2516[[package]] 2517name = "futures-channel" 2518version = "0.3.32" 2519source = "registry+https://github.com/rust-lang/crates.io-index" 2520checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 2521dependencies = [ 2522 "futures-core", 2523 "futures-sink", 2524] 2525 2526[[package]] 2527name = "futures-core" 2528version = "0.3.32" 2529source = "registry+https://github.com/rust-lang/crates.io-index" 2530checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 2531 2532[[package]] 2533name = "futures-executor" 2534version = "0.3.32" 2535source = "registry+https://github.com/rust-lang/crates.io-index" 2536checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 2537dependencies = [ 2538 "futures-core", 2539 "futures-task", 2540 "futures-util", 2541] 2542 2543[[package]] 2544name = "futures-intrusive" 2545version = "0.5.0" 2546source = "registry+https://github.com/rust-lang/crates.io-index" 2547checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 2548dependencies = [ 2549 "futures-core", 2550 "lock_api", 2551 "parking_lot", 2552] 2553 2554[[package]] 2555name = "futures-io" 2556version = "0.3.32" 2557source = "registry+https://github.com/rust-lang/crates.io-index" 2558checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 2559 2560[[package]] 2561name = "futures-lite" 2562version = "2.6.1" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 2565dependencies = [ 2566 "fastrand", 2567 "futures-core", 2568 "futures-io", 2569 "parking", 2570 "pin-project-lite", 2571] 2572 2573[[package]] 2574name = "futures-macro" 2575version = "0.3.32" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 2578dependencies = [ 2579 "proc-macro2", 2580 "quote", 2581 "syn 2.0.117", 2582] 2583 2584[[package]] 2585name = "futures-sink" 2586version = "0.3.32" 2587source = "registry+https://github.com/rust-lang/crates.io-index" 2588checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 2589 2590[[package]] 2591name = "futures-task" 2592version = "0.3.32" 2593source = "registry+https://github.com/rust-lang/crates.io-index" 2594checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 2595 2596[[package]] 2597name = "futures-util" 2598version = "0.3.32" 2599source = "registry+https://github.com/rust-lang/crates.io-index" 2600checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 2601dependencies = [ 2602 "futures-channel", 2603 "futures-core", 2604 "futures-io", 2605 "futures-macro", 2606 "futures-sink", 2607 "futures-task", 2608 "memchr", 2609 "pin-project-lite", 2610 "slab", 2611] 2612 2613[[package]] 2614name = "generic-array" 2615version = "0.14.7" 2616source = "registry+https://github.com/rust-lang/crates.io-index" 2617checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2618dependencies = [ 2619 "typenum", 2620 "version_check", 2621] 2622 2623[[package]] 2624name = "gethostname" 2625version = "1.1.0" 2626source = "registry+https://github.com/rust-lang/crates.io-index" 2627checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 2628dependencies = [ 2629 "rustix 1.1.4", 2630 "windows-link", 2631] 2632 2633[[package]] 2634name = "getopts" 2635version = "0.2.24" 2636source = "registry+https://github.com/rust-lang/crates.io-index" 2637checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" 2638dependencies = [ 2639 "unicode-width", 2640] 2641 2642[[package]] 2643name = "getrandom" 2644version = "0.2.17" 2645source = "registry+https://github.com/rust-lang/crates.io-index" 2646checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 2647dependencies = [ 2648 "cfg-if", 2649 "js-sys", 2650 "libc", 2651 "wasi", 2652 "wasm-bindgen", 2653] 2654 2655[[package]] 2656name = "getrandom" 2657version = "0.3.4" 2658source = "registry+https://github.com/rust-lang/crates.io-index" 2659checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 2660dependencies = [ 2661 "cfg-if", 2662 "libc", 2663 "r-efi 5.3.0", 2664 "wasip2", 2665] 2666 2667[[package]] 2668name = "getrandom" 2669version = "0.4.2" 2670source = "registry+https://github.com/rust-lang/crates.io-index" 2671checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 2672dependencies = [ 2673 "cfg-if", 2674 "libc", 2675 "r-efi 6.0.0", 2676 "rand_core 0.10.0", 2677 "wasip2", 2678 "wasip3", 2679] 2680 2681[[package]] 2682name = "gimli" 2683version = "0.32.3" 2684source = "registry+https://github.com/rust-lang/crates.io-index" 2685checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 2686 2687[[package]] 2688name = "gix" 2689version = "0.77.0" 2690source = "registry+https://github.com/rust-lang/crates.io-index" 2691checksum = "3d8284d86a2f5c0987fbf7219a128815cc04af5a18f5fd7eec6a76d83c2b78cc" 2692dependencies = [ 2693 "gix-actor", 2694 "gix-attributes", 2695 "gix-command", 2696 "gix-commitgraph", 2697 "gix-config", 2698 "gix-date", 2699 "gix-diff", 2700 "gix-dir", 2701 "gix-discover", 2702 "gix-features", 2703 "gix-filter", 2704 "gix-fs", 2705 "gix-glob", 2706 "gix-hash", 2707 "gix-hashtable", 2708 "gix-ignore", 2709 "gix-index", 2710 "gix-lock", 2711 "gix-object", 2712 "gix-odb", 2713 "gix-pack", 2714 "gix-path", 2715 "gix-pathspec", 2716 "gix-protocol", 2717 "gix-ref", 2718 "gix-refspec", 2719 "gix-revision", 2720 "gix-revwalk", 2721 "gix-sec", 2722 "gix-shallow", 2723 "gix-status", 2724 "gix-submodule", 2725 "gix-tempfile", 2726 "gix-trace", 2727 "gix-traverse", 2728 "gix-url", 2729 "gix-utils", 2730 "gix-validate", 2731 "gix-worktree", 2732 "parking_lot", 2733 "signal-hook 0.3.18", 2734 "smallvec", 2735 "thiserror 2.0.18", 2736] 2737 2738[[package]] 2739name = "gix-actor" 2740version = "0.37.1" 2741source = "registry+https://github.com/rust-lang/crates.io-index" 2742checksum = "c345528d405eab51d20f505f5fe1a4680973953694e0292c6bbe97827daa55c4" 2743dependencies = [ 2744 "bstr", 2745 "gix-date", 2746 "gix-utils", 2747 "itoa", 2748 "thiserror 2.0.18", 2749 "winnow", 2750] 2751 2752[[package]] 2753name = "gix-attributes" 2754version = "0.29.0" 2755source = "registry+https://github.com/rust-lang/crates.io-index" 2756checksum = "f47dabf8a50f1558c3a55d978440c7c4f22f87ac897bef03b4edbc96f6115966" 2757dependencies = [ 2758 "bstr", 2759 "gix-glob", 2760 "gix-path", 2761 "gix-quote", 2762 "gix-trace", 2763 "kstring", 2764 "smallvec", 2765 "thiserror 2.0.18", 2766 "unicode-bom", 2767] 2768 2769[[package]] 2770name = "gix-bitmap" 2771version = "0.2.16" 2772source = "registry+https://github.com/rust-lang/crates.io-index" 2773checksum = "d982fc7ef0608e669851d0d2a6141dae74c60d5a27e8daa451f2a4857bbf41e2" 2774dependencies = [ 2775 "thiserror 2.0.18", 2776] 2777 2778[[package]] 2779name = "gix-chunk" 2780version = "0.4.12" 2781source = "registry+https://github.com/rust-lang/crates.io-index" 2782checksum = "5c356b3825677cb6ff579551bb8311a81821e184453cbd105e2fc5311b288eeb" 2783dependencies = [ 2784 "thiserror 2.0.18", 2785] 2786 2787[[package]] 2788name = "gix-command" 2789version = "0.6.5" 2790source = "registry+https://github.com/rust-lang/crates.io-index" 2791checksum = "46f9c425730a654835351e6da8c3c69ba1804f8b8d4e96d027254151138d5c64" 2792dependencies = [ 2793 "bstr", 2794 "gix-path", 2795 "gix-quote", 2796 "gix-trace", 2797 "shell-words", 2798] 2799 2800[[package]] 2801name = "gix-commitgraph" 2802version = "0.31.0" 2803source = "registry+https://github.com/rust-lang/crates.io-index" 2804checksum = "efdcba8048045baf15225daf949d597c3e6183d130245e22a7fbd27084abe63a" 2805dependencies = [ 2806 "bstr", 2807 "gix-chunk", 2808 "gix-hash", 2809 "memmap2", 2810 "thiserror 2.0.18", 2811] 2812 2813[[package]] 2814name = "gix-config" 2815version = "0.50.0" 2816source = "registry+https://github.com/rust-lang/crates.io-index" 2817checksum = "b58e2ff8eef96b71f2c5e260f02ca0475caff374027c5cc5a29bda69fac67404" 2818dependencies = [ 2819 "bstr", 2820 "gix-config-value", 2821 "gix-features", 2822 "gix-glob", 2823 "gix-path", 2824 "gix-ref", 2825 "gix-sec", 2826 "memchr", 2827 "smallvec", 2828 "thiserror 2.0.18", 2829 "unicode-bom", 2830 "winnow", 2831] 2832 2833[[package]] 2834name = "gix-config-value" 2835version = "0.16.0" 2836source = "registry+https://github.com/rust-lang/crates.io-index" 2837checksum = "2409cffa4fe8b303847d5b6ba8df9da9ba65d302fc5ee474ea0cac5afde79840" 2838dependencies = [ 2839 "bitflags 2.11.0", 2840 "bstr", 2841 "gix-path", 2842 "libc", 2843 "thiserror 2.0.18", 2844] 2845 2846[[package]] 2847name = "gix-date" 2848version = "0.12.1" 2849source = "registry+https://github.com/rust-lang/crates.io-index" 2850checksum = "fe4a31bab8159e233094fa70d2e5fd3ec6f19e593f67e6ae01281daa48f8d8e7" 2851dependencies = [ 2852 "bstr", 2853 "itoa", 2854 "jiff", 2855 "smallvec", 2856 "thiserror 2.0.18", 2857] 2858 2859[[package]] 2860name = "gix-diff" 2861version = "0.57.1" 2862source = "registry+https://github.com/rust-lang/crates.io-index" 2863checksum = "3506936e63ce14cd54b5f28ed06c8e43b92ef9f41c2238cc0bc271a9259b4e90" 2864dependencies = [ 2865 "bstr", 2866 "gix-attributes", 2867 "gix-command", 2868 "gix-filter", 2869 "gix-fs", 2870 "gix-hash", 2871 "gix-index", 2872 "gix-object", 2873 "gix-path", 2874 "gix-pathspec", 2875 "gix-tempfile", 2876 "gix-trace", 2877 "gix-traverse", 2878 "gix-worktree", 2879 "imara-diff", 2880 "thiserror 2.0.18", 2881] 2882 2883[[package]] 2884name = "gix-dir" 2885version = "0.19.0" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "709d9fad32d2eb8b0129850874246569e801b6d5877e0c41356c23e9e2501e06" 2888dependencies = [ 2889 "bstr", 2890 "gix-discover", 2891 "gix-fs", 2892 "gix-ignore", 2893 "gix-index", 2894 "gix-object", 2895 "gix-path", 2896 "gix-pathspec", 2897 "gix-trace", 2898 "gix-utils", 2899 "gix-worktree", 2900 "thiserror 2.0.18", 2901] 2902 2903[[package]] 2904name = "gix-discover" 2905version = "0.45.0" 2906source = "registry+https://github.com/rust-lang/crates.io-index" 2907checksum = "42ce096dc132533802a09d6fd5d4008858f2038341dfe2e69e0d0239edb359de" 2908dependencies = [ 2909 "bstr", 2910 "dunce", 2911 "gix-fs", 2912 "gix-hash", 2913 "gix-path", 2914 "gix-ref", 2915 "gix-sec", 2916 "thiserror 2.0.18", 2917] 2918 2919[[package]] 2920name = "gix-features" 2921version = "0.45.2" 2922source = "registry+https://github.com/rust-lang/crates.io-index" 2923checksum = "d56aad357ae016449434705033df644ac6253dfcf1281aad3af3af9e907560d1" 2924dependencies = [ 2925 "crc32fast", 2926 "gix-path", 2927 "gix-trace", 2928 "gix-utils", 2929 "libc", 2930 "once_cell", 2931 "prodash", 2932 "thiserror 2.0.18", 2933 "walkdir", 2934 "zlib-rs", 2935] 2936 2937[[package]] 2938name = "gix-filter" 2939version = "0.24.1" 2940source = "registry+https://github.com/rust-lang/crates.io-index" 2941checksum = "10c02464962482570c1f94ad451a608c4391514f803e8074662d02c5629a25dc" 2942dependencies = [ 2943 "bstr", 2944 "encoding_rs", 2945 "gix-attributes", 2946 "gix-command", 2947 "gix-hash", 2948 "gix-object", 2949 "gix-packetline", 2950 "gix-path", 2951 "gix-quote", 2952 "gix-trace", 2953 "gix-utils", 2954 "smallvec", 2955 "thiserror 2.0.18", 2956] 2957 2958[[package]] 2959name = "gix-fs" 2960version = "0.18.2" 2961source = "registry+https://github.com/rust-lang/crates.io-index" 2962checksum = "785b9c499e46bc78d7b81c148c21b3fca18655379ee729a856ed19ce50d359ec" 2963dependencies = [ 2964 "bstr", 2965 "fastrand", 2966 "gix-features", 2967 "gix-path", 2968 "gix-utils", 2969 "thiserror 2.0.18", 2970] 2971 2972[[package]] 2973name = "gix-glob" 2974version = "0.23.0" 2975source = "registry+https://github.com/rust-lang/crates.io-index" 2976checksum = "e8546300aee4c65c5862c22a3e321124a69b654a61a8b60de546a9284812b7e2" 2977dependencies = [ 2978 "bitflags 2.11.0", 2979 "bstr", 2980 "gix-features", 2981 "gix-path", 2982] 2983 2984[[package]] 2985name = "gix-hash" 2986version = "0.21.2" 2987source = "registry+https://github.com/rust-lang/crates.io-index" 2988checksum = "e153930f42ccdab8a3306b1027cd524879f6a8996cd0c474d18b0e56cae7714d" 2989dependencies = [ 2990 "faster-hex", 2991 "gix-features", 2992 "sha1-checked", 2993 "thiserror 2.0.18", 2994] 2995 2996[[package]] 2997name = "gix-hashtable" 2998version = "0.11.0" 2999source = "registry+https://github.com/rust-lang/crates.io-index" 3000checksum = "222f7428636020bef272a87ed833ea48bf5fb3193f99852ae16fbb5a602bd2f0" 3001dependencies = [ 3002 "gix-hash", 3003 "hashbrown 0.16.1", 3004 "parking_lot", 3005] 3006 3007[[package]] 3008name = "gix-ignore" 3009version = "0.18.0" 3010source = "registry+https://github.com/rust-lang/crates.io-index" 3011checksum = "dfa727fdf54fd9fb53fa3fbb1a5c17172d3073e8e336bf155f3cac3e25b81b21" 3012dependencies = [ 3013 "bstr", 3014 "gix-glob", 3015 "gix-path", 3016 "gix-trace", 3017 "unicode-bom", 3018] 3019 3020[[package]] 3021name = "gix-index" 3022version = "0.45.1" 3023source = "registry+https://github.com/rust-lang/crates.io-index" 3024checksum = "9ea6d3e9e11647ba49f441dea0782494cc6d2875ff43fa4ad9094e6957f42051" 3025dependencies = [ 3026 "bitflags 2.11.0", 3027 "bstr", 3028 "filetime", 3029 "fnv", 3030 "gix-bitmap", 3031 "gix-features", 3032 "gix-fs", 3033 "gix-hash", 3034 "gix-lock", 3035 "gix-object", 3036 "gix-traverse", 3037 "gix-utils", 3038 "gix-validate", 3039 "hashbrown 0.16.1", 3040 "itoa", 3041 "libc", 3042 "memmap2", 3043 "rustix 1.1.4", 3044 "smallvec", 3045 "thiserror 2.0.18", 3046] 3047 3048[[package]] 3049name = "gix-lock" 3050version = "20.0.1" 3051source = "registry+https://github.com/rust-lang/crates.io-index" 3052checksum = "115268ae5e3b3b7bc7fc77260eecee05acca458e45318ca45d35467fa81a3ac5" 3053dependencies = [ 3054 "gix-tempfile", 3055 "gix-utils", 3056 "thiserror 2.0.18", 3057] 3058 3059[[package]] 3060name = "gix-object" 3061version = "0.54.1" 3062source = "registry+https://github.com/rust-lang/crates.io-index" 3063checksum = "363d6a879c52e4890180e0ffa7d8c9a364fd0b7e807caa368e860b80e8d0bc81" 3064dependencies = [ 3065 "bstr", 3066 "gix-actor", 3067 "gix-date", 3068 "gix-features", 3069 "gix-hash", 3070 "gix-hashtable", 3071 "gix-path", 3072 "gix-utils", 3073 "gix-validate", 3074 "itoa", 3075 "smallvec", 3076 "thiserror 2.0.18", 3077 "winnow", 3078] 3079 3080[[package]] 3081name = "gix-odb" 3082version = "0.74.0" 3083source = "registry+https://github.com/rust-lang/crates.io-index" 3084checksum = "165a907df369a12ed4330faf8baf7ae597aadb08cfacb4ed8649f93d90bcc0c5" 3085dependencies = [ 3086 "arc-swap", 3087 "gix-date", 3088 "gix-features", 3089 "gix-fs", 3090 "gix-hash", 3091 "gix-hashtable", 3092 "gix-object", 3093 "gix-pack", 3094 "gix-path", 3095 "gix-quote", 3096 "parking_lot", 3097 "tempfile", 3098 "thiserror 2.0.18", 3099] 3100 3101[[package]] 3102name = "gix-pack" 3103version = "0.64.1" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "b04a73d5ab07ea0faae55e2c0ae6f24e36e365ac8ce140394dee3a2c89cd4366" 3106dependencies = [ 3107 "clru", 3108 "gix-chunk", 3109 "gix-features", 3110 "gix-hash", 3111 "gix-hashtable", 3112 "gix-object", 3113 "gix-path", 3114 "memmap2", 3115 "smallvec", 3116 "thiserror 2.0.18", 3117] 3118 3119[[package]] 3120name = "gix-packetline" 3121version = "0.20.0" 3122source = "registry+https://github.com/rust-lang/crates.io-index" 3123checksum = "fad0ffb982a289888087a165d3e849cbac724f2aa5431236b050dd2cb9c7de31" 3124dependencies = [ 3125 "bstr", 3126 "faster-hex", 3127 "gix-trace", 3128 "thiserror 2.0.18", 3129] 3130 3131[[package]] 3132name = "gix-path" 3133version = "0.10.22" 3134source = "registry+https://github.com/rust-lang/crates.io-index" 3135checksum = "7cb06c3e4f8eed6e24fd915fa93145e28a511f4ea0e768bae16673e05ed3f366" 3136dependencies = [ 3137 "bstr", 3138 "gix-trace", 3139 "gix-validate", 3140 "thiserror 2.0.18", 3141] 3142 3143[[package]] 3144name = "gix-pathspec" 3145version = "0.14.0" 3146source = "registry+https://github.com/rust-lang/crates.io-index" 3147checksum = "ed9e0c881933c37a7ef45288d6c5779c4a7b3ad240b4c37657e1d9829eb90085" 3148dependencies = [ 3149 "bitflags 2.11.0", 3150 "bstr", 3151 "gix-attributes", 3152 "gix-config-value", 3153 "gix-glob", 3154 "gix-path", 3155 "thiserror 2.0.18", 3156] 3157 3158[[package]] 3159name = "gix-protocol" 3160version = "0.55.0" 3161source = "registry+https://github.com/rust-lang/crates.io-index" 3162checksum = "02c5dfd068789442c5709e702ef42d851765f2c09a11bf0a13749d24363f4d07" 3163dependencies = [ 3164 "bstr", 3165 "gix-date", 3166 "gix-features", 3167 "gix-hash", 3168 "gix-ref", 3169 "gix-shallow", 3170 "gix-transport", 3171 "gix-utils", 3172 "maybe-async", 3173 "thiserror 2.0.18", 3174 "winnow", 3175] 3176 3177[[package]] 3178name = "gix-quote" 3179version = "0.6.2" 3180source = "registry+https://github.com/rust-lang/crates.io-index" 3181checksum = "96fc2ff2ec8cc0c92807f02eab1f00eb02619fc2810d13dc42679492fcc36757" 3182dependencies = [ 3183 "bstr", 3184 "gix-utils", 3185 "thiserror 2.0.18", 3186] 3187 3188[[package]] 3189name = "gix-ref" 3190version = "0.57.0" 3191source = "registry+https://github.com/rust-lang/crates.io-index" 3192checksum = "ccb33aa97006e37e9e83fde233569a66b02ed16fd4b0406cdf35834b06cf8a63" 3193dependencies = [ 3194 "gix-actor", 3195 "gix-features", 3196 "gix-fs", 3197 "gix-hash", 3198 "gix-lock", 3199 "gix-object", 3200 "gix-path", 3201 "gix-tempfile", 3202 "gix-utils", 3203 "gix-validate", 3204 "memmap2", 3205 "thiserror 2.0.18", 3206 "winnow", 3207] 3208 3209[[package]] 3210name = "gix-refspec" 3211version = "0.35.0" 3212source = "registry+https://github.com/rust-lang/crates.io-index" 3213checksum = "dcbba6ae5389f4021f73a2d62a4195aace7db1e8bb684b25521d3d685f57da02" 3214dependencies = [ 3215 "bstr", 3216 "gix-glob", 3217 "gix-hash", 3218 "gix-revision", 3219 "gix-validate", 3220 "smallvec", 3221 "thiserror 2.0.18", 3222] 3223 3224[[package]] 3225name = "gix-revision" 3226version = "0.39.0" 3227source = "registry+https://github.com/rust-lang/crates.io-index" 3228checksum = "91898c83b18c635696f7355d171cfa74a52f38022ff89581f567768935ebc4c8" 3229dependencies = [ 3230 "bitflags 2.11.0", 3231 "bstr", 3232 "gix-commitgraph", 3233 "gix-date", 3234 "gix-hash", 3235 "gix-hashtable", 3236 "gix-object", 3237 "gix-revwalk", 3238 "gix-trace", 3239 "thiserror 2.0.18", 3240] 3241 3242[[package]] 3243name = "gix-revwalk" 3244version = "0.25.0" 3245source = "registry+https://github.com/rust-lang/crates.io-index" 3246checksum = "0d063699278485016863d0d2bb0db7609fd2e8ba9a89379717bf06fd96949eb2" 3247dependencies = [ 3248 "gix-commitgraph", 3249 "gix-date", 3250 "gix-hash", 3251 "gix-hashtable", 3252 "gix-object", 3253 "smallvec", 3254 "thiserror 2.0.18", 3255] 3256 3257[[package]] 3258name = "gix-sec" 3259version = "0.12.2" 3260source = "registry+https://github.com/rust-lang/crates.io-index" 3261checksum = "ea9962ed6d9114f7f100efe038752f41283c225bb507a2888903ac593dffa6be" 3262dependencies = [ 3263 "bitflags 2.11.0", 3264 "gix-path", 3265 "libc", 3266 "windows-sys 0.61.2", 3267] 3268 3269[[package]] 3270name = "gix-shallow" 3271version = "0.7.0" 3272source = "registry+https://github.com/rust-lang/crates.io-index" 3273checksum = "9c1c467fb9f7ec1d33613c2ea5482de514bcb84b8222a793cdc4c71955832356" 3274dependencies = [ 3275 "bstr", 3276 "gix-hash", 3277 "gix-lock", 3278 "thiserror 2.0.18", 3279] 3280 3281[[package]] 3282name = "gix-status" 3283version = "0.24.0" 3284source = "registry+https://github.com/rust-lang/crates.io-index" 3285checksum = "ed0d94c685a831c679ca5454c22f350e8c233f50dcf377ca00d858bcba9696d2" 3286dependencies = [ 3287 "bstr", 3288 "filetime", 3289 "gix-diff", 3290 "gix-dir", 3291 "gix-features", 3292 "gix-filter", 3293 "gix-fs", 3294 "gix-hash", 3295 "gix-index", 3296 "gix-object", 3297 "gix-path", 3298 "gix-pathspec", 3299 "gix-worktree", 3300 "portable-atomic", 3301 "thiserror 2.0.18", 3302] 3303 3304[[package]] 3305name = "gix-submodule" 3306version = "0.24.0" 3307source = "registry+https://github.com/rust-lang/crates.io-index" 3308checksum = "efee2a61198413d80de10028aa507344537827d776ade781760130721bec2419" 3309dependencies = [ 3310 "bstr", 3311 "gix-config", 3312 "gix-path", 3313 "gix-pathspec", 3314 "gix-refspec", 3315 "gix-url", 3316 "thiserror 2.0.18", 3317] 3318 3319[[package]] 3320name = "gix-tempfile" 3321version = "20.0.1" 3322source = "registry+https://github.com/rust-lang/crates.io-index" 3323checksum = "ad89218e74850f42d364ed3877c7291f0474c8533502df91bb877ecc5cb0dd40" 3324dependencies = [ 3325 "dashmap 6.1.0", 3326 "gix-fs", 3327 "libc", 3328 "parking_lot", 3329 "signal-hook 0.4.4", 3330 "signal-hook-registry", 3331 "tempfile", 3332] 3333 3334[[package]] 3335name = "gix-trace" 3336version = "0.1.18" 3337source = "registry+https://github.com/rust-lang/crates.io-index" 3338checksum = "f69a13643b8437d4ca6845e08143e847a36ca82903eed13303475d0ae8b162e0" 3339 3340[[package]] 3341name = "gix-transport" 3342version = "0.52.1" 3343source = "registry+https://github.com/rust-lang/crates.io-index" 3344checksum = "a4d4ed02a2ebe771a26111896ecda0b98b58ed35e1d9c0ccf07251c1abb4918d" 3345dependencies = [ 3346 "bstr", 3347 "gix-command", 3348 "gix-features", 3349 "gix-packetline", 3350 "gix-quote", 3351 "gix-sec", 3352 "gix-url", 3353 "thiserror 2.0.18", 3354] 3355 3356[[package]] 3357name = "gix-traverse" 3358version = "0.51.1" 3359source = "registry+https://github.com/rust-lang/crates.io-index" 3360checksum = "d052b83d1d1744be95ac6448ac02f95f370a8f6720e466be9ce57146e39f5280" 3361dependencies = [ 3362 "bitflags 2.11.0", 3363 "gix-commitgraph", 3364 "gix-date", 3365 "gix-hash", 3366 "gix-hashtable", 3367 "gix-object", 3368 "gix-revwalk", 3369 "smallvec", 3370 "thiserror 2.0.18", 3371] 3372 3373[[package]] 3374name = "gix-url" 3375version = "0.34.0" 3376source = "registry+https://github.com/rust-lang/crates.io-index" 3377checksum = "cff1996dfb9430b3699d89224c674169c1ae355eacc52bf30a03c0b8bffe73d9" 3378dependencies = [ 3379 "bstr", 3380 "gix-features", 3381 "gix-path", 3382 "percent-encoding", 3383 "thiserror 2.0.18", 3384] 3385 3386[[package]] 3387name = "gix-utils" 3388version = "0.3.1" 3389source = "registry+https://github.com/rust-lang/crates.io-index" 3390checksum = "befcdbdfb1238d2854591f760a48711bed85e72d80a10e8f2f93f656746ef7c5" 3391dependencies = [ 3392 "bstr", 3393 "fastrand", 3394 "unicode-normalization", 3395] 3396 3397[[package]] 3398name = "gix-validate" 3399version = "0.10.1" 3400source = "registry+https://github.com/rust-lang/crates.io-index" 3401checksum = "5b1e63a5b516e970a594f870ed4571a8fdcb8a344e7bd407a20db8bd61dbfde4" 3402dependencies = [ 3403 "bstr", 3404 "thiserror 2.0.18", 3405] 3406 3407[[package]] 3408name = "gix-worktree" 3409version = "0.46.0" 3410source = "registry+https://github.com/rust-lang/crates.io-index" 3411checksum = "1cfb7ce8cdbfe06117d335d1ad329351468d20331e0aafd108ceb647c1326aca" 3412dependencies = [ 3413 "bstr", 3414 "gix-attributes", 3415 "gix-features", 3416 "gix-fs", 3417 "gix-glob", 3418 "gix-hash", 3419 "gix-ignore", 3420 "gix-index", 3421 "gix-object", 3422 "gix-path", 3423 "gix-validate", 3424] 3425 3426[[package]] 3427name = "gl_generator" 3428version = "0.14.0" 3429source = "registry+https://github.com/rust-lang/crates.io-index" 3430checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 3431dependencies = [ 3432 "khronos_api", 3433 "log", 3434 "xml-rs", 3435] 3436 3437[[package]] 3438name = "glob" 3439version = "0.3.3" 3440source = "registry+https://github.com/rust-lang/crates.io-index" 3441checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 3442 3443[[package]] 3444name = "gloo-timers" 3445version = "0.3.0" 3446source = "registry+https://github.com/rust-lang/crates.io-index" 3447checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 3448dependencies = [ 3449 "futures-channel", 3450 "futures-core", 3451 "js-sys", 3452 "wasm-bindgen", 3453] 3454 3455[[package]] 3456name = "glow" 3457version = "0.17.0" 3458source = "registry+https://github.com/rust-lang/crates.io-index" 3459checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5" 3460dependencies = [ 3461 "js-sys", 3462 "slotmap", 3463 "wasm-bindgen", 3464 "web-sys", 3465] 3466 3467[[package]] 3468name = "glutin" 3469version = "0.32.3" 3470source = "registry+https://github.com/rust-lang/crates.io-index" 3471checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325" 3472dependencies = [ 3473 "bitflags 2.11.0", 3474 "cfg_aliases", 3475 "cgl", 3476 "dispatch2", 3477 "glutin_egl_sys", 3478 "glutin_glx_sys", 3479 "glutin_wgl_sys", 3480 "libloading", 3481 "objc2 0.6.4", 3482 "objc2-app-kit 0.3.2", 3483 "objc2-core-foundation", 3484 "objc2-foundation 0.3.2", 3485 "once_cell", 3486 "raw-window-handle", 3487 "wayland-sys", 3488 "windows-sys 0.52.0", 3489 "x11-dl", 3490] 3491 3492[[package]] 3493name = "glutin-winit" 3494version = "0.5.0" 3495source = "registry+https://github.com/rust-lang/crates.io-index" 3496checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f" 3497dependencies = [ 3498 "cfg_aliases", 3499 "glutin", 3500 "raw-window-handle", 3501 "winit", 3502] 3503 3504[[package]] 3505name = "glutin_egl_sys" 3506version = "0.7.1" 3507source = "registry+https://github.com/rust-lang/crates.io-index" 3508checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2" 3509dependencies = [ 3510 "gl_generator", 3511 "windows-sys 0.52.0", 3512] 3513 3514[[package]] 3515name = "glutin_glx_sys" 3516version = "0.6.1" 3517source = "registry+https://github.com/rust-lang/crates.io-index" 3518checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185" 3519dependencies = [ 3520 "gl_generator", 3521 "x11-dl", 3522] 3523 3524[[package]] 3525name = "glutin_wgl_sys" 3526version = "0.6.1" 3527source = "registry+https://github.com/rust-lang/crates.io-index" 3528checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" 3529dependencies = [ 3530 "gl_generator", 3531] 3532 3533[[package]] 3534name = "gpu-allocator" 3535version = "0.28.0" 3536source = "registry+https://github.com/rust-lang/crates.io-index" 3537checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795" 3538dependencies = [ 3539 "ash", 3540 "hashbrown 0.16.1", 3541 "log", 3542 "presser", 3543 "thiserror 2.0.18", 3544 "windows", 3545] 3546 3547[[package]] 3548name = "gpu-descriptor" 3549version = "0.3.2" 3550source = "registry+https://github.com/rust-lang/crates.io-index" 3551checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" 3552dependencies = [ 3553 "bitflags 2.11.0", 3554 "gpu-descriptor-types", 3555 "hashbrown 0.15.5", 3556] 3557 3558[[package]] 3559name = "gpu-descriptor-types" 3560version = "0.2.0" 3561source = "registry+https://github.com/rust-lang/crates.io-index" 3562checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 3563dependencies = [ 3564 "bitflags 2.11.0", 3565] 3566 3567[[package]] 3568name = "half" 3569version = "2.7.1" 3570source = "registry+https://github.com/rust-lang/crates.io-index" 3571checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 3572dependencies = [ 3573 "cfg-if", 3574 "crunchy", 3575 "num-traits", 3576 "zerocopy", 3577] 3578 3579[[package]] 3580name = "hash32" 3581version = "0.3.1" 3582source = "registry+https://github.com/rust-lang/crates.io-index" 3583checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 3584dependencies = [ 3585 "byteorder", 3586] 3587 3588[[package]] 3589name = "hashbrown" 3590version = "0.12.3" 3591source = "registry+https://github.com/rust-lang/crates.io-index" 3592checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 3593dependencies = [ 3594 "ahash 0.7.8", 3595] 3596 3597[[package]] 3598name = "hashbrown" 3599version = "0.14.5" 3600source = "registry+https://github.com/rust-lang/crates.io-index" 3601checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 3602 3603[[package]] 3604name = "hashbrown" 3605version = "0.15.5" 3606source = "registry+https://github.com/rust-lang/crates.io-index" 3607checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 3608dependencies = [ 3609 "allocator-api2", 3610 "equivalent", 3611 "foldhash 0.1.5", 3612] 3613 3614[[package]] 3615name = "hashbrown" 3616version = "0.16.1" 3617source = "registry+https://github.com/rust-lang/crates.io-index" 3618checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 3619dependencies = [ 3620 "allocator-api2", 3621 "equivalent", 3622 "foldhash 0.2.0", 3623] 3624 3625[[package]] 3626name = "hashlink" 3627version = "0.10.0" 3628source = "registry+https://github.com/rust-lang/crates.io-index" 3629checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 3630dependencies = [ 3631 "hashbrown 0.15.5", 3632] 3633 3634[[package]] 3635name = "heapless" 3636version = "0.8.0" 3637source = "registry+https://github.com/rust-lang/crates.io-index" 3638checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 3639dependencies = [ 3640 "hash32", 3641 "stable_deref_trait", 3642] 3643 3644[[package]] 3645name = "heck" 3646version = "0.4.1" 3647source = "registry+https://github.com/rust-lang/crates.io-index" 3648checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 3649 3650[[package]] 3651name = "heck" 3652version = "0.5.0" 3653source = "registry+https://github.com/rust-lang/crates.io-index" 3654checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 3655 3656[[package]] 3657name = "hermit-abi" 3658version = "0.5.2" 3659source = "registry+https://github.com/rust-lang/crates.io-index" 3660checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 3661 3662[[package]] 3663name = "hex" 3664version = "0.4.3" 3665source = "registry+https://github.com/rust-lang/crates.io-index" 3666checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 3667 3668[[package]] 3669name = "hexane" 3670version = "0.1.7" 3671source = "registry+https://github.com/rust-lang/crates.io-index" 3672checksum = "8ab946df174dbf65fc07610c1f936b3e40b9ca7cfd09c0f827f9509a62e93a39" 3673dependencies = [ 3674 "leb128", 3675 "thiserror 2.0.18", 3676] 3677 3678[[package]] 3679name = "hexf-parse" 3680version = "0.2.1" 3681source = "registry+https://github.com/rust-lang/crates.io-index" 3682checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 3683 3684[[package]] 3685name = "hkdf" 3686version = "0.12.4" 3687source = "registry+https://github.com/rust-lang/crates.io-index" 3688checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 3689dependencies = [ 3690 "hmac", 3691] 3692 3693[[package]] 3694name = "hmac" 3695version = "0.12.1" 3696source = "registry+https://github.com/rust-lang/crates.io-index" 3697checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 3698dependencies = [ 3699 "digest 0.10.7", 3700] 3701 3702[[package]] 3703name = "home" 3704version = "0.5.12" 3705source = "registry+https://github.com/rust-lang/crates.io-index" 3706checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 3707dependencies = [ 3708 "windows-sys 0.61.2", 3709] 3710 3711[[package]] 3712name = "httparse" 3713version = "1.10.1" 3714source = "registry+https://github.com/rust-lang/crates.io-index" 3715checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 3716 3717[[package]] 3718name = "human-panic" 3719version = "2.0.8" 3720source = "registry+https://github.com/rust-lang/crates.io-index" 3721checksum = "e2815d0c49773c6e0a9753960b3d0e50b822e48e08c77bcb4780be8474c9cc3d" 3722dependencies = [ 3723 "anstream", 3724 "anstyle", 3725 "backtrace", 3726 "serde", 3727 "serde_derive", 3728 "sysinfo", 3729 "toml", 3730 "uuid", 3731] 3732 3733[[package]] 3734name = "hybrid-array" 3735version = "0.4.8" 3736source = "registry+https://github.com/rust-lang/crates.io-index" 3737checksum = "8655f91cd07f2b9d0c24137bd650fe69617773435ee5ec83022377777ce65ef1" 3738dependencies = [ 3739 "typenum", 3740] 3741 3742[[package]] 3743name = "iana-time-zone" 3744version = "0.1.65" 3745source = "registry+https://github.com/rust-lang/crates.io-index" 3746checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 3747dependencies = [ 3748 "android_system_properties", 3749 "core-foundation-sys", 3750 "iana-time-zone-haiku", 3751 "js-sys", 3752 "log", 3753 "wasm-bindgen", 3754 "windows-core", 3755] 3756 3757[[package]] 3758name = "iana-time-zone-haiku" 3759version = "0.1.2" 3760source = "registry+https://github.com/rust-lang/crates.io-index" 3761checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 3762dependencies = [ 3763 "cc", 3764] 3765 3766[[package]] 3767name = "icu_collections" 3768version = "2.1.1" 3769source = "registry+https://github.com/rust-lang/crates.io-index" 3770checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 3771dependencies = [ 3772 "displaydoc", 3773 "potential_utf", 3774 "yoke", 3775 "zerofrom", 3776 "zerovec", 3777] 3778 3779[[package]] 3780name = "icu_locale_core" 3781version = "2.1.1" 3782source = "registry+https://github.com/rust-lang/crates.io-index" 3783checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 3784dependencies = [ 3785 "displaydoc", 3786 "litemap", 3787 "tinystr", 3788 "writeable", 3789 "zerovec", 3790] 3791 3792[[package]] 3793name = "icu_normalizer" 3794version = "2.1.1" 3795source = "registry+https://github.com/rust-lang/crates.io-index" 3796checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 3797dependencies = [ 3798 "icu_collections", 3799 "icu_normalizer_data", 3800 "icu_properties", 3801 "icu_provider", 3802 "smallvec", 3803 "zerovec", 3804] 3805 3806[[package]] 3807name = "icu_normalizer_data" 3808version = "2.1.1" 3809source = "registry+https://github.com/rust-lang/crates.io-index" 3810checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 3811 3812[[package]] 3813name = "icu_properties" 3814version = "2.1.2" 3815source = "registry+https://github.com/rust-lang/crates.io-index" 3816checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 3817dependencies = [ 3818 "icu_collections", 3819 "icu_locale_core", 3820 "icu_properties_data", 3821 "icu_provider", 3822 "zerotrie", 3823 "zerovec", 3824] 3825 3826[[package]] 3827name = "icu_properties_data" 3828version = "2.1.2" 3829source = "registry+https://github.com/rust-lang/crates.io-index" 3830checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 3831 3832[[package]] 3833name = "icu_provider" 3834version = "2.1.1" 3835source = "registry+https://github.com/rust-lang/crates.io-index" 3836checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 3837dependencies = [ 3838 "displaydoc", 3839 "icu_locale_core", 3840 "writeable", 3841 "yoke", 3842 "zerofrom", 3843 "zerotrie", 3844 "zerovec", 3845] 3846 3847[[package]] 3848name = "id-arena" 3849version = "2.3.0" 3850source = "registry+https://github.com/rust-lang/crates.io-index" 3851checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 3852 3853[[package]] 3854name = "ident_case" 3855version = "1.0.1" 3856source = "registry+https://github.com/rust-lang/crates.io-index" 3857checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 3858 3859[[package]] 3860name = "idna" 3861version = "1.1.0" 3862source = "registry+https://github.com/rust-lang/crates.io-index" 3863checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 3864dependencies = [ 3865 "idna_adapter", 3866 "smallvec", 3867 "utf8_iter", 3868] 3869 3870[[package]] 3871name = "idna_adapter" 3872version = "1.2.1" 3873source = "registry+https://github.com/rust-lang/crates.io-index" 3874checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 3875dependencies = [ 3876 "icu_normalizer", 3877 "icu_properties", 3878] 3879 3880[[package]] 3881name = "image" 3882version = "0.25.10" 3883source = "registry+https://github.com/rust-lang/crates.io-index" 3884checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" 3885dependencies = [ 3886 "bytemuck", 3887 "byteorder-lite", 3888 "moxcms", 3889 "num-traits", 3890 "png", 3891 "tiff", 3892] 3893 3894[[package]] 3895name = "imara-diff" 3896version = "0.1.8" 3897source = "registry+https://github.com/rust-lang/crates.io-index" 3898checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2" 3899dependencies = [ 3900 "hashbrown 0.15.5", 3901] 3902 3903[[package]] 3904name = "indenter" 3905version = "0.3.4" 3906source = "registry+https://github.com/rust-lang/crates.io-index" 3907checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" 3908 3909[[package]] 3910name = "indexmap" 3911version = "2.13.0" 3912source = "registry+https://github.com/rust-lang/crates.io-index" 3913checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 3914dependencies = [ 3915 "equivalent", 3916 "hashbrown 0.16.1", 3917 "serde", 3918 "serde_core", 3919] 3920 3921[[package]] 3922name = "indoc" 3923version = "2.0.7" 3924source = "registry+https://github.com/rust-lang/crates.io-index" 3925checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 3926dependencies = [ 3927 "rustversion", 3928] 3929 3930[[package]] 3931name = "inherent" 3932version = "1.0.13" 3933source = "registry+https://github.com/rust-lang/crates.io-index" 3934checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7" 3935dependencies = [ 3936 "proc-macro2", 3937 "quote", 3938 "syn 2.0.117", 3939] 3940 3941[[package]] 3942name = "inotify" 3943version = "0.11.1" 3944source = "registry+https://github.com/rust-lang/crates.io-index" 3945checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199" 3946dependencies = [ 3947 "bitflags 2.11.0", 3948 "inotify-sys", 3949 "libc", 3950] 3951 3952[[package]] 3953name = "inotify-sys" 3954version = "0.1.5" 3955source = "registry+https://github.com/rust-lang/crates.io-index" 3956checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 3957dependencies = [ 3958 "libc", 3959] 3960 3961[[package]] 3962name = "instability" 3963version = "0.3.11" 3964source = "registry+https://github.com/rust-lang/crates.io-index" 3965checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d" 3966dependencies = [ 3967 "darling 0.23.0", 3968 "indoc", 3969 "proc-macro2", 3970 "quote", 3971 "syn 2.0.117", 3972] 3973 3974[[package]] 3975name = "is_terminal_polyfill" 3976version = "1.70.2" 3977source = "registry+https://github.com/rust-lang/crates.io-index" 3978checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 3979 3980[[package]] 3981name = "itertools" 3982version = "0.14.0" 3983source = "registry+https://github.com/rust-lang/crates.io-index" 3984checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 3985dependencies = [ 3986 "either", 3987] 3988 3989[[package]] 3990name = "itoa" 3991version = "1.0.17" 3992source = "registry+https://github.com/rust-lang/crates.io-index" 3993checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 3994 3995[[package]] 3996name = "jiff" 3997version = "0.2.23" 3998source = "registry+https://github.com/rust-lang/crates.io-index" 3999checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359" 4000dependencies = [ 4001 "jiff-static", 4002 "jiff-tzdb-platform", 4003 "log", 4004 "portable-atomic", 4005 "portable-atomic-util", 4006 "serde_core", 4007 "windows-sys 0.52.0", 4008] 4009 4010[[package]] 4011name = "jiff-static" 4012version = "0.2.23" 4013source = "registry+https://github.com/rust-lang/crates.io-index" 4014checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4" 4015dependencies = [ 4016 "proc-macro2", 4017 "quote", 4018 "syn 2.0.117", 4019] 4020 4021[[package]] 4022name = "jiff-tzdb" 4023version = "0.1.6" 4024source = "registry+https://github.com/rust-lang/crates.io-index" 4025checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076" 4026 4027[[package]] 4028name = "jiff-tzdb-platform" 4029version = "0.1.3" 4030source = "registry+https://github.com/rust-lang/crates.io-index" 4031checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" 4032dependencies = [ 4033 "jiff-tzdb", 4034] 4035 4036[[package]] 4037name = "jni" 4038version = "0.22.4" 4039source = "registry+https://github.com/rust-lang/crates.io-index" 4040checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" 4041dependencies = [ 4042 "cfg-if", 4043 "combine", 4044 "jni-macros", 4045 "jni-sys 0.4.1", 4046 "log", 4047 "simd_cesu8", 4048 "thiserror 2.0.18", 4049 "walkdir", 4050 "windows-link", 4051] 4052 4053[[package]] 4054name = "jni-macros" 4055version = "0.22.4" 4056source = "registry+https://github.com/rust-lang/crates.io-index" 4057checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" 4058dependencies = [ 4059 "proc-macro2", 4060 "quote", 4061 "rustc_version", 4062 "simd_cesu8", 4063 "syn 2.0.117", 4064] 4065 4066[[package]] 4067name = "jni-sys" 4068version = "0.3.1" 4069source = "registry+https://github.com/rust-lang/crates.io-index" 4070checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" 4071dependencies = [ 4072 "jni-sys 0.4.1", 4073] 4074 4075[[package]] 4076name = "jni-sys" 4077version = "0.4.1" 4078source = "registry+https://github.com/rust-lang/crates.io-index" 4079checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" 4080dependencies = [ 4081 "jni-sys-macros", 4082] 4083 4084[[package]] 4085name = "jni-sys-macros" 4086version = "0.4.1" 4087source = "registry+https://github.com/rust-lang/crates.io-index" 4088checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" 4089dependencies = [ 4090 "quote", 4091 "syn 2.0.117", 4092] 4093 4094[[package]] 4095name = "jobserver" 4096version = "0.1.34" 4097source = "registry+https://github.com/rust-lang/crates.io-index" 4098checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 4099dependencies = [ 4100 "getrandom 0.3.4", 4101 "libc", 4102] 4103 4104[[package]] 4105name = "js-sys" 4106version = "0.3.91" 4107source = "registry+https://github.com/rust-lang/crates.io-index" 4108checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" 4109dependencies = [ 4110 "once_cell", 4111 "wasm-bindgen", 4112] 4113 4114[[package]] 4115name = "kasuari" 4116version = "0.4.11" 4117source = "registry+https://github.com/rust-lang/crates.io-index" 4118checksum = "8fe90c1150662e858c7d5f945089b7517b0a80d8bf7ba4b1b5ffc984e7230a5b" 4119dependencies = [ 4120 "hashbrown 0.16.1", 4121 "portable-atomic", 4122 "thiserror 2.0.18", 4123] 4124 4125[[package]] 4126name = "khronos-egl" 4127version = "6.0.0" 4128source = "registry+https://github.com/rust-lang/crates.io-index" 4129checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 4130dependencies = [ 4131 "libc", 4132 "libloading", 4133 "pkg-config", 4134] 4135 4136[[package]] 4137name = "khronos_api" 4138version = "3.1.0" 4139source = "registry+https://github.com/rust-lang/crates.io-index" 4140checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 4141 4142[[package]] 4143name = "kqueue" 4144version = "1.1.1" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" 4147dependencies = [ 4148 "kqueue-sys", 4149 "libc", 4150] 4151 4152[[package]] 4153name = "kqueue-sys" 4154version = "1.0.4" 4155source = "registry+https://github.com/rust-lang/crates.io-index" 4156checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 4157dependencies = [ 4158 "bitflags 1.3.2", 4159 "libc", 4160] 4161 4162[[package]] 4163name = "kstring" 4164version = "2.0.2" 4165source = "registry+https://github.com/rust-lang/crates.io-index" 4166checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" 4167dependencies = [ 4168 "static_assertions", 4169] 4170 4171[[package]] 4172name = "kurbo" 4173version = "0.13.0" 4174source = "registry+https://github.com/rust-lang/crates.io-index" 4175checksum = "7564e90fe3c0d5771e1f0bc95322b21baaeaa0d9213fa6a0b61c99f8b17b3bfb" 4176dependencies = [ 4177 "arrayvec", 4178 "euclid", 4179 "smallvec", 4180] 4181 4182[[package]] 4183name = "kv-log-macro" 4184version = "1.0.7" 4185source = "registry+https://github.com/rust-lang/crates.io-index" 4186checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 4187dependencies = [ 4188 "log", 4189] 4190 4191[[package]] 4192name = "lab" 4193version = "0.11.0" 4194source = "registry+https://github.com/rust-lang/crates.io-index" 4195checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f" 4196 4197[[package]] 4198name = "lazy_static" 4199version = "1.5.0" 4200source = "registry+https://github.com/rust-lang/crates.io-index" 4201checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 4202dependencies = [ 4203 "spin", 4204] 4205 4206[[package]] 4207name = "leb128" 4208version = "0.2.5" 4209source = "registry+https://github.com/rust-lang/crates.io-index" 4210checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 4211 4212[[package]] 4213name = "leb128fmt" 4214version = "0.1.0" 4215source = "registry+https://github.com/rust-lang/crates.io-index" 4216checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 4217 4218[[package]] 4219name = "lexical-core" 4220version = "1.0.6" 4221source = "registry+https://github.com/rust-lang/crates.io-index" 4222checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594" 4223dependencies = [ 4224 "lexical-parse-float", 4225 "lexical-parse-integer", 4226 "lexical-util", 4227 "lexical-write-float", 4228 "lexical-write-integer", 4229] 4230 4231[[package]] 4232name = "lexical-parse-float" 4233version = "1.0.6" 4234source = "registry+https://github.com/rust-lang/crates.io-index" 4235checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" 4236dependencies = [ 4237 "lexical-parse-integer", 4238 "lexical-util", 4239] 4240 4241[[package]] 4242name = "lexical-parse-integer" 4243version = "1.0.6" 4244source = "registry+https://github.com/rust-lang/crates.io-index" 4245checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" 4246dependencies = [ 4247 "lexical-util", 4248] 4249 4250[[package]] 4251name = "lexical-util" 4252version = "1.0.7" 4253source = "registry+https://github.com/rust-lang/crates.io-index" 4254checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" 4255 4256[[package]] 4257name = "lexical-write-float" 4258version = "1.0.6" 4259source = "registry+https://github.com/rust-lang/crates.io-index" 4260checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361" 4261dependencies = [ 4262 "lexical-util", 4263 "lexical-write-integer", 4264] 4265 4266[[package]] 4267name = "lexical-write-integer" 4268version = "1.0.6" 4269source = "registry+https://github.com/rust-lang/crates.io-index" 4270checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df" 4271dependencies = [ 4272 "lexical-util", 4273] 4274 4275[[package]] 4276name = "libc" 4277version = "0.2.184" 4278source = "registry+https://github.com/rust-lang/crates.io-index" 4279checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" 4280 4281[[package]] 4282name = "libloading" 4283version = "0.8.9" 4284source = "registry+https://github.com/rust-lang/crates.io-index" 4285checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 4286dependencies = [ 4287 "cfg-if", 4288 "windows-link", 4289] 4290 4291[[package]] 4292name = "libm" 4293version = "0.2.16" 4294source = "registry+https://github.com/rust-lang/crates.io-index" 4295checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 4296 4297[[package]] 4298name = "libredox" 4299version = "0.1.14" 4300source = "registry+https://github.com/rust-lang/crates.io-index" 4301checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" 4302dependencies = [ 4303 "bitflags 2.11.0", 4304 "libc", 4305 "plain", 4306 "redox_syscall 0.7.3", 4307] 4308 4309[[package]] 4310name = "libsqlite3-sys" 4311version = "0.30.1" 4312source = "registry+https://github.com/rust-lang/crates.io-index" 4313checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 4314dependencies = [ 4315 "cc", 4316 "pkg-config", 4317 "vcpkg", 4318] 4319 4320[[package]] 4321name = "line-clipping" 4322version = "0.3.5" 4323source = "registry+https://github.com/rust-lang/crates.io-index" 4324checksum = "5f4de44e98ddbf09375cbf4d17714d18f39195f4f4894e8524501726fd9a8a4a" 4325dependencies = [ 4326 "bitflags 2.11.0", 4327] 4328 4329[[package]] 4330name = "linebender_resource_handle" 4331version = "0.1.1" 4332source = "registry+https://github.com/rust-lang/crates.io-index" 4333checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4" 4334 4335[[package]] 4336name = "linux-raw-sys" 4337version = "0.4.15" 4338source = "registry+https://github.com/rust-lang/crates.io-index" 4339checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 4340 4341[[package]] 4342name = "linux-raw-sys" 4343version = "0.12.1" 4344source = "registry+https://github.com/rust-lang/crates.io-index" 4345checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 4346 4347[[package]] 4348name = "litemap" 4349version = "0.8.1" 4350source = "registry+https://github.com/rust-lang/crates.io-index" 4351checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 4352 4353[[package]] 4354name = "litrs" 4355version = "1.0.0" 4356source = "registry+https://github.com/rust-lang/crates.io-index" 4357checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 4358 4359[[package]] 4360name = "lock_api" 4361version = "0.4.14" 4362source = "registry+https://github.com/rust-lang/crates.io-index" 4363checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 4364dependencies = [ 4365 "scopeguard", 4366] 4367 4368[[package]] 4369name = "log" 4370version = "0.4.29" 4371source = "registry+https://github.com/rust-lang/crates.io-index" 4372checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 4373dependencies = [ 4374 "value-bag", 4375] 4376 4377[[package]] 4378name = "lru" 4379version = "0.16.3" 4380source = "registry+https://github.com/rust-lang/crates.io-index" 4381checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" 4382dependencies = [ 4383 "hashbrown 0.16.1", 4384] 4385 4386[[package]] 4387name = "lsp-types" 4388version = "0.94.1" 4389source = "registry+https://github.com/rust-lang/crates.io-index" 4390checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1" 4391dependencies = [ 4392 "bitflags 1.3.2", 4393 "serde", 4394 "serde_json", 4395 "serde_repr", 4396 "url", 4397] 4398 4399[[package]] 4400name = "mac_address" 4401version = "1.1.8" 4402source = "registry+https://github.com/rust-lang/crates.io-index" 4403checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" 4404dependencies = [ 4405 "nix", 4406 "serde", 4407 "winapi", 4408] 4409 4410[[package]] 4411name = "matchers" 4412version = "0.2.0" 4413source = "registry+https://github.com/rust-lang/crates.io-index" 4414checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 4415dependencies = [ 4416 "regex-automata", 4417] 4418 4419[[package]] 4420name = "maybe-async" 4421version = "0.2.10" 4422source = "registry+https://github.com/rust-lang/crates.io-index" 4423checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" 4424dependencies = [ 4425 "proc-macro2", 4426 "quote", 4427 "syn 2.0.117", 4428] 4429 4430[[package]] 4431name = "md-5" 4432version = "0.10.6" 4433source = "registry+https://github.com/rust-lang/crates.io-index" 4434checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 4435dependencies = [ 4436 "cfg-if", 4437 "digest 0.10.7", 4438] 4439 4440[[package]] 4441name = "memchr" 4442version = "2.8.0" 4443source = "registry+https://github.com/rust-lang/crates.io-index" 4444checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 4445 4446[[package]] 4447name = "memmap2" 4448version = "0.9.10" 4449source = "registry+https://github.com/rust-lang/crates.io-index" 4450checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" 4451dependencies = [ 4452 "libc", 4453] 4454 4455[[package]] 4456name = "memmem" 4457version = "0.1.1" 4458source = "registry+https://github.com/rust-lang/crates.io-index" 4459checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" 4460 4461[[package]] 4462name = "memoffset" 4463version = "0.9.1" 4464source = "registry+https://github.com/rust-lang/crates.io-index" 4465checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 4466dependencies = [ 4467 "autocfg", 4468] 4469 4470[[package]] 4471name = "migration" 4472version = "0.1.0" 4473dependencies = [ 4474 "async-std", 4475 "nanoid", 4476 "rand 0.10.0", 4477 "rgb", 4478 "sea-orm", 4479 "sea-orm-migration", 4480 "serde", 4481] 4482 4483[[package]] 4484name = "minimal-lexical" 4485version = "0.2.1" 4486source = "registry+https://github.com/rust-lang/crates.io-index" 4487checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 4488 4489[[package]] 4490name = "miniz_oxide" 4491version = "0.8.9" 4492source = "registry+https://github.com/rust-lang/crates.io-index" 4493checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 4494dependencies = [ 4495 "adler2", 4496 "simd-adler32", 4497] 4498 4499[[package]] 4500name = "mio" 4501version = "1.2.0" 4502source = "registry+https://github.com/rust-lang/crates.io-index" 4503checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 4504dependencies = [ 4505 "libc", 4506 "log", 4507 "wasi", 4508 "windows-sys 0.61.2", 4509] 4510 4511[[package]] 4512name = "moxcms" 4513version = "0.8.1" 4514source = "registry+https://github.com/rust-lang/crates.io-index" 4515checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" 4516dependencies = [ 4517 "num-traits", 4518 "pxfm", 4519] 4520 4521[[package]] 4522name = "naga" 4523version = "29.0.1" 4524source = "registry+https://github.com/rust-lang/crates.io-index" 4525checksum = "aa2630921705b9b01dcdd0b6864b9562ca3c1951eecd0f0c4f5f04f61e412647" 4526dependencies = [ 4527 "arrayvec", 4528 "bit-set 0.9.1", 4529 "bitflags 2.11.0", 4530 "cfg-if", 4531 "cfg_aliases", 4532 "codespan-reporting", 4533 "half", 4534 "hashbrown 0.16.1", 4535 "hexf-parse", 4536 "indexmap", 4537 "libm", 4538 "log", 4539 "num-traits", 4540 "once_cell", 4541 "rustc-hash 1.1.0", 4542 "spirv", 4543 "thiserror 2.0.18", 4544 "unicode-ident", 4545] 4546 4547[[package]] 4548name = "nanoid" 4549version = "0.4.0" 4550source = "registry+https://github.com/rust-lang/crates.io-index" 4551checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" 4552dependencies = [ 4553 "rand 0.8.5", 4554] 4555 4556[[package]] 4557name = "ndk" 4558version = "0.9.0" 4559source = "registry+https://github.com/rust-lang/crates.io-index" 4560checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 4561dependencies = [ 4562 "bitflags 2.11.0", 4563 "jni-sys 0.3.1", 4564 "log", 4565 "ndk-sys", 4566 "num_enum", 4567 "raw-window-handle", 4568 "thiserror 1.0.69", 4569] 4570 4571[[package]] 4572name = "ndk-context" 4573version = "0.1.1" 4574source = "registry+https://github.com/rust-lang/crates.io-index" 4575checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 4576 4577[[package]] 4578name = "ndk-sys" 4579version = "0.6.0+11769913" 4580source = "registry+https://github.com/rust-lang/crates.io-index" 4581checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 4582dependencies = [ 4583 "jni-sys 0.3.1", 4584] 4585 4586[[package]] 4587name = "nix" 4588version = "0.29.0" 4589source = "registry+https://github.com/rust-lang/crates.io-index" 4590checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 4591dependencies = [ 4592 "bitflags 2.11.0", 4593 "cfg-if", 4594 "cfg_aliases", 4595 "libc", 4596 "memoffset", 4597] 4598 4599[[package]] 4600name = "nohash-hasher" 4601version = "0.2.0" 4602source = "registry+https://github.com/rust-lang/crates.io-index" 4603checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 4604 4605[[package]] 4606name = "nom" 4607version = "7.1.3" 4608source = "registry+https://github.com/rust-lang/crates.io-index" 4609checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 4610dependencies = [ 4611 "memchr", 4612 "minimal-lexical", 4613] 4614 4615[[package]] 4616name = "notify" 4617version = "8.2.0" 4618source = "registry+https://github.com/rust-lang/crates.io-index" 4619checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" 4620dependencies = [ 4621 "bitflags 2.11.0", 4622 "fsevent-sys", 4623 "inotify", 4624 "kqueue", 4625 "libc", 4626 "log", 4627 "mio", 4628 "notify-types", 4629 "walkdir", 4630 "windows-sys 0.60.2", 4631] 4632 4633[[package]] 4634name = "notify-types" 4635version = "2.1.0" 4636source = "registry+https://github.com/rust-lang/crates.io-index" 4637checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" 4638dependencies = [ 4639 "bitflags 2.11.0", 4640] 4641 4642[[package]] 4643name = "ntapi" 4644version = "0.4.3" 4645source = "registry+https://github.com/rust-lang/crates.io-index" 4646checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" 4647dependencies = [ 4648 "winapi", 4649] 4650 4651[[package]] 4652name = "nu-ansi-term" 4653version = "0.50.3" 4654source = "registry+https://github.com/rust-lang/crates.io-index" 4655checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 4656dependencies = [ 4657 "windows-sys 0.59.0", 4658] 4659 4660[[package]] 4661name = "nucleo-matcher" 4662version = "0.3.1" 4663source = "registry+https://github.com/rust-lang/crates.io-index" 4664checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85" 4665dependencies = [ 4666 "memchr", 4667 "unicode-segmentation", 4668] 4669 4670[[package]] 4671name = "num-bigint" 4672version = "0.4.6" 4673source = "registry+https://github.com/rust-lang/crates.io-index" 4674checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 4675dependencies = [ 4676 "num-integer", 4677 "num-traits", 4678] 4679 4680[[package]] 4681name = "num-bigint-dig" 4682version = "0.8.6" 4683source = "registry+https://github.com/rust-lang/crates.io-index" 4684checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 4685dependencies = [ 4686 "lazy_static", 4687 "libm", 4688 "num-integer", 4689 "num-iter", 4690 "num-traits", 4691 "rand 0.8.5", 4692 "smallvec", 4693 "zeroize", 4694] 4695 4696[[package]] 4697name = "num-complex" 4698version = "0.4.6" 4699source = "registry+https://github.com/rust-lang/crates.io-index" 4700checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 4701dependencies = [ 4702 "num-traits", 4703] 4704 4705[[package]] 4706name = "num-conv" 4707version = "0.2.0" 4708source = "registry+https://github.com/rust-lang/crates.io-index" 4709checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 4710 4711[[package]] 4712name = "num-derive" 4713version = "0.4.2" 4714source = "registry+https://github.com/rust-lang/crates.io-index" 4715checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 4716dependencies = [ 4717 "proc-macro2", 4718 "quote", 4719 "syn 2.0.117", 4720] 4721 4722[[package]] 4723name = "num-integer" 4724version = "0.1.46" 4725source = "registry+https://github.com/rust-lang/crates.io-index" 4726checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 4727dependencies = [ 4728 "num-traits", 4729] 4730 4731[[package]] 4732name = "num-iter" 4733version = "0.1.45" 4734source = "registry+https://github.com/rust-lang/crates.io-index" 4735checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 4736dependencies = [ 4737 "autocfg", 4738 "num-integer", 4739 "num-traits", 4740] 4741 4742[[package]] 4743name = "num-traits" 4744version = "0.2.19" 4745source = "registry+https://github.com/rust-lang/crates.io-index" 4746checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 4747dependencies = [ 4748 "autocfg", 4749 "libm", 4750] 4751 4752[[package]] 4753name = "num_enum" 4754version = "0.7.6" 4755source = "registry+https://github.com/rust-lang/crates.io-index" 4756checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" 4757dependencies = [ 4758 "num_enum_derive", 4759 "rustversion", 4760] 4761 4762[[package]] 4763name = "num_enum_derive" 4764version = "0.7.6" 4765source = "registry+https://github.com/rust-lang/crates.io-index" 4766checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" 4767dependencies = [ 4768 "proc-macro-crate", 4769 "proc-macro2", 4770 "quote", 4771 "syn 2.0.117", 4772] 4773 4774[[package]] 4775name = "num_threads" 4776version = "0.1.7" 4777source = "registry+https://github.com/rust-lang/crates.io-index" 4778checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 4779dependencies = [ 4780 "libc", 4781] 4782 4783[[package]] 4784name = "objc-sys" 4785version = "0.3.5" 4786source = "registry+https://github.com/rust-lang/crates.io-index" 4787checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 4788 4789[[package]] 4790name = "objc2" 4791version = "0.5.2" 4792source = "registry+https://github.com/rust-lang/crates.io-index" 4793checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 4794dependencies = [ 4795 "objc-sys", 4796 "objc2-encode", 4797] 4798 4799[[package]] 4800name = "objc2" 4801version = "0.6.4" 4802source = "registry+https://github.com/rust-lang/crates.io-index" 4803checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" 4804dependencies = [ 4805 "objc2-encode", 4806] 4807 4808[[package]] 4809name = "objc2-app-kit" 4810version = "0.2.2" 4811source = "registry+https://github.com/rust-lang/crates.io-index" 4812checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 4813dependencies = [ 4814 "bitflags 2.11.0", 4815 "block2 0.5.1", 4816 "libc", 4817 "objc2 0.5.2", 4818 "objc2-core-data", 4819 "objc2-core-image", 4820 "objc2-foundation 0.2.2", 4821 "objc2-quartz-core 0.2.2", 4822] 4823 4824[[package]] 4825name = "objc2-app-kit" 4826version = "0.3.2" 4827source = "registry+https://github.com/rust-lang/crates.io-index" 4828checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 4829dependencies = [ 4830 "bitflags 2.11.0", 4831 "objc2 0.6.4", 4832 "objc2-core-foundation", 4833 "objc2-core-graphics", 4834 "objc2-foundation 0.3.2", 4835] 4836 4837[[package]] 4838name = "objc2-cloud-kit" 4839version = "0.2.2" 4840source = "registry+https://github.com/rust-lang/crates.io-index" 4841checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 4842dependencies = [ 4843 "bitflags 2.11.0", 4844 "block2 0.5.1", 4845 "objc2 0.5.2", 4846 "objc2-core-location", 4847 "objc2-foundation 0.2.2", 4848] 4849 4850[[package]] 4851name = "objc2-contacts" 4852version = "0.2.2" 4853source = "registry+https://github.com/rust-lang/crates.io-index" 4854checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 4855dependencies = [ 4856 "block2 0.5.1", 4857 "objc2 0.5.2", 4858 "objc2-foundation 0.2.2", 4859] 4860 4861[[package]] 4862name = "objc2-core-data" 4863version = "0.2.2" 4864source = "registry+https://github.com/rust-lang/crates.io-index" 4865checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 4866dependencies = [ 4867 "bitflags 2.11.0", 4868 "block2 0.5.1", 4869 "objc2 0.5.2", 4870 "objc2-foundation 0.2.2", 4871] 4872 4873[[package]] 4874name = "objc2-core-foundation" 4875version = "0.3.2" 4876source = "registry+https://github.com/rust-lang/crates.io-index" 4877checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 4878dependencies = [ 4879 "bitflags 2.11.0", 4880 "dispatch2", 4881 "objc2 0.6.4", 4882] 4883 4884[[package]] 4885name = "objc2-core-graphics" 4886version = "0.3.2" 4887source = "registry+https://github.com/rust-lang/crates.io-index" 4888checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" 4889dependencies = [ 4890 "bitflags 2.11.0", 4891 "dispatch2", 4892 "objc2 0.6.4", 4893 "objc2-core-foundation", 4894 "objc2-io-surface", 4895] 4896 4897[[package]] 4898name = "objc2-core-image" 4899version = "0.2.2" 4900source = "registry+https://github.com/rust-lang/crates.io-index" 4901checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 4902dependencies = [ 4903 "block2 0.5.1", 4904 "objc2 0.5.2", 4905 "objc2-foundation 0.2.2", 4906 "objc2-metal 0.2.2", 4907] 4908 4909[[package]] 4910name = "objc2-core-location" 4911version = "0.2.2" 4912source = "registry+https://github.com/rust-lang/crates.io-index" 4913checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 4914dependencies = [ 4915 "block2 0.5.1", 4916 "objc2 0.5.2", 4917 "objc2-contacts", 4918 "objc2-foundation 0.2.2", 4919] 4920 4921[[package]] 4922name = "objc2-encode" 4923version = "4.1.0" 4924source = "registry+https://github.com/rust-lang/crates.io-index" 4925checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 4926 4927[[package]] 4928name = "objc2-foundation" 4929version = "0.2.2" 4930source = "registry+https://github.com/rust-lang/crates.io-index" 4931checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 4932dependencies = [ 4933 "bitflags 2.11.0", 4934 "block2 0.5.1", 4935 "dispatch", 4936 "libc", 4937 "objc2 0.5.2", 4938] 4939 4940[[package]] 4941name = "objc2-foundation" 4942version = "0.3.2" 4943source = "registry+https://github.com/rust-lang/crates.io-index" 4944checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 4945dependencies = [ 4946 "bitflags 2.11.0", 4947 "block2 0.6.2", 4948 "objc2 0.6.4", 4949 "objc2-core-foundation", 4950] 4951 4952[[package]] 4953name = "objc2-io-kit" 4954version = "0.3.2" 4955source = "registry+https://github.com/rust-lang/crates.io-index" 4956checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" 4957dependencies = [ 4958 "libc", 4959 "objc2-core-foundation", 4960] 4961 4962[[package]] 4963name = "objc2-io-surface" 4964version = "0.3.2" 4965source = "registry+https://github.com/rust-lang/crates.io-index" 4966checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" 4967dependencies = [ 4968 "bitflags 2.11.0", 4969 "objc2 0.6.4", 4970 "objc2-core-foundation", 4971] 4972 4973[[package]] 4974name = "objc2-link-presentation" 4975version = "0.2.2" 4976source = "registry+https://github.com/rust-lang/crates.io-index" 4977checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 4978dependencies = [ 4979 "block2 0.5.1", 4980 "objc2 0.5.2", 4981 "objc2-app-kit 0.2.2", 4982 "objc2-foundation 0.2.2", 4983] 4984 4985[[package]] 4986name = "objc2-metal" 4987version = "0.2.2" 4988source = "registry+https://github.com/rust-lang/crates.io-index" 4989checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 4990dependencies = [ 4991 "bitflags 2.11.0", 4992 "block2 0.5.1", 4993 "objc2 0.5.2", 4994 "objc2-foundation 0.2.2", 4995] 4996 4997[[package]] 4998name = "objc2-metal" 4999version = "0.3.2" 5000source = "registry+https://github.com/rust-lang/crates.io-index" 5001checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794" 5002dependencies = [ 5003 "bitflags 2.11.0", 5004 "block2 0.6.2", 5005 "objc2 0.6.4", 5006 "objc2-foundation 0.3.2", 5007] 5008 5009[[package]] 5010name = "objc2-quartz-core" 5011version = "0.2.2" 5012source = "registry+https://github.com/rust-lang/crates.io-index" 5013checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 5014dependencies = [ 5015 "bitflags 2.11.0", 5016 "block2 0.5.1", 5017 "objc2 0.5.2", 5018 "objc2-foundation 0.2.2", 5019 "objc2-metal 0.2.2", 5020] 5021 5022[[package]] 5023name = "objc2-quartz-core" 5024version = "0.3.2" 5025source = "registry+https://github.com/rust-lang/crates.io-index" 5026checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" 5027dependencies = [ 5028 "bitflags 2.11.0", 5029 "objc2 0.6.4", 5030 "objc2-core-foundation", 5031 "objc2-foundation 0.3.2", 5032 "objc2-metal 0.3.2", 5033] 5034 5035[[package]] 5036name = "objc2-symbols" 5037version = "0.2.2" 5038source = "registry+https://github.com/rust-lang/crates.io-index" 5039checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 5040dependencies = [ 5041 "objc2 0.5.2", 5042 "objc2-foundation 0.2.2", 5043] 5044 5045[[package]] 5046name = "objc2-ui-kit" 5047version = "0.2.2" 5048source = "registry+https://github.com/rust-lang/crates.io-index" 5049checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 5050dependencies = [ 5051 "bitflags 2.11.0", 5052 "block2 0.5.1", 5053 "objc2 0.5.2", 5054 "objc2-cloud-kit", 5055 "objc2-core-data", 5056 "objc2-core-image", 5057 "objc2-core-location", 5058 "objc2-foundation 0.2.2", 5059 "objc2-link-presentation", 5060 "objc2-quartz-core 0.2.2", 5061 "objc2-symbols", 5062 "objc2-uniform-type-identifiers", 5063 "objc2-user-notifications", 5064] 5065 5066[[package]] 5067name = "objc2-ui-kit" 5068version = "0.3.2" 5069source = "registry+https://github.com/rust-lang/crates.io-index" 5070checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" 5071dependencies = [ 5072 "bitflags 2.11.0", 5073 "objc2 0.6.4", 5074 "objc2-core-foundation", 5075 "objc2-foundation 0.3.2", 5076] 5077 5078[[package]] 5079name = "objc2-uniform-type-identifiers" 5080version = "0.2.2" 5081source = "registry+https://github.com/rust-lang/crates.io-index" 5082checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 5083dependencies = [ 5084 "block2 0.5.1", 5085 "objc2 0.5.2", 5086 "objc2-foundation 0.2.2", 5087] 5088 5089[[package]] 5090name = "objc2-user-notifications" 5091version = "0.2.2" 5092source = "registry+https://github.com/rust-lang/crates.io-index" 5093checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 5094dependencies = [ 5095 "bitflags 2.11.0", 5096 "block2 0.5.1", 5097 "objc2 0.5.2", 5098 "objc2-core-location", 5099 "objc2-foundation 0.2.2", 5100] 5101 5102[[package]] 5103name = "object" 5104version = "0.37.3" 5105source = "registry+https://github.com/rust-lang/crates.io-index" 5106checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 5107dependencies = [ 5108 "memchr", 5109] 5110 5111[[package]] 5112name = "once_cell" 5113version = "1.21.3" 5114source = "registry+https://github.com/rust-lang/crates.io-index" 5115checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 5116 5117[[package]] 5118name = "once_cell_polyfill" 5119version = "1.70.2" 5120source = "registry+https://github.com/rust-lang/crates.io-index" 5121checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 5122 5123[[package]] 5124name = "option-ext" 5125version = "0.2.0" 5126source = "registry+https://github.com/rust-lang/crates.io-index" 5127checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 5128 5129[[package]] 5130name = "orbclient" 5131version = "0.3.51" 5132source = "registry+https://github.com/rust-lang/crates.io-index" 5133checksum = "59aed3b33578edcfa1bc96a321d590d31832b6ad55a26f0313362ce687e9abd6" 5134dependencies = [ 5135 "libc", 5136 "libredox", 5137] 5138 5139[[package]] 5140name = "ordered-float" 5141version = "4.6.0" 5142source = "registry+https://github.com/rust-lang/crates.io-index" 5143checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" 5144dependencies = [ 5145 "num-traits", 5146] 5147 5148[[package]] 5149name = "ordered-stream" 5150version = "0.2.0" 5151source = "registry+https://github.com/rust-lang/crates.io-index" 5152checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 5153dependencies = [ 5154 "futures-core", 5155 "pin-project-lite", 5156] 5157 5158[[package]] 5159name = "ouroboros" 5160version = "0.18.5" 5161source = "registry+https://github.com/rust-lang/crates.io-index" 5162checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 5163dependencies = [ 5164 "aliasable", 5165 "ouroboros_macro", 5166 "static_assertions", 5167] 5168 5169[[package]] 5170name = "ouroboros_macro" 5171version = "0.18.5" 5172source = "registry+https://github.com/rust-lang/crates.io-index" 5173checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 5174dependencies = [ 5175 "heck 0.4.1", 5176 "proc-macro2", 5177 "proc-macro2-diagnostics", 5178 "quote", 5179 "syn 2.0.117", 5180] 5181 5182[[package]] 5183name = "owned_ttf_parser" 5184version = "0.25.1" 5185source = "registry+https://github.com/rust-lang/crates.io-index" 5186checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" 5187dependencies = [ 5188 "ttf-parser", 5189] 5190 5191[[package]] 5192name = "owo-colors" 5193version = "4.3.0" 5194source = "registry+https://github.com/rust-lang/crates.io-index" 5195checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" 5196 5197[[package]] 5198name = "parking" 5199version = "2.2.1" 5200source = "registry+https://github.com/rust-lang/crates.io-index" 5201checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 5202 5203[[package]] 5204name = "parking_lot" 5205version = "0.12.5" 5206source = "registry+https://github.com/rust-lang/crates.io-index" 5207checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 5208dependencies = [ 5209 "lock_api", 5210 "parking_lot_core", 5211] 5212 5213[[package]] 5214name = "parking_lot_core" 5215version = "0.9.12" 5216source = "registry+https://github.com/rust-lang/crates.io-index" 5217checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 5218dependencies = [ 5219 "cfg-if", 5220 "libc", 5221 "redox_syscall 0.5.18", 5222 "smallvec", 5223 "windows-link", 5224] 5225 5226[[package]] 5227name = "pem-rfc7468" 5228version = "0.7.0" 5229source = "registry+https://github.com/rust-lang/crates.io-index" 5230checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 5231dependencies = [ 5232 "base64ct", 5233] 5234 5235[[package]] 5236name = "peniko" 5237version = "0.6.0" 5238source = "registry+https://github.com/rust-lang/crates.io-index" 5239checksum = "9a2b6aadb221872732e87d465213e9be5af2849b0e8cc5300a8ba98fffa2e00a" 5240dependencies = [ 5241 "bytemuck", 5242 "color", 5243 "kurbo", 5244 "linebender_resource_handle", 5245 "smallvec", 5246] 5247 5248[[package]] 5249name = "percent-encoding" 5250version = "2.3.2" 5251source = "registry+https://github.com/rust-lang/crates.io-index" 5252checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 5253 5254[[package]] 5255name = "pest" 5256version = "2.8.6" 5257source = "registry+https://github.com/rust-lang/crates.io-index" 5258checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" 5259dependencies = [ 5260 "memchr", 5261 "ucd-trie", 5262] 5263 5264[[package]] 5265name = "pest_derive" 5266version = "2.8.6" 5267source = "registry+https://github.com/rust-lang/crates.io-index" 5268checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" 5269dependencies = [ 5270 "pest", 5271 "pest_generator", 5272] 5273 5274[[package]] 5275name = "pest_generator" 5276version = "2.8.6" 5277source = "registry+https://github.com/rust-lang/crates.io-index" 5278checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" 5279dependencies = [ 5280 "pest", 5281 "pest_meta", 5282 "proc-macro2", 5283 "quote", 5284 "syn 2.0.117", 5285] 5286 5287[[package]] 5288name = "pest_meta" 5289version = "2.8.6" 5290source = "registry+https://github.com/rust-lang/crates.io-index" 5291checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" 5292dependencies = [ 5293 "pest", 5294 "sha2 0.10.9", 5295] 5296 5297[[package]] 5298name = "petgraph" 5299version = "0.8.3" 5300source = "registry+https://github.com/rust-lang/crates.io-index" 5301checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" 5302dependencies = [ 5303 "fixedbitset 0.5.7", 5304 "hashbrown 0.15.5", 5305 "indexmap", 5306 "serde", 5307 "serde_derive", 5308] 5309 5310[[package]] 5311name = "pgvector" 5312version = "0.4.1" 5313source = "registry+https://github.com/rust-lang/crates.io-index" 5314checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b" 5315dependencies = [ 5316 "serde", 5317] 5318 5319[[package]] 5320name = "phf" 5321version = "0.11.3" 5322source = "registry+https://github.com/rust-lang/crates.io-index" 5323checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 5324dependencies = [ 5325 "phf_macros 0.11.3", 5326 "phf_shared 0.11.3", 5327] 5328 5329[[package]] 5330name = "phf" 5331version = "0.13.1" 5332source = "registry+https://github.com/rust-lang/crates.io-index" 5333checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" 5334dependencies = [ 5335 "phf_macros 0.13.1", 5336 "phf_shared 0.13.1", 5337 "serde", 5338] 5339 5340[[package]] 5341name = "phf_codegen" 5342version = "0.11.3" 5343source = "registry+https://github.com/rust-lang/crates.io-index" 5344checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 5345dependencies = [ 5346 "phf_generator 0.11.3", 5347 "phf_shared 0.11.3", 5348] 5349 5350[[package]] 5351name = "phf_generator" 5352version = "0.11.3" 5353source = "registry+https://github.com/rust-lang/crates.io-index" 5354checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 5355dependencies = [ 5356 "phf_shared 0.11.3", 5357 "rand 0.8.5", 5358] 5359 5360[[package]] 5361name = "phf_generator" 5362version = "0.13.1" 5363source = "registry+https://github.com/rust-lang/crates.io-index" 5364checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" 5365dependencies = [ 5366 "fastrand", 5367 "phf_shared 0.13.1", 5368] 5369 5370[[package]] 5371name = "phf_macros" 5372version = "0.11.3" 5373source = "registry+https://github.com/rust-lang/crates.io-index" 5374checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 5375dependencies = [ 5376 "phf_generator 0.11.3", 5377 "phf_shared 0.11.3", 5378 "proc-macro2", 5379 "quote", 5380 "syn 2.0.117", 5381] 5382 5383[[package]] 5384name = "phf_macros" 5385version = "0.13.1" 5386source = "registry+https://github.com/rust-lang/crates.io-index" 5387checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" 5388dependencies = [ 5389 "phf_generator 0.13.1", 5390 "phf_shared 0.13.1", 5391 "proc-macro2", 5392 "quote", 5393 "syn 2.0.117", 5394] 5395 5396[[package]] 5397name = "phf_shared" 5398version = "0.11.3" 5399source = "registry+https://github.com/rust-lang/crates.io-index" 5400checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 5401dependencies = [ 5402 "siphasher", 5403] 5404 5405[[package]] 5406name = "phf_shared" 5407version = "0.13.1" 5408source = "registry+https://github.com/rust-lang/crates.io-index" 5409checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" 5410dependencies = [ 5411 "siphasher", 5412] 5413 5414[[package]] 5415name = "pin-project" 5416version = "1.1.11" 5417source = "registry+https://github.com/rust-lang/crates.io-index" 5418checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" 5419dependencies = [ 5420 "pin-project-internal", 5421] 5422 5423[[package]] 5424name = "pin-project-internal" 5425version = "1.1.11" 5426source = "registry+https://github.com/rust-lang/crates.io-index" 5427checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" 5428dependencies = [ 5429 "proc-macro2", 5430 "quote", 5431 "syn 2.0.117", 5432] 5433 5434[[package]] 5435name = "pin-project-lite" 5436version = "0.2.17" 5437source = "registry+https://github.com/rust-lang/crates.io-index" 5438checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 5439 5440[[package]] 5441name = "pin-utils" 5442version = "0.1.0" 5443source = "registry+https://github.com/rust-lang/crates.io-index" 5444checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 5445 5446[[package]] 5447name = "piper" 5448version = "0.2.5" 5449source = "registry+https://github.com/rust-lang/crates.io-index" 5450checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" 5451dependencies = [ 5452 "atomic-waker", 5453 "fastrand", 5454 "futures-io", 5455] 5456 5457[[package]] 5458name = "pkcs1" 5459version = "0.7.5" 5460source = "registry+https://github.com/rust-lang/crates.io-index" 5461checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 5462dependencies = [ 5463 "der", 5464 "pkcs8", 5465 "spki", 5466] 5467 5468[[package]] 5469name = "pkcs8" 5470version = "0.10.2" 5471source = "registry+https://github.com/rust-lang/crates.io-index" 5472checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 5473dependencies = [ 5474 "der", 5475 "spki", 5476] 5477 5478[[package]] 5479name = "pkg-config" 5480version = "0.3.32" 5481source = "registry+https://github.com/rust-lang/crates.io-index" 5482checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 5483 5484[[package]] 5485name = "plain" 5486version = "0.2.3" 5487source = "registry+https://github.com/rust-lang/crates.io-index" 5488checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 5489 5490[[package]] 5491name = "pluralizer" 5492version = "0.5.0" 5493source = "registry+https://github.com/rust-lang/crates.io-index" 5494checksum = "4b3eba432a00a1f6c16f39147847a870e94e2e9b992759b503e330efec778cbe" 5495dependencies = [ 5496 "once_cell", 5497 "regex", 5498] 5499 5500[[package]] 5501name = "png" 5502version = "0.18.1" 5503source = "registry+https://github.com/rust-lang/crates.io-index" 5504checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" 5505dependencies = [ 5506 "bitflags 2.11.0", 5507 "crc32fast", 5508 "fdeflate", 5509 "flate2", 5510 "miniz_oxide", 5511] 5512 5513[[package]] 5514name = "polling" 5515version = "3.11.0" 5516source = "registry+https://github.com/rust-lang/crates.io-index" 5517checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 5518dependencies = [ 5519 "cfg-if", 5520 "concurrent-queue", 5521 "hermit-abi", 5522 "pin-project-lite", 5523 "rustix 1.1.4", 5524 "windows-sys 0.61.2", 5525] 5526 5527[[package]] 5528name = "pollster" 5529version = "0.4.0" 5530source = "registry+https://github.com/rust-lang/crates.io-index" 5531checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" 5532 5533[[package]] 5534name = "portable-atomic" 5535version = "1.13.1" 5536source = "registry+https://github.com/rust-lang/crates.io-index" 5537checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 5538 5539[[package]] 5540name = "portable-atomic-util" 5541version = "0.2.5" 5542source = "registry+https://github.com/rust-lang/crates.io-index" 5543checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5" 5544dependencies = [ 5545 "portable-atomic", 5546] 5547 5548[[package]] 5549name = "potential_utf" 5550version = "0.1.4" 5551source = "registry+https://github.com/rust-lang/crates.io-index" 5552checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 5553dependencies = [ 5554 "zerovec", 5555] 5556 5557[[package]] 5558name = "powerfmt" 5559version = "0.2.0" 5560source = "registry+https://github.com/rust-lang/crates.io-index" 5561checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 5562 5563[[package]] 5564name = "ppv-lite86" 5565version = "0.2.21" 5566source = "registry+https://github.com/rust-lang/crates.io-index" 5567checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 5568dependencies = [ 5569 "zerocopy", 5570] 5571 5572[[package]] 5573name = "presser" 5574version = "0.3.1" 5575source = "registry+https://github.com/rust-lang/crates.io-index" 5576checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 5577 5578[[package]] 5579name = "prettyplease" 5580version = "0.2.37" 5581source = "registry+https://github.com/rust-lang/crates.io-index" 5582checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 5583dependencies = [ 5584 "proc-macro2", 5585 "syn 2.0.117", 5586] 5587 5588[[package]] 5589name = "proc-macro-crate" 5590version = "3.5.0" 5591source = "registry+https://github.com/rust-lang/crates.io-index" 5592checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" 5593dependencies = [ 5594 "toml_edit", 5595] 5596 5597[[package]] 5598name = "proc-macro-error-attr2" 5599version = "2.0.0" 5600source = "registry+https://github.com/rust-lang/crates.io-index" 5601checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 5602dependencies = [ 5603 "proc-macro2", 5604 "quote", 5605] 5606 5607[[package]] 5608name = "proc-macro-error2" 5609version = "2.0.1" 5610source = "registry+https://github.com/rust-lang/crates.io-index" 5611checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 5612dependencies = [ 5613 "proc-macro-error-attr2", 5614 "proc-macro2", 5615 "quote", 5616 "syn 2.0.117", 5617] 5618 5619[[package]] 5620name = "proc-macro2" 5621version = "1.0.106" 5622source = "registry+https://github.com/rust-lang/crates.io-index" 5623checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 5624dependencies = [ 5625 "unicode-ident", 5626] 5627 5628[[package]] 5629name = "proc-macro2-diagnostics" 5630version = "0.10.1" 5631source = "registry+https://github.com/rust-lang/crates.io-index" 5632checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 5633dependencies = [ 5634 "proc-macro2", 5635 "quote", 5636 "syn 2.0.117", 5637 "version_check", 5638 "yansi", 5639] 5640 5641[[package]] 5642name = "prodash" 5643version = "30.0.1" 5644source = "registry+https://github.com/rust-lang/crates.io-index" 5645checksum = "5a6efc566849d3d9d737c5cb06cc50e48950ebe3d3f9d70631490fff3a07b139" 5646dependencies = [ 5647 "parking_lot", 5648] 5649 5650[[package]] 5651name = "profiling" 5652version = "1.0.17" 5653source = "registry+https://github.com/rust-lang/crates.io-index" 5654checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 5655 5656[[package]] 5657name = "ptr_meta" 5658version = "0.1.4" 5659source = "registry+https://github.com/rust-lang/crates.io-index" 5660checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 5661dependencies = [ 5662 "ptr_meta_derive", 5663] 5664 5665[[package]] 5666name = "ptr_meta_derive" 5667version = "0.1.4" 5668source = "registry+https://github.com/rust-lang/crates.io-index" 5669checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 5670dependencies = [ 5671 "proc-macro2", 5672 "quote", 5673 "syn 1.0.109", 5674] 5675 5676[[package]] 5677name = "pulldown-cmark" 5678version = "0.13.3" 5679source = "registry+https://github.com/rust-lang/crates.io-index" 5680checksum = "7c3a14896dfa883796f1cb410461aef38810ea05f2b2c33c5aded3649095fdad" 5681dependencies = [ 5682 "bitflags 2.11.0", 5683 "getopts", 5684 "memchr", 5685 "pulldown-cmark-escape", 5686 "unicase", 5687] 5688 5689[[package]] 5690name = "pulldown-cmark-escape" 5691version = "0.11.0" 5692source = "registry+https://github.com/rust-lang/crates.io-index" 5693checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" 5694 5695[[package]] 5696name = "pxfm" 5697version = "0.1.28" 5698source = "registry+https://github.com/rust-lang/crates.io-index" 5699checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d" 5700 5701[[package]] 5702name = "quick-error" 5703version = "2.0.1" 5704source = "registry+https://github.com/rust-lang/crates.io-index" 5705checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 5706 5707[[package]] 5708name = "quick-xml" 5709version = "0.38.4" 5710source = "registry+https://github.com/rust-lang/crates.io-index" 5711checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 5712dependencies = [ 5713 "memchr", 5714 "serde", 5715] 5716 5717[[package]] 5718name = "quick-xml" 5719version = "0.39.2" 5720source = "registry+https://github.com/rust-lang/crates.io-index" 5721checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" 5722dependencies = [ 5723 "memchr", 5724] 5725 5726[[package]] 5727name = "quote" 5728version = "1.0.45" 5729source = "registry+https://github.com/rust-lang/crates.io-index" 5730checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 5731dependencies = [ 5732 "proc-macro2", 5733] 5734 5735[[package]] 5736name = "r-efi" 5737version = "5.3.0" 5738source = "registry+https://github.com/rust-lang/crates.io-index" 5739checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 5740 5741[[package]] 5742name = "r-efi" 5743version = "6.0.0" 5744source = "registry+https://github.com/rust-lang/crates.io-index" 5745checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 5746 5747[[package]] 5748name = "radium" 5749version = "0.7.0" 5750source = "registry+https://github.com/rust-lang/crates.io-index" 5751checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 5752 5753[[package]] 5754name = "rand" 5755version = "0.8.5" 5756source = "registry+https://github.com/rust-lang/crates.io-index" 5757checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 5758dependencies = [ 5759 "libc", 5760 "rand_chacha 0.3.1", 5761 "rand_core 0.6.4", 5762] 5763 5764[[package]] 5765name = "rand" 5766version = "0.9.2" 5767source = "registry+https://github.com/rust-lang/crates.io-index" 5768checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 5769dependencies = [ 5770 "rand_chacha 0.9.0", 5771 "rand_core 0.9.5", 5772] 5773 5774[[package]] 5775name = "rand" 5776version = "0.10.0" 5777source = "registry+https://github.com/rust-lang/crates.io-index" 5778checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" 5779dependencies = [ 5780 "chacha20", 5781 "getrandom 0.4.2", 5782 "rand_core 0.10.0", 5783] 5784 5785[[package]] 5786name = "rand_chacha" 5787version = "0.3.1" 5788source = "registry+https://github.com/rust-lang/crates.io-index" 5789checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 5790dependencies = [ 5791 "ppv-lite86", 5792 "rand_core 0.6.4", 5793] 5794 5795[[package]] 5796name = "rand_chacha" 5797version = "0.9.0" 5798source = "registry+https://github.com/rust-lang/crates.io-index" 5799checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 5800dependencies = [ 5801 "ppv-lite86", 5802 "rand_core 0.9.5", 5803] 5804 5805[[package]] 5806name = "rand_core" 5807version = "0.6.4" 5808source = "registry+https://github.com/rust-lang/crates.io-index" 5809checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 5810dependencies = [ 5811 "getrandom 0.2.17", 5812] 5813 5814[[package]] 5815name = "rand_core" 5816version = "0.9.5" 5817source = "registry+https://github.com/rust-lang/crates.io-index" 5818checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 5819dependencies = [ 5820 "getrandom 0.3.4", 5821] 5822 5823[[package]] 5824name = "rand_core" 5825version = "0.10.0" 5826source = "registry+https://github.com/rust-lang/crates.io-index" 5827checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" 5828 5829[[package]] 5830name = "range-alloc" 5831version = "0.1.5" 5832source = "registry+https://github.com/rust-lang/crates.io-index" 5833checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08" 5834 5835[[package]] 5836name = "ratatui" 5837version = "0.30.0" 5838source = "registry+https://github.com/rust-lang/crates.io-index" 5839checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" 5840dependencies = [ 5841 "instability", 5842 "ratatui-core", 5843 "ratatui-crossterm", 5844 "ratatui-macros", 5845 "ratatui-termwiz", 5846 "ratatui-widgets", 5847] 5848 5849[[package]] 5850name = "ratatui-core" 5851version = "0.1.0" 5852source = "registry+https://github.com/rust-lang/crates.io-index" 5853checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" 5854dependencies = [ 5855 "bitflags 2.11.0", 5856 "compact_str", 5857 "hashbrown 0.16.1", 5858 "indoc", 5859 "itertools", 5860 "kasuari", 5861 "lru", 5862 "strum 0.27.2", 5863 "thiserror 2.0.18", 5864 "unicode-segmentation", 5865 "unicode-truncate", 5866 "unicode-width", 5867] 5868 5869[[package]] 5870name = "ratatui-crossterm" 5871version = "0.1.0" 5872source = "registry+https://github.com/rust-lang/crates.io-index" 5873checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" 5874dependencies = [ 5875 "cfg-if", 5876 "crossterm", 5877 "instability", 5878 "ratatui-core", 5879] 5880 5881[[package]] 5882name = "ratatui-macros" 5883version = "0.7.0" 5884source = "registry+https://github.com/rust-lang/crates.io-index" 5885checksum = "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4" 5886dependencies = [ 5887 "ratatui-core", 5888 "ratatui-widgets", 5889] 5890 5891[[package]] 5892name = "ratatui-termwiz" 5893version = "0.1.0" 5894source = "registry+https://github.com/rust-lang/crates.io-index" 5895checksum = "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c" 5896dependencies = [ 5897 "ratatui-core", 5898 "termwiz", 5899] 5900 5901[[package]] 5902name = "ratatui-textarea" 5903version = "0.8.0" 5904source = "registry+https://github.com/rust-lang/crates.io-index" 5905checksum = "de236b7cc74b3f7dea227b3fbad97bf459cddf552b6503d888fb9a106eda59ab" 5906dependencies = [ 5907 "ratatui-core", 5908 "ratatui-crossterm", 5909 "ratatui-widgets", 5910 "unicode-width", 5911] 5912 5913[[package]] 5914name = "ratatui-widgets" 5915version = "0.3.0" 5916source = "registry+https://github.com/rust-lang/crates.io-index" 5917checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" 5918dependencies = [ 5919 "bitflags 2.11.0", 5920 "hashbrown 0.16.1", 5921 "indoc", 5922 "instability", 5923 "itertools", 5924 "line-clipping", 5925 "ratatui-core", 5926 "strum 0.27.2", 5927 "time", 5928 "unicode-segmentation", 5929 "unicode-width", 5930] 5931 5932[[package]] 5933name = "raw-window-handle" 5934version = "0.6.2" 5935source = "registry+https://github.com/rust-lang/crates.io-index" 5936checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 5937 5938[[package]] 5939name = "raw-window-metal" 5940version = "1.1.0" 5941source = "registry+https://github.com/rust-lang/crates.io-index" 5942checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135" 5943dependencies = [ 5944 "objc2 0.6.4", 5945 "objc2-core-foundation", 5946 "objc2-foundation 0.3.2", 5947 "objc2-quartz-core 0.3.2", 5948] 5949 5950[[package]] 5951name = "rayon" 5952version = "1.11.0" 5953source = "registry+https://github.com/rust-lang/crates.io-index" 5954checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 5955dependencies = [ 5956 "either", 5957 "rayon-core", 5958] 5959 5960[[package]] 5961name = "rayon-core" 5962version = "1.13.0" 5963source = "registry+https://github.com/rust-lang/crates.io-index" 5964checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 5965dependencies = [ 5966 "crossbeam-deque", 5967 "crossbeam-utils", 5968] 5969 5970[[package]] 5971name = "read-fonts" 5972version = "0.37.0" 5973source = "registry+https://github.com/rust-lang/crates.io-index" 5974checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5" 5975dependencies = [ 5976 "bytemuck", 5977 "font-types", 5978] 5979 5980[[package]] 5981name = "redox_syscall" 5982version = "0.4.1" 5983source = "registry+https://github.com/rust-lang/crates.io-index" 5984checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 5985dependencies = [ 5986 "bitflags 1.3.2", 5987] 5988 5989[[package]] 5990name = "redox_syscall" 5991version = "0.5.18" 5992source = "registry+https://github.com/rust-lang/crates.io-index" 5993checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 5994dependencies = [ 5995 "bitflags 2.11.0", 5996] 5997 5998[[package]] 5999name = "redox_syscall" 6000version = "0.7.3" 6001source = "registry+https://github.com/rust-lang/crates.io-index" 6002checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" 6003dependencies = [ 6004 "bitflags 2.11.0", 6005] 6006 6007[[package]] 6008name = "redox_users" 6009version = "0.5.2" 6010source = "registry+https://github.com/rust-lang/crates.io-index" 6011checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 6012dependencies = [ 6013 "getrandom 0.2.17", 6014 "libredox", 6015 "thiserror 2.0.18", 6016] 6017 6018[[package]] 6019name = "regex" 6020version = "1.12.3" 6021source = "registry+https://github.com/rust-lang/crates.io-index" 6022checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 6023dependencies = [ 6024 "aho-corasick", 6025 "memchr", 6026 "regex-automata", 6027 "regex-syntax", 6028] 6029 6030[[package]] 6031name = "regex-automata" 6032version = "0.4.14" 6033source = "registry+https://github.com/rust-lang/crates.io-index" 6034checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 6035dependencies = [ 6036 "aho-corasick", 6037 "memchr", 6038 "regex-syntax", 6039] 6040 6041[[package]] 6042name = "regex-syntax" 6043version = "0.8.10" 6044source = "registry+https://github.com/rust-lang/crates.io-index" 6045checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 6046 6047[[package]] 6048name = "rend" 6049version = "0.4.2" 6050source = "registry+https://github.com/rust-lang/crates.io-index" 6051checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 6052dependencies = [ 6053 "bytecheck", 6054] 6055 6056[[package]] 6057name = "renderdoc-sys" 6058version = "1.1.0" 6059source = "registry+https://github.com/rust-lang/crates.io-index" 6060checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 6061 6062[[package]] 6063name = "rgb" 6064version = "0.8.53" 6065source = "registry+https://github.com/rust-lang/crates.io-index" 6066checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4" 6067dependencies = [ 6068 "bytemuck", 6069] 6070 6071[[package]] 6072name = "rkyv" 6073version = "0.7.46" 6074source = "registry+https://github.com/rust-lang/crates.io-index" 6075checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" 6076dependencies = [ 6077 "bitvec", 6078 "bytecheck", 6079 "bytes", 6080 "hashbrown 0.12.3", 6081 "ptr_meta", 6082 "rend", 6083 "rkyv_derive", 6084 "seahash", 6085 "tinyvec", 6086 "uuid", 6087] 6088 6089[[package]] 6090name = "rkyv_derive" 6091version = "0.7.46" 6092source = "registry+https://github.com/rust-lang/crates.io-index" 6093checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" 6094dependencies = [ 6095 "proc-macro2", 6096 "quote", 6097 "syn 1.0.109", 6098] 6099 6100[[package]] 6101name = "ron" 6102version = "0.12.1" 6103source = "registry+https://github.com/rust-lang/crates.io-index" 6104checksum = "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc" 6105dependencies = [ 6106 "bitflags 2.11.0", 6107 "once_cell", 6108 "serde", 6109 "serde_derive", 6110 "typeid", 6111 "unicode-ident", 6112] 6113 6114[[package]] 6115name = "rsa" 6116version = "0.9.10" 6117source = "registry+https://github.com/rust-lang/crates.io-index" 6118checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 6119dependencies = [ 6120 "const-oid 0.9.6", 6121 "digest 0.10.7", 6122 "num-bigint-dig", 6123 "num-integer", 6124 "num-traits", 6125 "pkcs1", 6126 "pkcs8", 6127 "rand_core 0.6.4", 6128 "signature", 6129 "spki", 6130 "subtle", 6131 "zeroize", 6132] 6133 6134[[package]] 6135name = "rust_decimal" 6136version = "1.40.0" 6137source = "registry+https://github.com/rust-lang/crates.io-index" 6138checksum = "61f703d19852dbf87cbc513643fa81428361eb6940f1ac14fd58155d295a3eb0" 6139dependencies = [ 6140 "arrayvec", 6141 "borsh", 6142 "bytes", 6143 "num-traits", 6144 "rand 0.8.5", 6145 "rkyv", 6146 "serde", 6147 "serde_json", 6148] 6149 6150[[package]] 6151name = "rustc-demangle" 6152version = "0.1.27" 6153source = "registry+https://github.com/rust-lang/crates.io-index" 6154checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" 6155 6156[[package]] 6157name = "rustc-hash" 6158version = "1.1.0" 6159source = "registry+https://github.com/rust-lang/crates.io-index" 6160checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 6161 6162[[package]] 6163name = "rustc-hash" 6164version = "2.1.1" 6165source = "registry+https://github.com/rust-lang/crates.io-index" 6166checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 6167 6168[[package]] 6169name = "rustc_version" 6170version = "0.4.1" 6171source = "registry+https://github.com/rust-lang/crates.io-index" 6172checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 6173dependencies = [ 6174 "semver", 6175] 6176 6177[[package]] 6178name = "rustix" 6179version = "0.38.44" 6180source = "registry+https://github.com/rust-lang/crates.io-index" 6181checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 6182dependencies = [ 6183 "bitflags 2.11.0", 6184 "errno", 6185 "libc", 6186 "linux-raw-sys 0.4.15", 6187 "windows-sys 0.59.0", 6188] 6189 6190[[package]] 6191name = "rustix" 6192version = "1.1.4" 6193source = "registry+https://github.com/rust-lang/crates.io-index" 6194checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 6195dependencies = [ 6196 "bitflags 2.11.0", 6197 "errno", 6198 "libc", 6199 "linux-raw-sys 0.12.1", 6200 "windows-sys 0.52.0", 6201] 6202 6203[[package]] 6204name = "rustversion" 6205version = "1.0.22" 6206source = "registry+https://github.com/rust-lang/crates.io-index" 6207checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 6208 6209[[package]] 6210name = "ryu" 6211version = "1.0.23" 6212source = "registry+https://github.com/rust-lang/crates.io-index" 6213checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 6214 6215[[package]] 6216name = "same-file" 6217version = "1.0.6" 6218source = "registry+https://github.com/rust-lang/crates.io-index" 6219checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 6220dependencies = [ 6221 "winapi-util", 6222] 6223 6224[[package]] 6225name = "scoped-tls" 6226version = "1.0.1" 6227source = "registry+https://github.com/rust-lang/crates.io-index" 6228checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 6229 6230[[package]] 6231name = "scopeguard" 6232version = "1.2.0" 6233source = "registry+https://github.com/rust-lang/crates.io-index" 6234checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 6235 6236[[package]] 6237name = "sctk-adwaita" 6238version = "0.10.1" 6239source = "registry+https://github.com/rust-lang/crates.io-index" 6240checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" 6241dependencies = [ 6242 "ab_glyph", 6243 "log", 6244 "memmap2", 6245 "smithay-client-toolkit 0.19.2", 6246 "tiny-skia", 6247] 6248 6249[[package]] 6250name = "sea-bae" 6251version = "0.2.1" 6252source = "registry+https://github.com/rust-lang/crates.io-index" 6253checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25" 6254dependencies = [ 6255 "heck 0.4.1", 6256 "proc-macro-error2", 6257 "proc-macro2", 6258 "quote", 6259 "syn 2.0.117", 6260] 6261 6262[[package]] 6263name = "sea-orm" 6264version = "2.0.0-rc.38" 6265source = "registry+https://github.com/rust-lang/crates.io-index" 6266checksum = "9b5428ce6a0c8f6b9858df21ad1aa00c2fb94e1c9f344a0436bc855391e5a225" 6267dependencies = [ 6268 "async-stream", 6269 "async-trait", 6270 "bigdecimal", 6271 "chrono", 6272 "derive_more", 6273 "futures-util", 6274 "itertools", 6275 "log", 6276 "mac_address", 6277 "ouroboros", 6278 "pgvector", 6279 "rust_decimal", 6280 "sea-orm-arrow", 6281 "sea-orm-macros", 6282 "sea-query", 6283 "sea-query-sqlx", 6284 "sea-schema", 6285 "serde", 6286 "serde_json", 6287 "sqlx", 6288 "strum 0.28.0", 6289 "thiserror 2.0.18", 6290 "time", 6291 "tracing", 6292 "url", 6293 "uuid", 6294] 6295 6296[[package]] 6297name = "sea-orm-arrow" 6298version = "2.0.0-rc.3" 6299source = "registry+https://github.com/rust-lang/crates.io-index" 6300checksum = "5c2eee8405f16c1f337fe3a83389361caea83c928d14dbd666a480407072c365" 6301dependencies = [ 6302 "arrow", 6303 "sea-query", 6304 "thiserror 2.0.18", 6305] 6306 6307[[package]] 6308name = "sea-orm-cli" 6309version = "2.0.0-rc.38" 6310source = "registry+https://github.com/rust-lang/crates.io-index" 6311checksum = "4cd42605c3b611785eed593406900f463b86c61792e723272e0434e77ed9cd8d" 6312dependencies = [ 6313 "chrono", 6314 "clap", 6315 "dotenvy", 6316 "glob", 6317 "indoc", 6318 "regex", 6319 "sea-schema", 6320 "sqlx", 6321 "tokio", 6322 "tracing", 6323 "tracing-subscriber", 6324 "url", 6325] 6326 6327[[package]] 6328name = "sea-orm-macros" 6329version = "2.0.0-rc.38" 6330source = "registry+https://github.com/rust-lang/crates.io-index" 6331checksum = "ae1374d83dd5b43f14dcc90fc726486c556f4db774b680b12b8c680af76e8233" 6332dependencies = [ 6333 "heck 0.5.0", 6334 "itertools", 6335 "pluralizer", 6336 "proc-macro2", 6337 "quote", 6338 "sea-bae", 6339 "syn 2.0.117", 6340 "unicode-ident", 6341] 6342 6343[[package]] 6344name = "sea-orm-migration" 6345version = "2.0.0-rc.38" 6346source = "registry+https://github.com/rust-lang/crates.io-index" 6347checksum = "73f6ce467587c910bb2842cf001ea600ac6228ba5f3f39c1dc499929e34a8f29" 6348dependencies = [ 6349 "async-trait", 6350 "clap", 6351 "dotenvy", 6352 "sea-orm", 6353 "sea-orm-cli", 6354 "sea-schema", 6355 "tracing", 6356 "tracing-subscriber", 6357] 6358 6359[[package]] 6360name = "sea-query" 6361version = "1.0.0-rc.33" 6362source = "registry+https://github.com/rust-lang/crates.io-index" 6363checksum = "b04cdb0135c16e829504e93fbe7880513578d56f07aaea152283526590111828" 6364dependencies = [ 6365 "chrono", 6366 "inherent", 6367 "ordered-float", 6368 "rust_decimal", 6369 "sea-query-derive", 6370 "serde_json", 6371 "time", 6372 "uuid", 6373] 6374 6375[[package]] 6376name = "sea-query-derive" 6377version = "1.0.0-rc.12" 6378source = "registry+https://github.com/rust-lang/crates.io-index" 6379checksum = "8d88ad44b6ad9788c8b9476b6b91f94c7461d1e19d39cd8ea37838b1e6ff5aa8" 6380dependencies = [ 6381 "darling 0.20.11", 6382 "heck 0.4.1", 6383 "proc-macro2", 6384 "quote", 6385 "syn 2.0.117", 6386 "thiserror 2.0.18", 6387] 6388 6389[[package]] 6390name = "sea-query-sqlx" 6391version = "0.8.0-rc.15" 6392source = "registry+https://github.com/rust-lang/crates.io-index" 6393checksum = "a04aeecfe00614fece56336fd35dc385bb9ffed0c75660695ba925e42a3991ef" 6394dependencies = [ 6395 "sea-query", 6396 "sqlx", 6397] 6398 6399[[package]] 6400name = "sea-schema" 6401version = "0.17.0-rc.17" 6402source = "registry+https://github.com/rust-lang/crates.io-index" 6403checksum = "b363dd21c20fe4d1488819cb2bc7f8d4696c62dd9f39554f97639f54d57dd0ab" 6404dependencies = [ 6405 "async-trait", 6406 "sea-query", 6407 "sea-query-sqlx", 6408 "sea-schema-derive", 6409 "sqlx", 6410] 6411 6412[[package]] 6413name = "sea-schema-derive" 6414version = "0.3.0" 6415source = "registry+https://github.com/rust-lang/crates.io-index" 6416checksum = "debdc8729c37fdbf88472f97fd470393089f997a909e535ff67c544d18cfccf0" 6417dependencies = [ 6418 "heck 0.4.1", 6419 "proc-macro2", 6420 "quote", 6421 "syn 2.0.117", 6422] 6423 6424[[package]] 6425name = "seahash" 6426version = "4.1.0" 6427source = "registry+https://github.com/rust-lang/crates.io-index" 6428checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 6429 6430[[package]] 6431name = "self_cell" 6432version = "1.2.2" 6433source = "registry+https://github.com/rust-lang/crates.io-index" 6434checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" 6435 6436[[package]] 6437name = "semver" 6438version = "1.0.27" 6439source = "registry+https://github.com/rust-lang/crates.io-index" 6440checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 6441dependencies = [ 6442 "serde", 6443 "serde_core", 6444] 6445 6446[[package]] 6447name = "serde" 6448version = "1.0.228" 6449source = "registry+https://github.com/rust-lang/crates.io-index" 6450checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 6451dependencies = [ 6452 "serde_core", 6453 "serde_derive", 6454] 6455 6456[[package]] 6457name = "serde_core" 6458version = "1.0.228" 6459source = "registry+https://github.com/rust-lang/crates.io-index" 6460checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 6461dependencies = [ 6462 "serde_derive", 6463] 6464 6465[[package]] 6466name = "serde_derive" 6467version = "1.0.228" 6468source = "registry+https://github.com/rust-lang/crates.io-index" 6469checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 6470dependencies = [ 6471 "proc-macro2", 6472 "quote", 6473 "syn 2.0.117", 6474] 6475 6476[[package]] 6477name = "serde_json" 6478version = "1.0.149" 6479source = "registry+https://github.com/rust-lang/crates.io-index" 6480checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 6481dependencies = [ 6482 "itoa", 6483 "memchr", 6484 "serde", 6485 "serde_core", 6486 "zmij", 6487] 6488 6489[[package]] 6490name = "serde_repr" 6491version = "0.1.20" 6492source = "registry+https://github.com/rust-lang/crates.io-index" 6493checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 6494dependencies = [ 6495 "proc-macro2", 6496 "quote", 6497 "syn 2.0.117", 6498] 6499 6500[[package]] 6501name = "serde_spanned" 6502version = "1.1.1" 6503source = "registry+https://github.com/rust-lang/crates.io-index" 6504checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" 6505dependencies = [ 6506 "serde_core", 6507] 6508 6509[[package]] 6510name = "serde_urlencoded" 6511version = "0.7.1" 6512source = "registry+https://github.com/rust-lang/crates.io-index" 6513checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 6514dependencies = [ 6515 "form_urlencoded", 6516 "itoa", 6517 "ryu", 6518 "serde", 6519] 6520 6521[[package]] 6522name = "sha1" 6523version = "0.10.6" 6524source = "registry+https://github.com/rust-lang/crates.io-index" 6525checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 6526dependencies = [ 6527 "cfg-if", 6528 "cpufeatures 0.2.17", 6529 "digest 0.10.7", 6530] 6531 6532[[package]] 6533name = "sha1-checked" 6534version = "0.10.0" 6535source = "registry+https://github.com/rust-lang/crates.io-index" 6536checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 6537dependencies = [ 6538 "digest 0.10.7", 6539 "sha1", 6540] 6541 6542[[package]] 6543name = "sha2" 6544version = "0.10.9" 6545source = "registry+https://github.com/rust-lang/crates.io-index" 6546checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 6547dependencies = [ 6548 "cfg-if", 6549 "cpufeatures 0.2.17", 6550 "digest 0.10.7", 6551] 6552 6553[[package]] 6554name = "sha2" 6555version = "0.11.0-rc.5" 6556source = "registry+https://github.com/rust-lang/crates.io-index" 6557checksum = "7c5f3b1e2dc8aad28310d8410bd4d7e180eca65fca176c52ab00d364475d0024" 6558dependencies = [ 6559 "cfg-if", 6560 "cpufeatures 0.2.17", 6561 "digest 0.11.2", 6562] 6563 6564[[package]] 6565name = "sharded-slab" 6566version = "0.1.7" 6567source = "registry+https://github.com/rust-lang/crates.io-index" 6568checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 6569dependencies = [ 6570 "lazy_static", 6571] 6572 6573[[package]] 6574name = "shell-words" 6575version = "1.1.1" 6576source = "registry+https://github.com/rust-lang/crates.io-index" 6577checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" 6578 6579[[package]] 6580name = "shlex" 6581version = "1.3.0" 6582source = "registry+https://github.com/rust-lang/crates.io-index" 6583checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 6584 6585[[package]] 6586name = "signal-hook" 6587version = "0.3.18" 6588source = "registry+https://github.com/rust-lang/crates.io-index" 6589checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 6590dependencies = [ 6591 "libc", 6592 "signal-hook-registry", 6593] 6594 6595[[package]] 6596name = "signal-hook" 6597version = "0.4.4" 6598source = "registry+https://github.com/rust-lang/crates.io-index" 6599checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" 6600dependencies = [ 6601 "libc", 6602 "signal-hook-registry", 6603] 6604 6605[[package]] 6606name = "signal-hook-mio" 6607version = "0.2.5" 6608source = "registry+https://github.com/rust-lang/crates.io-index" 6609checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 6610dependencies = [ 6611 "libc", 6612 "mio", 6613 "signal-hook 0.3.18", 6614] 6615 6616[[package]] 6617name = "signal-hook-registry" 6618version = "1.4.8" 6619source = "registry+https://github.com/rust-lang/crates.io-index" 6620checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 6621dependencies = [ 6622 "errno", 6623 "libc", 6624] 6625 6626[[package]] 6627name = "signature" 6628version = "2.2.0" 6629source = "registry+https://github.com/rust-lang/crates.io-index" 6630checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 6631dependencies = [ 6632 "digest 0.10.7", 6633 "rand_core 0.6.4", 6634] 6635 6636[[package]] 6637name = "simd-adler32" 6638version = "0.3.8" 6639source = "registry+https://github.com/rust-lang/crates.io-index" 6640checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 6641 6642[[package]] 6643name = "simd_cesu8" 6644version = "1.1.1" 6645source = "registry+https://github.com/rust-lang/crates.io-index" 6646checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" 6647dependencies = [ 6648 "rustc_version", 6649 "simdutf8", 6650] 6651 6652[[package]] 6653name = "simdutf8" 6654version = "0.1.5" 6655source = "registry+https://github.com/rust-lang/crates.io-index" 6656checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 6657 6658[[package]] 6659name = "similar" 6660version = "2.7.0" 6661source = "registry+https://github.com/rust-lang/crates.io-index" 6662checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" 6663dependencies = [ 6664 "bstr", 6665 "unicode-segmentation", 6666] 6667 6668[[package]] 6669name = "siphasher" 6670version = "1.0.2" 6671source = "registry+https://github.com/rust-lang/crates.io-index" 6672checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 6673 6674[[package]] 6675name = "skrifa" 6676version = "0.40.0" 6677source = "registry+https://github.com/rust-lang/crates.io-index" 6678checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac" 6679dependencies = [ 6680 "bytemuck", 6681 "read-fonts", 6682] 6683 6684[[package]] 6685name = "slab" 6686version = "0.4.12" 6687source = "registry+https://github.com/rust-lang/crates.io-index" 6688checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 6689 6690[[package]] 6691name = "slotmap" 6692version = "1.1.1" 6693source = "registry+https://github.com/rust-lang/crates.io-index" 6694checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" 6695dependencies = [ 6696 "version_check", 6697] 6698 6699[[package]] 6700name = "smallvec" 6701version = "1.15.1" 6702source = "registry+https://github.com/rust-lang/crates.io-index" 6703checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 6704dependencies = [ 6705 "serde", 6706] 6707 6708[[package]] 6709name = "smithay-client-toolkit" 6710version = "0.19.2" 6711source = "registry+https://github.com/rust-lang/crates.io-index" 6712checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 6713dependencies = [ 6714 "bitflags 2.11.0", 6715 "calloop 0.13.0", 6716 "calloop-wayland-source 0.3.0", 6717 "cursor-icon", 6718 "libc", 6719 "log", 6720 "memmap2", 6721 "rustix 0.38.44", 6722 "thiserror 1.0.69", 6723 "wayland-backend", 6724 "wayland-client", 6725 "wayland-csd-frame", 6726 "wayland-cursor", 6727 "wayland-protocols", 6728 "wayland-protocols-wlr", 6729 "wayland-scanner", 6730 "xkeysym", 6731] 6732 6733[[package]] 6734name = "smithay-client-toolkit" 6735version = "0.20.0" 6736source = "registry+https://github.com/rust-lang/crates.io-index" 6737checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0" 6738dependencies = [ 6739 "bitflags 2.11.0", 6740 "calloop 0.14.4", 6741 "calloop-wayland-source 0.4.1", 6742 "cursor-icon", 6743 "libc", 6744 "log", 6745 "memmap2", 6746 "rustix 1.1.4", 6747 "thiserror 2.0.18", 6748 "wayland-backend", 6749 "wayland-client", 6750 "wayland-csd-frame", 6751 "wayland-cursor", 6752 "wayland-protocols", 6753 "wayland-protocols-experimental", 6754 "wayland-protocols-misc", 6755 "wayland-protocols-wlr", 6756 "wayland-scanner", 6757 "xkeysym", 6758] 6759 6760[[package]] 6761name = "smithay-clipboard" 6762version = "0.7.3" 6763source = "registry+https://github.com/rust-lang/crates.io-index" 6764checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226" 6765dependencies = [ 6766 "libc", 6767 "smithay-client-toolkit 0.20.0", 6768 "wayland-backend", 6769] 6770 6771[[package]] 6772name = "smol_str" 6773version = "0.2.2" 6774source = "registry+https://github.com/rust-lang/crates.io-index" 6775checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 6776dependencies = [ 6777 "serde", 6778] 6779 6780[[package]] 6781name = "smol_str" 6782version = "0.3.6" 6783source = "registry+https://github.com/rust-lang/crates.io-index" 6784checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" 6785dependencies = [ 6786 "borsh", 6787 "serde_core", 6788] 6789 6790[[package]] 6791name = "socket2" 6792version = "0.6.3" 6793source = "registry+https://github.com/rust-lang/crates.io-index" 6794checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 6795dependencies = [ 6796 "libc", 6797 "windows-sys 0.61.2", 6798] 6799 6800[[package]] 6801name = "spin" 6802version = "0.9.8" 6803source = "registry+https://github.com/rust-lang/crates.io-index" 6804checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 6805dependencies = [ 6806 "lock_api", 6807] 6808 6809[[package]] 6810name = "spirv" 6811version = "0.4.0+sdk-1.4.341.0" 6812source = "registry+https://github.com/rust-lang/crates.io-index" 6813checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f" 6814dependencies = [ 6815 "bitflags 2.11.0", 6816] 6817 6818[[package]] 6819name = "spki" 6820version = "0.7.3" 6821source = "registry+https://github.com/rust-lang/crates.io-index" 6822checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 6823dependencies = [ 6824 "base64ct", 6825 "der", 6826] 6827 6828[[package]] 6829name = "sqlx" 6830version = "0.8.6" 6831source = "registry+https://github.com/rust-lang/crates.io-index" 6832checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 6833dependencies = [ 6834 "sqlx-core", 6835 "sqlx-macros", 6836 "sqlx-mysql", 6837 "sqlx-postgres", 6838 "sqlx-sqlite", 6839] 6840 6841[[package]] 6842name = "sqlx-core" 6843version = "0.8.6" 6844source = "registry+https://github.com/rust-lang/crates.io-index" 6845checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 6846dependencies = [ 6847 "base64", 6848 "bytes", 6849 "chrono", 6850 "crc", 6851 "crossbeam-queue", 6852 "either", 6853 "event-listener 5.4.1", 6854 "futures-core", 6855 "futures-intrusive", 6856 "futures-io", 6857 "futures-util", 6858 "hashbrown 0.15.5", 6859 "hashlink", 6860 "indexmap", 6861 "log", 6862 "memchr", 6863 "once_cell", 6864 "percent-encoding", 6865 "rust_decimal", 6866 "serde", 6867 "serde_json", 6868 "sha2 0.10.9", 6869 "smallvec", 6870 "thiserror 2.0.18", 6871 "time", 6872 "tokio", 6873 "tokio-stream", 6874 "tracing", 6875 "url", 6876 "uuid", 6877] 6878 6879[[package]] 6880name = "sqlx-macros" 6881version = "0.8.6" 6882source = "registry+https://github.com/rust-lang/crates.io-index" 6883checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 6884dependencies = [ 6885 "proc-macro2", 6886 "quote", 6887 "sqlx-core", 6888 "sqlx-macros-core", 6889 "syn 2.0.117", 6890] 6891 6892[[package]] 6893name = "sqlx-macros-core" 6894version = "0.8.6" 6895source = "registry+https://github.com/rust-lang/crates.io-index" 6896checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 6897dependencies = [ 6898 "dotenvy", 6899 "either", 6900 "heck 0.5.0", 6901 "hex", 6902 "once_cell", 6903 "proc-macro2", 6904 "quote", 6905 "serde", 6906 "serde_json", 6907 "sha2 0.10.9", 6908 "sqlx-core", 6909 "sqlx-mysql", 6910 "sqlx-postgres", 6911 "sqlx-sqlite", 6912 "syn 2.0.117", 6913 "tokio", 6914 "url", 6915] 6916 6917[[package]] 6918name = "sqlx-mysql" 6919version = "0.8.6" 6920source = "registry+https://github.com/rust-lang/crates.io-index" 6921checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 6922dependencies = [ 6923 "atoi", 6924 "base64", 6925 "bitflags 2.11.0", 6926 "byteorder", 6927 "bytes", 6928 "chrono", 6929 "crc", 6930 "digest 0.10.7", 6931 "dotenvy", 6932 "either", 6933 "futures-channel", 6934 "futures-core", 6935 "futures-io", 6936 "futures-util", 6937 "generic-array", 6938 "hex", 6939 "hkdf", 6940 "hmac", 6941 "itoa", 6942 "log", 6943 "md-5", 6944 "memchr", 6945 "once_cell", 6946 "percent-encoding", 6947 "rand 0.8.5", 6948 "rsa", 6949 "rust_decimal", 6950 "serde", 6951 "sha1", 6952 "sha2 0.10.9", 6953 "smallvec", 6954 "sqlx-core", 6955 "stringprep", 6956 "thiserror 2.0.18", 6957 "time", 6958 "tracing", 6959 "uuid", 6960 "whoami", 6961] 6962 6963[[package]] 6964name = "sqlx-postgres" 6965version = "0.8.6" 6966source = "registry+https://github.com/rust-lang/crates.io-index" 6967checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 6968dependencies = [ 6969 "atoi", 6970 "base64", 6971 "bitflags 2.11.0", 6972 "byteorder", 6973 "chrono", 6974 "crc", 6975 "dotenvy", 6976 "etcetera", 6977 "futures-channel", 6978 "futures-core", 6979 "futures-util", 6980 "hex", 6981 "hkdf", 6982 "hmac", 6983 "home", 6984 "itoa", 6985 "log", 6986 "md-5", 6987 "memchr", 6988 "once_cell", 6989 "rand 0.8.5", 6990 "rust_decimal", 6991 "serde", 6992 "serde_json", 6993 "sha2 0.10.9", 6994 "smallvec", 6995 "sqlx-core", 6996 "stringprep", 6997 "thiserror 2.0.18", 6998 "time", 6999 "tracing", 7000 "uuid", 7001 "whoami", 7002] 7003 7004[[package]] 7005name = "sqlx-sqlite" 7006version = "0.8.6" 7007source = "registry+https://github.com/rust-lang/crates.io-index" 7008checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 7009dependencies = [ 7010 "atoi", 7011 "chrono", 7012 "flume", 7013 "futures-channel", 7014 "futures-core", 7015 "futures-executor", 7016 "futures-intrusive", 7017 "futures-util", 7018 "libsqlite3-sys", 7019 "log", 7020 "percent-encoding", 7021 "serde", 7022 "serde_urlencoded", 7023 "sqlx-core", 7024 "thiserror 2.0.18", 7025 "time", 7026 "tracing", 7027 "url", 7028 "uuid", 7029] 7030 7031[[package]] 7032name = "stable_deref_trait" 7033version = "1.2.1" 7034source = "registry+https://github.com/rust-lang/crates.io-index" 7035checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 7036 7037[[package]] 7038name = "static_assertions" 7039version = "1.1.0" 7040source = "registry+https://github.com/rust-lang/crates.io-index" 7041checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 7042 7043[[package]] 7044name = "strict-num" 7045version = "0.1.1" 7046source = "registry+https://github.com/rust-lang/crates.io-index" 7047checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 7048 7049[[package]] 7050name = "stringprep" 7051version = "0.1.5" 7052source = "registry+https://github.com/rust-lang/crates.io-index" 7053checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 7054dependencies = [ 7055 "unicode-bidi", 7056 "unicode-normalization", 7057 "unicode-properties", 7058] 7059 7060[[package]] 7061name = "strsim" 7062version = "0.11.1" 7063source = "registry+https://github.com/rust-lang/crates.io-index" 7064checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 7065 7066[[package]] 7067name = "strum" 7068version = "0.27.2" 7069source = "registry+https://github.com/rust-lang/crates.io-index" 7070checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 7071dependencies = [ 7072 "strum_macros 0.27.2", 7073] 7074 7075[[package]] 7076name = "strum" 7077version = "0.28.0" 7078source = "registry+https://github.com/rust-lang/crates.io-index" 7079checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" 7080dependencies = [ 7081 "strum_macros 0.28.0", 7082] 7083 7084[[package]] 7085name = "strum_macros" 7086version = "0.27.2" 7087source = "registry+https://github.com/rust-lang/crates.io-index" 7088checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 7089dependencies = [ 7090 "heck 0.5.0", 7091 "proc-macro2", 7092 "quote", 7093 "syn 2.0.117", 7094] 7095 7096[[package]] 7097name = "strum_macros" 7098version = "0.28.0" 7099source = "registry+https://github.com/rust-lang/crates.io-index" 7100checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" 7101dependencies = [ 7102 "heck 0.5.0", 7103 "proc-macro2", 7104 "quote", 7105 "syn 2.0.117", 7106] 7107 7108[[package]] 7109name = "subtle" 7110version = "2.6.1" 7111source = "registry+https://github.com/rust-lang/crates.io-index" 7112checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 7113 7114[[package]] 7115name = "syn" 7116version = "1.0.109" 7117source = "registry+https://github.com/rust-lang/crates.io-index" 7118checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 7119dependencies = [ 7120 "proc-macro2", 7121 "quote", 7122 "unicode-ident", 7123] 7124 7125[[package]] 7126name = "syn" 7127version = "2.0.117" 7128source = "registry+https://github.com/rust-lang/crates.io-index" 7129checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 7130dependencies = [ 7131 "proc-macro2", 7132 "quote", 7133 "unicode-ident", 7134] 7135 7136[[package]] 7137name = "synstructure" 7138version = "0.13.2" 7139source = "registry+https://github.com/rust-lang/crates.io-index" 7140checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 7141dependencies = [ 7142 "proc-macro2", 7143 "quote", 7144 "syn 2.0.117", 7145] 7146 7147[[package]] 7148name = "sysinfo" 7149version = "0.38.4" 7150source = "registry+https://github.com/rust-lang/crates.io-index" 7151checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" 7152dependencies = [ 7153 "libc", 7154 "memchr", 7155 "ntapi", 7156 "objc2-core-foundation", 7157 "objc2-io-kit", 7158 "windows", 7159] 7160 7161[[package]] 7162name = "tap" 7163version = "1.0.1" 7164source = "registry+https://github.com/rust-lang/crates.io-index" 7165checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 7166 7167[[package]] 7168name = "tempfile" 7169version = "3.26.0" 7170source = "registry+https://github.com/rust-lang/crates.io-index" 7171checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" 7172dependencies = [ 7173 "fastrand", 7174 "getrandom 0.4.2", 7175 "once_cell", 7176 "rustix 1.1.4", 7177 "windows-sys 0.52.0", 7178] 7179 7180[[package]] 7181name = "termcolor" 7182version = "1.4.1" 7183source = "registry+https://github.com/rust-lang/crates.io-index" 7184checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 7185dependencies = [ 7186 "winapi-util", 7187] 7188 7189[[package]] 7190name = "terminal_size" 7191version = "0.4.3" 7192source = "registry+https://github.com/rust-lang/crates.io-index" 7193checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 7194dependencies = [ 7195 "rustix 1.1.4", 7196 "windows-sys 0.60.2", 7197] 7198 7199[[package]] 7200name = "terminfo" 7201version = "0.9.0" 7202source = "registry+https://github.com/rust-lang/crates.io-index" 7203checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662" 7204dependencies = [ 7205 "fnv", 7206 "nom", 7207 "phf 0.11.3", 7208 "phf_codegen", 7209] 7210 7211[[package]] 7212name = "termios" 7213version = "0.3.3" 7214source = "registry+https://github.com/rust-lang/crates.io-index" 7215checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" 7216dependencies = [ 7217 "libc", 7218] 7219 7220[[package]] 7221name = "termwiz" 7222version = "0.23.3" 7223source = "registry+https://github.com/rust-lang/crates.io-index" 7224checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7" 7225dependencies = [ 7226 "anyhow", 7227 "base64", 7228 "bitflags 2.11.0", 7229 "fancy-regex", 7230 "filedescriptor", 7231 "finl_unicode", 7232 "fixedbitset 0.4.2", 7233 "hex", 7234 "lazy_static", 7235 "libc", 7236 "log", 7237 "memmem", 7238 "nix", 7239 "num-derive", 7240 "num-traits", 7241 "ordered-float", 7242 "pest", 7243 "pest_derive", 7244 "phf 0.11.3", 7245 "sha2 0.10.9", 7246 "signal-hook 0.3.18", 7247 "siphasher", 7248 "terminfo", 7249 "termios", 7250 "thiserror 1.0.69", 7251 "ucd-trie", 7252 "unicode-segmentation", 7253 "vtparse", 7254 "wezterm-bidi", 7255 "wezterm-blob-leases", 7256 "wezterm-color-types", 7257 "wezterm-dynamic", 7258 "wezterm-input-types", 7259 "winapi", 7260] 7261 7262[[package]] 7263name = "thiserror" 7264version = "1.0.69" 7265source = "registry+https://github.com/rust-lang/crates.io-index" 7266checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 7267dependencies = [ 7268 "thiserror-impl 1.0.69", 7269] 7270 7271[[package]] 7272name = "thiserror" 7273version = "2.0.18" 7274source = "registry+https://github.com/rust-lang/crates.io-index" 7275checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 7276dependencies = [ 7277 "thiserror-impl 2.0.18", 7278] 7279 7280[[package]] 7281name = "thiserror-impl" 7282version = "1.0.69" 7283source = "registry+https://github.com/rust-lang/crates.io-index" 7284checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 7285dependencies = [ 7286 "proc-macro2", 7287 "quote", 7288 "syn 2.0.117", 7289] 7290 7291[[package]] 7292name = "thiserror-impl" 7293version = "2.0.18" 7294source = "registry+https://github.com/rust-lang/crates.io-index" 7295checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 7296dependencies = [ 7297 "proc-macro2", 7298 "quote", 7299 "syn 2.0.117", 7300] 7301 7302[[package]] 7303name = "thread_local" 7304version = "1.1.9" 7305source = "registry+https://github.com/rust-lang/crates.io-index" 7306checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 7307dependencies = [ 7308 "cfg-if", 7309] 7310 7311[[package]] 7312name = "tiff" 7313version = "0.11.3" 7314source = "registry+https://github.com/rust-lang/crates.io-index" 7315checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52" 7316dependencies = [ 7317 "fax", 7318 "flate2", 7319 "half", 7320 "quick-error", 7321 "weezl", 7322 "zune-jpeg", 7323] 7324 7325[[package]] 7326name = "time" 7327version = "0.3.47" 7328source = "registry+https://github.com/rust-lang/crates.io-index" 7329checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 7330dependencies = [ 7331 "deranged", 7332 "itoa", 7333 "libc", 7334 "num-conv", 7335 "num_threads", 7336 "powerfmt", 7337 "serde_core", 7338 "time-core", 7339 "time-macros", 7340] 7341 7342[[package]] 7343name = "time-core" 7344version = "0.1.8" 7345source = "registry+https://github.com/rust-lang/crates.io-index" 7346checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 7347 7348[[package]] 7349name = "time-macros" 7350version = "0.2.27" 7351source = "registry+https://github.com/rust-lang/crates.io-index" 7352checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 7353dependencies = [ 7354 "num-conv", 7355 "time-core", 7356] 7357 7358[[package]] 7359name = "tiny-keccak" 7360version = "2.0.2" 7361source = "registry+https://github.com/rust-lang/crates.io-index" 7362checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 7363dependencies = [ 7364 "crunchy", 7365] 7366 7367[[package]] 7368name = "tiny-skia" 7369version = "0.11.4" 7370source = "registry+https://github.com/rust-lang/crates.io-index" 7371checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 7372dependencies = [ 7373 "arrayref", 7374 "arrayvec", 7375 "bytemuck", 7376 "cfg-if", 7377 "log", 7378 "tiny-skia-path", 7379] 7380 7381[[package]] 7382name = "tiny-skia-path" 7383version = "0.11.4" 7384source = "registry+https://github.com/rust-lang/crates.io-index" 7385checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 7386dependencies = [ 7387 "arrayref", 7388 "bytemuck", 7389 "strict-num", 7390] 7391 7392[[package]] 7393name = "tinystr" 7394version = "0.8.2" 7395source = "registry+https://github.com/rust-lang/crates.io-index" 7396checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 7397dependencies = [ 7398 "displaydoc", 7399 "zerovec", 7400] 7401 7402[[package]] 7403name = "tinyvec" 7404version = "1.10.0" 7405source = "registry+https://github.com/rust-lang/crates.io-index" 7406checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 7407dependencies = [ 7408 "tinyvec_macros", 7409] 7410 7411[[package]] 7412name = "tinyvec_macros" 7413version = "0.1.1" 7414source = "registry+https://github.com/rust-lang/crates.io-index" 7415checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 7416 7417[[package]] 7418name = "tokio" 7419version = "1.51.1" 7420source = "registry+https://github.com/rust-lang/crates.io-index" 7421checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" 7422dependencies = [ 7423 "bytes", 7424 "libc", 7425 "mio", 7426 "parking_lot", 7427 "pin-project-lite", 7428 "signal-hook-registry", 7429 "socket2", 7430 "tokio-macros", 7431 "windows-sys 0.61.2", 7432] 7433 7434[[package]] 7435name = "tokio-macros" 7436version = "2.7.0" 7437source = "registry+https://github.com/rust-lang/crates.io-index" 7438checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 7439dependencies = [ 7440 "proc-macro2", 7441 "quote", 7442 "syn 2.0.117", 7443] 7444 7445[[package]] 7446name = "tokio-stream" 7447version = "0.1.18" 7448source = "registry+https://github.com/rust-lang/crates.io-index" 7449checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 7450dependencies = [ 7451 "futures-core", 7452 "pin-project-lite", 7453 "tokio", 7454] 7455 7456[[package]] 7457name = "tokio-util" 7458version = "0.7.18" 7459source = "registry+https://github.com/rust-lang/crates.io-index" 7460checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 7461dependencies = [ 7462 "bytes", 7463 "futures-core", 7464 "futures-sink", 7465 "pin-project-lite", 7466 "tokio", 7467] 7468 7469[[package]] 7470name = "toml" 7471version = "1.1.2+spec-1.1.0" 7472source = "registry+https://github.com/rust-lang/crates.io-index" 7473checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" 7474dependencies = [ 7475 "serde_core", 7476 "serde_spanned", 7477 "toml_datetime", 7478 "toml_writer", 7479] 7480 7481[[package]] 7482name = "toml_datetime" 7483version = "1.1.1+spec-1.1.0" 7484source = "registry+https://github.com/rust-lang/crates.io-index" 7485checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" 7486dependencies = [ 7487 "serde_core", 7488] 7489 7490[[package]] 7491name = "toml_edit" 7492version = "0.25.4+spec-1.1.0" 7493source = "registry+https://github.com/rust-lang/crates.io-index" 7494checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2" 7495dependencies = [ 7496 "indexmap", 7497 "toml_datetime", 7498 "toml_parser", 7499 "winnow", 7500] 7501 7502[[package]] 7503name = "toml_parser" 7504version = "1.0.9+spec-1.1.0" 7505source = "registry+https://github.com/rust-lang/crates.io-index" 7506checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" 7507dependencies = [ 7508 "winnow", 7509] 7510 7511[[package]] 7512name = "toml_writer" 7513version = "1.1.1+spec-1.1.0" 7514source = "registry+https://github.com/rust-lang/crates.io-index" 7515checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" 7516 7517[[package]] 7518name = "tower" 7519version = "0.4.13" 7520source = "registry+https://github.com/rust-lang/crates.io-index" 7521checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 7522dependencies = [ 7523 "futures-core", 7524 "futures-util", 7525 "pin-project", 7526 "pin-project-lite", 7527 "tower-layer", 7528 "tower-service", 7529] 7530 7531[[package]] 7532name = "tower-layer" 7533version = "0.3.3" 7534source = "registry+https://github.com/rust-lang/crates.io-index" 7535checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 7536 7537[[package]] 7538name = "tower-lsp" 7539version = "0.20.0" 7540source = "registry+https://github.com/rust-lang/crates.io-index" 7541checksum = "d4ba052b54a6627628d9b3c34c176e7eda8359b7da9acd497b9f20998d118508" 7542dependencies = [ 7543 "async-trait", 7544 "auto_impl", 7545 "bytes", 7546 "dashmap 5.5.3", 7547 "futures", 7548 "httparse", 7549 "lsp-types", 7550 "memchr", 7551 "serde", 7552 "serde_json", 7553 "tokio", 7554 "tokio-util", 7555 "tower", 7556 "tower-lsp-macros", 7557 "tracing", 7558] 7559 7560[[package]] 7561name = "tower-lsp-macros" 7562version = "0.9.0" 7563source = "registry+https://github.com/rust-lang/crates.io-index" 7564checksum = "84fd902d4e0b9a4b27f2f440108dc034e1758628a9b702f8ec61ad66355422fa" 7565dependencies = [ 7566 "proc-macro2", 7567 "quote", 7568 "syn 2.0.117", 7569] 7570 7571[[package]] 7572name = "tower-service" 7573version = "0.3.3" 7574source = "registry+https://github.com/rust-lang/crates.io-index" 7575checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 7576 7577[[package]] 7578name = "tracing" 7579version = "0.1.44" 7580source = "registry+https://github.com/rust-lang/crates.io-index" 7581checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 7582dependencies = [ 7583 "log", 7584 "pin-project-lite", 7585 "tracing-attributes", 7586 "tracing-core", 7587] 7588 7589[[package]] 7590name = "tracing-attributes" 7591version = "0.1.31" 7592source = "registry+https://github.com/rust-lang/crates.io-index" 7593checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 7594dependencies = [ 7595 "proc-macro2", 7596 "quote", 7597 "syn 2.0.117", 7598] 7599 7600[[package]] 7601name = "tracing-core" 7602version = "0.1.36" 7603source = "registry+https://github.com/rust-lang/crates.io-index" 7604checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 7605dependencies = [ 7606 "once_cell", 7607 "valuable", 7608] 7609 7610[[package]] 7611name = "tracing-error" 7612version = "0.2.1" 7613source = "registry+https://github.com/rust-lang/crates.io-index" 7614checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" 7615dependencies = [ 7616 "tracing", 7617 "tracing-subscriber", 7618] 7619 7620[[package]] 7621name = "tracing-log" 7622version = "0.2.0" 7623source = "registry+https://github.com/rust-lang/crates.io-index" 7624checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 7625dependencies = [ 7626 "log", 7627 "once_cell", 7628 "tracing-core", 7629] 7630 7631[[package]] 7632name = "tracing-subscriber" 7633version = "0.3.23" 7634source = "registry+https://github.com/rust-lang/crates.io-index" 7635checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 7636dependencies = [ 7637 "matchers", 7638 "nu-ansi-term", 7639 "once_cell", 7640 "regex-automata", 7641 "sharded-slab", 7642 "smallvec", 7643 "thread_local", 7644 "tracing", 7645 "tracing-core", 7646 "tracing-log", 7647] 7648 7649[[package]] 7650name = "tree" 7651version = "0.1.0" 7652dependencies = [ 7653 "automerge", 7654 "autosurgeon", 7655 "serde", 7656] 7657 7658[[package]] 7659name = "ttf-parser" 7660version = "0.25.1" 7661source = "registry+https://github.com/rust-lang/crates.io-index" 7662checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 7663 7664[[package]] 7665name = "type-map" 7666version = "0.5.1" 7667source = "registry+https://github.com/rust-lang/crates.io-index" 7668checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" 7669dependencies = [ 7670 "rustc-hash 2.1.1", 7671] 7672 7673[[package]] 7674name = "typeid" 7675version = "1.0.3" 7676source = "registry+https://github.com/rust-lang/crates.io-index" 7677checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 7678 7679[[package]] 7680name = "typenum" 7681version = "1.19.0" 7682source = "registry+https://github.com/rust-lang/crates.io-index" 7683checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 7684 7685[[package]] 7686name = "ucd-trie" 7687version = "0.1.7" 7688source = "registry+https://github.com/rust-lang/crates.io-index" 7689checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 7690 7691[[package]] 7692name = "uds_windows" 7693version = "1.2.1" 7694source = "registry+https://github.com/rust-lang/crates.io-index" 7695checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" 7696dependencies = [ 7697 "memoffset", 7698 "tempfile", 7699 "windows-sys 0.61.2", 7700] 7701 7702[[package]] 7703name = "unicase" 7704version = "2.9.0" 7705source = "registry+https://github.com/rust-lang/crates.io-index" 7706checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 7707 7708[[package]] 7709name = "unicode-bidi" 7710version = "0.3.18" 7711source = "registry+https://github.com/rust-lang/crates.io-index" 7712checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 7713 7714[[package]] 7715name = "unicode-bom" 7716version = "2.0.3" 7717source = "registry+https://github.com/rust-lang/crates.io-index" 7718checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" 7719 7720[[package]] 7721name = "unicode-ident" 7722version = "1.0.24" 7723source = "registry+https://github.com/rust-lang/crates.io-index" 7724checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 7725 7726[[package]] 7727name = "unicode-normalization" 7728version = "0.1.25" 7729source = "registry+https://github.com/rust-lang/crates.io-index" 7730checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 7731dependencies = [ 7732 "tinyvec", 7733] 7734 7735[[package]] 7736name = "unicode-properties" 7737version = "0.1.4" 7738source = "registry+https://github.com/rust-lang/crates.io-index" 7739checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 7740 7741[[package]] 7742name = "unicode-segmentation" 7743version = "1.12.0" 7744source = "registry+https://github.com/rust-lang/crates.io-index" 7745checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 7746 7747[[package]] 7748name = "unicode-truncate" 7749version = "2.0.1" 7750source = "registry+https://github.com/rust-lang/crates.io-index" 7751checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" 7752dependencies = [ 7753 "itertools", 7754 "unicode-segmentation", 7755 "unicode-width", 7756] 7757 7758[[package]] 7759name = "unicode-width" 7760version = "0.2.2" 7761source = "registry+https://github.com/rust-lang/crates.io-index" 7762checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 7763 7764[[package]] 7765name = "unicode-xid" 7766version = "0.2.6" 7767source = "registry+https://github.com/rust-lang/crates.io-index" 7768checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 7769 7770[[package]] 7771name = "url" 7772version = "2.5.8" 7773source = "registry+https://github.com/rust-lang/crates.io-index" 7774checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 7775dependencies = [ 7776 "form_urlencoded", 7777 "idna", 7778 "percent-encoding", 7779 "serde", 7780 "serde_derive", 7781] 7782 7783[[package]] 7784name = "utf8_iter" 7785version = "1.0.4" 7786source = "registry+https://github.com/rust-lang/crates.io-index" 7787checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 7788 7789[[package]] 7790name = "utf8parse" 7791version = "0.2.2" 7792source = "registry+https://github.com/rust-lang/crates.io-index" 7793checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 7794 7795[[package]] 7796name = "uuid" 7797version = "1.21.0" 7798source = "registry+https://github.com/rust-lang/crates.io-index" 7799checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" 7800dependencies = [ 7801 "atomic", 7802 "getrandom 0.4.2", 7803 "js-sys", 7804 "serde_core", 7805 "wasm-bindgen", 7806] 7807 7808[[package]] 7809name = "valuable" 7810version = "0.1.1" 7811source = "registry+https://github.com/rust-lang/crates.io-index" 7812checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 7813 7814[[package]] 7815name = "value-bag" 7816version = "1.12.0" 7817source = "registry+https://github.com/rust-lang/crates.io-index" 7818checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" 7819 7820[[package]] 7821name = "vcpkg" 7822version = "0.2.15" 7823source = "registry+https://github.com/rust-lang/crates.io-index" 7824checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 7825 7826[[package]] 7827name = "vello_common" 7828version = "0.0.6" 7829source = "registry+https://github.com/rust-lang/crates.io-index" 7830checksum = "1bd1a4c633ce09e7d713df1a6e036644a125e15e0c169cfb5180ddf5836ca04b" 7831dependencies = [ 7832 "bytemuck", 7833 "fearless_simd", 7834 "hashbrown 0.16.1", 7835 "log", 7836 "peniko", 7837 "skrifa", 7838 "smallvec", 7839] 7840 7841[[package]] 7842name = "vello_cpu" 7843version = "0.0.6" 7844source = "registry+https://github.com/rust-lang/crates.io-index" 7845checksum = "0162bfe48aabf6a9fdcd401b628c7d9f260c2cbabb343c70a65feba6f7849edc" 7846dependencies = [ 7847 "bytemuck", 7848 "hashbrown 0.16.1", 7849 "vello_common", 7850] 7851 7852[[package]] 7853name = "vergen" 7854version = "9.1.0" 7855source = "registry+https://github.com/rust-lang/crates.io-index" 7856checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75" 7857dependencies = [ 7858 "anyhow", 7859 "cargo_metadata", 7860 "derive_builder", 7861 "regex", 7862 "rustversion", 7863 "time", 7864 "vergen-lib", 7865] 7866 7867[[package]] 7868name = "vergen-gix" 7869version = "9.1.0" 7870source = "registry+https://github.com/rust-lang/crates.io-index" 7871checksum = "24433912be6b84c6f8f41907edfaad852deaa666f59da5f46621b0ef58b644f0" 7872dependencies = [ 7873 "anyhow", 7874 "derive_builder", 7875 "gix", 7876 "rustversion", 7877 "time", 7878 "vergen", 7879 "vergen-lib", 7880] 7881 7882[[package]] 7883name = "vergen-lib" 7884version = "9.1.0" 7885source = "registry+https://github.com/rust-lang/crates.io-index" 7886checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569" 7887dependencies = [ 7888 "anyhow", 7889 "derive_builder", 7890 "rustversion", 7891] 7892 7893[[package]] 7894name = "version_check" 7895version = "0.9.5" 7896source = "registry+https://github.com/rust-lang/crates.io-index" 7897checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 7898 7899[[package]] 7900name = "vtparse" 7901version = "0.6.2" 7902source = "registry+https://github.com/rust-lang/crates.io-index" 7903checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0" 7904dependencies = [ 7905 "utf8parse", 7906] 7907 7908[[package]] 7909name = "walkdir" 7910version = "2.5.0" 7911source = "registry+https://github.com/rust-lang/crates.io-index" 7912checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 7913dependencies = [ 7914 "same-file", 7915 "winapi-util", 7916] 7917 7918[[package]] 7919name = "wasi" 7920version = "0.11.1+wasi-snapshot-preview1" 7921source = "registry+https://github.com/rust-lang/crates.io-index" 7922checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 7923 7924[[package]] 7925name = "wasip2" 7926version = "1.0.2+wasi-0.2.9" 7927source = "registry+https://github.com/rust-lang/crates.io-index" 7928checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 7929dependencies = [ 7930 "wit-bindgen", 7931] 7932 7933[[package]] 7934name = "wasip3" 7935version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 7936source = "registry+https://github.com/rust-lang/crates.io-index" 7937checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 7938dependencies = [ 7939 "wit-bindgen", 7940] 7941 7942[[package]] 7943name = "wasite" 7944version = "0.1.0" 7945source = "registry+https://github.com/rust-lang/crates.io-index" 7946checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 7947 7948[[package]] 7949name = "wasm-bindgen" 7950version = "0.2.114" 7951source = "registry+https://github.com/rust-lang/crates.io-index" 7952checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" 7953dependencies = [ 7954 "cfg-if", 7955 "once_cell", 7956 "rustversion", 7957 "wasm-bindgen-macro", 7958 "wasm-bindgen-shared", 7959] 7960 7961[[package]] 7962name = "wasm-bindgen-futures" 7963version = "0.4.64" 7964source = "registry+https://github.com/rust-lang/crates.io-index" 7965checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" 7966dependencies = [ 7967 "cfg-if", 7968 "futures-util", 7969 "js-sys", 7970 "once_cell", 7971 "wasm-bindgen", 7972 "web-sys", 7973] 7974 7975[[package]] 7976name = "wasm-bindgen-macro" 7977version = "0.2.114" 7978source = "registry+https://github.com/rust-lang/crates.io-index" 7979checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" 7980dependencies = [ 7981 "quote", 7982 "wasm-bindgen-macro-support", 7983] 7984 7985[[package]] 7986name = "wasm-bindgen-macro-support" 7987version = "0.2.114" 7988source = "registry+https://github.com/rust-lang/crates.io-index" 7989checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" 7990dependencies = [ 7991 "bumpalo", 7992 "proc-macro2", 7993 "quote", 7994 "syn 2.0.117", 7995 "wasm-bindgen-shared", 7996] 7997 7998[[package]] 7999name = "wasm-bindgen-shared" 8000version = "0.2.114" 8001source = "registry+https://github.com/rust-lang/crates.io-index" 8002checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" 8003dependencies = [ 8004 "unicode-ident", 8005] 8006 8007[[package]] 8008name = "wasm-encoder" 8009version = "0.244.0" 8010source = "registry+https://github.com/rust-lang/crates.io-index" 8011checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 8012dependencies = [ 8013 "leb128fmt", 8014 "wasmparser", 8015] 8016 8017[[package]] 8018name = "wasm-metadata" 8019version = "0.244.0" 8020source = "registry+https://github.com/rust-lang/crates.io-index" 8021checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 8022dependencies = [ 8023 "anyhow", 8024 "indexmap", 8025 "wasm-encoder", 8026 "wasmparser", 8027] 8028 8029[[package]] 8030name = "wasmparser" 8031version = "0.244.0" 8032source = "registry+https://github.com/rust-lang/crates.io-index" 8033checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 8034dependencies = [ 8035 "bitflags 2.11.0", 8036 "hashbrown 0.15.5", 8037 "indexmap", 8038 "semver", 8039] 8040 8041[[package]] 8042name = "wayland-backend" 8043version = "0.3.14" 8044source = "registry+https://github.com/rust-lang/crates.io-index" 8045checksum = "aa75f400b7f719bcd68b3f47cd939ba654cedeef690f486db71331eec4c6a406" 8046dependencies = [ 8047 "cc", 8048 "downcast-rs", 8049 "rustix 1.1.4", 8050 "scoped-tls", 8051 "smallvec", 8052 "wayland-sys", 8053] 8054 8055[[package]] 8056name = "wayland-client" 8057version = "0.31.13" 8058source = "registry+https://github.com/rust-lang/crates.io-index" 8059checksum = "ab51d9f7c071abeee76007e2b742499e535148035bb835f97aaed1338cf516c3" 8060dependencies = [ 8061 "bitflags 2.11.0", 8062 "rustix 1.1.4", 8063 "wayland-backend", 8064 "wayland-scanner", 8065] 8066 8067[[package]] 8068name = "wayland-csd-frame" 8069version = "0.3.0" 8070source = "registry+https://github.com/rust-lang/crates.io-index" 8071checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 8072dependencies = [ 8073 "bitflags 2.11.0", 8074 "cursor-icon", 8075 "wayland-backend", 8076] 8077 8078[[package]] 8079name = "wayland-cursor" 8080version = "0.31.13" 8081source = "registry+https://github.com/rust-lang/crates.io-index" 8082checksum = "4b3298683470fbdc6ca40151dfc48c8f2fd4c41a26e13042f801f85002384091" 8083dependencies = [ 8084 "rustix 1.1.4", 8085 "wayland-client", 8086 "xcursor", 8087] 8088 8089[[package]] 8090name = "wayland-protocols" 8091version = "0.32.11" 8092source = "registry+https://github.com/rust-lang/crates.io-index" 8093checksum = "b23b5df31ceff1328f06ac607591d5ba360cf58f90c8fad4ac8d3a55a3c4aec7" 8094dependencies = [ 8095 "bitflags 2.11.0", 8096 "wayland-backend", 8097 "wayland-client", 8098 "wayland-scanner", 8099] 8100 8101[[package]] 8102name = "wayland-protocols-experimental" 8103version = "20250721.0.1" 8104source = "registry+https://github.com/rust-lang/crates.io-index" 8105checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1" 8106dependencies = [ 8107 "bitflags 2.11.0", 8108 "wayland-backend", 8109 "wayland-client", 8110 "wayland-protocols", 8111 "wayland-scanner", 8112] 8113 8114[[package]] 8115name = "wayland-protocols-misc" 8116version = "0.3.11" 8117source = "registry+https://github.com/rust-lang/crates.io-index" 8118checksum = "429b99200febaf95d4f4e46deff6fe4382bcff3280ee16a41cf887b3c3364984" 8119dependencies = [ 8120 "bitflags 2.11.0", 8121 "wayland-backend", 8122 "wayland-client", 8123 "wayland-protocols", 8124 "wayland-scanner", 8125] 8126 8127[[package]] 8128name = "wayland-protocols-plasma" 8129version = "0.3.11" 8130source = "registry+https://github.com/rust-lang/crates.io-index" 8131checksum = "d392fc283a87774afc9beefcd6f931582bb97fe0e6ced0b306a62cb1d026527c" 8132dependencies = [ 8133 "bitflags 2.11.0", 8134 "wayland-backend", 8135 "wayland-client", 8136 "wayland-protocols", 8137 "wayland-scanner", 8138] 8139 8140[[package]] 8141name = "wayland-protocols-wlr" 8142version = "0.3.11" 8143source = "registry+https://github.com/rust-lang/crates.io-index" 8144checksum = "78248e4cc0eff8163370ba5c158630dcae1f3497a586b826eca2ef5f348d6235" 8145dependencies = [ 8146 "bitflags 2.11.0", 8147 "wayland-backend", 8148 "wayland-client", 8149 "wayland-protocols", 8150 "wayland-scanner", 8151] 8152 8153[[package]] 8154name = "wayland-scanner" 8155version = "0.31.9" 8156source = "registry+https://github.com/rust-lang/crates.io-index" 8157checksum = "c86287151a309799b821ca709b7345a048a2956af05957c89cb824ab919fa4e3" 8158dependencies = [ 8159 "proc-macro2", 8160 "quick-xml 0.39.2", 8161 "quote", 8162] 8163 8164[[package]] 8165name = "wayland-sys" 8166version = "0.31.10" 8167source = "registry+https://github.com/rust-lang/crates.io-index" 8168checksum = "374f6b70e8e0d6bf9461a32988fd553b59ff630964924dad6e4a4eb6bd538d17" 8169dependencies = [ 8170 "dlib", 8171 "log", 8172 "once_cell", 8173 "pkg-config", 8174] 8175 8176[[package]] 8177name = "web-sys" 8178version = "0.3.91" 8179source = "registry+https://github.com/rust-lang/crates.io-index" 8180checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" 8181dependencies = [ 8182 "js-sys", 8183 "wasm-bindgen", 8184] 8185 8186[[package]] 8187name = "web-time" 8188version = "1.1.0" 8189source = "registry+https://github.com/rust-lang/crates.io-index" 8190checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 8191dependencies = [ 8192 "js-sys", 8193 "wasm-bindgen", 8194] 8195 8196[[package]] 8197name = "webbrowser" 8198version = "1.2.0" 8199source = "registry+https://github.com/rust-lang/crates.io-index" 8200checksum = "fe985f41e291eecef5e5c0770a18d28390addb03331c043964d9e916453d6f16" 8201dependencies = [ 8202 "core-foundation 0.10.1", 8203 "jni", 8204 "log", 8205 "ndk-context", 8206 "objc2 0.6.4", 8207 "objc2-foundation 0.3.2", 8208 "url", 8209 "web-sys", 8210] 8211 8212[[package]] 8213name = "weezl" 8214version = "0.1.12" 8215source = "registry+https://github.com/rust-lang/crates.io-index" 8216checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" 8217 8218[[package]] 8219name = "wezterm-bidi" 8220version = "0.2.3" 8221source = "registry+https://github.com/rust-lang/crates.io-index" 8222checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec" 8223dependencies = [ 8224 "log", 8225 "wezterm-dynamic", 8226] 8227 8228[[package]] 8229name = "wezterm-blob-leases" 8230version = "0.1.1" 8231source = "registry+https://github.com/rust-lang/crates.io-index" 8232checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7" 8233dependencies = [ 8234 "getrandom 0.3.4", 8235 "mac_address", 8236 "sha2 0.10.9", 8237 "thiserror 1.0.69", 8238 "uuid", 8239] 8240 8241[[package]] 8242name = "wezterm-color-types" 8243version = "0.3.0" 8244source = "registry+https://github.com/rust-lang/crates.io-index" 8245checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296" 8246dependencies = [ 8247 "csscolorparser", 8248 "deltae", 8249 "lazy_static", 8250 "wezterm-dynamic", 8251] 8252 8253[[package]] 8254name = "wezterm-dynamic" 8255version = "0.2.1" 8256source = "registry+https://github.com/rust-lang/crates.io-index" 8257checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac" 8258dependencies = [ 8259 "log", 8260 "ordered-float", 8261 "strsim", 8262 "thiserror 1.0.69", 8263 "wezterm-dynamic-derive", 8264] 8265 8266[[package]] 8267name = "wezterm-dynamic-derive" 8268version = "0.1.1" 8269source = "registry+https://github.com/rust-lang/crates.io-index" 8270checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b" 8271dependencies = [ 8272 "proc-macro2", 8273 "quote", 8274 "syn 1.0.109", 8275] 8276 8277[[package]] 8278name = "wezterm-input-types" 8279version = "0.1.0" 8280source = "registry+https://github.com/rust-lang/crates.io-index" 8281checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e" 8282dependencies = [ 8283 "bitflags 1.3.2", 8284 "euclid", 8285 "lazy_static", 8286 "serde", 8287 "wezterm-dynamic", 8288] 8289 8290[[package]] 8291name = "wgpu" 8292version = "29.0.1" 8293source = "registry+https://github.com/rust-lang/crates.io-index" 8294checksum = "72c239a9a747bbd379590985bac952c2e53cb19873f7072b3370c6a6a8e06837" 8295dependencies = [ 8296 "arrayvec", 8297 "bitflags 2.11.0", 8298 "bytemuck", 8299 "cfg-if", 8300 "cfg_aliases", 8301 "document-features", 8302 "hashbrown 0.16.1", 8303 "js-sys", 8304 "log", 8305 "naga", 8306 "parking_lot", 8307 "portable-atomic", 8308 "profiling", 8309 "raw-window-handle", 8310 "smallvec", 8311 "static_assertions", 8312 "wasm-bindgen", 8313 "wasm-bindgen-futures", 8314 "web-sys", 8315 "wgpu-core", 8316 "wgpu-hal", 8317 "wgpu-types", 8318] 8319 8320[[package]] 8321name = "wgpu-core" 8322version = "29.0.1" 8323source = "registry+https://github.com/rust-lang/crates.io-index" 8324checksum = "1e80ac6cf1895df6342f87d975162108f9d98772a0d74bc404ab7304ac29469e" 8325dependencies = [ 8326 "arrayvec", 8327 "bit-set 0.9.1", 8328 "bit-vec 0.9.1", 8329 "bitflags 2.11.0", 8330 "bytemuck", 8331 "cfg_aliases", 8332 "document-features", 8333 "hashbrown 0.16.1", 8334 "indexmap", 8335 "log", 8336 "naga", 8337 "once_cell", 8338 "parking_lot", 8339 "portable-atomic", 8340 "profiling", 8341 "raw-window-handle", 8342 "rustc-hash 1.1.0", 8343 "smallvec", 8344 "thiserror 2.0.18", 8345 "wgpu-core-deps-apple", 8346 "wgpu-core-deps-emscripten", 8347 "wgpu-core-deps-wasm", 8348 "wgpu-core-deps-windows-linux-android", 8349 "wgpu-hal", 8350 "wgpu-naga-bridge", 8351 "wgpu-types", 8352] 8353 8354[[package]] 8355name = "wgpu-core-deps-apple" 8356version = "29.0.0" 8357source = "registry+https://github.com/rust-lang/crates.io-index" 8358checksum = "43acd053312501689cd92a01a9638d37f3e41a5fd9534875efa8917ee2d11ac0" 8359dependencies = [ 8360 "wgpu-hal", 8361] 8362 8363[[package]] 8364name = "wgpu-core-deps-emscripten" 8365version = "29.0.0" 8366source = "registry+https://github.com/rust-lang/crates.io-index" 8367checksum = "ef043bf135cc68b6f667c55ff4e345ce2b5924d75bad36a47921b0287ca4b24a" 8368dependencies = [ 8369 "wgpu-hal", 8370] 8371 8372[[package]] 8373name = "wgpu-core-deps-wasm" 8374version = "29.0.0" 8375source = "registry+https://github.com/rust-lang/crates.io-index" 8376checksum = "2f7b75e72f49035f000dd5262e4126242e92a090a4fd75931ecfe7e60784e6fa" 8377dependencies = [ 8378 "wgpu-hal", 8379] 8380 8381[[package]] 8382name = "wgpu-core-deps-windows-linux-android" 8383version = "29.0.0" 8384source = "registry+https://github.com/rust-lang/crates.io-index" 8385checksum = "725d5c006a8c02967b6d93ef04f6537ec4593313e330cfe86d9d3f946eb90f28" 8386dependencies = [ 8387 "wgpu-hal", 8388] 8389 8390[[package]] 8391name = "wgpu-hal" 8392version = "29.0.1" 8393source = "registry+https://github.com/rust-lang/crates.io-index" 8394checksum = "89a47aef47636562f3937285af4c44b4b5b404b46577471411cc5313a921da7e" 8395dependencies = [ 8396 "android_system_properties", 8397 "arrayvec", 8398 "ash", 8399 "bit-set 0.9.1", 8400 "bitflags 2.11.0", 8401 "block2 0.6.2", 8402 "bytemuck", 8403 "cfg-if", 8404 "cfg_aliases", 8405 "glow", 8406 "glutin_wgl_sys", 8407 "gpu-allocator", 8408 "gpu-descriptor", 8409 "hashbrown 0.16.1", 8410 "js-sys", 8411 "khronos-egl", 8412 "libc", 8413 "libloading", 8414 "log", 8415 "naga", 8416 "ndk-sys", 8417 "objc2 0.6.4", 8418 "objc2-core-foundation", 8419 "objc2-foundation 0.3.2", 8420 "objc2-metal 0.3.2", 8421 "objc2-quartz-core 0.3.2", 8422 "once_cell", 8423 "ordered-float", 8424 "parking_lot", 8425 "portable-atomic", 8426 "portable-atomic-util", 8427 "profiling", 8428 "range-alloc", 8429 "raw-window-handle", 8430 "raw-window-metal", 8431 "renderdoc-sys", 8432 "smallvec", 8433 "thiserror 2.0.18", 8434 "wasm-bindgen", 8435 "wayland-sys", 8436 "web-sys", 8437 "wgpu-naga-bridge", 8438 "wgpu-types", 8439 "windows", 8440 "windows-core", 8441] 8442 8443[[package]] 8444name = "wgpu-naga-bridge" 8445version = "29.0.1" 8446source = "registry+https://github.com/rust-lang/crates.io-index" 8447checksum = "7b4684f4410da0cf95a4cb63bb5edaac022461dedb6adf0b64d0d9b5f6890d51" 8448dependencies = [ 8449 "naga", 8450 "wgpu-types", 8451] 8452 8453[[package]] 8454name = "wgpu-types" 8455version = "29.0.1" 8456source = "registry+https://github.com/rust-lang/crates.io-index" 8457checksum = "ec2675540fb1a5cfa5ef122d3d5f390e2c75711a0b946410f2d6ac3a0f77d1f6" 8458dependencies = [ 8459 "bitflags 2.11.0", 8460 "bytemuck", 8461 "js-sys", 8462 "log", 8463 "raw-window-handle", 8464 "web-sys", 8465] 8466 8467[[package]] 8468name = "whoami" 8469version = "1.6.1" 8470source = "registry+https://github.com/rust-lang/crates.io-index" 8471checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 8472dependencies = [ 8473 "libredox", 8474 "wasite", 8475] 8476 8477[[package]] 8478name = "winapi" 8479version = "0.3.9" 8480source = "registry+https://github.com/rust-lang/crates.io-index" 8481checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 8482dependencies = [ 8483 "winapi-i686-pc-windows-gnu", 8484 "winapi-x86_64-pc-windows-gnu", 8485] 8486 8487[[package]] 8488name = "winapi-i686-pc-windows-gnu" 8489version = "0.4.0" 8490source = "registry+https://github.com/rust-lang/crates.io-index" 8491checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 8492 8493[[package]] 8494name = "winapi-util" 8495version = "0.1.11" 8496source = "registry+https://github.com/rust-lang/crates.io-index" 8497checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 8498dependencies = [ 8499 "windows-sys 0.52.0", 8500] 8501 8502[[package]] 8503name = "winapi-x86_64-pc-windows-gnu" 8504version = "0.4.0" 8505source = "registry+https://github.com/rust-lang/crates.io-index" 8506checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 8507 8508[[package]] 8509name = "windows" 8510version = "0.62.2" 8511source = "registry+https://github.com/rust-lang/crates.io-index" 8512checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 8513dependencies = [ 8514 "windows-collections", 8515 "windows-core", 8516 "windows-future", 8517 "windows-numerics", 8518] 8519 8520[[package]] 8521name = "windows-collections" 8522version = "0.3.2" 8523source = "registry+https://github.com/rust-lang/crates.io-index" 8524checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 8525dependencies = [ 8526 "windows-core", 8527] 8528 8529[[package]] 8530name = "windows-core" 8531version = "0.62.2" 8532source = "registry+https://github.com/rust-lang/crates.io-index" 8533checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 8534dependencies = [ 8535 "windows-implement", 8536 "windows-interface", 8537 "windows-link", 8538 "windows-result", 8539 "windows-strings", 8540] 8541 8542[[package]] 8543name = "windows-future" 8544version = "0.3.2" 8545source = "registry+https://github.com/rust-lang/crates.io-index" 8546checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 8547dependencies = [ 8548 "windows-core", 8549 "windows-link", 8550 "windows-threading", 8551] 8552 8553[[package]] 8554name = "windows-implement" 8555version = "0.60.2" 8556source = "registry+https://github.com/rust-lang/crates.io-index" 8557checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 8558dependencies = [ 8559 "proc-macro2", 8560 "quote", 8561 "syn 2.0.117", 8562] 8563 8564[[package]] 8565name = "windows-interface" 8566version = "0.59.3" 8567source = "registry+https://github.com/rust-lang/crates.io-index" 8568checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 8569dependencies = [ 8570 "proc-macro2", 8571 "quote", 8572 "syn 2.0.117", 8573] 8574 8575[[package]] 8576name = "windows-link" 8577version = "0.2.1" 8578source = "registry+https://github.com/rust-lang/crates.io-index" 8579checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 8580 8581[[package]] 8582name = "windows-numerics" 8583version = "0.3.1" 8584source = "registry+https://github.com/rust-lang/crates.io-index" 8585checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 8586dependencies = [ 8587 "windows-core", 8588 "windows-link", 8589] 8590 8591[[package]] 8592name = "windows-result" 8593version = "0.4.1" 8594source = "registry+https://github.com/rust-lang/crates.io-index" 8595checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 8596dependencies = [ 8597 "windows-link", 8598] 8599 8600[[package]] 8601name = "windows-strings" 8602version = "0.5.1" 8603source = "registry+https://github.com/rust-lang/crates.io-index" 8604checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 8605dependencies = [ 8606 "windows-link", 8607] 8608 8609[[package]] 8610name = "windows-sys" 8611version = "0.48.0" 8612source = "registry+https://github.com/rust-lang/crates.io-index" 8613checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 8614dependencies = [ 8615 "windows-targets 0.48.5", 8616] 8617 8618[[package]] 8619name = "windows-sys" 8620version = "0.52.0" 8621source = "registry+https://github.com/rust-lang/crates.io-index" 8622checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 8623dependencies = [ 8624 "windows-targets 0.52.6", 8625] 8626 8627[[package]] 8628name = "windows-sys" 8629version = "0.59.0" 8630source = "registry+https://github.com/rust-lang/crates.io-index" 8631checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 8632dependencies = [ 8633 "windows-targets 0.52.6", 8634] 8635 8636[[package]] 8637name = "windows-sys" 8638version = "0.60.2" 8639source = "registry+https://github.com/rust-lang/crates.io-index" 8640checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 8641dependencies = [ 8642 "windows-targets 0.53.5", 8643] 8644 8645[[package]] 8646name = "windows-sys" 8647version = "0.61.2" 8648source = "registry+https://github.com/rust-lang/crates.io-index" 8649checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 8650dependencies = [ 8651 "windows-link", 8652] 8653 8654[[package]] 8655name = "windows-targets" 8656version = "0.48.5" 8657source = "registry+https://github.com/rust-lang/crates.io-index" 8658checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 8659dependencies = [ 8660 "windows_aarch64_gnullvm 0.48.5", 8661 "windows_aarch64_msvc 0.48.5", 8662 "windows_i686_gnu 0.48.5", 8663 "windows_i686_msvc 0.48.5", 8664 "windows_x86_64_gnu 0.48.5", 8665 "windows_x86_64_gnullvm 0.48.5", 8666 "windows_x86_64_msvc 0.48.5", 8667] 8668 8669[[package]] 8670name = "windows-targets" 8671version = "0.52.6" 8672source = "registry+https://github.com/rust-lang/crates.io-index" 8673checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 8674dependencies = [ 8675 "windows_aarch64_gnullvm 0.52.6", 8676 "windows_aarch64_msvc 0.52.6", 8677 "windows_i686_gnu 0.52.6", 8678 "windows_i686_gnullvm 0.52.6", 8679 "windows_i686_msvc 0.52.6", 8680 "windows_x86_64_gnu 0.52.6", 8681 "windows_x86_64_gnullvm 0.52.6", 8682 "windows_x86_64_msvc 0.52.6", 8683] 8684 8685[[package]] 8686name = "windows-targets" 8687version = "0.53.5" 8688source = "registry+https://github.com/rust-lang/crates.io-index" 8689checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 8690dependencies = [ 8691 "windows-link", 8692 "windows_aarch64_gnullvm 0.53.1", 8693 "windows_aarch64_msvc 0.53.1", 8694 "windows_i686_gnu 0.53.1", 8695 "windows_i686_gnullvm 0.53.1", 8696 "windows_i686_msvc 0.53.1", 8697 "windows_x86_64_gnu 0.53.1", 8698 "windows_x86_64_gnullvm 0.53.1", 8699 "windows_x86_64_msvc 0.53.1", 8700] 8701 8702[[package]] 8703name = "windows-threading" 8704version = "0.2.1" 8705source = "registry+https://github.com/rust-lang/crates.io-index" 8706checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 8707dependencies = [ 8708 "windows-link", 8709] 8710 8711[[package]] 8712name = "windows_aarch64_gnullvm" 8713version = "0.48.5" 8714source = "registry+https://github.com/rust-lang/crates.io-index" 8715checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 8716 8717[[package]] 8718name = "windows_aarch64_gnullvm" 8719version = "0.52.6" 8720source = "registry+https://github.com/rust-lang/crates.io-index" 8721checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 8722 8723[[package]] 8724name = "windows_aarch64_gnullvm" 8725version = "0.53.1" 8726source = "registry+https://github.com/rust-lang/crates.io-index" 8727checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 8728 8729[[package]] 8730name = "windows_aarch64_msvc" 8731version = "0.48.5" 8732source = "registry+https://github.com/rust-lang/crates.io-index" 8733checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 8734 8735[[package]] 8736name = "windows_aarch64_msvc" 8737version = "0.52.6" 8738source = "registry+https://github.com/rust-lang/crates.io-index" 8739checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 8740 8741[[package]] 8742name = "windows_aarch64_msvc" 8743version = "0.53.1" 8744source = "registry+https://github.com/rust-lang/crates.io-index" 8745checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 8746 8747[[package]] 8748name = "windows_i686_gnu" 8749version = "0.48.5" 8750source = "registry+https://github.com/rust-lang/crates.io-index" 8751checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 8752 8753[[package]] 8754name = "windows_i686_gnu" 8755version = "0.52.6" 8756source = "registry+https://github.com/rust-lang/crates.io-index" 8757checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 8758 8759[[package]] 8760name = "windows_i686_gnu" 8761version = "0.53.1" 8762source = "registry+https://github.com/rust-lang/crates.io-index" 8763checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 8764 8765[[package]] 8766name = "windows_i686_gnullvm" 8767version = "0.52.6" 8768source = "registry+https://github.com/rust-lang/crates.io-index" 8769checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 8770 8771[[package]] 8772name = "windows_i686_gnullvm" 8773version = "0.53.1" 8774source = "registry+https://github.com/rust-lang/crates.io-index" 8775checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 8776 8777[[package]] 8778name = "windows_i686_msvc" 8779version = "0.48.5" 8780source = "registry+https://github.com/rust-lang/crates.io-index" 8781checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 8782 8783[[package]] 8784name = "windows_i686_msvc" 8785version = "0.52.6" 8786source = "registry+https://github.com/rust-lang/crates.io-index" 8787checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 8788 8789[[package]] 8790name = "windows_i686_msvc" 8791version = "0.53.1" 8792source = "registry+https://github.com/rust-lang/crates.io-index" 8793checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 8794 8795[[package]] 8796name = "windows_x86_64_gnu" 8797version = "0.48.5" 8798source = "registry+https://github.com/rust-lang/crates.io-index" 8799checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 8800 8801[[package]] 8802name = "windows_x86_64_gnu" 8803version = "0.52.6" 8804source = "registry+https://github.com/rust-lang/crates.io-index" 8805checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 8806 8807[[package]] 8808name = "windows_x86_64_gnu" 8809version = "0.53.1" 8810source = "registry+https://github.com/rust-lang/crates.io-index" 8811checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 8812 8813[[package]] 8814name = "windows_x86_64_gnullvm" 8815version = "0.48.5" 8816source = "registry+https://github.com/rust-lang/crates.io-index" 8817checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 8818 8819[[package]] 8820name = "windows_x86_64_gnullvm" 8821version = "0.52.6" 8822source = "registry+https://github.com/rust-lang/crates.io-index" 8823checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 8824 8825[[package]] 8826name = "windows_x86_64_gnullvm" 8827version = "0.53.1" 8828source = "registry+https://github.com/rust-lang/crates.io-index" 8829checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 8830 8831[[package]] 8832name = "windows_x86_64_msvc" 8833version = "0.48.5" 8834source = "registry+https://github.com/rust-lang/crates.io-index" 8835checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 8836 8837[[package]] 8838name = "windows_x86_64_msvc" 8839version = "0.52.6" 8840source = "registry+https://github.com/rust-lang/crates.io-index" 8841checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 8842 8843[[package]] 8844name = "windows_x86_64_msvc" 8845version = "0.53.1" 8846source = "registry+https://github.com/rust-lang/crates.io-index" 8847checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 8848 8849[[package]] 8850name = "winit" 8851version = "0.30.13" 8852source = "registry+https://github.com/rust-lang/crates.io-index" 8853checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d" 8854dependencies = [ 8855 "ahash 0.8.12", 8856 "android-activity", 8857 "atomic-waker", 8858 "bitflags 2.11.0", 8859 "block2 0.5.1", 8860 "bytemuck", 8861 "calloop 0.13.0", 8862 "cfg_aliases", 8863 "concurrent-queue", 8864 "core-foundation 0.9.4", 8865 "core-graphics", 8866 "cursor-icon", 8867 "dpi", 8868 "js-sys", 8869 "libc", 8870 "memmap2", 8871 "ndk", 8872 "objc2 0.5.2", 8873 "objc2-app-kit 0.2.2", 8874 "objc2-foundation 0.2.2", 8875 "objc2-ui-kit 0.2.2", 8876 "orbclient", 8877 "percent-encoding", 8878 "pin-project", 8879 "raw-window-handle", 8880 "redox_syscall 0.4.1", 8881 "rustix 0.38.44", 8882 "sctk-adwaita", 8883 "smithay-client-toolkit 0.19.2", 8884 "smol_str 0.2.2", 8885 "tracing", 8886 "unicode-segmentation", 8887 "wasm-bindgen", 8888 "wasm-bindgen-futures", 8889 "wayland-backend", 8890 "wayland-client", 8891 "wayland-protocols", 8892 "wayland-protocols-plasma", 8893 "web-sys", 8894 "web-time", 8895 "windows-sys 0.52.0", 8896 "x11-dl", 8897 "x11rb", 8898 "xkbcommon-dl", 8899] 8900 8901[[package]] 8902name = "winnow" 8903version = "0.7.15" 8904source = "registry+https://github.com/rust-lang/crates.io-index" 8905checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 8906dependencies = [ 8907 "memchr", 8908] 8909 8910[[package]] 8911name = "wit-bindgen" 8912version = "0.51.0" 8913source = "registry+https://github.com/rust-lang/crates.io-index" 8914checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 8915dependencies = [ 8916 "wit-bindgen-rust-macro", 8917] 8918 8919[[package]] 8920name = "wit-bindgen-core" 8921version = "0.51.0" 8922source = "registry+https://github.com/rust-lang/crates.io-index" 8923checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 8924dependencies = [ 8925 "anyhow", 8926 "heck 0.5.0", 8927 "wit-parser", 8928] 8929 8930[[package]] 8931name = "wit-bindgen-rust" 8932version = "0.51.0" 8933source = "registry+https://github.com/rust-lang/crates.io-index" 8934checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 8935dependencies = [ 8936 "anyhow", 8937 "heck 0.5.0", 8938 "indexmap", 8939 "prettyplease", 8940 "syn 2.0.117", 8941 "wasm-metadata", 8942 "wit-bindgen-core", 8943 "wit-component", 8944] 8945 8946[[package]] 8947name = "wit-bindgen-rust-macro" 8948version = "0.51.0" 8949source = "registry+https://github.com/rust-lang/crates.io-index" 8950checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 8951dependencies = [ 8952 "anyhow", 8953 "prettyplease", 8954 "proc-macro2", 8955 "quote", 8956 "syn 2.0.117", 8957 "wit-bindgen-core", 8958 "wit-bindgen-rust", 8959] 8960 8961[[package]] 8962name = "wit-component" 8963version = "0.244.0" 8964source = "registry+https://github.com/rust-lang/crates.io-index" 8965checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 8966dependencies = [ 8967 "anyhow", 8968 "bitflags 2.11.0", 8969 "indexmap", 8970 "log", 8971 "serde", 8972 "serde_derive", 8973 "serde_json", 8974 "wasm-encoder", 8975 "wasm-metadata", 8976 "wasmparser", 8977 "wit-parser", 8978] 8979 8980[[package]] 8981name = "wit-parser" 8982version = "0.244.0" 8983source = "registry+https://github.com/rust-lang/crates.io-index" 8984checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 8985dependencies = [ 8986 "anyhow", 8987 "id-arena", 8988 "indexmap", 8989 "log", 8990 "semver", 8991 "serde", 8992 "serde_derive", 8993 "serde_json", 8994 "unicode-xid", 8995 "wasmparser", 8996] 8997 8998[[package]] 8999name = "writeable" 9000version = "0.6.2" 9001source = "registry+https://github.com/rust-lang/crates.io-index" 9002checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 9003 9004[[package]] 9005name = "wyz" 9006version = "0.5.1" 9007source = "registry+https://github.com/rust-lang/crates.io-index" 9008checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 9009dependencies = [ 9010 "tap", 9011] 9012 9013[[package]] 9014name = "x11-dl" 9015version = "2.21.0" 9016source = "registry+https://github.com/rust-lang/crates.io-index" 9017checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 9018dependencies = [ 9019 "libc", 9020 "once_cell", 9021 "pkg-config", 9022] 9023 9024[[package]] 9025name = "x11rb" 9026version = "0.13.2" 9027source = "registry+https://github.com/rust-lang/crates.io-index" 9028checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" 9029dependencies = [ 9030 "as-raw-xcb-connection", 9031 "gethostname", 9032 "libc", 9033 "libloading", 9034 "once_cell", 9035 "rustix 1.1.4", 9036 "x11rb-protocol", 9037] 9038 9039[[package]] 9040name = "x11rb-protocol" 9041version = "0.13.2" 9042source = "registry+https://github.com/rust-lang/crates.io-index" 9043checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" 9044 9045[[package]] 9046name = "xcursor" 9047version = "0.3.10" 9048source = "registry+https://github.com/rust-lang/crates.io-index" 9049checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" 9050 9051[[package]] 9052name = "xkbcommon-dl" 9053version = "0.4.2" 9054source = "registry+https://github.com/rust-lang/crates.io-index" 9055checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 9056dependencies = [ 9057 "bitflags 2.11.0", 9058 "dlib", 9059 "log", 9060 "once_cell", 9061 "xkeysym", 9062] 9063 9064[[package]] 9065name = "xkeysym" 9066version = "0.2.1" 9067source = "registry+https://github.com/rust-lang/crates.io-index" 9068checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 9069 9070[[package]] 9071name = "xml-rs" 9072version = "0.8.28" 9073source = "registry+https://github.com/rust-lang/crates.io-index" 9074checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" 9075 9076[[package]] 9077name = "yansi" 9078version = "1.0.1" 9079source = "registry+https://github.com/rust-lang/crates.io-index" 9080checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 9081 9082[[package]] 9083name = "yoke" 9084version = "0.8.1" 9085source = "registry+https://github.com/rust-lang/crates.io-index" 9086checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 9087dependencies = [ 9088 "stable_deref_trait", 9089 "yoke-derive", 9090 "zerofrom", 9091] 9092 9093[[package]] 9094name = "yoke-derive" 9095version = "0.8.1" 9096source = "registry+https://github.com/rust-lang/crates.io-index" 9097checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 9098dependencies = [ 9099 "proc-macro2", 9100 "quote", 9101 "syn 2.0.117", 9102 "synstructure", 9103] 9104 9105[[package]] 9106name = "zbus" 9107version = "5.14.0" 9108source = "registry+https://github.com/rust-lang/crates.io-index" 9109checksum = "ca82f95dbd3943a40a53cfded6c2d0a2ca26192011846a1810c4256ef92c60bc" 9110dependencies = [ 9111 "async-broadcast", 9112 "async-executor", 9113 "async-io", 9114 "async-lock", 9115 "async-process", 9116 "async-recursion", 9117 "async-task", 9118 "async-trait", 9119 "blocking", 9120 "enumflags2", 9121 "event-listener 5.4.1", 9122 "futures-core", 9123 "futures-lite", 9124 "hex", 9125 "libc", 9126 "ordered-stream", 9127 "rustix 1.1.4", 9128 "serde", 9129 "serde_repr", 9130 "tracing", 9131 "uds_windows", 9132 "uuid", 9133 "windows-sys 0.61.2", 9134 "winnow", 9135 "zbus_macros", 9136 "zbus_names", 9137 "zvariant", 9138] 9139 9140[[package]] 9141name = "zbus-lockstep" 9142version = "0.5.2" 9143source = "registry+https://github.com/rust-lang/crates.io-index" 9144checksum = "6998de05217a084b7578728a9443d04ea4cd80f2a0839b8d78770b76ccd45863" 9145dependencies = [ 9146 "zbus_xml", 9147 "zvariant", 9148] 9149 9150[[package]] 9151name = "zbus-lockstep-macros" 9152version = "0.5.2" 9153source = "registry+https://github.com/rust-lang/crates.io-index" 9154checksum = "10da05367f3a7b7553c8cdf8fa91aee6b64afebe32b51c95177957efc47ca3a0" 9155dependencies = [ 9156 "proc-macro2", 9157 "quote", 9158 "syn 2.0.117", 9159 "zbus-lockstep", 9160 "zbus_xml", 9161 "zvariant", 9162] 9163 9164[[package]] 9165name = "zbus_macros" 9166version = "5.14.0" 9167source = "registry+https://github.com/rust-lang/crates.io-index" 9168checksum = "897e79616e84aac4b2c46e9132a4f63b93105d54fe8c0e8f6bffc21fa8d49222" 9169dependencies = [ 9170 "proc-macro-crate", 9171 "proc-macro2", 9172 "quote", 9173 "syn 2.0.117", 9174 "zbus_names", 9175 "zvariant", 9176 "zvariant_utils", 9177] 9178 9179[[package]] 9180name = "zbus_names" 9181version = "4.3.1" 9182source = "registry+https://github.com/rust-lang/crates.io-index" 9183checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f" 9184dependencies = [ 9185 "serde", 9186 "winnow", 9187 "zvariant", 9188] 9189 9190[[package]] 9191name = "zbus_xml" 9192version = "5.1.0" 9193source = "registry+https://github.com/rust-lang/crates.io-index" 9194checksum = "441a0064125265655bccc3a6af6bef56814d9277ac83fce48b1cd7e160b80eac" 9195dependencies = [ 9196 "quick-xml 0.38.4", 9197 "serde", 9198 "zbus_names", 9199 "zvariant", 9200] 9201 9202[[package]] 9203name = "zerocopy" 9204version = "0.8.42" 9205source = "registry+https://github.com/rust-lang/crates.io-index" 9206checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" 9207dependencies = [ 9208 "zerocopy-derive", 9209] 9210 9211[[package]] 9212name = "zerocopy-derive" 9213version = "0.8.42" 9214source = "registry+https://github.com/rust-lang/crates.io-index" 9215checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" 9216dependencies = [ 9217 "proc-macro2", 9218 "quote", 9219 "syn 2.0.117", 9220] 9221 9222[[package]] 9223name = "zerofrom" 9224version = "0.1.6" 9225source = "registry+https://github.com/rust-lang/crates.io-index" 9226checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 9227dependencies = [ 9228 "zerofrom-derive", 9229] 9230 9231[[package]] 9232name = "zerofrom-derive" 9233version = "0.1.6" 9234source = "registry+https://github.com/rust-lang/crates.io-index" 9235checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 9236dependencies = [ 9237 "proc-macro2", 9238 "quote", 9239 "syn 2.0.117", 9240 "synstructure", 9241] 9242 9243[[package]] 9244name = "zeroize" 9245version = "1.8.2" 9246source = "registry+https://github.com/rust-lang/crates.io-index" 9247checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 9248 9249[[package]] 9250name = "zerotrie" 9251version = "0.2.3" 9252source = "registry+https://github.com/rust-lang/crates.io-index" 9253checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 9254dependencies = [ 9255 "displaydoc", 9256 "yoke", 9257 "zerofrom", 9258] 9259 9260[[package]] 9261name = "zerovec" 9262version = "0.11.5" 9263source = "registry+https://github.com/rust-lang/crates.io-index" 9264checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 9265dependencies = [ 9266 "yoke", 9267 "zerofrom", 9268 "zerovec-derive", 9269] 9270 9271[[package]] 9272name = "zerovec-derive" 9273version = "0.11.2" 9274source = "registry+https://github.com/rust-lang/crates.io-index" 9275checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 9276dependencies = [ 9277 "proc-macro2", 9278 "quote", 9279 "syn 2.0.117", 9280] 9281 9282[[package]] 9283name = "zlib-rs" 9284version = "0.5.5" 9285source = "registry+https://github.com/rust-lang/crates.io-index" 9286checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3" 9287 9288[[package]] 9289name = "zmij" 9290version = "1.0.21" 9291source = "registry+https://github.com/rust-lang/crates.io-index" 9292checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 9293 9294[[package]] 9295name = "zune-core" 9296version = "0.5.1" 9297source = "registry+https://github.com/rust-lang/crates.io-index" 9298checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" 9299 9300[[package]] 9301name = "zune-jpeg" 9302version = "0.5.15" 9303source = "registry+https://github.com/rust-lang/crates.io-index" 9304checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296" 9305dependencies = [ 9306 "zune-core", 9307] 9308 9309[[package]] 9310name = "zvariant" 9311version = "5.10.0" 9312source = "registry+https://github.com/rust-lang/crates.io-index" 9313checksum = "5708299b21903bbe348e94729f22c49c55d04720a004aa350f1f9c122fd2540b" 9314dependencies = [ 9315 "endi", 9316 "enumflags2", 9317 "serde", 9318 "winnow", 9319 "zvariant_derive", 9320 "zvariant_utils", 9321] 9322 9323[[package]] 9324name = "zvariant_derive" 9325version = "5.10.0" 9326source = "registry+https://github.com/rust-lang/crates.io-index" 9327checksum = "5b59b012ebe9c46656f9cc08d8da8b4c726510aef12559da3e5f1bf72780752c" 9328dependencies = [ 9329 "proc-macro-crate", 9330 "proc-macro2", 9331 "quote", 9332 "syn 2.0.117", 9333 "zvariant_utils", 9334] 9335 9336[[package]] 9337name = "zvariant_utils" 9338version = "3.3.0" 9339source = "registry+https://github.com/rust-lang/crates.io-index" 9340checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9" 9341dependencies = [ 9342 "proc-macro2", 9343 "quote", 9344 "serde", 9345 "syn 2.0.117", 9346 "winnow", 9347]