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