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