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