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