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