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