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