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