A library for ATProtocol identities.
at main 3835 lines 92 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 = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "allocator-api2" 16version = "0.2.21" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 19 20[[package]] 21name = "anes" 22version = "0.1.6" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 25 26[[package]] 27name = "anstream" 28version = "0.6.21" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 31dependencies = [ 32 "anstyle", 33 "anstyle-parse", 34 "anstyle-query", 35 "anstyle-wincon", 36 "colorchoice", 37 "is_terminal_polyfill", 38 "utf8parse", 39] 40 41[[package]] 42name = "anstyle" 43version = "1.0.13" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 46 47[[package]] 48name = "anstyle-parse" 49version = "0.2.7" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 52dependencies = [ 53 "utf8parse", 54] 55 56[[package]] 57name = "anstyle-query" 58version = "1.1.5" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 61dependencies = [ 62 "windows-sys 0.61.2", 63] 64 65[[package]] 66name = "anstyle-wincon" 67version = "3.0.11" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 70dependencies = [ 71 "anstyle", 72 "once_cell_polyfill", 73 "windows-sys 0.61.2", 74] 75 76[[package]] 77name = "anyhow" 78version = "1.0.100" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 81 82[[package]] 83name = "arrayref" 84version = "0.3.9" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 87 88[[package]] 89name = "arrayvec" 90version = "0.7.6" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 93 94[[package]] 95name = "async-trait" 96version = "0.1.89" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 99dependencies = [ 100 "proc-macro2", 101 "quote", 102 "syn", 103] 104 105[[package]] 106name = "atomic-waker" 107version = "1.1.2" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 110 111[[package]] 112name = "atproto-attestation" 113version = "0.13.0" 114dependencies = [ 115 "anyhow", 116 "async-trait", 117 "atproto-client", 118 "atproto-dasl", 119 "atproto-identity", 120 "atproto-record", 121 "base64", 122 "chrono", 123 "cid", 124 "clap", 125 "elliptic-curve", 126 "k256", 127 "multihash", 128 "p256", 129 "reqwest", 130 "serde", 131 "serde_json", 132 "sha2", 133 "thiserror 2.0.18", 134 "tokio", 135] 136 137[[package]] 138name = "atproto-client" 139version = "0.13.0" 140dependencies = [ 141 "anyhow", 142 "async-trait", 143 "atproto-identity", 144 "atproto-oauth", 145 "atproto-record", 146 "bytes", 147 "clap", 148 "reqwest", 149 "reqwest-chain", 150 "reqwest-middleware", 151 "rpassword", 152 "secrecy", 153 "serde", 154 "serde_json", 155 "thiserror 2.0.18", 156 "tokio", 157 "tracing", 158 "urlencoding", 159] 160 161[[package]] 162name = "atproto-dasl" 163version = "0.13.0" 164dependencies = [ 165 "anyhow", 166 "axum", 167 "blake3", 168 "bytes", 169 "cid", 170 "clap", 171 "criterion", 172 "futures", 173 "hex", 174 "http", 175 "multihash", 176 "proptest", 177 "reqwest", 178 "serde", 179 "serde_bytes", 180 "serde_json", 181 "sha2", 182 "tempfile", 183 "thiserror 2.0.18", 184 "tokio", 185 "tracing", 186 "url", 187] 188 189[[package]] 190name = "atproto-extras" 191version = "0.13.0" 192dependencies = [ 193 "anyhow", 194 "async-trait", 195 "atproto-identity", 196 "atproto-record", 197 "clap", 198 "regex", 199 "reqwest", 200 "serde_json", 201 "tokio", 202] 203 204[[package]] 205name = "atproto-identity" 206version = "0.13.0" 207dependencies = [ 208 "anyhow", 209 "async-trait", 210 "atproto-dasl", 211 "base64", 212 "chrono", 213 "clap", 214 "data-encoding", 215 "ecdsa", 216 "elliptic-curve", 217 "hickory-resolver", 218 "k256", 219 "lru", 220 "multibase", 221 "p256", 222 "p384", 223 "rand 0.8.5", 224 "reqwest", 225 "serde", 226 "serde_json", 227 "sha2", 228 "thiserror 2.0.18", 229 "tokio", 230 "tracing", 231 "url", 232 "urlencoding", 233 "zeroize", 234] 235 236[[package]] 237name = "atproto-jetstream" 238version = "0.13.0" 239dependencies = [ 240 "anyhow", 241 "async-trait", 242 "atproto-identity", 243 "clap", 244 "futures", 245 "http", 246 "serde", 247 "serde_json", 248 "thiserror 2.0.18", 249 "tokio", 250 "tokio-util", 251 "tokio-websockets", 252 "tracing", 253 "tracing-subscriber", 254 "urlencoding", 255 "zstd", 256] 257 258[[package]] 259name = "atproto-lexicon" 260version = "0.13.0" 261dependencies = [ 262 "anyhow", 263 "async-trait", 264 "atproto-client", 265 "atproto-dasl", 266 "atproto-identity", 267 "base64", 268 "bitflags", 269 "clap", 270 "hickory-resolver", 271 "indexmap", 272 "regex", 273 "reqwest", 274 "serde", 275 "serde_json", 276 "thiserror 2.0.18", 277 "tokio", 278 "tracing", 279 "unicode-segmentation", 280 "zeroize", 281] 282 283[[package]] 284name = "atproto-oauth" 285version = "0.13.0" 286dependencies = [ 287 "anyhow", 288 "async-trait", 289 "atproto-identity", 290 "base64", 291 "chrono", 292 "clap", 293 "ecdsa", 294 "elliptic-curve", 295 "k256", 296 "lru", 297 "multibase", 298 "p256", 299 "p384", 300 "rand 0.8.5", 301 "reqwest", 302 "reqwest-chain", 303 "reqwest-middleware", 304 "serde", 305 "serde_json", 306 "sha2", 307 "thiserror 2.0.18", 308 "tokio", 309 "tracing", 310 "ulid", 311 "zeroize", 312] 313 314[[package]] 315name = "atproto-oauth-aip" 316version = "0.13.0" 317dependencies = [ 318 "anyhow", 319 "atproto-identity", 320 "atproto-oauth", 321 "chrono", 322 "reqwest", 323 "serde", 324 "serde_json", 325 "thiserror 2.0.18", 326 "zeroize", 327] 328 329[[package]] 330name = "atproto-oauth-axum" 331version = "0.13.0" 332dependencies = [ 333 "anyhow", 334 "async-trait", 335 "atproto-identity", 336 "atproto-oauth", 337 "atproto-record", 338 "axum", 339 "chrono", 340 "clap", 341 "elliptic-curve", 342 "hickory-resolver", 343 "http", 344 "rand 0.8.5", 345 "reqwest", 346 "reqwest-chain", 347 "reqwest-middleware", 348 "rpassword", 349 "secrecy", 350 "serde", 351 "serde_json", 352 "thiserror 2.0.18", 353 "tokio", 354 "tracing", 355 "zeroize", 356] 357 358[[package]] 359name = "atproto-record" 360version = "0.13.0" 361dependencies = [ 362 "anyhow", 363 "async-trait", 364 "atproto-dasl", 365 "atproto-identity", 366 "base64", 367 "chrono", 368 "cid", 369 "clap", 370 "multihash", 371 "rand 0.8.5", 372 "serde", 373 "serde_json", 374 "sha2", 375 "thiserror 2.0.18", 376 "tokio", 377] 378 379[[package]] 380name = "atproto-repo" 381version = "0.13.0" 382dependencies = [ 383 "anyhow", 384 "async-trait", 385 "atproto-dasl", 386 "atproto-identity", 387 "cid", 388 "clap", 389 "futures", 390 "multihash", 391 "reqwest", 392 "serde", 393 "serde_bytes", 394 "serde_json", 395 "sha2", 396 "tempfile", 397 "thiserror 2.0.18", 398 "tokio", 399 "tracing", 400] 401 402[[package]] 403name = "atproto-tap" 404version = "0.13.0" 405dependencies = [ 406 "atproto-client", 407 "atproto-identity", 408 "base64", 409 "clap", 410 "compact_str", 411 "futures", 412 "http", 413 "itoa", 414 "reqwest", 415 "serde", 416 "serde_json", 417 "thiserror 2.0.18", 418 "tokio", 419 "tokio-stream", 420 "tokio-websockets", 421 "tracing", 422 "tracing-subscriber", 423] 424 425[[package]] 426name = "atproto-xrpcs" 427version = "0.13.0" 428dependencies = [ 429 "anyhow", 430 "async-trait", 431 "atproto-identity", 432 "atproto-oauth", 433 "atproto-record", 434 "axum", 435 "base64", 436 "chrono", 437 "elliptic-curve", 438 "hickory-resolver", 439 "http", 440 "rand 0.8.5", 441 "reqwest", 442 "reqwest-chain", 443 "reqwest-middleware", 444 "serde", 445 "serde_json", 446 "thiserror 2.0.18", 447 "tokio", 448 "tracing", 449] 450 451[[package]] 452name = "atproto-xrpcs-helloworld" 453version = "0.13.0" 454dependencies = [ 455 "anyhow", 456 "async-trait", 457 "atproto-identity", 458 "atproto-oauth", 459 "atproto-record", 460 "atproto-xrpcs", 461 "axum", 462 "chrono", 463 "clap", 464 "elliptic-curve", 465 "hickory-resolver", 466 "http", 467 "rand 0.8.5", 468 "reqwest", 469 "reqwest-chain", 470 "reqwest-middleware", 471 "serde", 472 "serde_json", 473 "thiserror 2.0.18", 474 "tokio", 475 "tracing", 476] 477 478[[package]] 479name = "autocfg" 480version = "1.5.0" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 483 484[[package]] 485name = "axum" 486version = "0.8.8" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" 489dependencies = [ 490 "axum-core", 491 "axum-macros", 492 "bytes", 493 "form_urlencoded", 494 "futures-util", 495 "http", 496 "http-body", 497 "http-body-util", 498 "hyper", 499 "hyper-util", 500 "itoa", 501 "matchit", 502 "memchr", 503 "mime", 504 "percent-encoding", 505 "pin-project-lite", 506 "serde_core", 507 "serde_json", 508 "serde_path_to_error", 509 "serde_urlencoded", 510 "sync_wrapper", 511 "tokio", 512 "tower", 513 "tower-layer", 514 "tower-service", 515 "tracing", 516] 517 518[[package]] 519name = "axum-core" 520version = "0.5.6" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 523dependencies = [ 524 "bytes", 525 "futures-core", 526 "http", 527 "http-body", 528 "http-body-util", 529 "mime", 530 "pin-project-lite", 531 "sync_wrapper", 532 "tower-layer", 533 "tower-service", 534 "tracing", 535] 536 537[[package]] 538name = "axum-macros" 539version = "0.5.0" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" 542dependencies = [ 543 "proc-macro2", 544 "quote", 545 "syn", 546] 547 548[[package]] 549name = "base-x" 550version = "0.2.11" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 553 554[[package]] 555name = "base16ct" 556version = "0.2.0" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 559 560[[package]] 561name = "base256emoji" 562version = "1.0.2" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 565dependencies = [ 566 "const-str", 567 "match-lookup", 568] 569 570[[package]] 571name = "base64" 572version = "0.22.1" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 575 576[[package]] 577name = "base64ct" 578version = "1.8.3" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 581 582[[package]] 583name = "bit-set" 584version = "0.8.0" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 587dependencies = [ 588 "bit-vec", 589] 590 591[[package]] 592name = "bit-vec" 593version = "0.8.0" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 596 597[[package]] 598name = "bitflags" 599version = "2.10.0" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 602 603[[package]] 604name = "blake3" 605version = "1.8.3" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d" 608dependencies = [ 609 "arrayref", 610 "arrayvec", 611 "cc", 612 "cfg-if", 613 "constant_time_eq", 614 "cpufeatures", 615] 616 617[[package]] 618name = "block-buffer" 619version = "0.10.4" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 622dependencies = [ 623 "generic-array", 624] 625 626[[package]] 627name = "bumpalo" 628version = "3.19.1" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 631 632[[package]] 633name = "bytes" 634version = "1.11.0" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 637 638[[package]] 639name = "cast" 640version = "0.3.0" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 643 644[[package]] 645name = "castaway" 646version = "0.2.4" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 649dependencies = [ 650 "rustversion", 651] 652 653[[package]] 654name = "cc" 655version = "1.2.54" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583" 658dependencies = [ 659 "find-msvc-tools", 660 "jobserver", 661 "libc", 662 "shlex", 663] 664 665[[package]] 666name = "cfg-if" 667version = "1.0.4" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 670 671[[package]] 672name = "cfg_aliases" 673version = "0.2.1" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 676 677[[package]] 678name = "chrono" 679version = "0.4.43" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" 682dependencies = [ 683 "num-traits", 684 "serde", 685] 686 687[[package]] 688name = "ciborium" 689version = "0.2.2" 690source = "registry+https://github.com/rust-lang/crates.io-index" 691checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 692dependencies = [ 693 "ciborium-io", 694 "ciborium-ll", 695 "serde", 696] 697 698[[package]] 699name = "ciborium-io" 700version = "0.2.2" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 703 704[[package]] 705name = "ciborium-ll" 706version = "0.2.2" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 709dependencies = [ 710 "ciborium-io", 711 "half", 712] 713 714[[package]] 715name = "cid" 716version = "0.11.1" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 719dependencies = [ 720 "core2", 721 "multibase", 722 "multihash", 723 "unsigned-varint", 724] 725 726[[package]] 727name = "clap" 728version = "4.5.54" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" 731dependencies = [ 732 "clap_builder", 733 "clap_derive", 734] 735 736[[package]] 737name = "clap_builder" 738version = "4.5.54" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" 741dependencies = [ 742 "anstream", 743 "anstyle", 744 "clap_lex", 745 "strsim", 746] 747 748[[package]] 749name = "clap_derive" 750version = "4.5.49" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" 753dependencies = [ 754 "heck", 755 "proc-macro2", 756 "quote", 757 "syn", 758] 759 760[[package]] 761name = "clap_lex" 762version = "0.7.7" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" 765 766[[package]] 767name = "colorchoice" 768version = "1.0.4" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 771 772[[package]] 773name = "compact_str" 774version = "0.8.1" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" 777dependencies = [ 778 "castaway", 779 "cfg-if", 780 "itoa", 781 "rustversion", 782 "ryu", 783 "serde", 784 "static_assertions", 785] 786 787[[package]] 788name = "const-oid" 789version = "0.9.6" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 792 793[[package]] 794name = "const-str" 795version = "0.4.3" 796source = "registry+https://github.com/rust-lang/crates.io-index" 797checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 798 799[[package]] 800name = "constant_time_eq" 801version = "0.4.2" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" 804 805[[package]] 806name = "core-foundation" 807version = "0.9.4" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 810dependencies = [ 811 "core-foundation-sys", 812 "libc", 813] 814 815[[package]] 816name = "core-foundation" 817version = "0.10.1" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 820dependencies = [ 821 "core-foundation-sys", 822 "libc", 823] 824 825[[package]] 826name = "core-foundation-sys" 827version = "0.8.7" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 830 831[[package]] 832name = "core2" 833version = "0.4.0" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 836dependencies = [ 837 "memchr", 838] 839 840[[package]] 841name = "cpufeatures" 842version = "0.2.17" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 845dependencies = [ 846 "libc", 847] 848 849[[package]] 850name = "criterion" 851version = "0.5.1" 852source = "registry+https://github.com/rust-lang/crates.io-index" 853checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 854dependencies = [ 855 "anes", 856 "cast", 857 "ciborium", 858 "clap", 859 "criterion-plot", 860 "is-terminal", 861 "itertools", 862 "num-traits", 863 "once_cell", 864 "oorandom", 865 "plotters", 866 "rayon", 867 "regex", 868 "serde", 869 "serde_derive", 870 "serde_json", 871 "tinytemplate", 872 "walkdir", 873] 874 875[[package]] 876name = "criterion-plot" 877version = "0.5.0" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 880dependencies = [ 881 "cast", 882 "itertools", 883] 884 885[[package]] 886name = "critical-section" 887version = "1.2.0" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 890 891[[package]] 892name = "crossbeam-channel" 893version = "0.5.15" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 896dependencies = [ 897 "crossbeam-utils", 898] 899 900[[package]] 901name = "crossbeam-deque" 902version = "0.8.6" 903source = "registry+https://github.com/rust-lang/crates.io-index" 904checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 905dependencies = [ 906 "crossbeam-epoch", 907 "crossbeam-utils", 908] 909 910[[package]] 911name = "crossbeam-epoch" 912version = "0.9.18" 913source = "registry+https://github.com/rust-lang/crates.io-index" 914checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 915dependencies = [ 916 "crossbeam-utils", 917] 918 919[[package]] 920name = "crossbeam-utils" 921version = "0.8.21" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 924 925[[package]] 926name = "crunchy" 927version = "0.2.4" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 930 931[[package]] 932name = "crypto-bigint" 933version = "0.5.5" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 936dependencies = [ 937 "generic-array", 938 "rand_core 0.6.4", 939 "subtle", 940 "zeroize", 941] 942 943[[package]] 944name = "crypto-common" 945version = "0.1.6" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 948dependencies = [ 949 "generic-array", 950 "typenum", 951] 952 953[[package]] 954name = "data-encoding" 955version = "2.10.0" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 958 959[[package]] 960name = "data-encoding-macro" 961version = "0.1.19" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb" 964dependencies = [ 965 "data-encoding", 966 "data-encoding-macro-internal", 967] 968 969[[package]] 970name = "data-encoding-macro-internal" 971version = "0.1.17" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" 974dependencies = [ 975 "data-encoding", 976 "syn", 977] 978 979[[package]] 980name = "der" 981version = "0.7.10" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 984dependencies = [ 985 "const-oid", 986 "pem-rfc7468", 987 "zeroize", 988] 989 990[[package]] 991name = "digest" 992version = "0.10.7" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 995dependencies = [ 996 "block-buffer", 997 "const-oid", 998 "crypto-common", 999 "subtle", 1000] 1001 1002[[package]] 1003name = "displaydoc" 1004version = "0.2.5" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1007dependencies = [ 1008 "proc-macro2", 1009 "quote", 1010 "syn", 1011] 1012 1013[[package]] 1014name = "ecdsa" 1015version = "0.16.9" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1018dependencies = [ 1019 "der", 1020 "digest", 1021 "elliptic-curve", 1022 "rfc6979", 1023 "serdect", 1024 "signature", 1025 "spki", 1026] 1027 1028[[package]] 1029name = "either" 1030version = "1.15.0" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1033 1034[[package]] 1035name = "elliptic-curve" 1036version = "0.13.8" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1039dependencies = [ 1040 "base16ct", 1041 "base64ct", 1042 "crypto-bigint", 1043 "digest", 1044 "ff", 1045 "generic-array", 1046 "group", 1047 "hkdf", 1048 "pem-rfc7468", 1049 "pkcs8", 1050 "rand_core 0.6.4", 1051 "sec1", 1052 "serde_json", 1053 "serdect", 1054 "subtle", 1055 "zeroize", 1056] 1057 1058[[package]] 1059name = "encoding_rs" 1060version = "0.8.35" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1063dependencies = [ 1064 "cfg-if", 1065] 1066 1067[[package]] 1068name = "enum-as-inner" 1069version = "0.6.1" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 1072dependencies = [ 1073 "heck", 1074 "proc-macro2", 1075 "quote", 1076 "syn", 1077] 1078 1079[[package]] 1080name = "equivalent" 1081version = "1.0.2" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1084 1085[[package]] 1086name = "errno" 1087version = "0.3.14" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1090dependencies = [ 1091 "libc", 1092 "windows-sys 0.61.2", 1093] 1094 1095[[package]] 1096name = "fastrand" 1097version = "2.3.0" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1100 1101[[package]] 1102name = "ff" 1103version = "0.13.1" 1104source = "registry+https://github.com/rust-lang/crates.io-index" 1105checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1106dependencies = [ 1107 "rand_core 0.6.4", 1108 "subtle", 1109] 1110 1111[[package]] 1112name = "find-msvc-tools" 1113version = "0.1.8" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" 1116 1117[[package]] 1118name = "fnv" 1119version = "1.0.7" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1122 1123[[package]] 1124name = "foldhash" 1125version = "0.1.5" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1128 1129[[package]] 1130name = "form_urlencoded" 1131version = "1.2.2" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1134dependencies = [ 1135 "percent-encoding", 1136] 1137 1138[[package]] 1139name = "futures" 1140version = "0.3.31" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1143dependencies = [ 1144 "futures-channel", 1145 "futures-core", 1146 "futures-executor", 1147 "futures-io", 1148 "futures-sink", 1149 "futures-task", 1150 "futures-util", 1151] 1152 1153[[package]] 1154name = "futures-channel" 1155version = "0.3.31" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1158dependencies = [ 1159 "futures-core", 1160 "futures-sink", 1161] 1162 1163[[package]] 1164name = "futures-core" 1165version = "0.3.31" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1168 1169[[package]] 1170name = "futures-executor" 1171version = "0.3.31" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1174dependencies = [ 1175 "futures-core", 1176 "futures-task", 1177 "futures-util", 1178] 1179 1180[[package]] 1181name = "futures-io" 1182version = "0.3.31" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1185 1186[[package]] 1187name = "futures-macro" 1188version = "0.3.31" 1189source = "registry+https://github.com/rust-lang/crates.io-index" 1190checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1191dependencies = [ 1192 "proc-macro2", 1193 "quote", 1194 "syn", 1195] 1196 1197[[package]] 1198name = "futures-sink" 1199version = "0.3.31" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1202 1203[[package]] 1204name = "futures-task" 1205version = "0.3.31" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1208 1209[[package]] 1210name = "futures-util" 1211version = "0.3.31" 1212source = "registry+https://github.com/rust-lang/crates.io-index" 1213checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1214dependencies = [ 1215 "futures-channel", 1216 "futures-core", 1217 "futures-io", 1218 "futures-macro", 1219 "futures-sink", 1220 "futures-task", 1221 "memchr", 1222 "pin-project-lite", 1223 "pin-utils", 1224 "slab", 1225] 1226 1227[[package]] 1228name = "generic-array" 1229version = "0.14.9" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1232dependencies = [ 1233 "typenum", 1234 "version_check", 1235 "zeroize", 1236] 1237 1238[[package]] 1239name = "getrandom" 1240version = "0.2.17" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1243dependencies = [ 1244 "cfg-if", 1245 "js-sys", 1246 "libc", 1247 "wasi", 1248 "wasm-bindgen", 1249] 1250 1251[[package]] 1252name = "getrandom" 1253version = "0.3.4" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1256dependencies = [ 1257 "cfg-if", 1258 "js-sys", 1259 "libc", 1260 "r-efi", 1261 "wasip2", 1262 "wasm-bindgen", 1263] 1264 1265[[package]] 1266name = "group" 1267version = "0.13.0" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1270dependencies = [ 1271 "ff", 1272 "rand_core 0.6.4", 1273 "subtle", 1274] 1275 1276[[package]] 1277name = "h2" 1278version = "0.4.13" 1279source = "registry+https://github.com/rust-lang/crates.io-index" 1280checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 1281dependencies = [ 1282 "atomic-waker", 1283 "bytes", 1284 "fnv", 1285 "futures-core", 1286 "futures-sink", 1287 "http", 1288 "indexmap", 1289 "slab", 1290 "tokio", 1291 "tokio-util", 1292 "tracing", 1293] 1294 1295[[package]] 1296name = "half" 1297version = "2.7.1" 1298source = "registry+https://github.com/rust-lang/crates.io-index" 1299checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1300dependencies = [ 1301 "cfg-if", 1302 "crunchy", 1303 "zerocopy", 1304] 1305 1306[[package]] 1307name = "hashbrown" 1308version = "0.15.5" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1311dependencies = [ 1312 "allocator-api2", 1313 "equivalent", 1314 "foldhash", 1315] 1316 1317[[package]] 1318name = "hashbrown" 1319version = "0.16.1" 1320source = "registry+https://github.com/rust-lang/crates.io-index" 1321checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1322 1323[[package]] 1324name = "heck" 1325version = "0.5.0" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1328 1329[[package]] 1330name = "hermit-abi" 1331version = "0.5.2" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1334 1335[[package]] 1336name = "hex" 1337version = "0.4.3" 1338source = "registry+https://github.com/rust-lang/crates.io-index" 1339checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1340 1341[[package]] 1342name = "hickory-proto" 1343version = "0.25.2" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 1346dependencies = [ 1347 "async-trait", 1348 "cfg-if", 1349 "data-encoding", 1350 "enum-as-inner", 1351 "futures-channel", 1352 "futures-io", 1353 "futures-util", 1354 "idna", 1355 "ipnet", 1356 "once_cell", 1357 "rand 0.9.2", 1358 "ring", 1359 "thiserror 2.0.18", 1360 "tinyvec", 1361 "tokio", 1362 "tracing", 1363 "url", 1364] 1365 1366[[package]] 1367name = "hickory-resolver" 1368version = "0.25.2" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 1371dependencies = [ 1372 "cfg-if", 1373 "futures-util", 1374 "hickory-proto", 1375 "ipconfig", 1376 "moka", 1377 "once_cell", 1378 "parking_lot", 1379 "rand 0.9.2", 1380 "resolv-conf", 1381 "smallvec", 1382 "thiserror 2.0.18", 1383 "tokio", 1384 "tracing", 1385] 1386 1387[[package]] 1388name = "hkdf" 1389version = "0.12.4" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1392dependencies = [ 1393 "hmac", 1394] 1395 1396[[package]] 1397name = "hmac" 1398version = "0.12.1" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1401dependencies = [ 1402 "digest", 1403] 1404 1405[[package]] 1406name = "http" 1407version = "1.4.0" 1408source = "registry+https://github.com/rust-lang/crates.io-index" 1409checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1410dependencies = [ 1411 "bytes", 1412 "itoa", 1413] 1414 1415[[package]] 1416name = "http-body" 1417version = "1.0.1" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1420dependencies = [ 1421 "bytes", 1422 "http", 1423] 1424 1425[[package]] 1426name = "http-body-util" 1427version = "0.1.3" 1428source = "registry+https://github.com/rust-lang/crates.io-index" 1429checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1430dependencies = [ 1431 "bytes", 1432 "futures-core", 1433 "http", 1434 "http-body", 1435 "pin-project-lite", 1436] 1437 1438[[package]] 1439name = "httparse" 1440version = "1.10.1" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1443 1444[[package]] 1445name = "httpdate" 1446version = "1.0.3" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1449 1450[[package]] 1451name = "hyper" 1452version = "1.8.1" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1455dependencies = [ 1456 "atomic-waker", 1457 "bytes", 1458 "futures-channel", 1459 "futures-core", 1460 "h2", 1461 "http", 1462 "http-body", 1463 "httparse", 1464 "httpdate", 1465 "itoa", 1466 "pin-project-lite", 1467 "pin-utils", 1468 "smallvec", 1469 "tokio", 1470 "want", 1471] 1472 1473[[package]] 1474name = "hyper-rustls" 1475version = "0.27.7" 1476source = "registry+https://github.com/rust-lang/crates.io-index" 1477checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1478dependencies = [ 1479 "http", 1480 "hyper", 1481 "hyper-util", 1482 "rustls", 1483 "rustls-pki-types", 1484 "tokio", 1485 "tokio-rustls", 1486 "tower-service", 1487 "webpki-roots", 1488] 1489 1490[[package]] 1491name = "hyper-util" 1492version = "0.1.19" 1493source = "registry+https://github.com/rust-lang/crates.io-index" 1494checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 1495dependencies = [ 1496 "base64", 1497 "bytes", 1498 "futures-channel", 1499 "futures-core", 1500 "futures-util", 1501 "http", 1502 "http-body", 1503 "hyper", 1504 "ipnet", 1505 "libc", 1506 "percent-encoding", 1507 "pin-project-lite", 1508 "socket2 0.6.2", 1509 "system-configuration", 1510 "tokio", 1511 "tower-service", 1512 "tracing", 1513 "windows-registry", 1514] 1515 1516[[package]] 1517name = "icu_collections" 1518version = "2.1.1" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1521dependencies = [ 1522 "displaydoc", 1523 "potential_utf", 1524 "yoke", 1525 "zerofrom", 1526 "zerovec", 1527] 1528 1529[[package]] 1530name = "icu_locale_core" 1531version = "2.1.1" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1534dependencies = [ 1535 "displaydoc", 1536 "litemap", 1537 "tinystr", 1538 "writeable", 1539 "zerovec", 1540] 1541 1542[[package]] 1543name = "icu_normalizer" 1544version = "2.1.1" 1545source = "registry+https://github.com/rust-lang/crates.io-index" 1546checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1547dependencies = [ 1548 "icu_collections", 1549 "icu_normalizer_data", 1550 "icu_properties", 1551 "icu_provider", 1552 "smallvec", 1553 "zerovec", 1554] 1555 1556[[package]] 1557name = "icu_normalizer_data" 1558version = "2.1.1" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1561 1562[[package]] 1563name = "icu_properties" 1564version = "2.1.2" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 1567dependencies = [ 1568 "icu_collections", 1569 "icu_locale_core", 1570 "icu_properties_data", 1571 "icu_provider", 1572 "zerotrie", 1573 "zerovec", 1574] 1575 1576[[package]] 1577name = "icu_properties_data" 1578version = "2.1.2" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 1581 1582[[package]] 1583name = "icu_provider" 1584version = "2.1.1" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1587dependencies = [ 1588 "displaydoc", 1589 "icu_locale_core", 1590 "writeable", 1591 "yoke", 1592 "zerofrom", 1593 "zerotrie", 1594 "zerovec", 1595] 1596 1597[[package]] 1598name = "idna" 1599version = "1.1.0" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1602dependencies = [ 1603 "idna_adapter", 1604 "smallvec", 1605 "utf8_iter", 1606] 1607 1608[[package]] 1609name = "idna_adapter" 1610version = "1.2.1" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1613dependencies = [ 1614 "icu_normalizer", 1615 "icu_properties", 1616] 1617 1618[[package]] 1619name = "indexmap" 1620version = "2.13.0" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 1623dependencies = [ 1624 "equivalent", 1625 "hashbrown 0.16.1", 1626 "serde", 1627 "serde_core", 1628] 1629 1630[[package]] 1631name = "ipconfig" 1632version = "0.3.2" 1633source = "registry+https://github.com/rust-lang/crates.io-index" 1634checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1635dependencies = [ 1636 "socket2 0.5.10", 1637 "widestring", 1638 "windows-sys 0.48.0", 1639 "winreg", 1640] 1641 1642[[package]] 1643name = "ipnet" 1644version = "2.11.0" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1647 1648[[package]] 1649name = "iri-string" 1650version = "0.7.10" 1651source = "registry+https://github.com/rust-lang/crates.io-index" 1652checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 1653dependencies = [ 1654 "memchr", 1655 "serde", 1656] 1657 1658[[package]] 1659name = "is-terminal" 1660version = "0.4.17" 1661source = "registry+https://github.com/rust-lang/crates.io-index" 1662checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" 1663dependencies = [ 1664 "hermit-abi", 1665 "libc", 1666 "windows-sys 0.61.2", 1667] 1668 1669[[package]] 1670name = "is_terminal_polyfill" 1671version = "1.70.2" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1674 1675[[package]] 1676name = "itertools" 1677version = "0.10.5" 1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1680dependencies = [ 1681 "either", 1682] 1683 1684[[package]] 1685name = "itoa" 1686version = "1.0.17" 1687source = "registry+https://github.com/rust-lang/crates.io-index" 1688checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1689 1690[[package]] 1691name = "jobserver" 1692version = "0.1.34" 1693source = "registry+https://github.com/rust-lang/crates.io-index" 1694checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1695dependencies = [ 1696 "getrandom 0.3.4", 1697 "libc", 1698] 1699 1700[[package]] 1701name = "js-sys" 1702version = "0.3.85" 1703source = "registry+https://github.com/rust-lang/crates.io-index" 1704checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 1705dependencies = [ 1706 "once_cell", 1707 "wasm-bindgen", 1708] 1709 1710[[package]] 1711name = "k256" 1712version = "0.13.4" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 1715dependencies = [ 1716 "cfg-if", 1717 "ecdsa", 1718 "elliptic-curve", 1719 "once_cell", 1720 "sha2", 1721 "signature", 1722] 1723 1724[[package]] 1725name = "lazy_static" 1726version = "1.5.0" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1729 1730[[package]] 1731name = "libc" 1732version = "0.2.180" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" 1735 1736[[package]] 1737name = "linux-raw-sys" 1738version = "0.11.0" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1741 1742[[package]] 1743name = "litemap" 1744version = "0.8.1" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1747 1748[[package]] 1749name = "lock_api" 1750version = "0.4.14" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1753dependencies = [ 1754 "scopeguard", 1755] 1756 1757[[package]] 1758name = "log" 1759version = "0.4.29" 1760source = "registry+https://github.com/rust-lang/crates.io-index" 1761checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1762 1763[[package]] 1764name = "lru" 1765version = "0.12.5" 1766source = "registry+https://github.com/rust-lang/crates.io-index" 1767checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1768dependencies = [ 1769 "hashbrown 0.15.5", 1770] 1771 1772[[package]] 1773name = "lru-slab" 1774version = "0.1.2" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1777 1778[[package]] 1779name = "match-lookup" 1780version = "0.1.2" 1781source = "registry+https://github.com/rust-lang/crates.io-index" 1782checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 1783dependencies = [ 1784 "proc-macro2", 1785 "quote", 1786 "syn", 1787] 1788 1789[[package]] 1790name = "matchers" 1791version = "0.2.0" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1794dependencies = [ 1795 "regex-automata", 1796] 1797 1798[[package]] 1799name = "matchit" 1800version = "0.8.4" 1801source = "registry+https://github.com/rust-lang/crates.io-index" 1802checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1803 1804[[package]] 1805name = "memchr" 1806version = "2.7.6" 1807source = "registry+https://github.com/rust-lang/crates.io-index" 1808checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1809 1810[[package]] 1811name = "mime" 1812version = "0.3.17" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1815 1816[[package]] 1817name = "mime_guess" 1818version = "2.0.5" 1819source = "registry+https://github.com/rust-lang/crates.io-index" 1820checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 1821dependencies = [ 1822 "mime", 1823 "unicase", 1824] 1825 1826[[package]] 1827name = "mio" 1828version = "1.1.1" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1831dependencies = [ 1832 "libc", 1833 "wasi", 1834 "windows-sys 0.61.2", 1835] 1836 1837[[package]] 1838name = "moka" 1839version = "0.12.12" 1840source = "registry+https://github.com/rust-lang/crates.io-index" 1841checksum = "a3dec6bd31b08944e08b58fd99373893a6c17054d6f3ea5006cc894f4f4eee2a" 1842dependencies = [ 1843 "crossbeam-channel", 1844 "crossbeam-epoch", 1845 "crossbeam-utils", 1846 "equivalent", 1847 "parking_lot", 1848 "portable-atomic", 1849 "smallvec", 1850 "tagptr", 1851 "uuid", 1852] 1853 1854[[package]] 1855name = "multibase" 1856version = "0.9.2" 1857source = "registry+https://github.com/rust-lang/crates.io-index" 1858checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 1859dependencies = [ 1860 "base-x", 1861 "base256emoji", 1862 "data-encoding", 1863 "data-encoding-macro", 1864] 1865 1866[[package]] 1867name = "multihash" 1868version = "0.19.3" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1871dependencies = [ 1872 "core2", 1873 "unsigned-varint", 1874] 1875 1876[[package]] 1877name = "nu-ansi-term" 1878version = "0.50.3" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1881dependencies = [ 1882 "windows-sys 0.61.2", 1883] 1884 1885[[package]] 1886name = "num-traits" 1887version = "0.2.19" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1890dependencies = [ 1891 "autocfg", 1892] 1893 1894[[package]] 1895name = "once_cell" 1896version = "1.21.3" 1897source = "registry+https://github.com/rust-lang/crates.io-index" 1898checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1899dependencies = [ 1900 "critical-section", 1901 "portable-atomic", 1902] 1903 1904[[package]] 1905name = "once_cell_polyfill" 1906version = "1.70.2" 1907source = "registry+https://github.com/rust-lang/crates.io-index" 1908checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1909 1910[[package]] 1911name = "oorandom" 1912version = "11.1.5" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" 1915 1916[[package]] 1917name = "openssl-probe" 1918version = "0.2.1" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 1921 1922[[package]] 1923name = "p256" 1924version = "0.13.2" 1925source = "registry+https://github.com/rust-lang/crates.io-index" 1926checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 1927dependencies = [ 1928 "ecdsa", 1929 "elliptic-curve", 1930 "primeorder", 1931 "serdect", 1932 "sha2", 1933] 1934 1935[[package]] 1936name = "p384" 1937version = "0.13.1" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 1940dependencies = [ 1941 "ecdsa", 1942 "elliptic-curve", 1943 "primeorder", 1944 "serdect", 1945 "sha2", 1946] 1947 1948[[package]] 1949name = "parking_lot" 1950version = "0.12.5" 1951source = "registry+https://github.com/rust-lang/crates.io-index" 1952checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1953dependencies = [ 1954 "lock_api", 1955 "parking_lot_core", 1956] 1957 1958[[package]] 1959name = "parking_lot_core" 1960version = "0.9.12" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1963dependencies = [ 1964 "cfg-if", 1965 "libc", 1966 "redox_syscall", 1967 "smallvec", 1968 "windows-link", 1969] 1970 1971[[package]] 1972name = "pem-rfc7468" 1973version = "0.7.0" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1976dependencies = [ 1977 "base64ct", 1978] 1979 1980[[package]] 1981name = "percent-encoding" 1982version = "2.3.2" 1983source = "registry+https://github.com/rust-lang/crates.io-index" 1984checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1985 1986[[package]] 1987name = "pin-project-lite" 1988version = "0.2.16" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1991 1992[[package]] 1993name = "pin-utils" 1994version = "0.1.0" 1995source = "registry+https://github.com/rust-lang/crates.io-index" 1996checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1997 1998[[package]] 1999name = "pkcs8" 2000version = "0.10.2" 2001source = "registry+https://github.com/rust-lang/crates.io-index" 2002checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2003dependencies = [ 2004 "der", 2005 "spki", 2006] 2007 2008[[package]] 2009name = "pkg-config" 2010version = "0.3.32" 2011source = "registry+https://github.com/rust-lang/crates.io-index" 2012checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2013 2014[[package]] 2015name = "plotters" 2016version = "0.3.7" 2017source = "registry+https://github.com/rust-lang/crates.io-index" 2018checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" 2019dependencies = [ 2020 "num-traits", 2021 "plotters-backend", 2022 "plotters-svg", 2023 "wasm-bindgen", 2024 "web-sys", 2025] 2026 2027[[package]] 2028name = "plotters-backend" 2029version = "0.3.7" 2030source = "registry+https://github.com/rust-lang/crates.io-index" 2031checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" 2032 2033[[package]] 2034name = "plotters-svg" 2035version = "0.3.7" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" 2038dependencies = [ 2039 "plotters-backend", 2040] 2041 2042[[package]] 2043name = "portable-atomic" 2044version = "1.13.0" 2045source = "registry+https://github.com/rust-lang/crates.io-index" 2046checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950" 2047 2048[[package]] 2049name = "potential_utf" 2050version = "0.1.4" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 2053dependencies = [ 2054 "zerovec", 2055] 2056 2057[[package]] 2058name = "ppv-lite86" 2059version = "0.2.21" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2062dependencies = [ 2063 "zerocopy", 2064] 2065 2066[[package]] 2067name = "primeorder" 2068version = "0.13.6" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2071dependencies = [ 2072 "elliptic-curve", 2073 "serdect", 2074] 2075 2076[[package]] 2077name = "proc-macro2" 2078version = "1.0.106" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2081dependencies = [ 2082 "unicode-ident", 2083] 2084 2085[[package]] 2086name = "proptest" 2087version = "1.10.0" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532" 2090dependencies = [ 2091 "bit-set", 2092 "bit-vec", 2093 "bitflags", 2094 "num-traits", 2095 "rand 0.9.2", 2096 "rand_chacha 0.9.0", 2097 "rand_xorshift", 2098 "regex-syntax", 2099 "rusty-fork", 2100 "tempfile", 2101 "unarray", 2102] 2103 2104[[package]] 2105name = "quick-error" 2106version = "1.2.3" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2109 2110[[package]] 2111name = "quinn" 2112version = "0.11.9" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 2115dependencies = [ 2116 "bytes", 2117 "cfg_aliases", 2118 "pin-project-lite", 2119 "quinn-proto", 2120 "quinn-udp", 2121 "rustc-hash", 2122 "rustls", 2123 "socket2 0.6.2", 2124 "thiserror 2.0.18", 2125 "tokio", 2126 "tracing", 2127 "web-time", 2128] 2129 2130[[package]] 2131name = "quinn-proto" 2132version = "0.11.13" 2133source = "registry+https://github.com/rust-lang/crates.io-index" 2134checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 2135dependencies = [ 2136 "bytes", 2137 "getrandom 0.3.4", 2138 "lru-slab", 2139 "rand 0.9.2", 2140 "ring", 2141 "rustc-hash", 2142 "rustls", 2143 "rustls-pki-types", 2144 "slab", 2145 "thiserror 2.0.18", 2146 "tinyvec", 2147 "tracing", 2148 "web-time", 2149] 2150 2151[[package]] 2152name = "quinn-udp" 2153version = "0.5.14" 2154source = "registry+https://github.com/rust-lang/crates.io-index" 2155checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 2156dependencies = [ 2157 "cfg_aliases", 2158 "libc", 2159 "once_cell", 2160 "socket2 0.6.2", 2161 "tracing", 2162 "windows-sys 0.60.2", 2163] 2164 2165[[package]] 2166name = "quote" 2167version = "1.0.44" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 2170dependencies = [ 2171 "proc-macro2", 2172] 2173 2174[[package]] 2175name = "r-efi" 2176version = "5.3.0" 2177source = "registry+https://github.com/rust-lang/crates.io-index" 2178checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2179 2180[[package]] 2181name = "rand" 2182version = "0.8.5" 2183source = "registry+https://github.com/rust-lang/crates.io-index" 2184checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2185dependencies = [ 2186 "libc", 2187 "rand_chacha 0.3.1", 2188 "rand_core 0.6.4", 2189] 2190 2191[[package]] 2192name = "rand" 2193version = "0.9.2" 2194source = "registry+https://github.com/rust-lang/crates.io-index" 2195checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 2196dependencies = [ 2197 "rand_chacha 0.9.0", 2198 "rand_core 0.9.5", 2199] 2200 2201[[package]] 2202name = "rand_chacha" 2203version = "0.3.1" 2204source = "registry+https://github.com/rust-lang/crates.io-index" 2205checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2206dependencies = [ 2207 "ppv-lite86", 2208 "rand_core 0.6.4", 2209] 2210 2211[[package]] 2212name = "rand_chacha" 2213version = "0.9.0" 2214source = "registry+https://github.com/rust-lang/crates.io-index" 2215checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2216dependencies = [ 2217 "ppv-lite86", 2218 "rand_core 0.9.5", 2219] 2220 2221[[package]] 2222name = "rand_core" 2223version = "0.6.4" 2224source = "registry+https://github.com/rust-lang/crates.io-index" 2225checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2226dependencies = [ 2227 "getrandom 0.2.17", 2228] 2229 2230[[package]] 2231name = "rand_core" 2232version = "0.9.5" 2233source = "registry+https://github.com/rust-lang/crates.io-index" 2234checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 2235dependencies = [ 2236 "getrandom 0.3.4", 2237] 2238 2239[[package]] 2240name = "rand_xorshift" 2241version = "0.4.0" 2242source = "registry+https://github.com/rust-lang/crates.io-index" 2243checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" 2244dependencies = [ 2245 "rand_core 0.9.5", 2246] 2247 2248[[package]] 2249name = "rayon" 2250version = "1.11.0" 2251source = "registry+https://github.com/rust-lang/crates.io-index" 2252checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 2253dependencies = [ 2254 "either", 2255 "rayon-core", 2256] 2257 2258[[package]] 2259name = "rayon-core" 2260version = "1.13.0" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 2263dependencies = [ 2264 "crossbeam-deque", 2265 "crossbeam-utils", 2266] 2267 2268[[package]] 2269name = "redox_syscall" 2270version = "0.5.18" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2273dependencies = [ 2274 "bitflags", 2275] 2276 2277[[package]] 2278name = "regex" 2279version = "1.12.2" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 2282dependencies = [ 2283 "aho-corasick", 2284 "memchr", 2285 "regex-automata", 2286 "regex-syntax", 2287] 2288 2289[[package]] 2290name = "regex-automata" 2291version = "0.4.13" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 2294dependencies = [ 2295 "aho-corasick", 2296 "memchr", 2297 "regex-syntax", 2298] 2299 2300[[package]] 2301name = "regex-syntax" 2302version = "0.8.8" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 2305 2306[[package]] 2307name = "reqwest" 2308version = "0.12.28" 2309source = "registry+https://github.com/rust-lang/crates.io-index" 2310checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 2311dependencies = [ 2312 "base64", 2313 "bytes", 2314 "encoding_rs", 2315 "futures-core", 2316 "futures-util", 2317 "h2", 2318 "http", 2319 "http-body", 2320 "http-body-util", 2321 "hyper", 2322 "hyper-rustls", 2323 "hyper-util", 2324 "js-sys", 2325 "log", 2326 "mime", 2327 "mime_guess", 2328 "percent-encoding", 2329 "pin-project-lite", 2330 "quinn", 2331 "rustls", 2332 "rustls-pki-types", 2333 "serde", 2334 "serde_json", 2335 "serde_urlencoded", 2336 "sync_wrapper", 2337 "tokio", 2338 "tokio-rustls", 2339 "tower", 2340 "tower-http", 2341 "tower-service", 2342 "url", 2343 "wasm-bindgen", 2344 "wasm-bindgen-futures", 2345 "web-sys", 2346 "webpki-roots", 2347] 2348 2349[[package]] 2350name = "reqwest-chain" 2351version = "1.0.0" 2352source = "registry+https://github.com/rust-lang/crates.io-index" 2353checksum = "da5c014fb79a8227db44a0433d748107750d2550b7fca55c59a3d7ee7d2ee2b2" 2354dependencies = [ 2355 "anyhow", 2356 "async-trait", 2357 "http", 2358 "reqwest-middleware", 2359] 2360 2361[[package]] 2362name = "reqwest-middleware" 2363version = "0.4.2" 2364source = "registry+https://github.com/rust-lang/crates.io-index" 2365checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" 2366dependencies = [ 2367 "anyhow", 2368 "async-trait", 2369 "http", 2370 "reqwest", 2371 "serde", 2372 "thiserror 1.0.69", 2373 "tower-service", 2374] 2375 2376[[package]] 2377name = "resolv-conf" 2378version = "0.7.6" 2379source = "registry+https://github.com/rust-lang/crates.io-index" 2380checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 2381 2382[[package]] 2383name = "rfc6979" 2384version = "0.4.0" 2385source = "registry+https://github.com/rust-lang/crates.io-index" 2386checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2387dependencies = [ 2388 "hmac", 2389 "subtle", 2390] 2391 2392[[package]] 2393name = "ring" 2394version = "0.17.14" 2395source = "registry+https://github.com/rust-lang/crates.io-index" 2396checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2397dependencies = [ 2398 "cc", 2399 "cfg-if", 2400 "getrandom 0.2.17", 2401 "libc", 2402 "untrusted", 2403 "windows-sys 0.52.0", 2404] 2405 2406[[package]] 2407name = "rpassword" 2408version = "7.4.0" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39" 2411dependencies = [ 2412 "libc", 2413 "rtoolbox", 2414 "windows-sys 0.59.0", 2415] 2416 2417[[package]] 2418name = "rtoolbox" 2419version = "0.0.3" 2420source = "registry+https://github.com/rust-lang/crates.io-index" 2421checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f" 2422dependencies = [ 2423 "libc", 2424 "windows-sys 0.52.0", 2425] 2426 2427[[package]] 2428name = "rustc-hash" 2429version = "2.1.1" 2430source = "registry+https://github.com/rust-lang/crates.io-index" 2431checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2432 2433[[package]] 2434name = "rustix" 2435version = "1.1.3" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 2438dependencies = [ 2439 "bitflags", 2440 "errno", 2441 "libc", 2442 "linux-raw-sys", 2443 "windows-sys 0.61.2", 2444] 2445 2446[[package]] 2447name = "rustls" 2448version = "0.23.36" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 2451dependencies = [ 2452 "once_cell", 2453 "ring", 2454 "rustls-pki-types", 2455 "rustls-webpki", 2456 "subtle", 2457 "zeroize", 2458] 2459 2460[[package]] 2461name = "rustls-native-certs" 2462version = "0.8.3" 2463source = "registry+https://github.com/rust-lang/crates.io-index" 2464checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 2465dependencies = [ 2466 "openssl-probe", 2467 "rustls-pki-types", 2468 "schannel", 2469 "security-framework", 2470] 2471 2472[[package]] 2473name = "rustls-pki-types" 2474version = "1.14.0" 2475source = "registry+https://github.com/rust-lang/crates.io-index" 2476checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 2477dependencies = [ 2478 "web-time", 2479 "zeroize", 2480] 2481 2482[[package]] 2483name = "rustls-webpki" 2484version = "0.103.9" 2485source = "registry+https://github.com/rust-lang/crates.io-index" 2486checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 2487dependencies = [ 2488 "ring", 2489 "rustls-pki-types", 2490 "untrusted", 2491] 2492 2493[[package]] 2494name = "rustversion" 2495version = "1.0.22" 2496source = "registry+https://github.com/rust-lang/crates.io-index" 2497checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2498 2499[[package]] 2500name = "rusty-fork" 2501version = "0.3.1" 2502source = "registry+https://github.com/rust-lang/crates.io-index" 2503checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" 2504dependencies = [ 2505 "fnv", 2506 "quick-error", 2507 "tempfile", 2508 "wait-timeout", 2509] 2510 2511[[package]] 2512name = "ryu" 2513version = "1.0.22" 2514source = "registry+https://github.com/rust-lang/crates.io-index" 2515checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" 2516 2517[[package]] 2518name = "same-file" 2519version = "1.0.6" 2520source = "registry+https://github.com/rust-lang/crates.io-index" 2521checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2522dependencies = [ 2523 "winapi-util", 2524] 2525 2526[[package]] 2527name = "schannel" 2528version = "0.1.28" 2529source = "registry+https://github.com/rust-lang/crates.io-index" 2530checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2531dependencies = [ 2532 "windows-sys 0.61.2", 2533] 2534 2535[[package]] 2536name = "scopeguard" 2537version = "1.2.0" 2538source = "registry+https://github.com/rust-lang/crates.io-index" 2539checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2540 2541[[package]] 2542name = "sec1" 2543version = "0.7.3" 2544source = "registry+https://github.com/rust-lang/crates.io-index" 2545checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 2546dependencies = [ 2547 "base16ct", 2548 "der", 2549 "generic-array", 2550 "pkcs8", 2551 "serdect", 2552 "subtle", 2553 "zeroize", 2554] 2555 2556[[package]] 2557name = "secrecy" 2558version = "0.10.3" 2559source = "registry+https://github.com/rust-lang/crates.io-index" 2560checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" 2561dependencies = [ 2562 "serde", 2563 "zeroize", 2564] 2565 2566[[package]] 2567name = "security-framework" 2568version = "3.5.1" 2569source = "registry+https://github.com/rust-lang/crates.io-index" 2570checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" 2571dependencies = [ 2572 "bitflags", 2573 "core-foundation 0.10.1", 2574 "core-foundation-sys", 2575 "libc", 2576 "security-framework-sys", 2577] 2578 2579[[package]] 2580name = "security-framework-sys" 2581version = "2.15.0" 2582source = "registry+https://github.com/rust-lang/crates.io-index" 2583checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 2584dependencies = [ 2585 "core-foundation-sys", 2586 "libc", 2587] 2588 2589[[package]] 2590name = "serde" 2591version = "1.0.228" 2592source = "registry+https://github.com/rust-lang/crates.io-index" 2593checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2594dependencies = [ 2595 "serde_core", 2596 "serde_derive", 2597] 2598 2599[[package]] 2600name = "serde_bytes" 2601version = "0.11.19" 2602source = "registry+https://github.com/rust-lang/crates.io-index" 2603checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 2604dependencies = [ 2605 "serde", 2606 "serde_core", 2607] 2608 2609[[package]] 2610name = "serde_core" 2611version = "1.0.228" 2612source = "registry+https://github.com/rust-lang/crates.io-index" 2613checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2614dependencies = [ 2615 "serde_derive", 2616] 2617 2618[[package]] 2619name = "serde_derive" 2620version = "1.0.228" 2621source = "registry+https://github.com/rust-lang/crates.io-index" 2622checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2623dependencies = [ 2624 "proc-macro2", 2625 "quote", 2626 "syn", 2627] 2628 2629[[package]] 2630name = "serde_json" 2631version = "1.0.149" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 2634dependencies = [ 2635 "indexmap", 2636 "itoa", 2637 "memchr", 2638 "serde", 2639 "serde_core", 2640 "zmij", 2641] 2642 2643[[package]] 2644name = "serde_path_to_error" 2645version = "0.1.20" 2646source = "registry+https://github.com/rust-lang/crates.io-index" 2647checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 2648dependencies = [ 2649 "itoa", 2650 "serde", 2651 "serde_core", 2652] 2653 2654[[package]] 2655name = "serde_urlencoded" 2656version = "0.7.1" 2657source = "registry+https://github.com/rust-lang/crates.io-index" 2658checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2659dependencies = [ 2660 "form_urlencoded", 2661 "itoa", 2662 "ryu", 2663 "serde", 2664] 2665 2666[[package]] 2667name = "serdect" 2668version = "0.2.0" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" 2671dependencies = [ 2672 "base16ct", 2673 "serde", 2674] 2675 2676[[package]] 2677name = "sha2" 2678version = "0.10.9" 2679source = "registry+https://github.com/rust-lang/crates.io-index" 2680checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2681dependencies = [ 2682 "cfg-if", 2683 "cpufeatures", 2684 "digest", 2685] 2686 2687[[package]] 2688name = "sharded-slab" 2689version = "0.1.7" 2690source = "registry+https://github.com/rust-lang/crates.io-index" 2691checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2692dependencies = [ 2693 "lazy_static", 2694] 2695 2696[[package]] 2697name = "shlex" 2698version = "1.3.0" 2699source = "registry+https://github.com/rust-lang/crates.io-index" 2700checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2701 2702[[package]] 2703name = "signal-hook-registry" 2704version = "1.4.8" 2705source = "registry+https://github.com/rust-lang/crates.io-index" 2706checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 2707dependencies = [ 2708 "errno", 2709 "libc", 2710] 2711 2712[[package]] 2713name = "signature" 2714version = "2.2.0" 2715source = "registry+https://github.com/rust-lang/crates.io-index" 2716checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2717dependencies = [ 2718 "digest", 2719 "rand_core 0.6.4", 2720] 2721 2722[[package]] 2723name = "simdutf8" 2724version = "0.1.5" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 2727 2728[[package]] 2729name = "slab" 2730version = "0.4.11" 2731source = "registry+https://github.com/rust-lang/crates.io-index" 2732checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 2733 2734[[package]] 2735name = "smallvec" 2736version = "1.15.1" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2739 2740[[package]] 2741name = "socket2" 2742version = "0.5.10" 2743source = "registry+https://github.com/rust-lang/crates.io-index" 2744checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 2745dependencies = [ 2746 "libc", 2747 "windows-sys 0.52.0", 2748] 2749 2750[[package]] 2751name = "socket2" 2752version = "0.6.2" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 2755dependencies = [ 2756 "libc", 2757 "windows-sys 0.60.2", 2758] 2759 2760[[package]] 2761name = "spki" 2762version = "0.7.3" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2765dependencies = [ 2766 "base64ct", 2767 "der", 2768] 2769 2770[[package]] 2771name = "stable_deref_trait" 2772version = "1.2.1" 2773source = "registry+https://github.com/rust-lang/crates.io-index" 2774checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2775 2776[[package]] 2777name = "static_assertions" 2778version = "1.1.0" 2779source = "registry+https://github.com/rust-lang/crates.io-index" 2780checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2781 2782[[package]] 2783name = "strsim" 2784version = "0.11.1" 2785source = "registry+https://github.com/rust-lang/crates.io-index" 2786checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2787 2788[[package]] 2789name = "subtle" 2790version = "2.6.1" 2791source = "registry+https://github.com/rust-lang/crates.io-index" 2792checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2793 2794[[package]] 2795name = "syn" 2796version = "2.0.114" 2797source = "registry+https://github.com/rust-lang/crates.io-index" 2798checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" 2799dependencies = [ 2800 "proc-macro2", 2801 "quote", 2802 "unicode-ident", 2803] 2804 2805[[package]] 2806name = "sync_wrapper" 2807version = "1.0.2" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2810dependencies = [ 2811 "futures-core", 2812] 2813 2814[[package]] 2815name = "synstructure" 2816version = "0.13.2" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2819dependencies = [ 2820 "proc-macro2", 2821 "quote", 2822 "syn", 2823] 2824 2825[[package]] 2826name = "system-configuration" 2827version = "0.6.1" 2828source = "registry+https://github.com/rust-lang/crates.io-index" 2829checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2830dependencies = [ 2831 "bitflags", 2832 "core-foundation 0.9.4", 2833 "system-configuration-sys", 2834] 2835 2836[[package]] 2837name = "system-configuration-sys" 2838version = "0.6.0" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2841dependencies = [ 2842 "core-foundation-sys", 2843 "libc", 2844] 2845 2846[[package]] 2847name = "tagptr" 2848version = "0.2.0" 2849source = "registry+https://github.com/rust-lang/crates.io-index" 2850checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2851 2852[[package]] 2853name = "tempfile" 2854version = "3.24.0" 2855source = "registry+https://github.com/rust-lang/crates.io-index" 2856checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" 2857dependencies = [ 2858 "fastrand", 2859 "getrandom 0.3.4", 2860 "once_cell", 2861 "rustix", 2862 "windows-sys 0.61.2", 2863] 2864 2865[[package]] 2866name = "thiserror" 2867version = "1.0.69" 2868source = "registry+https://github.com/rust-lang/crates.io-index" 2869checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2870dependencies = [ 2871 "thiserror-impl 1.0.69", 2872] 2873 2874[[package]] 2875name = "thiserror" 2876version = "2.0.18" 2877source = "registry+https://github.com/rust-lang/crates.io-index" 2878checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 2879dependencies = [ 2880 "thiserror-impl 2.0.18", 2881] 2882 2883[[package]] 2884name = "thiserror-impl" 2885version = "1.0.69" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2888dependencies = [ 2889 "proc-macro2", 2890 "quote", 2891 "syn", 2892] 2893 2894[[package]] 2895name = "thiserror-impl" 2896version = "2.0.18" 2897source = "registry+https://github.com/rust-lang/crates.io-index" 2898checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 2899dependencies = [ 2900 "proc-macro2", 2901 "quote", 2902 "syn", 2903] 2904 2905[[package]] 2906name = "thread_local" 2907version = "1.1.9" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 2910dependencies = [ 2911 "cfg-if", 2912] 2913 2914[[package]] 2915name = "tinystr" 2916version = "0.8.2" 2917source = "registry+https://github.com/rust-lang/crates.io-index" 2918checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 2919dependencies = [ 2920 "displaydoc", 2921 "zerovec", 2922] 2923 2924[[package]] 2925name = "tinytemplate" 2926version = "1.2.1" 2927source = "registry+https://github.com/rust-lang/crates.io-index" 2928checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 2929dependencies = [ 2930 "serde", 2931 "serde_json", 2932] 2933 2934[[package]] 2935name = "tinyvec" 2936version = "1.10.0" 2937source = "registry+https://github.com/rust-lang/crates.io-index" 2938checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2939dependencies = [ 2940 "tinyvec_macros", 2941] 2942 2943[[package]] 2944name = "tinyvec_macros" 2945version = "0.1.1" 2946source = "registry+https://github.com/rust-lang/crates.io-index" 2947checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2948 2949[[package]] 2950name = "tokio" 2951version = "1.49.0" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 2954dependencies = [ 2955 "bytes", 2956 "libc", 2957 "mio", 2958 "parking_lot", 2959 "pin-project-lite", 2960 "signal-hook-registry", 2961 "socket2 0.6.2", 2962 "tokio-macros", 2963 "windows-sys 0.61.2", 2964] 2965 2966[[package]] 2967name = "tokio-macros" 2968version = "2.6.0" 2969source = "registry+https://github.com/rust-lang/crates.io-index" 2970checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 2971dependencies = [ 2972 "proc-macro2", 2973 "quote", 2974 "syn", 2975] 2976 2977[[package]] 2978name = "tokio-rustls" 2979version = "0.26.4" 2980source = "registry+https://github.com/rust-lang/crates.io-index" 2981checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2982dependencies = [ 2983 "rustls", 2984 "tokio", 2985] 2986 2987[[package]] 2988name = "tokio-stream" 2989version = "0.1.18" 2990source = "registry+https://github.com/rust-lang/crates.io-index" 2991checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 2992dependencies = [ 2993 "futures-core", 2994 "pin-project-lite", 2995 "tokio", 2996] 2997 2998[[package]] 2999name = "tokio-util" 3000version = "0.7.18" 3001source = "registry+https://github.com/rust-lang/crates.io-index" 3002checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 3003dependencies = [ 3004 "bytes", 3005 "futures-core", 3006 "futures-sink", 3007 "pin-project-lite", 3008 "tokio", 3009] 3010 3011[[package]] 3012name = "tokio-websockets" 3013version = "0.13.1" 3014source = "registry+https://github.com/rust-lang/crates.io-index" 3015checksum = "8b6aa6c8b5a31e06fd3760eb5c1b8d9072e30731f0467ee3795617fe768e7449" 3016dependencies = [ 3017 "base64", 3018 "bytes", 3019 "fastrand", 3020 "futures-core", 3021 "futures-sink", 3022 "http", 3023 "httparse", 3024 "ring", 3025 "rustls-native-certs", 3026 "rustls-pki-types", 3027 "simdutf8", 3028 "tokio", 3029 "tokio-rustls", 3030 "tokio-util", 3031] 3032 3033[[package]] 3034name = "tower" 3035version = "0.5.3" 3036source = "registry+https://github.com/rust-lang/crates.io-index" 3037checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 3038dependencies = [ 3039 "futures-core", 3040 "futures-util", 3041 "pin-project-lite", 3042 "sync_wrapper", 3043 "tokio", 3044 "tower-layer", 3045 "tower-service", 3046 "tracing", 3047] 3048 3049[[package]] 3050name = "tower-http" 3051version = "0.6.8" 3052source = "registry+https://github.com/rust-lang/crates.io-index" 3053checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 3054dependencies = [ 3055 "bitflags", 3056 "bytes", 3057 "futures-util", 3058 "http", 3059 "http-body", 3060 "iri-string", 3061 "pin-project-lite", 3062 "tower", 3063 "tower-layer", 3064 "tower-service", 3065] 3066 3067[[package]] 3068name = "tower-layer" 3069version = "0.3.3" 3070source = "registry+https://github.com/rust-lang/crates.io-index" 3071checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3072 3073[[package]] 3074name = "tower-service" 3075version = "0.3.3" 3076source = "registry+https://github.com/rust-lang/crates.io-index" 3077checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3078 3079[[package]] 3080name = "tracing" 3081version = "0.1.44" 3082source = "registry+https://github.com/rust-lang/crates.io-index" 3083checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3084dependencies = [ 3085 "log", 3086 "pin-project-lite", 3087 "tracing-attributes", 3088 "tracing-core", 3089] 3090 3091[[package]] 3092name = "tracing-attributes" 3093version = "0.1.31" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 3096dependencies = [ 3097 "proc-macro2", 3098 "quote", 3099 "syn", 3100] 3101 3102[[package]] 3103name = "tracing-core" 3104version = "0.1.36" 3105source = "registry+https://github.com/rust-lang/crates.io-index" 3106checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 3107dependencies = [ 3108 "once_cell", 3109 "valuable", 3110] 3111 3112[[package]] 3113name = "tracing-log" 3114version = "0.2.0" 3115source = "registry+https://github.com/rust-lang/crates.io-index" 3116checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3117dependencies = [ 3118 "log", 3119 "once_cell", 3120 "tracing-core", 3121] 3122 3123[[package]] 3124name = "tracing-subscriber" 3125version = "0.3.22" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 3128dependencies = [ 3129 "matchers", 3130 "nu-ansi-term", 3131 "once_cell", 3132 "regex-automata", 3133 "sharded-slab", 3134 "smallvec", 3135 "thread_local", 3136 "tracing", 3137 "tracing-core", 3138 "tracing-log", 3139] 3140 3141[[package]] 3142name = "try-lock" 3143version = "0.2.5" 3144source = "registry+https://github.com/rust-lang/crates.io-index" 3145checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3146 3147[[package]] 3148name = "typenum" 3149version = "1.19.0" 3150source = "registry+https://github.com/rust-lang/crates.io-index" 3151checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 3152 3153[[package]] 3154name = "ulid" 3155version = "1.2.1" 3156source = "registry+https://github.com/rust-lang/crates.io-index" 3157checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" 3158dependencies = [ 3159 "rand 0.9.2", 3160 "web-time", 3161] 3162 3163[[package]] 3164name = "unarray" 3165version = "0.1.4" 3166source = "registry+https://github.com/rust-lang/crates.io-index" 3167checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 3168 3169[[package]] 3170name = "unicase" 3171version = "2.9.0" 3172source = "registry+https://github.com/rust-lang/crates.io-index" 3173checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 3174 3175[[package]] 3176name = "unicode-ident" 3177version = "1.0.22" 3178source = "registry+https://github.com/rust-lang/crates.io-index" 3179checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 3180 3181[[package]] 3182name = "unicode-segmentation" 3183version = "1.12.0" 3184source = "registry+https://github.com/rust-lang/crates.io-index" 3185checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3186 3187[[package]] 3188name = "unsigned-varint" 3189version = "0.8.0" 3190source = "registry+https://github.com/rust-lang/crates.io-index" 3191checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 3192 3193[[package]] 3194name = "untrusted" 3195version = "0.9.0" 3196source = "registry+https://github.com/rust-lang/crates.io-index" 3197checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3198 3199[[package]] 3200name = "url" 3201version = "2.5.8" 3202source = "registry+https://github.com/rust-lang/crates.io-index" 3203checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 3204dependencies = [ 3205 "form_urlencoded", 3206 "idna", 3207 "percent-encoding", 3208 "serde", 3209] 3210 3211[[package]] 3212name = "urlencoding" 3213version = "2.1.3" 3214source = "registry+https://github.com/rust-lang/crates.io-index" 3215checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3216 3217[[package]] 3218name = "utf8_iter" 3219version = "1.0.4" 3220source = "registry+https://github.com/rust-lang/crates.io-index" 3221checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3222 3223[[package]] 3224name = "utf8parse" 3225version = "0.2.2" 3226source = "registry+https://github.com/rust-lang/crates.io-index" 3227checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3228 3229[[package]] 3230name = "uuid" 3231version = "1.20.0" 3232source = "registry+https://github.com/rust-lang/crates.io-index" 3233checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" 3234dependencies = [ 3235 "getrandom 0.3.4", 3236 "js-sys", 3237 "wasm-bindgen", 3238] 3239 3240[[package]] 3241name = "valuable" 3242version = "0.1.1" 3243source = "registry+https://github.com/rust-lang/crates.io-index" 3244checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3245 3246[[package]] 3247name = "version_check" 3248version = "0.9.5" 3249source = "registry+https://github.com/rust-lang/crates.io-index" 3250checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3251 3252[[package]] 3253name = "wait-timeout" 3254version = "0.2.1" 3255source = "registry+https://github.com/rust-lang/crates.io-index" 3256checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" 3257dependencies = [ 3258 "libc", 3259] 3260 3261[[package]] 3262name = "walkdir" 3263version = "2.5.0" 3264source = "registry+https://github.com/rust-lang/crates.io-index" 3265checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3266dependencies = [ 3267 "same-file", 3268 "winapi-util", 3269] 3270 3271[[package]] 3272name = "want" 3273version = "0.3.1" 3274source = "registry+https://github.com/rust-lang/crates.io-index" 3275checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3276dependencies = [ 3277 "try-lock", 3278] 3279 3280[[package]] 3281name = "wasi" 3282version = "0.11.1+wasi-snapshot-preview1" 3283source = "registry+https://github.com/rust-lang/crates.io-index" 3284checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3285 3286[[package]] 3287name = "wasip2" 3288version = "1.0.2+wasi-0.2.9" 3289source = "registry+https://github.com/rust-lang/crates.io-index" 3290checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 3291dependencies = [ 3292 "wit-bindgen", 3293] 3294 3295[[package]] 3296name = "wasm-bindgen" 3297version = "0.2.108" 3298source = "registry+https://github.com/rust-lang/crates.io-index" 3299checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 3300dependencies = [ 3301 "cfg-if", 3302 "once_cell", 3303 "rustversion", 3304 "wasm-bindgen-macro", 3305 "wasm-bindgen-shared", 3306] 3307 3308[[package]] 3309name = "wasm-bindgen-futures" 3310version = "0.4.58" 3311source = "registry+https://github.com/rust-lang/crates.io-index" 3312checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" 3313dependencies = [ 3314 "cfg-if", 3315 "futures-util", 3316 "js-sys", 3317 "once_cell", 3318 "wasm-bindgen", 3319 "web-sys", 3320] 3321 3322[[package]] 3323name = "wasm-bindgen-macro" 3324version = "0.2.108" 3325source = "registry+https://github.com/rust-lang/crates.io-index" 3326checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 3327dependencies = [ 3328 "quote", 3329 "wasm-bindgen-macro-support", 3330] 3331 3332[[package]] 3333name = "wasm-bindgen-macro-support" 3334version = "0.2.108" 3335source = "registry+https://github.com/rust-lang/crates.io-index" 3336checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 3337dependencies = [ 3338 "bumpalo", 3339 "proc-macro2", 3340 "quote", 3341 "syn", 3342 "wasm-bindgen-shared", 3343] 3344 3345[[package]] 3346name = "wasm-bindgen-shared" 3347version = "0.2.108" 3348source = "registry+https://github.com/rust-lang/crates.io-index" 3349checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 3350dependencies = [ 3351 "unicode-ident", 3352] 3353 3354[[package]] 3355name = "web-sys" 3356version = "0.3.85" 3357source = "registry+https://github.com/rust-lang/crates.io-index" 3358checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 3359dependencies = [ 3360 "js-sys", 3361 "wasm-bindgen", 3362] 3363 3364[[package]] 3365name = "web-time" 3366version = "1.1.0" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3369dependencies = [ 3370 "js-sys", 3371 "wasm-bindgen", 3372] 3373 3374[[package]] 3375name = "webpki-roots" 3376version = "1.0.5" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c" 3379dependencies = [ 3380 "rustls-pki-types", 3381] 3382 3383[[package]] 3384name = "widestring" 3385version = "1.2.1" 3386source = "registry+https://github.com/rust-lang/crates.io-index" 3387checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 3388 3389[[package]] 3390name = "winapi-util" 3391version = "0.1.11" 3392source = "registry+https://github.com/rust-lang/crates.io-index" 3393checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 3394dependencies = [ 3395 "windows-sys 0.61.2", 3396] 3397 3398[[package]] 3399name = "windows-link" 3400version = "0.2.1" 3401source = "registry+https://github.com/rust-lang/crates.io-index" 3402checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3403 3404[[package]] 3405name = "windows-registry" 3406version = "0.6.1" 3407source = "registry+https://github.com/rust-lang/crates.io-index" 3408checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 3409dependencies = [ 3410 "windows-link", 3411 "windows-result", 3412 "windows-strings", 3413] 3414 3415[[package]] 3416name = "windows-result" 3417version = "0.4.1" 3418source = "registry+https://github.com/rust-lang/crates.io-index" 3419checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 3420dependencies = [ 3421 "windows-link", 3422] 3423 3424[[package]] 3425name = "windows-strings" 3426version = "0.5.1" 3427source = "registry+https://github.com/rust-lang/crates.io-index" 3428checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 3429dependencies = [ 3430 "windows-link", 3431] 3432 3433[[package]] 3434name = "windows-sys" 3435version = "0.48.0" 3436source = "registry+https://github.com/rust-lang/crates.io-index" 3437checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3438dependencies = [ 3439 "windows-targets 0.48.5", 3440] 3441 3442[[package]] 3443name = "windows-sys" 3444version = "0.52.0" 3445source = "registry+https://github.com/rust-lang/crates.io-index" 3446checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3447dependencies = [ 3448 "windows-targets 0.52.6", 3449] 3450 3451[[package]] 3452name = "windows-sys" 3453version = "0.59.0" 3454source = "registry+https://github.com/rust-lang/crates.io-index" 3455checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3456dependencies = [ 3457 "windows-targets 0.52.6", 3458] 3459 3460[[package]] 3461name = "windows-sys" 3462version = "0.60.2" 3463source = "registry+https://github.com/rust-lang/crates.io-index" 3464checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3465dependencies = [ 3466 "windows-targets 0.53.5", 3467] 3468 3469[[package]] 3470name = "windows-sys" 3471version = "0.61.2" 3472source = "registry+https://github.com/rust-lang/crates.io-index" 3473checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 3474dependencies = [ 3475 "windows-link", 3476] 3477 3478[[package]] 3479name = "windows-targets" 3480version = "0.48.5" 3481source = "registry+https://github.com/rust-lang/crates.io-index" 3482checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3483dependencies = [ 3484 "windows_aarch64_gnullvm 0.48.5", 3485 "windows_aarch64_msvc 0.48.5", 3486 "windows_i686_gnu 0.48.5", 3487 "windows_i686_msvc 0.48.5", 3488 "windows_x86_64_gnu 0.48.5", 3489 "windows_x86_64_gnullvm 0.48.5", 3490 "windows_x86_64_msvc 0.48.5", 3491] 3492 3493[[package]] 3494name = "windows-targets" 3495version = "0.52.6" 3496source = "registry+https://github.com/rust-lang/crates.io-index" 3497checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3498dependencies = [ 3499 "windows_aarch64_gnullvm 0.52.6", 3500 "windows_aarch64_msvc 0.52.6", 3501 "windows_i686_gnu 0.52.6", 3502 "windows_i686_gnullvm 0.52.6", 3503 "windows_i686_msvc 0.52.6", 3504 "windows_x86_64_gnu 0.52.6", 3505 "windows_x86_64_gnullvm 0.52.6", 3506 "windows_x86_64_msvc 0.52.6", 3507] 3508 3509[[package]] 3510name = "windows-targets" 3511version = "0.53.5" 3512source = "registry+https://github.com/rust-lang/crates.io-index" 3513checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 3514dependencies = [ 3515 "windows-link", 3516 "windows_aarch64_gnullvm 0.53.1", 3517 "windows_aarch64_msvc 0.53.1", 3518 "windows_i686_gnu 0.53.1", 3519 "windows_i686_gnullvm 0.53.1", 3520 "windows_i686_msvc 0.53.1", 3521 "windows_x86_64_gnu 0.53.1", 3522 "windows_x86_64_gnullvm 0.53.1", 3523 "windows_x86_64_msvc 0.53.1", 3524] 3525 3526[[package]] 3527name = "windows_aarch64_gnullvm" 3528version = "0.48.5" 3529source = "registry+https://github.com/rust-lang/crates.io-index" 3530checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3531 3532[[package]] 3533name = "windows_aarch64_gnullvm" 3534version = "0.52.6" 3535source = "registry+https://github.com/rust-lang/crates.io-index" 3536checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3537 3538[[package]] 3539name = "windows_aarch64_gnullvm" 3540version = "0.53.1" 3541source = "registry+https://github.com/rust-lang/crates.io-index" 3542checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 3543 3544[[package]] 3545name = "windows_aarch64_msvc" 3546version = "0.48.5" 3547source = "registry+https://github.com/rust-lang/crates.io-index" 3548checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3549 3550[[package]] 3551name = "windows_aarch64_msvc" 3552version = "0.52.6" 3553source = "registry+https://github.com/rust-lang/crates.io-index" 3554checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3555 3556[[package]] 3557name = "windows_aarch64_msvc" 3558version = "0.53.1" 3559source = "registry+https://github.com/rust-lang/crates.io-index" 3560checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 3561 3562[[package]] 3563name = "windows_i686_gnu" 3564version = "0.48.5" 3565source = "registry+https://github.com/rust-lang/crates.io-index" 3566checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3567 3568[[package]] 3569name = "windows_i686_gnu" 3570version = "0.52.6" 3571source = "registry+https://github.com/rust-lang/crates.io-index" 3572checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3573 3574[[package]] 3575name = "windows_i686_gnu" 3576version = "0.53.1" 3577source = "registry+https://github.com/rust-lang/crates.io-index" 3578checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 3579 3580[[package]] 3581name = "windows_i686_gnullvm" 3582version = "0.52.6" 3583source = "registry+https://github.com/rust-lang/crates.io-index" 3584checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3585 3586[[package]] 3587name = "windows_i686_gnullvm" 3588version = "0.53.1" 3589source = "registry+https://github.com/rust-lang/crates.io-index" 3590checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 3591 3592[[package]] 3593name = "windows_i686_msvc" 3594version = "0.48.5" 3595source = "registry+https://github.com/rust-lang/crates.io-index" 3596checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3597 3598[[package]] 3599name = "windows_i686_msvc" 3600version = "0.52.6" 3601source = "registry+https://github.com/rust-lang/crates.io-index" 3602checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3603 3604[[package]] 3605name = "windows_i686_msvc" 3606version = "0.53.1" 3607source = "registry+https://github.com/rust-lang/crates.io-index" 3608checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 3609 3610[[package]] 3611name = "windows_x86_64_gnu" 3612version = "0.48.5" 3613source = "registry+https://github.com/rust-lang/crates.io-index" 3614checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3615 3616[[package]] 3617name = "windows_x86_64_gnu" 3618version = "0.52.6" 3619source = "registry+https://github.com/rust-lang/crates.io-index" 3620checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3621 3622[[package]] 3623name = "windows_x86_64_gnu" 3624version = "0.53.1" 3625source = "registry+https://github.com/rust-lang/crates.io-index" 3626checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 3627 3628[[package]] 3629name = "windows_x86_64_gnullvm" 3630version = "0.48.5" 3631source = "registry+https://github.com/rust-lang/crates.io-index" 3632checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3633 3634[[package]] 3635name = "windows_x86_64_gnullvm" 3636version = "0.52.6" 3637source = "registry+https://github.com/rust-lang/crates.io-index" 3638checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3639 3640[[package]] 3641name = "windows_x86_64_gnullvm" 3642version = "0.53.1" 3643source = "registry+https://github.com/rust-lang/crates.io-index" 3644checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 3645 3646[[package]] 3647name = "windows_x86_64_msvc" 3648version = "0.48.5" 3649source = "registry+https://github.com/rust-lang/crates.io-index" 3650checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3651 3652[[package]] 3653name = "windows_x86_64_msvc" 3654version = "0.52.6" 3655source = "registry+https://github.com/rust-lang/crates.io-index" 3656checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3657 3658[[package]] 3659name = "windows_x86_64_msvc" 3660version = "0.53.1" 3661source = "registry+https://github.com/rust-lang/crates.io-index" 3662checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 3663 3664[[package]] 3665name = "winreg" 3666version = "0.50.0" 3667source = "registry+https://github.com/rust-lang/crates.io-index" 3668checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3669dependencies = [ 3670 "cfg-if", 3671 "windows-sys 0.48.0", 3672] 3673 3674[[package]] 3675name = "wit-bindgen" 3676version = "0.51.0" 3677source = "registry+https://github.com/rust-lang/crates.io-index" 3678checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 3679 3680[[package]] 3681name = "writeable" 3682version = "0.6.2" 3683source = "registry+https://github.com/rust-lang/crates.io-index" 3684checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 3685 3686[[package]] 3687name = "yoke" 3688version = "0.8.1" 3689source = "registry+https://github.com/rust-lang/crates.io-index" 3690checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 3691dependencies = [ 3692 "stable_deref_trait", 3693 "yoke-derive", 3694 "zerofrom", 3695] 3696 3697[[package]] 3698name = "yoke-derive" 3699version = "0.8.1" 3700source = "registry+https://github.com/rust-lang/crates.io-index" 3701checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 3702dependencies = [ 3703 "proc-macro2", 3704 "quote", 3705 "syn", 3706 "synstructure", 3707] 3708 3709[[package]] 3710name = "zerocopy" 3711version = "0.8.33" 3712source = "registry+https://github.com/rust-lang/crates.io-index" 3713checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" 3714dependencies = [ 3715 "zerocopy-derive", 3716] 3717 3718[[package]] 3719name = "zerocopy-derive" 3720version = "0.8.33" 3721source = "registry+https://github.com/rust-lang/crates.io-index" 3722checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" 3723dependencies = [ 3724 "proc-macro2", 3725 "quote", 3726 "syn", 3727] 3728 3729[[package]] 3730name = "zerofrom" 3731version = "0.1.6" 3732source = "registry+https://github.com/rust-lang/crates.io-index" 3733checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3734dependencies = [ 3735 "zerofrom-derive", 3736] 3737 3738[[package]] 3739name = "zerofrom-derive" 3740version = "0.1.6" 3741source = "registry+https://github.com/rust-lang/crates.io-index" 3742checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3743dependencies = [ 3744 "proc-macro2", 3745 "quote", 3746 "syn", 3747 "synstructure", 3748] 3749 3750[[package]] 3751name = "zeroize" 3752version = "1.8.2" 3753source = "registry+https://github.com/rust-lang/crates.io-index" 3754checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 3755dependencies = [ 3756 "zeroize_derive", 3757] 3758 3759[[package]] 3760name = "zeroize_derive" 3761version = "1.4.3" 3762source = "registry+https://github.com/rust-lang/crates.io-index" 3763checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" 3764dependencies = [ 3765 "proc-macro2", 3766 "quote", 3767 "syn", 3768] 3769 3770[[package]] 3771name = "zerotrie" 3772version = "0.2.3" 3773source = "registry+https://github.com/rust-lang/crates.io-index" 3774checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 3775dependencies = [ 3776 "displaydoc", 3777 "yoke", 3778 "zerofrom", 3779] 3780 3781[[package]] 3782name = "zerovec" 3783version = "0.11.5" 3784source = "registry+https://github.com/rust-lang/crates.io-index" 3785checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 3786dependencies = [ 3787 "yoke", 3788 "zerofrom", 3789 "zerovec-derive", 3790] 3791 3792[[package]] 3793name = "zerovec-derive" 3794version = "0.11.2" 3795source = "registry+https://github.com/rust-lang/crates.io-index" 3796checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 3797dependencies = [ 3798 "proc-macro2", 3799 "quote", 3800 "syn", 3801] 3802 3803[[package]] 3804name = "zmij" 3805version = "1.0.17" 3806source = "registry+https://github.com/rust-lang/crates.io-index" 3807checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439" 3808 3809[[package]] 3810name = "zstd" 3811version = "0.13.3" 3812source = "registry+https://github.com/rust-lang/crates.io-index" 3813checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 3814dependencies = [ 3815 "zstd-safe", 3816] 3817 3818[[package]] 3819name = "zstd-safe" 3820version = "7.2.4" 3821source = "registry+https://github.com/rust-lang/crates.io-index" 3822checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 3823dependencies = [ 3824 "zstd-sys", 3825] 3826 3827[[package]] 3828name = "zstd-sys" 3829version = "2.0.16+zstd.1.5.7" 3830source = "registry+https://github.com/rust-lang/crates.io-index" 3831checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 3832dependencies = [ 3833 "cc", 3834 "pkg-config", 3835]