Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
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.4" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 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.21" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 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.13" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 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.5" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 119dependencies = [ 120 "windows-sys 0.61.2", 121] 122 123[[package]] 124name = "anstyle-wincon" 125version = "3.0.11" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 128dependencies = [ 129 "anstyle", 130 "once_cell_polyfill", 131 "windows-sys 0.61.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.34" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "0e86f6d3dc9dc4352edeea6b8e499e13e3f5dc3b964d7ca5fd411415a3498473" 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.111", 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 = "axum" 178version = "0.8.7" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" 181dependencies = [ 182 "axum-core", 183 "bytes", 184 "form_urlencoded", 185 "futures-util", 186 "http", 187 "http-body", 188 "http-body-util", 189 "hyper", 190 "hyper-util", 191 "itoa", 192 "matchit", 193 "memchr", 194 "mime", 195 "percent-encoding", 196 "pin-project-lite", 197 "serde_core", 198 "serde_json", 199 "serde_path_to_error", 200 "serde_urlencoded", 201 "sync_wrapper", 202 "tokio", 203 "tower", 204 "tower-layer", 205 "tower-service", 206 "tracing", 207] 208 209[[package]] 210name = "axum-core" 211version = "0.5.5" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" 214dependencies = [ 215 "bytes", 216 "futures-core", 217 "http", 218 "http-body", 219 "http-body-util", 220 "mime", 221 "pin-project-lite", 222 "sync_wrapper", 223 "tower-layer", 224 "tower-service", 225 "tracing", 226] 227 228[[package]] 229name = "backtrace" 230version = "0.3.76" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 233dependencies = [ 234 "addr2line", 235 "cfg-if", 236 "libc", 237 "miniz_oxide", 238 "object", 239 "rustc-demangle", 240 "windows-link 0.2.1", 241] 242 243[[package]] 244name = "backtrace-ext" 245version = "0.2.1" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" 248dependencies = [ 249 "backtrace", 250] 251 252[[package]] 253name = "base-x" 254version = "0.2.11" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 257 258[[package]] 259name = "base16ct" 260version = "0.2.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 263 264[[package]] 265name = "base256emoji" 266version = "1.0.2" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 269dependencies = [ 270 "const-str", 271 "match-lookup", 272] 273 274[[package]] 275name = "base64" 276version = "0.13.1" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 279 280[[package]] 281name = "base64" 282version = "0.22.1" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 285 286[[package]] 287name = "base64ct" 288version = "1.8.0" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" 291 292[[package]] 293name = "bitflags" 294version = "2.10.0" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 297 298[[package]] 299name = "block-buffer" 300version = "0.10.4" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 303dependencies = [ 304 "generic-array", 305] 306 307[[package]] 308name = "bon" 309version = "3.8.1" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1" 312dependencies = [ 313 "bon-macros", 314 "rustversion", 315] 316 317[[package]] 318name = "bon-macros" 319version = "3.8.1" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645" 322dependencies = [ 323 "darling", 324 "ident_case", 325 "prettyplease", 326 "proc-macro2", 327 "quote", 328 "rustversion", 329 "syn 2.0.111", 330] 331 332[[package]] 333name = "borsh" 334version = "1.5.7" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" 337dependencies = [ 338 "cfg_aliases", 339] 340 341[[package]] 342name = "brotli" 343version = "3.5.0" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" 346dependencies = [ 347 "alloc-no-stdlib", 348 "alloc-stdlib", 349 "brotli-decompressor", 350] 351 352[[package]] 353name = "brotli-decompressor" 354version = "2.5.1" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 357dependencies = [ 358 "alloc-no-stdlib", 359 "alloc-stdlib", 360] 361 362[[package]] 363name = "bstr" 364version = "1.12.1" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 367dependencies = [ 368 "memchr", 369 "serde", 370] 371 372[[package]] 373name = "btree-range-map" 374version = "0.7.2" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33" 377dependencies = [ 378 "btree-slab", 379 "cc-traits", 380 "range-traits", 381 "serde", 382 "slab", 383] 384 385[[package]] 386name = "btree-slab" 387version = "0.6.1" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c" 390dependencies = [ 391 "cc-traits", 392 "slab", 393 "smallvec", 394] 395 396[[package]] 397name = "buf_redux" 398version = "0.8.4" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f" 401dependencies = [ 402 "memchr", 403 "safemem", 404] 405 406[[package]] 407name = "bumpalo" 408version = "3.19.0" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 411 412[[package]] 413name = "byteorder" 414version = "1.5.0" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 417 418[[package]] 419name = "bytes" 420version = "1.11.0" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 423dependencies = [ 424 "serde", 425] 426 427[[package]] 428name = "cbor4ii" 429version = "0.2.14" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 432dependencies = [ 433 "serde", 434] 435 436[[package]] 437name = "cc" 438version = "1.2.47" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07" 441dependencies = [ 442 "find-msvc-tools", 443 "shlex", 444] 445 446[[package]] 447name = "cc-traits" 448version = "2.0.0" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5" 451dependencies = [ 452 "slab", 453] 454 455[[package]] 456name = "cesu8" 457version = "1.1.0" 458source = "registry+https://github.com/rust-lang/crates.io-index" 459checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 460 461[[package]] 462name = "cfg-if" 463version = "1.0.4" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 466 467[[package]] 468name = "cfg_aliases" 469version = "0.2.1" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 472 473[[package]] 474name = "chrono" 475version = "0.4.42" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 478dependencies = [ 479 "iana-time-zone", 480 "js-sys", 481 "num-traits", 482 "serde", 483 "wasm-bindgen", 484 "windows-link 0.2.1", 485] 486 487[[package]] 488name = "chunked_transfer" 489version = "1.5.0" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" 492 493[[package]] 494name = "ciborium" 495version = "0.2.2" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 498dependencies = [ 499 "ciborium-io", 500 "ciborium-ll", 501 "serde", 502] 503 504[[package]] 505name = "ciborium-io" 506version = "0.2.2" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 509 510[[package]] 511name = "ciborium-ll" 512version = "0.2.2" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 515dependencies = [ 516 "ciborium-io", 517 "half", 518] 519 520[[package]] 521name = "cid" 522version = "0.11.1" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 525dependencies = [ 526 "core2", 527 "multibase", 528 "multihash", 529 "serde", 530 "serde_bytes", 531 "unsigned-varint", 532] 533 534[[package]] 535name = "clap" 536version = "4.5.53" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" 539dependencies = [ 540 "clap_builder", 541 "clap_derive", 542] 543 544[[package]] 545name = "clap_builder" 546version = "4.5.53" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" 549dependencies = [ 550 "anstream", 551 "anstyle", 552 "clap_lex", 553 "strsim", 554] 555 556[[package]] 557name = "clap_derive" 558version = "4.5.49" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" 561dependencies = [ 562 "heck 0.5.0", 563 "proc-macro2", 564 "quote", 565 "syn 2.0.111", 566] 567 568[[package]] 569name = "clap_lex" 570version = "0.7.6" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" 573 574[[package]] 575name = "colorchoice" 576version = "1.0.4" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 579 580[[package]] 581name = "combine" 582version = "4.6.7" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 585dependencies = [ 586 "bytes", 587 "memchr", 588] 589 590[[package]] 591name = "compression-codecs" 592version = "0.4.33" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "302266479cb963552d11bd042013a58ef1adc56768016c8b82b4199488f2d4ad" 595dependencies = [ 596 "compression-core", 597 "flate2", 598 "memchr", 599] 600 601[[package]] 602name = "compression-core" 603version = "0.4.31" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" 606 607[[package]] 608name = "console" 609version = "0.15.11" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 612dependencies = [ 613 "encode_unicode", 614 "libc", 615 "once_cell", 616 "unicode-width 0.2.2", 617 "windows-sys 0.59.0", 618] 619 620[[package]] 621name = "const-oid" 622version = "0.9.6" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 625 626[[package]] 627name = "const-str" 628version = "0.4.3" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 631 632[[package]] 633name = "cordyceps" 634version = "0.3.4" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 637dependencies = [ 638 "loom", 639 "tracing", 640] 641 642[[package]] 643name = "core-foundation" 644version = "0.9.4" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 647dependencies = [ 648 "core-foundation-sys", 649 "libc", 650] 651 652[[package]] 653name = "core-foundation" 654version = "0.10.1" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 657dependencies = [ 658 "core-foundation-sys", 659 "libc", 660] 661 662[[package]] 663name = "core-foundation-sys" 664version = "0.8.7" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 667 668[[package]] 669name = "core2" 670version = "0.4.0" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 673dependencies = [ 674 "memchr", 675] 676 677[[package]] 678name = "cpufeatures" 679version = "0.2.17" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 682dependencies = [ 683 "libc", 684] 685 686[[package]] 687name = "crc32fast" 688version = "1.5.0" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 691dependencies = [ 692 "cfg-if", 693] 694 695[[package]] 696name = "crossbeam-channel" 697version = "0.5.15" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 700dependencies = [ 701 "crossbeam-utils", 702] 703 704[[package]] 705name = "crossbeam-deque" 706version = "0.8.6" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 709dependencies = [ 710 "crossbeam-epoch", 711 "crossbeam-utils", 712] 713 714[[package]] 715name = "crossbeam-epoch" 716version = "0.9.18" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 719dependencies = [ 720 "crossbeam-utils", 721] 722 723[[package]] 724name = "crossbeam-utils" 725version = "0.8.21" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 728 729[[package]] 730name = "crunchy" 731version = "0.2.4" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 734 735[[package]] 736name = "crypto-bigint" 737version = "0.5.5" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 740dependencies = [ 741 "generic-array", 742 "rand_core 0.6.4", 743 "subtle", 744 "zeroize", 745] 746 747[[package]] 748name = "crypto-common" 749version = "0.1.6" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 752dependencies = [ 753 "generic-array", 754 "typenum", 755] 756 757[[package]] 758name = "darling" 759version = "0.21.3" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 762dependencies = [ 763 "darling_core", 764 "darling_macro", 765] 766 767[[package]] 768name = "darling_core" 769version = "0.21.3" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 772dependencies = [ 773 "fnv", 774 "ident_case", 775 "proc-macro2", 776 "quote", 777 "strsim", 778 "syn 2.0.111", 779] 780 781[[package]] 782name = "darling_macro" 783version = "0.21.3" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 786dependencies = [ 787 "darling_core", 788 "quote", 789 "syn 2.0.111", 790] 791 792[[package]] 793name = "dashmap" 794version = "6.1.0" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 797dependencies = [ 798 "cfg-if", 799 "crossbeam-utils", 800 "hashbrown 0.14.5", 801 "lock_api", 802 "once_cell", 803 "parking_lot_core", 804] 805 806[[package]] 807name = "data-encoding" 808version = "2.9.0" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 811 812[[package]] 813name = "data-encoding-macro" 814version = "0.1.18" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 817dependencies = [ 818 "data-encoding", 819 "data-encoding-macro-internal", 820] 821 822[[package]] 823name = "data-encoding-macro-internal" 824version = "0.1.16" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 827dependencies = [ 828 "data-encoding", 829 "syn 2.0.111", 830] 831 832[[package]] 833name = "deflate" 834version = "1.0.0" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f" 837dependencies = [ 838 "adler32", 839 "gzip-header", 840] 841 842[[package]] 843name = "der" 844version = "0.7.10" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 847dependencies = [ 848 "const-oid", 849 "pem-rfc7468", 850 "zeroize", 851] 852 853[[package]] 854name = "deranged" 855version = "0.5.5" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 858dependencies = [ 859 "powerfmt", 860 "serde_core", 861] 862 863[[package]] 864name = "derive_more" 865version = "1.0.0" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 868dependencies = [ 869 "derive_more-impl", 870] 871 872[[package]] 873name = "derive_more-impl" 874version = "1.0.0" 875source = "registry+https://github.com/rust-lang/crates.io-index" 876checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 877dependencies = [ 878 "proc-macro2", 879 "quote", 880 "syn 2.0.111", 881 "unicode-xid", 882] 883 884[[package]] 885name = "diatomic-waker" 886version = "0.2.3" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 889 890[[package]] 891name = "digest" 892version = "0.10.7" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 895dependencies = [ 896 "block-buffer", 897 "const-oid", 898 "crypto-common", 899 "subtle", 900] 901 902[[package]] 903name = "dirs" 904version = "6.0.0" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 907dependencies = [ 908 "dirs-sys", 909] 910 911[[package]] 912name = "dirs-sys" 913version = "0.5.0" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 916dependencies = [ 917 "libc", 918 "option-ext", 919 "redox_users", 920 "windows-sys 0.61.2", 921] 922 923[[package]] 924name = "displaydoc" 925version = "0.2.5" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 928dependencies = [ 929 "proc-macro2", 930 "quote", 931 "syn 2.0.111", 932] 933 934[[package]] 935name = "dyn-clone" 936version = "1.0.20" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 939 940[[package]] 941name = "ecdsa" 942version = "0.16.9" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 945dependencies = [ 946 "der", 947 "digest", 948 "elliptic-curve", 949 "rfc6979", 950 "signature", 951 "spki", 952] 953 954[[package]] 955name = "elliptic-curve" 956version = "0.13.8" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 959dependencies = [ 960 "base16ct", 961 "crypto-bigint", 962 "digest", 963 "ff", 964 "generic-array", 965 "group", 966 "pem-rfc7468", 967 "pkcs8", 968 "rand_core 0.6.4", 969 "sec1", 970 "subtle", 971 "zeroize", 972] 973 974[[package]] 975name = "encode_unicode" 976version = "1.0.0" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 979 980[[package]] 981name = "encoding_rs" 982version = "0.8.35" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 985dependencies = [ 986 "cfg-if", 987] 988 989[[package]] 990name = "enum-as-inner" 991version = "0.6.1" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 994dependencies = [ 995 "heck 0.5.0", 996 "proc-macro2", 997 "quote", 998 "syn 2.0.111", 999] 1000 1001[[package]] 1002name = "equivalent" 1003version = "1.0.2" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1006 1007[[package]] 1008name = "errno" 1009version = "0.3.14" 1010source = "registry+https://github.com/rust-lang/crates.io-index" 1011checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1012dependencies = [ 1013 "libc", 1014 "windows-sys 0.61.2", 1015] 1016 1017[[package]] 1018name = "fastrand" 1019version = "2.3.0" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1022 1023[[package]] 1024name = "ff" 1025version = "0.13.1" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1028dependencies = [ 1029 "rand_core 0.6.4", 1030 "subtle", 1031] 1032 1033[[package]] 1034name = "filetime" 1035version = "0.2.26" 1036source = "registry+https://github.com/rust-lang/crates.io-index" 1037checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" 1038dependencies = [ 1039 "cfg-if", 1040 "libc", 1041 "libredox", 1042 "windows-sys 0.60.2", 1043] 1044 1045[[package]] 1046name = "find-msvc-tools" 1047version = "0.1.5" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 1050 1051[[package]] 1052name = "flate2" 1053version = "1.1.5" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 1056dependencies = [ 1057 "crc32fast", 1058 "miniz_oxide", 1059] 1060 1061[[package]] 1062name = "fnv" 1063version = "1.0.7" 1064source = "registry+https://github.com/rust-lang/crates.io-index" 1065checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1066 1067[[package]] 1068name = "form_urlencoded" 1069version = "1.2.2" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1072dependencies = [ 1073 "percent-encoding", 1074] 1075 1076[[package]] 1077name = "futf" 1078version = "0.1.5" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1081dependencies = [ 1082 "mac", 1083 "new_debug_unreachable", 1084] 1085 1086[[package]] 1087name = "futures" 1088version = "0.3.31" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1091dependencies = [ 1092 "futures-channel", 1093 "futures-core", 1094 "futures-executor", 1095 "futures-io", 1096 "futures-sink", 1097 "futures-task", 1098 "futures-util", 1099] 1100 1101[[package]] 1102name = "futures-buffered" 1103version = "0.2.12" 1104source = "registry+https://github.com/rust-lang/crates.io-index" 1105checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd" 1106dependencies = [ 1107 "cordyceps", 1108 "diatomic-waker", 1109 "futures-core", 1110 "pin-project-lite", 1111 "spin 0.10.0", 1112] 1113 1114[[package]] 1115name = "futures-channel" 1116version = "0.3.31" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1119dependencies = [ 1120 "futures-core", 1121 "futures-sink", 1122] 1123 1124[[package]] 1125name = "futures-core" 1126version = "0.3.31" 1127source = "registry+https://github.com/rust-lang/crates.io-index" 1128checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1129 1130[[package]] 1131name = "futures-executor" 1132version = "0.3.31" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1135dependencies = [ 1136 "futures-core", 1137 "futures-task", 1138 "futures-util", 1139] 1140 1141[[package]] 1142name = "futures-io" 1143version = "0.3.31" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1146 1147[[package]] 1148name = "futures-lite" 1149version = "2.6.1" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1152dependencies = [ 1153 "fastrand", 1154 "futures-core", 1155 "futures-io", 1156 "parking", 1157 "pin-project-lite", 1158] 1159 1160[[package]] 1161name = "futures-macro" 1162version = "0.3.31" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1165dependencies = [ 1166 "proc-macro2", 1167 "quote", 1168 "syn 2.0.111", 1169] 1170 1171[[package]] 1172name = "futures-sink" 1173version = "0.3.31" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1176 1177[[package]] 1178name = "futures-task" 1179version = "0.3.31" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1182 1183[[package]] 1184name = "futures-util" 1185version = "0.3.31" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1188dependencies = [ 1189 "futures-channel", 1190 "futures-core", 1191 "futures-io", 1192 "futures-macro", 1193 "futures-sink", 1194 "futures-task", 1195 "memchr", 1196 "pin-project-lite", 1197 "pin-utils", 1198 "slab", 1199] 1200 1201[[package]] 1202name = "generator" 1203version = "0.8.7" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2" 1206dependencies = [ 1207 "cc", 1208 "cfg-if", 1209 "libc", 1210 "log", 1211 "rustversion", 1212 "windows", 1213] 1214 1215[[package]] 1216name = "generic-array" 1217version = "0.14.9" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1220dependencies = [ 1221 "typenum", 1222 "version_check", 1223 "zeroize", 1224] 1225 1226[[package]] 1227name = "getrandom" 1228version = "0.2.16" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1231dependencies = [ 1232 "cfg-if", 1233 "js-sys", 1234 "libc", 1235 "wasi", 1236 "wasm-bindgen", 1237] 1238 1239[[package]] 1240name = "getrandom" 1241version = "0.3.4" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1244dependencies = [ 1245 "cfg-if", 1246 "js-sys", 1247 "libc", 1248 "r-efi", 1249 "wasip2", 1250 "wasm-bindgen", 1251] 1252 1253[[package]] 1254name = "gimli" 1255version = "0.32.3" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 1258 1259[[package]] 1260name = "globset" 1261version = "0.4.18" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" 1264dependencies = [ 1265 "aho-corasick", 1266 "bstr", 1267 "log", 1268 "regex-automata", 1269 "regex-syntax", 1270] 1271 1272[[package]] 1273name = "gloo-storage" 1274version = "0.3.0" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a" 1277dependencies = [ 1278 "gloo-utils", 1279 "js-sys", 1280 "serde", 1281 "serde_json", 1282 "thiserror 1.0.69", 1283 "wasm-bindgen", 1284 "web-sys", 1285] 1286 1287[[package]] 1288name = "gloo-utils" 1289version = "0.2.0" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" 1292dependencies = [ 1293 "js-sys", 1294 "serde", 1295 "serde_json", 1296 "wasm-bindgen", 1297 "web-sys", 1298] 1299 1300[[package]] 1301name = "group" 1302version = "0.13.0" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1305dependencies = [ 1306 "ff", 1307 "rand_core 0.6.4", 1308 "subtle", 1309] 1310 1311[[package]] 1312name = "gzip-header" 1313version = "1.0.0" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2" 1316dependencies = [ 1317 "crc32fast", 1318] 1319 1320[[package]] 1321name = "h2" 1322version = "0.4.12" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 1325dependencies = [ 1326 "atomic-waker", 1327 "bytes", 1328 "fnv", 1329 "futures-core", 1330 "futures-sink", 1331 "http", 1332 "indexmap 2.12.1", 1333 "slab", 1334 "tokio", 1335 "tokio-util", 1336 "tracing", 1337] 1338 1339[[package]] 1340name = "half" 1341version = "2.7.1" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1344dependencies = [ 1345 "cfg-if", 1346 "crunchy", 1347 "zerocopy", 1348] 1349 1350[[package]] 1351name = "hashbrown" 1352version = "0.12.3" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1355 1356[[package]] 1357name = "hashbrown" 1358version = "0.14.5" 1359source = "registry+https://github.com/rust-lang/crates.io-index" 1360checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1361 1362[[package]] 1363name = "hashbrown" 1364version = "0.16.1" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1367 1368[[package]] 1369name = "heck" 1370version = "0.4.1" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1373 1374[[package]] 1375name = "heck" 1376version = "0.5.0" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1379 1380[[package]] 1381name = "hermit-abi" 1382version = "0.5.2" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1385 1386[[package]] 1387name = "hex" 1388version = "0.4.3" 1389source = "registry+https://github.com/rust-lang/crates.io-index" 1390checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1391 1392[[package]] 1393name = "hex_fmt" 1394version = "0.3.0" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" 1397 1398[[package]] 1399name = "hickory-proto" 1400version = "0.24.4" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" 1403dependencies = [ 1404 "async-trait", 1405 "cfg-if", 1406 "data-encoding", 1407 "enum-as-inner", 1408 "futures-channel", 1409 "futures-io", 1410 "futures-util", 1411 "idna", 1412 "ipnet", 1413 "once_cell", 1414 "rand 0.8.5", 1415 "thiserror 1.0.69", 1416 "tinyvec", 1417 "tokio", 1418 "tracing", 1419 "url", 1420] 1421 1422[[package]] 1423name = "hickory-resolver" 1424version = "0.24.4" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" 1427dependencies = [ 1428 "cfg-if", 1429 "futures-util", 1430 "hickory-proto", 1431 "ipconfig", 1432 "lru-cache", 1433 "once_cell", 1434 "parking_lot", 1435 "rand 0.8.5", 1436 "resolv-conf", 1437 "smallvec", 1438 "thiserror 1.0.69", 1439 "tokio", 1440 "tracing", 1441] 1442 1443[[package]] 1444name = "hmac" 1445version = "0.12.1" 1446source = "registry+https://github.com/rust-lang/crates.io-index" 1447checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1448dependencies = [ 1449 "digest", 1450] 1451 1452[[package]] 1453name = "html5ever" 1454version = "0.27.0" 1455source = "registry+https://github.com/rust-lang/crates.io-index" 1456checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" 1457dependencies = [ 1458 "log", 1459 "mac", 1460 "markup5ever", 1461 "proc-macro2", 1462 "quote", 1463 "syn 2.0.111", 1464] 1465 1466[[package]] 1467name = "http" 1468version = "1.4.0" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1471dependencies = [ 1472 "bytes", 1473 "itoa", 1474] 1475 1476[[package]] 1477name = "http-body" 1478version = "1.0.1" 1479source = "registry+https://github.com/rust-lang/crates.io-index" 1480checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1481dependencies = [ 1482 "bytes", 1483 "http", 1484] 1485 1486[[package]] 1487name = "http-body-util" 1488version = "0.1.3" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1491dependencies = [ 1492 "bytes", 1493 "futures-core", 1494 "http", 1495 "http-body", 1496 "pin-project-lite", 1497] 1498 1499[[package]] 1500name = "http-range-header" 1501version = "0.4.2" 1502source = "registry+https://github.com/rust-lang/crates.io-index" 1503checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" 1504 1505[[package]] 1506name = "httparse" 1507version = "1.10.1" 1508source = "registry+https://github.com/rust-lang/crates.io-index" 1509checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1510 1511[[package]] 1512name = "httpdate" 1513version = "1.0.3" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1516 1517[[package]] 1518name = "hyper" 1519version = "1.8.1" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1522dependencies = [ 1523 "atomic-waker", 1524 "bytes", 1525 "futures-channel", 1526 "futures-core", 1527 "h2", 1528 "http", 1529 "http-body", 1530 "httparse", 1531 "httpdate", 1532 "itoa", 1533 "pin-project-lite", 1534 "pin-utils", 1535 "smallvec", 1536 "tokio", 1537 "want", 1538] 1539 1540[[package]] 1541name = "hyper-rustls" 1542version = "0.27.7" 1543source = "registry+https://github.com/rust-lang/crates.io-index" 1544checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1545dependencies = [ 1546 "http", 1547 "hyper", 1548 "hyper-util", 1549 "rustls", 1550 "rustls-pki-types", 1551 "tokio", 1552 "tokio-rustls", 1553 "tower-service", 1554 "webpki-roots", 1555] 1556 1557[[package]] 1558name = "hyper-util" 1559version = "0.1.18" 1560source = "registry+https://github.com/rust-lang/crates.io-index" 1561checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" 1562dependencies = [ 1563 "base64 0.22.1", 1564 "bytes", 1565 "futures-channel", 1566 "futures-core", 1567 "futures-util", 1568 "http", 1569 "http-body", 1570 "hyper", 1571 "ipnet", 1572 "libc", 1573 "percent-encoding", 1574 "pin-project-lite", 1575 "socket2 0.6.1", 1576 "system-configuration", 1577 "tokio", 1578 "tower-service", 1579 "tracing", 1580 "windows-registry", 1581] 1582 1583[[package]] 1584name = "iana-time-zone" 1585version = "0.1.64" 1586source = "registry+https://github.com/rust-lang/crates.io-index" 1587checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 1588dependencies = [ 1589 "android_system_properties", 1590 "core-foundation-sys", 1591 "iana-time-zone-haiku", 1592 "js-sys", 1593 "log", 1594 "wasm-bindgen", 1595 "windows-core 0.62.2", 1596] 1597 1598[[package]] 1599name = "iana-time-zone-haiku" 1600version = "0.1.2" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1603dependencies = [ 1604 "cc", 1605] 1606 1607[[package]] 1608name = "icu_collections" 1609version = "2.1.1" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1612dependencies = [ 1613 "displaydoc", 1614 "potential_utf", 1615 "yoke", 1616 "zerofrom", 1617 "zerovec", 1618] 1619 1620[[package]] 1621name = "icu_locale_core" 1622version = "2.1.1" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1625dependencies = [ 1626 "displaydoc", 1627 "litemap", 1628 "tinystr", 1629 "writeable", 1630 "zerovec", 1631] 1632 1633[[package]] 1634name = "icu_normalizer" 1635version = "2.1.1" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1638dependencies = [ 1639 "icu_collections", 1640 "icu_normalizer_data", 1641 "icu_properties", 1642 "icu_provider", 1643 "smallvec", 1644 "zerovec", 1645] 1646 1647[[package]] 1648name = "icu_normalizer_data" 1649version = "2.1.1" 1650source = "registry+https://github.com/rust-lang/crates.io-index" 1651checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1652 1653[[package]] 1654name = "icu_properties" 1655version = "2.1.1" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99" 1658dependencies = [ 1659 "icu_collections", 1660 "icu_locale_core", 1661 "icu_properties_data", 1662 "icu_provider", 1663 "zerotrie", 1664 "zerovec", 1665] 1666 1667[[package]] 1668name = "icu_properties_data" 1669version = "2.1.1" 1670source = "registry+https://github.com/rust-lang/crates.io-index" 1671checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899" 1672 1673[[package]] 1674name = "icu_provider" 1675version = "2.1.1" 1676source = "registry+https://github.com/rust-lang/crates.io-index" 1677checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1678dependencies = [ 1679 "displaydoc", 1680 "icu_locale_core", 1681 "writeable", 1682 "yoke", 1683 "zerofrom", 1684 "zerotrie", 1685 "zerovec", 1686] 1687 1688[[package]] 1689name = "ident_case" 1690version = "1.0.1" 1691source = "registry+https://github.com/rust-lang/crates.io-index" 1692checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1693 1694[[package]] 1695name = "idna" 1696version = "1.1.0" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1699dependencies = [ 1700 "idna_adapter", 1701 "smallvec", 1702 "utf8_iter", 1703] 1704 1705[[package]] 1706name = "idna_adapter" 1707version = "1.2.1" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1710dependencies = [ 1711 "icu_normalizer", 1712 "icu_properties", 1713] 1714 1715[[package]] 1716name = "ignore" 1717version = "0.4.25" 1718source = "registry+https://github.com/rust-lang/crates.io-index" 1719checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" 1720dependencies = [ 1721 "crossbeam-deque", 1722 "globset", 1723 "log", 1724 "memchr", 1725 "regex-automata", 1726 "same-file", 1727 "walkdir", 1728 "winapi-util", 1729] 1730 1731[[package]] 1732name = "indexmap" 1733version = "1.9.3" 1734source = "registry+https://github.com/rust-lang/crates.io-index" 1735checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1736dependencies = [ 1737 "autocfg", 1738 "hashbrown 0.12.3", 1739 "serde", 1740] 1741 1742[[package]] 1743name = "indexmap" 1744version = "2.12.1" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 1747dependencies = [ 1748 "equivalent", 1749 "hashbrown 0.16.1", 1750 "serde", 1751 "serde_core", 1752] 1753 1754[[package]] 1755name = "indicatif" 1756version = "0.17.11" 1757source = "registry+https://github.com/rust-lang/crates.io-index" 1758checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 1759dependencies = [ 1760 "console", 1761 "number_prefix", 1762 "portable-atomic", 1763 "unicode-width 0.2.2", 1764 "web-time", 1765] 1766 1767[[package]] 1768name = "indoc" 1769version = "2.0.7" 1770source = "registry+https://github.com/rust-lang/crates.io-index" 1771checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 1772dependencies = [ 1773 "rustversion", 1774] 1775 1776[[package]] 1777name = "inventory" 1778version = "0.3.21" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" 1781dependencies = [ 1782 "rustversion", 1783] 1784 1785[[package]] 1786name = "ipconfig" 1787version = "0.3.2" 1788source = "registry+https://github.com/rust-lang/crates.io-index" 1789checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1790dependencies = [ 1791 "socket2 0.5.10", 1792 "widestring", 1793 "windows-sys 0.48.0", 1794 "winreg", 1795] 1796 1797[[package]] 1798name = "ipld-core" 1799version = "0.4.2" 1800source = "registry+https://github.com/rust-lang/crates.io-index" 1801checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1802dependencies = [ 1803 "cid", 1804 "serde", 1805 "serde_bytes", 1806] 1807 1808[[package]] 1809name = "ipnet" 1810version = "2.11.0" 1811source = "registry+https://github.com/rust-lang/crates.io-index" 1812checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1813 1814[[package]] 1815name = "iri-string" 1816version = "0.7.9" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" 1819dependencies = [ 1820 "memchr", 1821 "serde", 1822] 1823 1824[[package]] 1825name = "is_ci" 1826version = "1.2.0" 1827source = "registry+https://github.com/rust-lang/crates.io-index" 1828checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" 1829 1830[[package]] 1831name = "is_terminal_polyfill" 1832version = "1.70.2" 1833source = "registry+https://github.com/rust-lang/crates.io-index" 1834checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1835 1836[[package]] 1837name = "itoa" 1838version = "1.0.15" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1841 1842[[package]] 1843name = "jacquard" 1844version = "0.9.3" 1845dependencies = [ 1846 "bytes", 1847 "getrandom 0.2.16", 1848 "gloo-storage", 1849 "http", 1850 "jacquard-api", 1851 "jacquard-common", 1852 "jacquard-derive", 1853 "jacquard-identity", 1854 "jacquard-oauth", 1855 "jose-jwk", 1856 "miette", 1857 "regex", 1858 "regex-lite", 1859 "reqwest", 1860 "serde", 1861 "serde_html_form", 1862 "serde_json", 1863 "smol_str", 1864 "thiserror 2.0.17", 1865 "tokio", 1866 "trait-variant", 1867 "url", 1868 "webpage", 1869] 1870 1871[[package]] 1872name = "jacquard-api" 1873version = "0.9.2" 1874dependencies = [ 1875 "bon", 1876 "bytes", 1877 "jacquard-common", 1878 "jacquard-derive", 1879 "jacquard-lexicon", 1880 "miette", 1881 "rustversion", 1882 "serde", 1883 "serde_ipld_dagcbor", 1884 "thiserror 2.0.17", 1885 "unicode-segmentation", 1886] 1887 1888[[package]] 1889name = "jacquard-common" 1890version = "0.9.2" 1891dependencies = [ 1892 "base64 0.22.1", 1893 "bon", 1894 "bytes", 1895 "chrono", 1896 "ciborium", 1897 "cid", 1898 "futures", 1899 "getrandom 0.2.16", 1900 "getrandom 0.3.4", 1901 "http", 1902 "ipld-core", 1903 "k256", 1904 "langtag", 1905 "miette", 1906 "multibase", 1907 "multihash", 1908 "n0-future 0.1.3", 1909 "ouroboros", 1910 "p256", 1911 "rand 0.9.2", 1912 "regex", 1913 "regex-lite", 1914 "reqwest", 1915 "serde", 1916 "serde_html_form", 1917 "serde_ipld_dagcbor", 1918 "serde_json", 1919 "signature", 1920 "smol_str", 1921 "thiserror 2.0.17", 1922 "tokio", 1923 "tokio-tungstenite-wasm", 1924 "tokio-util", 1925 "trait-variant", 1926 "url", 1927] 1928 1929[[package]] 1930name = "jacquard-derive" 1931version = "0.9.3" 1932dependencies = [ 1933 "heck 0.5.0", 1934 "jacquard-lexicon", 1935 "proc-macro2", 1936 "quote", 1937 "syn 2.0.111", 1938] 1939 1940[[package]] 1941name = "jacquard-identity" 1942version = "0.9.2" 1943dependencies = [ 1944 "bon", 1945 "bytes", 1946 "hickory-resolver", 1947 "http", 1948 "jacquard-api", 1949 "jacquard-common", 1950 "jacquard-lexicon", 1951 "miette", 1952 "mini-moka", 1953 "percent-encoding", 1954 "reqwest", 1955 "serde", 1956 "serde_html_form", 1957 "serde_json", 1958 "thiserror 2.0.17", 1959 "tokio", 1960 "trait-variant", 1961 "url", 1962 "urlencoding", 1963] 1964 1965[[package]] 1966name = "jacquard-lexicon" 1967version = "0.9.2" 1968dependencies = [ 1969 "cid", 1970 "dashmap", 1971 "heck 0.5.0", 1972 "inventory", 1973 "jacquard-common", 1974 "miette", 1975 "multihash", 1976 "prettyplease", 1977 "proc-macro2", 1978 "quote", 1979 "serde", 1980 "serde_ipld_dagcbor", 1981 "serde_json", 1982 "serde_repr", 1983 "serde_with", 1984 "sha2", 1985 "syn 2.0.111", 1986 "thiserror 2.0.17", 1987 "unicode-segmentation", 1988] 1989 1990[[package]] 1991name = "jacquard-oauth" 1992version = "0.9.2" 1993dependencies = [ 1994 "base64 0.22.1", 1995 "bytes", 1996 "chrono", 1997 "dashmap", 1998 "elliptic-curve", 1999 "http", 2000 "jacquard-common", 2001 "jacquard-identity", 2002 "jose-jwa", 2003 "jose-jwk", 2004 "miette", 2005 "p256", 2006 "rand 0.8.5", 2007 "rouille", 2008 "serde", 2009 "serde_html_form", 2010 "serde_json", 2011 "sha2", 2012 "smol_str", 2013 "thiserror 2.0.17", 2014 "tokio", 2015 "trait-variant", 2016 "url", 2017 "webbrowser", 2018] 2019 2020[[package]] 2021name = "jni" 2022version = "0.21.1" 2023source = "registry+https://github.com/rust-lang/crates.io-index" 2024checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2025dependencies = [ 2026 "cesu8", 2027 "cfg-if", 2028 "combine", 2029 "jni-sys", 2030 "log", 2031 "thiserror 1.0.69", 2032 "walkdir", 2033 "windows-sys 0.45.0", 2034] 2035 2036[[package]] 2037name = "jni-sys" 2038version = "0.3.0" 2039source = "registry+https://github.com/rust-lang/crates.io-index" 2040checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2041 2042[[package]] 2043name = "jose-b64" 2044version = "0.1.2" 2045source = "registry+https://github.com/rust-lang/crates.io-index" 2046checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56" 2047dependencies = [ 2048 "base64ct", 2049 "serde", 2050 "subtle", 2051 "zeroize", 2052] 2053 2054[[package]] 2055name = "jose-jwa" 2056version = "0.1.2" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7" 2059dependencies = [ 2060 "serde", 2061] 2062 2063[[package]] 2064name = "jose-jwk" 2065version = "0.1.2" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7" 2068dependencies = [ 2069 "jose-b64", 2070 "jose-jwa", 2071 "p256", 2072 "p384", 2073 "rsa", 2074 "serde", 2075 "zeroize", 2076] 2077 2078[[package]] 2079name = "js-sys" 2080version = "0.3.82" 2081source = "registry+https://github.com/rust-lang/crates.io-index" 2082checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" 2083dependencies = [ 2084 "once_cell", 2085 "wasm-bindgen", 2086] 2087 2088[[package]] 2089name = "k256" 2090version = "0.13.4" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 2093dependencies = [ 2094 "cfg-if", 2095 "ecdsa", 2096 "elliptic-curve", 2097 "sha2", 2098] 2099 2100[[package]] 2101name = "langtag" 2102version = "0.4.0" 2103source = "registry+https://github.com/rust-lang/crates.io-index" 2104checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600" 2105dependencies = [ 2106 "serde", 2107 "static-regular-grammar", 2108 "thiserror 1.0.69", 2109] 2110 2111[[package]] 2112name = "lazy_static" 2113version = "1.5.0" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2116dependencies = [ 2117 "spin 0.9.8", 2118] 2119 2120[[package]] 2121name = "libc" 2122version = "0.2.177" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 2125 2126[[package]] 2127name = "libm" 2128version = "0.2.15" 2129source = "registry+https://github.com/rust-lang/crates.io-index" 2130checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 2131 2132[[package]] 2133name = "libredox" 2134version = "0.1.10" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 2137dependencies = [ 2138 "bitflags", 2139 "libc", 2140 "redox_syscall", 2141] 2142 2143[[package]] 2144name = "linked-hash-map" 2145version = "0.5.6" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2148 2149[[package]] 2150name = "linux-raw-sys" 2151version = "0.11.0" 2152source = "registry+https://github.com/rust-lang/crates.io-index" 2153checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 2154 2155[[package]] 2156name = "litemap" 2157version = "0.8.1" 2158source = "registry+https://github.com/rust-lang/crates.io-index" 2159checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 2160 2161[[package]] 2162name = "lock_api" 2163version = "0.4.14" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2166dependencies = [ 2167 "scopeguard", 2168] 2169 2170[[package]] 2171name = "log" 2172version = "0.4.28" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 2175 2176[[package]] 2177name = "loom" 2178version = "0.7.2" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2181dependencies = [ 2182 "cfg-if", 2183 "generator", 2184 "scoped-tls", 2185 "tracing", 2186 "tracing-subscriber", 2187] 2188 2189[[package]] 2190name = "lru-cache" 2191version = "0.1.2" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 2194dependencies = [ 2195 "linked-hash-map", 2196] 2197 2198[[package]] 2199name = "lru-slab" 2200version = "0.1.2" 2201source = "registry+https://github.com/rust-lang/crates.io-index" 2202checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2203 2204[[package]] 2205name = "mac" 2206version = "0.1.1" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2209 2210[[package]] 2211name = "markup5ever" 2212version = "0.12.1" 2213source = "registry+https://github.com/rust-lang/crates.io-index" 2214checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" 2215dependencies = [ 2216 "log", 2217 "phf", 2218 "phf_codegen", 2219 "string_cache", 2220 "string_cache_codegen", 2221 "tendril", 2222] 2223 2224[[package]] 2225name = "markup5ever_rcdom" 2226version = "0.3.0" 2227source = "registry+https://github.com/rust-lang/crates.io-index" 2228checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18" 2229dependencies = [ 2230 "html5ever", 2231 "markup5ever", 2232 "tendril", 2233 "xml5ever", 2234] 2235 2236[[package]] 2237name = "match-lookup" 2238version = "0.1.1" 2239source = "registry+https://github.com/rust-lang/crates.io-index" 2240checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 2241dependencies = [ 2242 "proc-macro2", 2243 "quote", 2244 "syn 1.0.109", 2245] 2246 2247[[package]] 2248name = "matchers" 2249version = "0.2.0" 2250source = "registry+https://github.com/rust-lang/crates.io-index" 2251checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2252dependencies = [ 2253 "regex-automata", 2254] 2255 2256[[package]] 2257name = "matchit" 2258version = "0.8.4" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 2261 2262[[package]] 2263name = "memchr" 2264version = "2.7.6" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 2267 2268[[package]] 2269name = "miette" 2270version = "7.6.0" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 2273dependencies = [ 2274 "backtrace", 2275 "backtrace-ext", 2276 "cfg-if", 2277 "miette-derive", 2278 "owo-colors", 2279 "supports-color", 2280 "supports-hyperlinks", 2281 "supports-unicode", 2282 "terminal_size", 2283 "textwrap", 2284 "unicode-width 0.1.14", 2285] 2286 2287[[package]] 2288name = "miette-derive" 2289version = "7.6.0" 2290source = "registry+https://github.com/rust-lang/crates.io-index" 2291checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 2292dependencies = [ 2293 "proc-macro2", 2294 "quote", 2295 "syn 2.0.111", 2296] 2297 2298[[package]] 2299name = "mime" 2300version = "0.3.17" 2301source = "registry+https://github.com/rust-lang/crates.io-index" 2302checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2303 2304[[package]] 2305name = "mime_guess" 2306version = "2.0.5" 2307source = "registry+https://github.com/rust-lang/crates.io-index" 2308checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2309dependencies = [ 2310 "mime", 2311 "unicase", 2312] 2313 2314[[package]] 2315name = "mini-moka" 2316version = "0.10.99" 2317dependencies = [ 2318 "crossbeam-channel", 2319 "crossbeam-utils", 2320 "dashmap", 2321 "smallvec", 2322 "tagptr", 2323 "triomphe", 2324 "web-time", 2325] 2326 2327[[package]] 2328name = "minimal-lexical" 2329version = "0.2.1" 2330source = "registry+https://github.com/rust-lang/crates.io-index" 2331checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2332 2333[[package]] 2334name = "miniz_oxide" 2335version = "0.8.9" 2336source = "registry+https://github.com/rust-lang/crates.io-index" 2337checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2338dependencies = [ 2339 "adler2", 2340 "simd-adler32", 2341] 2342 2343[[package]] 2344name = "mio" 2345version = "1.1.0" 2346source = "registry+https://github.com/rust-lang/crates.io-index" 2347checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 2348dependencies = [ 2349 "libc", 2350 "wasi", 2351 "windows-sys 0.61.2", 2352] 2353 2354[[package]] 2355name = "multibase" 2356version = "0.9.2" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 2359dependencies = [ 2360 "base-x", 2361 "base256emoji", 2362 "data-encoding", 2363 "data-encoding-macro", 2364] 2365 2366[[package]] 2367name = "multihash" 2368version = "0.19.3" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 2371dependencies = [ 2372 "core2", 2373 "serde", 2374 "unsigned-varint", 2375] 2376 2377[[package]] 2378name = "multipart" 2379version = "0.18.0" 2380source = "registry+https://github.com/rust-lang/crates.io-index" 2381checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182" 2382dependencies = [ 2383 "buf_redux", 2384 "httparse", 2385 "log", 2386 "mime", 2387 "mime_guess", 2388 "quick-error", 2389 "rand 0.8.5", 2390 "safemem", 2391 "tempfile", 2392 "twoway", 2393] 2394 2395[[package]] 2396name = "n0-future" 2397version = "0.1.3" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794" 2400dependencies = [ 2401 "cfg_aliases", 2402 "derive_more", 2403 "futures-buffered", 2404 "futures-lite", 2405 "futures-util", 2406 "js-sys", 2407 "pin-project", 2408 "send_wrapper", 2409 "tokio", 2410 "tokio-util", 2411 "wasm-bindgen", 2412 "wasm-bindgen-futures", 2413 "web-time", 2414] 2415 2416[[package]] 2417name = "n0-future" 2418version = "0.3.1" 2419source = "registry+https://github.com/rust-lang/crates.io-index" 2420checksum = "8c0709ac8235ce13b82bc4d180ee3c42364b90c1a8a628c3422d991d75a728b5" 2421dependencies = [ 2422 "cfg_aliases", 2423 "derive_more", 2424 "futures-buffered", 2425 "futures-lite", 2426 "futures-util", 2427 "js-sys", 2428 "pin-project", 2429 "send_wrapper", 2430 "tokio", 2431 "tokio-util", 2432 "wasm-bindgen", 2433 "wasm-bindgen-futures", 2434 "web-time", 2435] 2436 2437[[package]] 2438name = "ndk-context" 2439version = "0.1.1" 2440source = "registry+https://github.com/rust-lang/crates.io-index" 2441checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2442 2443[[package]] 2444name = "new_debug_unreachable" 2445version = "1.0.6" 2446source = "registry+https://github.com/rust-lang/crates.io-index" 2447checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 2448 2449[[package]] 2450name = "nom" 2451version = "7.1.3" 2452source = "registry+https://github.com/rust-lang/crates.io-index" 2453checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2454dependencies = [ 2455 "memchr", 2456 "minimal-lexical", 2457] 2458 2459[[package]] 2460name = "nu-ansi-term" 2461version = "0.50.3" 2462source = "registry+https://github.com/rust-lang/crates.io-index" 2463checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 2464dependencies = [ 2465 "windows-sys 0.61.2", 2466] 2467 2468[[package]] 2469name = "num-bigint-dig" 2470version = "0.8.6" 2471source = "registry+https://github.com/rust-lang/crates.io-index" 2472checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 2473dependencies = [ 2474 "lazy_static", 2475 "libm", 2476 "num-integer", 2477 "num-iter", 2478 "num-traits", 2479 "rand 0.8.5", 2480 "smallvec", 2481 "zeroize", 2482] 2483 2484[[package]] 2485name = "num-conv" 2486version = "0.1.0" 2487source = "registry+https://github.com/rust-lang/crates.io-index" 2488checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2489 2490[[package]] 2491name = "num-integer" 2492version = "0.1.46" 2493source = "registry+https://github.com/rust-lang/crates.io-index" 2494checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2495dependencies = [ 2496 "num-traits", 2497] 2498 2499[[package]] 2500name = "num-iter" 2501version = "0.1.45" 2502source = "registry+https://github.com/rust-lang/crates.io-index" 2503checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2504dependencies = [ 2505 "autocfg", 2506 "num-integer", 2507 "num-traits", 2508] 2509 2510[[package]] 2511name = "num-traits" 2512version = "0.2.19" 2513source = "registry+https://github.com/rust-lang/crates.io-index" 2514checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2515dependencies = [ 2516 "autocfg", 2517 "libm", 2518] 2519 2520[[package]] 2521name = "num_cpus" 2522version = "1.17.0" 2523source = "registry+https://github.com/rust-lang/crates.io-index" 2524checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 2525dependencies = [ 2526 "hermit-abi", 2527 "libc", 2528] 2529 2530[[package]] 2531name = "num_threads" 2532version = "0.1.7" 2533source = "registry+https://github.com/rust-lang/crates.io-index" 2534checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2535dependencies = [ 2536 "libc", 2537] 2538 2539[[package]] 2540name = "number_prefix" 2541version = "0.4.0" 2542source = "registry+https://github.com/rust-lang/crates.io-index" 2543checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 2544 2545[[package]] 2546name = "objc2" 2547version = "0.6.3" 2548source = "registry+https://github.com/rust-lang/crates.io-index" 2549checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 2550dependencies = [ 2551 "objc2-encode", 2552] 2553 2554[[package]] 2555name = "objc2-encode" 2556version = "4.1.0" 2557source = "registry+https://github.com/rust-lang/crates.io-index" 2558checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2559 2560[[package]] 2561name = "objc2-foundation" 2562version = "0.3.2" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 2565dependencies = [ 2566 "bitflags", 2567 "objc2", 2568] 2569 2570[[package]] 2571name = "object" 2572version = "0.37.3" 2573source = "registry+https://github.com/rust-lang/crates.io-index" 2574checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 2575dependencies = [ 2576 "memchr", 2577] 2578 2579[[package]] 2580name = "once_cell" 2581version = "1.21.3" 2582source = "registry+https://github.com/rust-lang/crates.io-index" 2583checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2584 2585[[package]] 2586name = "once_cell_polyfill" 2587version = "1.70.2" 2588source = "registry+https://github.com/rust-lang/crates.io-index" 2589checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 2590 2591[[package]] 2592name = "openssl-probe" 2593version = "0.1.6" 2594source = "registry+https://github.com/rust-lang/crates.io-index" 2595checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 2596 2597[[package]] 2598name = "option-ext" 2599version = "0.2.0" 2600source = "registry+https://github.com/rust-lang/crates.io-index" 2601checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2602 2603[[package]] 2604name = "ouroboros" 2605version = "0.18.5" 2606source = "registry+https://github.com/rust-lang/crates.io-index" 2607checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 2608dependencies = [ 2609 "aliasable", 2610 "ouroboros_macro", 2611 "static_assertions", 2612] 2613 2614[[package]] 2615name = "ouroboros_macro" 2616version = "0.18.5" 2617source = "registry+https://github.com/rust-lang/crates.io-index" 2618checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 2619dependencies = [ 2620 "heck 0.4.1", 2621 "proc-macro2", 2622 "proc-macro2-diagnostics", 2623 "quote", 2624 "syn 2.0.111", 2625] 2626 2627[[package]] 2628name = "owo-colors" 2629version = "4.2.3" 2630source = "registry+https://github.com/rust-lang/crates.io-index" 2631checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" 2632 2633[[package]] 2634name = "p256" 2635version = "0.13.2" 2636source = "registry+https://github.com/rust-lang/crates.io-index" 2637checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 2638dependencies = [ 2639 "ecdsa", 2640 "elliptic-curve", 2641 "primeorder", 2642 "sha2", 2643] 2644 2645[[package]] 2646name = "p384" 2647version = "0.13.1" 2648source = "registry+https://github.com/rust-lang/crates.io-index" 2649checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 2650dependencies = [ 2651 "elliptic-curve", 2652 "primeorder", 2653] 2654 2655[[package]] 2656name = "parking" 2657version = "2.2.1" 2658source = "registry+https://github.com/rust-lang/crates.io-index" 2659checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2660 2661[[package]] 2662name = "parking_lot" 2663version = "0.12.5" 2664source = "registry+https://github.com/rust-lang/crates.io-index" 2665checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2666dependencies = [ 2667 "lock_api", 2668 "parking_lot_core", 2669] 2670 2671[[package]] 2672name = "parking_lot_core" 2673version = "0.9.12" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2676dependencies = [ 2677 "cfg-if", 2678 "libc", 2679 "redox_syscall", 2680 "smallvec", 2681 "windows-link 0.2.1", 2682] 2683 2684[[package]] 2685name = "pem-rfc7468" 2686version = "0.7.0" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2689dependencies = [ 2690 "base64ct", 2691] 2692 2693[[package]] 2694name = "percent-encoding" 2695version = "2.3.2" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2698 2699[[package]] 2700name = "phf" 2701version = "0.11.3" 2702source = "registry+https://github.com/rust-lang/crates.io-index" 2703checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 2704dependencies = [ 2705 "phf_shared", 2706] 2707 2708[[package]] 2709name = "phf_codegen" 2710version = "0.11.3" 2711source = "registry+https://github.com/rust-lang/crates.io-index" 2712checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 2713dependencies = [ 2714 "phf_generator", 2715 "phf_shared", 2716] 2717 2718[[package]] 2719name = "phf_generator" 2720version = "0.11.3" 2721source = "registry+https://github.com/rust-lang/crates.io-index" 2722checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 2723dependencies = [ 2724 "phf_shared", 2725 "rand 0.8.5", 2726] 2727 2728[[package]] 2729name = "phf_shared" 2730version = "0.11.3" 2731source = "registry+https://github.com/rust-lang/crates.io-index" 2732checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 2733dependencies = [ 2734 "siphasher", 2735] 2736 2737[[package]] 2738name = "pin-project" 2739version = "1.1.10" 2740source = "registry+https://github.com/rust-lang/crates.io-index" 2741checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 2742dependencies = [ 2743 "pin-project-internal", 2744] 2745 2746[[package]] 2747name = "pin-project-internal" 2748version = "1.1.10" 2749source = "registry+https://github.com/rust-lang/crates.io-index" 2750checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 2751dependencies = [ 2752 "proc-macro2", 2753 "quote", 2754 "syn 2.0.111", 2755] 2756 2757[[package]] 2758name = "pin-project-lite" 2759version = "0.2.16" 2760source = "registry+https://github.com/rust-lang/crates.io-index" 2761checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2762 2763[[package]] 2764name = "pin-utils" 2765version = "0.1.0" 2766source = "registry+https://github.com/rust-lang/crates.io-index" 2767checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2768 2769[[package]] 2770name = "pkcs1" 2771version = "0.7.5" 2772source = "registry+https://github.com/rust-lang/crates.io-index" 2773checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2774dependencies = [ 2775 "der", 2776 "pkcs8", 2777 "spki", 2778] 2779 2780[[package]] 2781name = "pkcs8" 2782version = "0.10.2" 2783source = "registry+https://github.com/rust-lang/crates.io-index" 2784checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2785dependencies = [ 2786 "der", 2787 "spki", 2788] 2789 2790[[package]] 2791name = "portable-atomic" 2792version = "1.11.1" 2793source = "registry+https://github.com/rust-lang/crates.io-index" 2794checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 2795 2796[[package]] 2797name = "potential_utf" 2798version = "0.1.4" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 2801dependencies = [ 2802 "zerovec", 2803] 2804 2805[[package]] 2806name = "powerfmt" 2807version = "0.2.0" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2810 2811[[package]] 2812name = "ppv-lite86" 2813version = "0.2.21" 2814source = "registry+https://github.com/rust-lang/crates.io-index" 2815checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2816dependencies = [ 2817 "zerocopy", 2818] 2819 2820[[package]] 2821name = "precomputed-hash" 2822version = "0.1.1" 2823source = "registry+https://github.com/rust-lang/crates.io-index" 2824checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 2825 2826[[package]] 2827name = "prettyplease" 2828version = "0.2.37" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2831dependencies = [ 2832 "proc-macro2", 2833 "syn 2.0.111", 2834] 2835 2836[[package]] 2837name = "primeorder" 2838version = "0.13.6" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2841dependencies = [ 2842 "elliptic-curve", 2843] 2844 2845[[package]] 2846name = "proc-macro-error" 2847version = "1.0.4" 2848source = "registry+https://github.com/rust-lang/crates.io-index" 2849checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2850dependencies = [ 2851 "proc-macro-error-attr", 2852 "proc-macro2", 2853 "quote", 2854 "syn 1.0.109", 2855 "version_check", 2856] 2857 2858[[package]] 2859name = "proc-macro-error-attr" 2860version = "1.0.4" 2861source = "registry+https://github.com/rust-lang/crates.io-index" 2862checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2863dependencies = [ 2864 "proc-macro2", 2865 "quote", 2866 "version_check", 2867] 2868 2869[[package]] 2870name = "proc-macro2" 2871version = "1.0.103" 2872source = "registry+https://github.com/rust-lang/crates.io-index" 2873checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 2874dependencies = [ 2875 "unicode-ident", 2876] 2877 2878[[package]] 2879name = "proc-macro2-diagnostics" 2880version = "0.10.1" 2881source = "registry+https://github.com/rust-lang/crates.io-index" 2882checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 2883dependencies = [ 2884 "proc-macro2", 2885 "quote", 2886 "syn 2.0.111", 2887 "version_check", 2888 "yansi", 2889] 2890 2891[[package]] 2892name = "quick-error" 2893version = "1.2.3" 2894source = "registry+https://github.com/rust-lang/crates.io-index" 2895checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2896 2897[[package]] 2898name = "quinn" 2899version = "0.11.9" 2900source = "registry+https://github.com/rust-lang/crates.io-index" 2901checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 2902dependencies = [ 2903 "bytes", 2904 "cfg_aliases", 2905 "pin-project-lite", 2906 "quinn-proto", 2907 "quinn-udp", 2908 "rustc-hash", 2909 "rustls", 2910 "socket2 0.6.1", 2911 "thiserror 2.0.17", 2912 "tokio", 2913 "tracing", 2914 "web-time", 2915] 2916 2917[[package]] 2918name = "quinn-proto" 2919version = "0.11.13" 2920source = "registry+https://github.com/rust-lang/crates.io-index" 2921checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 2922dependencies = [ 2923 "bytes", 2924 "getrandom 0.3.4", 2925 "lru-slab", 2926 "rand 0.9.2", 2927 "ring", 2928 "rustc-hash", 2929 "rustls", 2930 "rustls-pki-types", 2931 "slab", 2932 "thiserror 2.0.17", 2933 "tinyvec", 2934 "tracing", 2935 "web-time", 2936] 2937 2938[[package]] 2939name = "quinn-udp" 2940version = "0.5.14" 2941source = "registry+https://github.com/rust-lang/crates.io-index" 2942checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 2943dependencies = [ 2944 "cfg_aliases", 2945 "libc", 2946 "once_cell", 2947 "socket2 0.6.1", 2948 "tracing", 2949 "windows-sys 0.60.2", 2950] 2951 2952[[package]] 2953name = "quote" 2954version = "1.0.42" 2955source = "registry+https://github.com/rust-lang/crates.io-index" 2956checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 2957dependencies = [ 2958 "proc-macro2", 2959] 2960 2961[[package]] 2962name = "r-efi" 2963version = "5.3.0" 2964source = "registry+https://github.com/rust-lang/crates.io-index" 2965checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2966 2967[[package]] 2968name = "rand" 2969version = "0.8.5" 2970source = "registry+https://github.com/rust-lang/crates.io-index" 2971checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2972dependencies = [ 2973 "libc", 2974 "rand_chacha 0.3.1", 2975 "rand_core 0.6.4", 2976] 2977 2978[[package]] 2979name = "rand" 2980version = "0.9.2" 2981source = "registry+https://github.com/rust-lang/crates.io-index" 2982checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 2983dependencies = [ 2984 "rand_chacha 0.9.0", 2985 "rand_core 0.9.3", 2986] 2987 2988[[package]] 2989name = "rand_chacha" 2990version = "0.3.1" 2991source = "registry+https://github.com/rust-lang/crates.io-index" 2992checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2993dependencies = [ 2994 "ppv-lite86", 2995 "rand_core 0.6.4", 2996] 2997 2998[[package]] 2999name = "rand_chacha" 3000version = "0.9.0" 3001source = "registry+https://github.com/rust-lang/crates.io-index" 3002checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3003dependencies = [ 3004 "ppv-lite86", 3005 "rand_core 0.9.3", 3006] 3007 3008[[package]] 3009name = "rand_core" 3010version = "0.6.4" 3011source = "registry+https://github.com/rust-lang/crates.io-index" 3012checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3013dependencies = [ 3014 "getrandom 0.2.16", 3015] 3016 3017[[package]] 3018name = "rand_core" 3019version = "0.9.3" 3020source = "registry+https://github.com/rust-lang/crates.io-index" 3021checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 3022dependencies = [ 3023 "getrandom 0.3.4", 3024] 3025 3026[[package]] 3027name = "range-traits" 3028version = "0.3.2" 3029source = "registry+https://github.com/rust-lang/crates.io-index" 3030checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab" 3031 3032[[package]] 3033name = "redox_syscall" 3034version = "0.5.18" 3035source = "registry+https://github.com/rust-lang/crates.io-index" 3036checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3037dependencies = [ 3038 "bitflags", 3039] 3040 3041[[package]] 3042name = "redox_users" 3043version = "0.5.2" 3044source = "registry+https://github.com/rust-lang/crates.io-index" 3045checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 3046dependencies = [ 3047 "getrandom 0.2.16", 3048 "libredox", 3049 "thiserror 2.0.17", 3050] 3051 3052[[package]] 3053name = "ref-cast" 3054version = "1.0.25" 3055source = "registry+https://github.com/rust-lang/crates.io-index" 3056checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 3057dependencies = [ 3058 "ref-cast-impl", 3059] 3060 3061[[package]] 3062name = "ref-cast-impl" 3063version = "1.0.25" 3064source = "registry+https://github.com/rust-lang/crates.io-index" 3065checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 3066dependencies = [ 3067 "proc-macro2", 3068 "quote", 3069 "syn 2.0.111", 3070] 3071 3072[[package]] 3073name = "regex" 3074version = "1.12.2" 3075source = "registry+https://github.com/rust-lang/crates.io-index" 3076checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 3077dependencies = [ 3078 "aho-corasick", 3079 "memchr", 3080 "regex-automata", 3081 "regex-syntax", 3082] 3083 3084[[package]] 3085name = "regex-automata" 3086version = "0.4.13" 3087source = "registry+https://github.com/rust-lang/crates.io-index" 3088checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 3089dependencies = [ 3090 "aho-corasick", 3091 "memchr", 3092 "regex-syntax", 3093] 3094 3095[[package]] 3096name = "regex-lite" 3097version = "0.1.8" 3098source = "registry+https://github.com/rust-lang/crates.io-index" 3099checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" 3100 3101[[package]] 3102name = "regex-syntax" 3103version = "0.8.8" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 3106 3107[[package]] 3108name = "reqwest" 3109version = "0.12.24" 3110source = "registry+https://github.com/rust-lang/crates.io-index" 3111checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" 3112dependencies = [ 3113 "async-compression", 3114 "base64 0.22.1", 3115 "bytes", 3116 "encoding_rs", 3117 "futures-core", 3118 "futures-util", 3119 "h2", 3120 "http", 3121 "http-body", 3122 "http-body-util", 3123 "hyper", 3124 "hyper-rustls", 3125 "hyper-util", 3126 "js-sys", 3127 "log", 3128 "mime", 3129 "percent-encoding", 3130 "pin-project-lite", 3131 "quinn", 3132 "rustls", 3133 "rustls-pki-types", 3134 "serde", 3135 "serde_json", 3136 "serde_urlencoded", 3137 "sync_wrapper", 3138 "tokio", 3139 "tokio-rustls", 3140 "tokio-util", 3141 "tower", 3142 "tower-http", 3143 "tower-service", 3144 "url", 3145 "wasm-bindgen", 3146 "wasm-bindgen-futures", 3147 "wasm-streams", 3148 "web-sys", 3149 "webpki-roots", 3150] 3151 3152[[package]] 3153name = "resolv-conf" 3154version = "0.7.6" 3155source = "registry+https://github.com/rust-lang/crates.io-index" 3156checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 3157 3158[[package]] 3159name = "rfc6979" 3160version = "0.4.0" 3161source = "registry+https://github.com/rust-lang/crates.io-index" 3162checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 3163dependencies = [ 3164 "hmac", 3165 "subtle", 3166] 3167 3168[[package]] 3169name = "ring" 3170version = "0.17.14" 3171source = "registry+https://github.com/rust-lang/crates.io-index" 3172checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 3173dependencies = [ 3174 "cc", 3175 "cfg-if", 3176 "getrandom 0.2.16", 3177 "libc", 3178 "untrusted", 3179 "windows-sys 0.52.0", 3180] 3181 3182[[package]] 3183name = "rouille" 3184version = "3.6.2" 3185source = "registry+https://github.com/rust-lang/crates.io-index" 3186checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921" 3187dependencies = [ 3188 "base64 0.13.1", 3189 "brotli", 3190 "chrono", 3191 "deflate", 3192 "filetime", 3193 "multipart", 3194 "percent-encoding", 3195 "rand 0.8.5", 3196 "serde", 3197 "serde_derive", 3198 "serde_json", 3199 "sha1_smol", 3200 "threadpool", 3201 "time", 3202 "tiny_http", 3203 "url", 3204] 3205 3206[[package]] 3207name = "rsa" 3208version = "0.9.9" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" 3211dependencies = [ 3212 "const-oid", 3213 "digest", 3214 "num-bigint-dig", 3215 "num-integer", 3216 "num-traits", 3217 "pkcs1", 3218 "pkcs8", 3219 "rand_core 0.6.4", 3220 "signature", 3221 "spki", 3222 "subtle", 3223 "zeroize", 3224] 3225 3226[[package]] 3227name = "rustc-demangle" 3228version = "0.1.26" 3229source = "registry+https://github.com/rust-lang/crates.io-index" 3230checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 3231 3232[[package]] 3233name = "rustc-hash" 3234version = "2.1.1" 3235source = "registry+https://github.com/rust-lang/crates.io-index" 3236checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 3237 3238[[package]] 3239name = "rustix" 3240version = "1.1.2" 3241source = "registry+https://github.com/rust-lang/crates.io-index" 3242checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 3243dependencies = [ 3244 "bitflags", 3245 "errno", 3246 "libc", 3247 "linux-raw-sys", 3248 "windows-sys 0.61.2", 3249] 3250 3251[[package]] 3252name = "rustls" 3253version = "0.23.35" 3254source = "registry+https://github.com/rust-lang/crates.io-index" 3255checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" 3256dependencies = [ 3257 "once_cell", 3258 "ring", 3259 "rustls-pki-types", 3260 "rustls-webpki", 3261 "subtle", 3262 "zeroize", 3263] 3264 3265[[package]] 3266name = "rustls-native-certs" 3267version = "0.8.2" 3268source = "registry+https://github.com/rust-lang/crates.io-index" 3269checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" 3270dependencies = [ 3271 "openssl-probe", 3272 "rustls-pki-types", 3273 "schannel", 3274 "security-framework", 3275] 3276 3277[[package]] 3278name = "rustls-pki-types" 3279version = "1.13.0" 3280source = "registry+https://github.com/rust-lang/crates.io-index" 3281checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" 3282dependencies = [ 3283 "web-time", 3284 "zeroize", 3285] 3286 3287[[package]] 3288name = "rustls-webpki" 3289version = "0.103.8" 3290source = "registry+https://github.com/rust-lang/crates.io-index" 3291checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 3292dependencies = [ 3293 "ring", 3294 "rustls-pki-types", 3295 "untrusted", 3296] 3297 3298[[package]] 3299name = "rustversion" 3300version = "1.0.22" 3301source = "registry+https://github.com/rust-lang/crates.io-index" 3302checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3303 3304[[package]] 3305name = "ryu" 3306version = "1.0.20" 3307source = "registry+https://github.com/rust-lang/crates.io-index" 3308checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 3309 3310[[package]] 3311name = "safemem" 3312version = "0.3.3" 3313source = "registry+https://github.com/rust-lang/crates.io-index" 3314checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 3315 3316[[package]] 3317name = "same-file" 3318version = "1.0.6" 3319source = "registry+https://github.com/rust-lang/crates.io-index" 3320checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3321dependencies = [ 3322 "winapi-util", 3323] 3324 3325[[package]] 3326name = "schannel" 3327version = "0.1.28" 3328source = "registry+https://github.com/rust-lang/crates.io-index" 3329checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 3330dependencies = [ 3331 "windows-sys 0.61.2", 3332] 3333 3334[[package]] 3335name = "schemars" 3336version = "0.9.0" 3337source = "registry+https://github.com/rust-lang/crates.io-index" 3338checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 3339dependencies = [ 3340 "dyn-clone", 3341 "ref-cast", 3342 "serde", 3343 "serde_json", 3344] 3345 3346[[package]] 3347name = "schemars" 3348version = "1.1.0" 3349source = "registry+https://github.com/rust-lang/crates.io-index" 3350checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" 3351dependencies = [ 3352 "dyn-clone", 3353 "ref-cast", 3354 "serde", 3355 "serde_json", 3356] 3357 3358[[package]] 3359name = "scoped-tls" 3360version = "1.0.1" 3361source = "registry+https://github.com/rust-lang/crates.io-index" 3362checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3363 3364[[package]] 3365name = "scopeguard" 3366version = "1.2.0" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3369 3370[[package]] 3371name = "sec1" 3372version = "0.7.3" 3373source = "registry+https://github.com/rust-lang/crates.io-index" 3374checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 3375dependencies = [ 3376 "base16ct", 3377 "der", 3378 "generic-array", 3379 "pkcs8", 3380 "subtle", 3381 "zeroize", 3382] 3383 3384[[package]] 3385name = "security-framework" 3386version = "3.5.1" 3387source = "registry+https://github.com/rust-lang/crates.io-index" 3388checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" 3389dependencies = [ 3390 "bitflags", 3391 "core-foundation 0.10.1", 3392 "core-foundation-sys", 3393 "libc", 3394 "security-framework-sys", 3395] 3396 3397[[package]] 3398name = "security-framework-sys" 3399version = "2.15.0" 3400source = "registry+https://github.com/rust-lang/crates.io-index" 3401checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 3402dependencies = [ 3403 "core-foundation-sys", 3404 "libc", 3405] 3406 3407[[package]] 3408name = "send_wrapper" 3409version = "0.6.0" 3410source = "registry+https://github.com/rust-lang/crates.io-index" 3411checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 3412 3413[[package]] 3414name = "serde" 3415version = "1.0.228" 3416source = "registry+https://github.com/rust-lang/crates.io-index" 3417checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3418dependencies = [ 3419 "serde_core", 3420 "serde_derive", 3421] 3422 3423[[package]] 3424name = "serde_bytes" 3425version = "0.11.19" 3426source = "registry+https://github.com/rust-lang/crates.io-index" 3427checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 3428dependencies = [ 3429 "serde", 3430 "serde_core", 3431] 3432 3433[[package]] 3434name = "serde_core" 3435version = "1.0.228" 3436source = "registry+https://github.com/rust-lang/crates.io-index" 3437checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3438dependencies = [ 3439 "serde_derive", 3440] 3441 3442[[package]] 3443name = "serde_derive" 3444version = "1.0.228" 3445source = "registry+https://github.com/rust-lang/crates.io-index" 3446checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3447dependencies = [ 3448 "proc-macro2", 3449 "quote", 3450 "syn 2.0.111", 3451] 3452 3453[[package]] 3454name = "serde_html_form" 3455version = "0.2.8" 3456source = "registry+https://github.com/rust-lang/crates.io-index" 3457checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 3458dependencies = [ 3459 "form_urlencoded", 3460 "indexmap 2.12.1", 3461 "itoa", 3462 "ryu", 3463 "serde_core", 3464] 3465 3466[[package]] 3467name = "serde_ipld_dagcbor" 3468version = "0.6.4" 3469source = "registry+https://github.com/rust-lang/crates.io-index" 3470checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 3471dependencies = [ 3472 "cbor4ii", 3473 "ipld-core", 3474 "scopeguard", 3475 "serde", 3476] 3477 3478[[package]] 3479name = "serde_json" 3480version = "1.0.145" 3481source = "registry+https://github.com/rust-lang/crates.io-index" 3482checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 3483dependencies = [ 3484 "itoa", 3485 "memchr", 3486 "ryu", 3487 "serde", 3488 "serde_core", 3489] 3490 3491[[package]] 3492name = "serde_path_to_error" 3493version = "0.1.20" 3494source = "registry+https://github.com/rust-lang/crates.io-index" 3495checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 3496dependencies = [ 3497 "itoa", 3498 "serde", 3499 "serde_core", 3500] 3501 3502[[package]] 3503name = "serde_repr" 3504version = "0.1.20" 3505source = "registry+https://github.com/rust-lang/crates.io-index" 3506checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 3507dependencies = [ 3508 "proc-macro2", 3509 "quote", 3510 "syn 2.0.111", 3511] 3512 3513[[package]] 3514name = "serde_urlencoded" 3515version = "0.7.1" 3516source = "registry+https://github.com/rust-lang/crates.io-index" 3517checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3518dependencies = [ 3519 "form_urlencoded", 3520 "itoa", 3521 "ryu", 3522 "serde", 3523] 3524 3525[[package]] 3526name = "serde_with" 3527version = "3.16.0" 3528source = "registry+https://github.com/rust-lang/crates.io-index" 3529checksum = "10574371d41b0d9b2cff89418eda27da52bcaff2cc8741db26382a77c29131f1" 3530dependencies = [ 3531 "base64 0.22.1", 3532 "chrono", 3533 "hex", 3534 "indexmap 1.9.3", 3535 "indexmap 2.12.1", 3536 "schemars 0.9.0", 3537 "schemars 1.1.0", 3538 "serde_core", 3539 "serde_json", 3540 "serde_with_macros", 3541 "time", 3542] 3543 3544[[package]] 3545name = "serde_with_macros" 3546version = "3.16.0" 3547source = "registry+https://github.com/rust-lang/crates.io-index" 3548checksum = "08a72d8216842fdd57820dc78d840bef99248e35fb2554ff923319e60f2d686b" 3549dependencies = [ 3550 "darling", 3551 "proc-macro2", 3552 "quote", 3553 "syn 2.0.111", 3554] 3555 3556[[package]] 3557name = "sha1" 3558version = "0.10.6" 3559source = "registry+https://github.com/rust-lang/crates.io-index" 3560checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3561dependencies = [ 3562 "cfg-if", 3563 "cpufeatures", 3564 "digest", 3565] 3566 3567[[package]] 3568name = "sha1_smol" 3569version = "1.0.1" 3570source = "registry+https://github.com/rust-lang/crates.io-index" 3571checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 3572 3573[[package]] 3574name = "sha2" 3575version = "0.10.9" 3576source = "registry+https://github.com/rust-lang/crates.io-index" 3577checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3578dependencies = [ 3579 "cfg-if", 3580 "cpufeatures", 3581 "digest", 3582] 3583 3584[[package]] 3585name = "sharded-slab" 3586version = "0.1.7" 3587source = "registry+https://github.com/rust-lang/crates.io-index" 3588checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3589dependencies = [ 3590 "lazy_static", 3591] 3592 3593[[package]] 3594name = "shellexpand" 3595version = "3.1.1" 3596source = "registry+https://github.com/rust-lang/crates.io-index" 3597checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" 3598dependencies = [ 3599 "dirs", 3600] 3601 3602[[package]] 3603name = "shlex" 3604version = "1.3.0" 3605source = "registry+https://github.com/rust-lang/crates.io-index" 3606checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3607 3608[[package]] 3609name = "signal-hook-registry" 3610version = "1.4.7" 3611source = "registry+https://github.com/rust-lang/crates.io-index" 3612checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" 3613dependencies = [ 3614 "libc", 3615] 3616 3617[[package]] 3618name = "signature" 3619version = "2.2.0" 3620source = "registry+https://github.com/rust-lang/crates.io-index" 3621checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3622dependencies = [ 3623 "digest", 3624 "rand_core 0.6.4", 3625] 3626 3627[[package]] 3628name = "simd-adler32" 3629version = "0.3.7" 3630source = "registry+https://github.com/rust-lang/crates.io-index" 3631checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3632 3633[[package]] 3634name = "siphasher" 3635version = "1.0.1" 3636source = "registry+https://github.com/rust-lang/crates.io-index" 3637checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 3638 3639[[package]] 3640name = "slab" 3641version = "0.4.11" 3642source = "registry+https://github.com/rust-lang/crates.io-index" 3643checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 3644 3645[[package]] 3646name = "smallvec" 3647version = "1.15.1" 3648source = "registry+https://github.com/rust-lang/crates.io-index" 3649checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3650 3651[[package]] 3652name = "smol_str" 3653version = "0.3.4" 3654source = "registry+https://github.com/rust-lang/crates.io-index" 3655checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5" 3656dependencies = [ 3657 "borsh", 3658 "serde_core", 3659] 3660 3661[[package]] 3662name = "socket2" 3663version = "0.5.10" 3664source = "registry+https://github.com/rust-lang/crates.io-index" 3665checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 3666dependencies = [ 3667 "libc", 3668 "windows-sys 0.52.0", 3669] 3670 3671[[package]] 3672name = "socket2" 3673version = "0.6.1" 3674source = "registry+https://github.com/rust-lang/crates.io-index" 3675checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 3676dependencies = [ 3677 "libc", 3678 "windows-sys 0.60.2", 3679] 3680 3681[[package]] 3682name = "spin" 3683version = "0.9.8" 3684source = "registry+https://github.com/rust-lang/crates.io-index" 3685checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3686 3687[[package]] 3688name = "spin" 3689version = "0.10.0" 3690source = "registry+https://github.com/rust-lang/crates.io-index" 3691checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 3692 3693[[package]] 3694name = "spki" 3695version = "0.7.3" 3696source = "registry+https://github.com/rust-lang/crates.io-index" 3697checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3698dependencies = [ 3699 "base64ct", 3700 "der", 3701] 3702 3703[[package]] 3704name = "stable_deref_trait" 3705version = "1.2.1" 3706source = "registry+https://github.com/rust-lang/crates.io-index" 3707checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3708 3709[[package]] 3710name = "static-regular-grammar" 3711version = "2.0.2" 3712source = "registry+https://github.com/rust-lang/crates.io-index" 3713checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957" 3714dependencies = [ 3715 "abnf", 3716 "btree-range-map", 3717 "ciborium", 3718 "hex_fmt", 3719 "indoc", 3720 "proc-macro-error", 3721 "proc-macro2", 3722 "quote", 3723 "serde", 3724 "sha2", 3725 "syn 2.0.111", 3726 "thiserror 1.0.69", 3727] 3728 3729[[package]] 3730name = "static_assertions" 3731version = "1.1.0" 3732source = "registry+https://github.com/rust-lang/crates.io-index" 3733checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3734 3735[[package]] 3736name = "string_cache" 3737version = "0.8.9" 3738source = "registry+https://github.com/rust-lang/crates.io-index" 3739checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 3740dependencies = [ 3741 "new_debug_unreachable", 3742 "parking_lot", 3743 "phf_shared", 3744 "precomputed-hash", 3745 "serde", 3746] 3747 3748[[package]] 3749name = "string_cache_codegen" 3750version = "0.5.4" 3751source = "registry+https://github.com/rust-lang/crates.io-index" 3752checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 3753dependencies = [ 3754 "phf_generator", 3755 "phf_shared", 3756 "proc-macro2", 3757 "quote", 3758] 3759 3760[[package]] 3761name = "strsim" 3762version = "0.11.1" 3763source = "registry+https://github.com/rust-lang/crates.io-index" 3764checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3765 3766[[package]] 3767name = "subtle" 3768version = "2.6.1" 3769source = "registry+https://github.com/rust-lang/crates.io-index" 3770checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3771 3772[[package]] 3773name = "supports-color" 3774version = "3.0.2" 3775source = "registry+https://github.com/rust-lang/crates.io-index" 3776checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" 3777dependencies = [ 3778 "is_ci", 3779] 3780 3781[[package]] 3782name = "supports-hyperlinks" 3783version = "3.1.0" 3784source = "registry+https://github.com/rust-lang/crates.io-index" 3785checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b" 3786 3787[[package]] 3788name = "supports-unicode" 3789version = "3.0.0" 3790source = "registry+https://github.com/rust-lang/crates.io-index" 3791checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" 3792 3793[[package]] 3794name = "syn" 3795version = "1.0.109" 3796source = "registry+https://github.com/rust-lang/crates.io-index" 3797checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3798dependencies = [ 3799 "proc-macro2", 3800 "quote", 3801 "unicode-ident", 3802] 3803 3804[[package]] 3805name = "syn" 3806version = "2.0.111" 3807source = "registry+https://github.com/rust-lang/crates.io-index" 3808checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 3809dependencies = [ 3810 "proc-macro2", 3811 "quote", 3812 "unicode-ident", 3813] 3814 3815[[package]] 3816name = "sync_wrapper" 3817version = "1.0.2" 3818source = "registry+https://github.com/rust-lang/crates.io-index" 3819checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3820dependencies = [ 3821 "futures-core", 3822] 3823 3824[[package]] 3825name = "synstructure" 3826version = "0.13.2" 3827source = "registry+https://github.com/rust-lang/crates.io-index" 3828checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3829dependencies = [ 3830 "proc-macro2", 3831 "quote", 3832 "syn 2.0.111", 3833] 3834 3835[[package]] 3836name = "system-configuration" 3837version = "0.6.1" 3838source = "registry+https://github.com/rust-lang/crates.io-index" 3839checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 3840dependencies = [ 3841 "bitflags", 3842 "core-foundation 0.9.4", 3843 "system-configuration-sys", 3844] 3845 3846[[package]] 3847name = "system-configuration-sys" 3848version = "0.6.0" 3849source = "registry+https://github.com/rust-lang/crates.io-index" 3850checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3851dependencies = [ 3852 "core-foundation-sys", 3853 "libc", 3854] 3855 3856[[package]] 3857name = "tagptr" 3858version = "0.2.0" 3859source = "registry+https://github.com/rust-lang/crates.io-index" 3860checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 3861 3862[[package]] 3863name = "tempfile" 3864version = "3.23.0" 3865source = "registry+https://github.com/rust-lang/crates.io-index" 3866checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 3867dependencies = [ 3868 "fastrand", 3869 "getrandom 0.3.4", 3870 "once_cell", 3871 "rustix", 3872 "windows-sys 0.61.2", 3873] 3874 3875[[package]] 3876name = "tendril" 3877version = "0.4.3" 3878source = "registry+https://github.com/rust-lang/crates.io-index" 3879checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 3880dependencies = [ 3881 "futf", 3882 "mac", 3883 "utf-8", 3884] 3885 3886[[package]] 3887name = "terminal_size" 3888version = "0.4.3" 3889source = "registry+https://github.com/rust-lang/crates.io-index" 3890checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 3891dependencies = [ 3892 "rustix", 3893 "windows-sys 0.60.2", 3894] 3895 3896[[package]] 3897name = "textwrap" 3898version = "0.16.2" 3899source = "registry+https://github.com/rust-lang/crates.io-index" 3900checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 3901dependencies = [ 3902 "unicode-linebreak", 3903 "unicode-width 0.2.2", 3904] 3905 3906[[package]] 3907name = "thiserror" 3908version = "1.0.69" 3909source = "registry+https://github.com/rust-lang/crates.io-index" 3910checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3911dependencies = [ 3912 "thiserror-impl 1.0.69", 3913] 3914 3915[[package]] 3916name = "thiserror" 3917version = "2.0.17" 3918source = "registry+https://github.com/rust-lang/crates.io-index" 3919checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 3920dependencies = [ 3921 "thiserror-impl 2.0.17", 3922] 3923 3924[[package]] 3925name = "thiserror-impl" 3926version = "1.0.69" 3927source = "registry+https://github.com/rust-lang/crates.io-index" 3928checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3929dependencies = [ 3930 "proc-macro2", 3931 "quote", 3932 "syn 2.0.111", 3933] 3934 3935[[package]] 3936name = "thiserror-impl" 3937version = "2.0.17" 3938source = "registry+https://github.com/rust-lang/crates.io-index" 3939checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 3940dependencies = [ 3941 "proc-macro2", 3942 "quote", 3943 "syn 2.0.111", 3944] 3945 3946[[package]] 3947name = "thread_local" 3948version = "1.1.9" 3949source = "registry+https://github.com/rust-lang/crates.io-index" 3950checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 3951dependencies = [ 3952 "cfg-if", 3953] 3954 3955[[package]] 3956name = "threadpool" 3957version = "1.8.1" 3958source = "registry+https://github.com/rust-lang/crates.io-index" 3959checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 3960dependencies = [ 3961 "num_cpus", 3962] 3963 3964[[package]] 3965name = "time" 3966version = "0.3.44" 3967source = "registry+https://github.com/rust-lang/crates.io-index" 3968checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 3969dependencies = [ 3970 "deranged", 3971 "itoa", 3972 "libc", 3973 "num-conv", 3974 "num_threads", 3975 "powerfmt", 3976 "serde", 3977 "time-core", 3978 "time-macros", 3979] 3980 3981[[package]] 3982name = "time-core" 3983version = "0.1.6" 3984source = "registry+https://github.com/rust-lang/crates.io-index" 3985checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 3986 3987[[package]] 3988name = "time-macros" 3989version = "0.2.24" 3990source = "registry+https://github.com/rust-lang/crates.io-index" 3991checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 3992dependencies = [ 3993 "num-conv", 3994 "time-core", 3995] 3996 3997[[package]] 3998name = "tiny_http" 3999version = "0.12.0" 4000source = "registry+https://github.com/rust-lang/crates.io-index" 4001checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" 4002dependencies = [ 4003 "ascii", 4004 "chunked_transfer", 4005 "httpdate", 4006 "log", 4007] 4008 4009[[package]] 4010name = "tinystr" 4011version = "0.8.2" 4012source = "registry+https://github.com/rust-lang/crates.io-index" 4013checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 4014dependencies = [ 4015 "displaydoc", 4016 "zerovec", 4017] 4018 4019[[package]] 4020name = "tinyvec" 4021version = "1.10.0" 4022source = "registry+https://github.com/rust-lang/crates.io-index" 4023checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 4024dependencies = [ 4025 "tinyvec_macros", 4026] 4027 4028[[package]] 4029name = "tinyvec_macros" 4030version = "0.1.1" 4031source = "registry+https://github.com/rust-lang/crates.io-index" 4032checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4033 4034[[package]] 4035name = "tokio" 4036version = "1.48.0" 4037source = "registry+https://github.com/rust-lang/crates.io-index" 4038checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 4039dependencies = [ 4040 "bytes", 4041 "libc", 4042 "mio", 4043 "parking_lot", 4044 "pin-project-lite", 4045 "signal-hook-registry", 4046 "socket2 0.6.1", 4047 "tokio-macros", 4048 "windows-sys 0.61.2", 4049] 4050 4051[[package]] 4052name = "tokio-macros" 4053version = "2.6.0" 4054source = "registry+https://github.com/rust-lang/crates.io-index" 4055checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 4056dependencies = [ 4057 "proc-macro2", 4058 "quote", 4059 "syn 2.0.111", 4060] 4061 4062[[package]] 4063name = "tokio-rustls" 4064version = "0.26.4" 4065source = "registry+https://github.com/rust-lang/crates.io-index" 4066checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 4067dependencies = [ 4068 "rustls", 4069 "tokio", 4070] 4071 4072[[package]] 4073name = "tokio-tungstenite" 4074version = "0.24.0" 4075source = "registry+https://github.com/rust-lang/crates.io-index" 4076checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" 4077dependencies = [ 4078 "futures-util", 4079 "log", 4080 "rustls", 4081 "rustls-native-certs", 4082 "rustls-pki-types", 4083 "tokio", 4084 "tokio-rustls", 4085 "tungstenite", 4086] 4087 4088[[package]] 4089name = "tokio-tungstenite-wasm" 4090version = "0.4.0" 4091source = "registry+https://github.com/rust-lang/crates.io-index" 4092checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae" 4093dependencies = [ 4094 "futures-channel", 4095 "futures-util", 4096 "http", 4097 "httparse", 4098 "js-sys", 4099 "rustls", 4100 "thiserror 1.0.69", 4101 "tokio", 4102 "tokio-tungstenite", 4103 "wasm-bindgen", 4104 "web-sys", 4105] 4106 4107[[package]] 4108name = "tokio-util" 4109version = "0.7.17" 4110source = "registry+https://github.com/rust-lang/crates.io-index" 4111checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 4112dependencies = [ 4113 "bytes", 4114 "futures-core", 4115 "futures-sink", 4116 "futures-util", 4117 "pin-project-lite", 4118 "tokio", 4119] 4120 4121[[package]] 4122name = "tower" 4123version = "0.5.2" 4124source = "registry+https://github.com/rust-lang/crates.io-index" 4125checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 4126dependencies = [ 4127 "futures-core", 4128 "futures-util", 4129 "pin-project-lite", 4130 "sync_wrapper", 4131 "tokio", 4132 "tower-layer", 4133 "tower-service", 4134 "tracing", 4135] 4136 4137[[package]] 4138name = "tower-http" 4139version = "0.6.7" 4140source = "registry+https://github.com/rust-lang/crates.io-index" 4141checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" 4142dependencies = [ 4143 "async-compression", 4144 "bitflags", 4145 "bytes", 4146 "futures-core", 4147 "futures-util", 4148 "http", 4149 "http-body", 4150 "http-body-util", 4151 "http-range-header", 4152 "httpdate", 4153 "iri-string", 4154 "mime", 4155 "mime_guess", 4156 "percent-encoding", 4157 "pin-project-lite", 4158 "tokio", 4159 "tokio-util", 4160 "tower", 4161 "tower-layer", 4162 "tower-service", 4163 "tracing", 4164] 4165 4166[[package]] 4167name = "tower-layer" 4168version = "0.3.3" 4169source = "registry+https://github.com/rust-lang/crates.io-index" 4170checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 4171 4172[[package]] 4173name = "tower-service" 4174version = "0.3.3" 4175source = "registry+https://github.com/rust-lang/crates.io-index" 4176checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4177 4178[[package]] 4179name = "tracing" 4180version = "0.1.41" 4181source = "registry+https://github.com/rust-lang/crates.io-index" 4182checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 4183dependencies = [ 4184 "log", 4185 "pin-project-lite", 4186 "tracing-attributes", 4187 "tracing-core", 4188] 4189 4190[[package]] 4191name = "tracing-attributes" 4192version = "0.1.30" 4193source = "registry+https://github.com/rust-lang/crates.io-index" 4194checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 4195dependencies = [ 4196 "proc-macro2", 4197 "quote", 4198 "syn 2.0.111", 4199] 4200 4201[[package]] 4202name = "tracing-core" 4203version = "0.1.34" 4204source = "registry+https://github.com/rust-lang/crates.io-index" 4205checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 4206dependencies = [ 4207 "once_cell", 4208 "valuable", 4209] 4210 4211[[package]] 4212name = "tracing-log" 4213version = "0.2.0" 4214source = "registry+https://github.com/rust-lang/crates.io-index" 4215checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4216dependencies = [ 4217 "log", 4218 "once_cell", 4219 "tracing-core", 4220] 4221 4222[[package]] 4223name = "tracing-subscriber" 4224version = "0.3.20" 4225source = "registry+https://github.com/rust-lang/crates.io-index" 4226checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 4227dependencies = [ 4228 "matchers", 4229 "nu-ansi-term", 4230 "once_cell", 4231 "regex-automata", 4232 "sharded-slab", 4233 "smallvec", 4234 "thread_local", 4235 "tracing", 4236 "tracing-core", 4237 "tracing-log", 4238] 4239 4240[[package]] 4241name = "trait-variant" 4242version = "0.1.2" 4243source = "registry+https://github.com/rust-lang/crates.io-index" 4244checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 4245dependencies = [ 4246 "proc-macro2", 4247 "quote", 4248 "syn 2.0.111", 4249] 4250 4251[[package]] 4252name = "triomphe" 4253version = "0.1.15" 4254source = "registry+https://github.com/rust-lang/crates.io-index" 4255checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" 4256 4257[[package]] 4258name = "try-lock" 4259version = "0.2.5" 4260source = "registry+https://github.com/rust-lang/crates.io-index" 4261checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4262 4263[[package]] 4264name = "tungstenite" 4265version = "0.24.0" 4266source = "registry+https://github.com/rust-lang/crates.io-index" 4267checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 4268dependencies = [ 4269 "byteorder", 4270 "bytes", 4271 "data-encoding", 4272 "http", 4273 "httparse", 4274 "log", 4275 "rand 0.8.5", 4276 "rustls", 4277 "rustls-pki-types", 4278 "sha1", 4279 "thiserror 1.0.69", 4280 "utf-8", 4281] 4282 4283[[package]] 4284name = "twoway" 4285version = "0.1.8" 4286source = "registry+https://github.com/rust-lang/crates.io-index" 4287checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1" 4288dependencies = [ 4289 "memchr", 4290] 4291 4292[[package]] 4293name = "typenum" 4294version = "1.19.0" 4295source = "registry+https://github.com/rust-lang/crates.io-index" 4296checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 4297 4298[[package]] 4299name = "unicase" 4300version = "2.8.1" 4301source = "registry+https://github.com/rust-lang/crates.io-index" 4302checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 4303 4304[[package]] 4305name = "unicode-ident" 4306version = "1.0.22" 4307source = "registry+https://github.com/rust-lang/crates.io-index" 4308checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 4309 4310[[package]] 4311name = "unicode-linebreak" 4312version = "0.1.5" 4313source = "registry+https://github.com/rust-lang/crates.io-index" 4314checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 4315 4316[[package]] 4317name = "unicode-segmentation" 4318version = "1.12.0" 4319source = "registry+https://github.com/rust-lang/crates.io-index" 4320checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4321 4322[[package]] 4323name = "unicode-width" 4324version = "0.1.14" 4325source = "registry+https://github.com/rust-lang/crates.io-index" 4326checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 4327 4328[[package]] 4329name = "unicode-width" 4330version = "0.2.2" 4331source = "registry+https://github.com/rust-lang/crates.io-index" 4332checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 4333 4334[[package]] 4335name = "unicode-xid" 4336version = "0.2.6" 4337source = "registry+https://github.com/rust-lang/crates.io-index" 4338checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4339 4340[[package]] 4341name = "unsigned-varint" 4342version = "0.8.0" 4343source = "registry+https://github.com/rust-lang/crates.io-index" 4344checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 4345 4346[[package]] 4347name = "untrusted" 4348version = "0.9.0" 4349source = "registry+https://github.com/rust-lang/crates.io-index" 4350checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4351 4352[[package]] 4353name = "url" 4354version = "2.5.7" 4355source = "registry+https://github.com/rust-lang/crates.io-index" 4356checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 4357dependencies = [ 4358 "form_urlencoded", 4359 "idna", 4360 "percent-encoding", 4361 "serde", 4362] 4363 4364[[package]] 4365name = "urlencoding" 4366version = "2.1.3" 4367source = "registry+https://github.com/rust-lang/crates.io-index" 4368checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 4369 4370[[package]] 4371name = "utf-8" 4372version = "0.7.6" 4373source = "registry+https://github.com/rust-lang/crates.io-index" 4374checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4375 4376[[package]] 4377name = "utf8_iter" 4378version = "1.0.4" 4379source = "registry+https://github.com/rust-lang/crates.io-index" 4380checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4381 4382[[package]] 4383name = "utf8parse" 4384version = "0.2.2" 4385source = "registry+https://github.com/rust-lang/crates.io-index" 4386checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4387 4388[[package]] 4389name = "valuable" 4390version = "0.1.1" 4391source = "registry+https://github.com/rust-lang/crates.io-index" 4392checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 4393 4394[[package]] 4395name = "version_check" 4396version = "0.9.5" 4397source = "registry+https://github.com/rust-lang/crates.io-index" 4398checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4399 4400[[package]] 4401name = "walkdir" 4402version = "2.5.0" 4403source = "registry+https://github.com/rust-lang/crates.io-index" 4404checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4405dependencies = [ 4406 "same-file", 4407 "winapi-util", 4408] 4409 4410[[package]] 4411name = "want" 4412version = "0.3.1" 4413source = "registry+https://github.com/rust-lang/crates.io-index" 4414checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4415dependencies = [ 4416 "try-lock", 4417] 4418 4419[[package]] 4420name = "wasi" 4421version = "0.11.1+wasi-snapshot-preview1" 4422source = "registry+https://github.com/rust-lang/crates.io-index" 4423checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4424 4425[[package]] 4426name = "wasip2" 4427version = "1.0.1+wasi-0.2.4" 4428source = "registry+https://github.com/rust-lang/crates.io-index" 4429checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 4430dependencies = [ 4431 "wit-bindgen", 4432] 4433 4434[[package]] 4435name = "wasm-bindgen" 4436version = "0.2.105" 4437source = "registry+https://github.com/rust-lang/crates.io-index" 4438checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" 4439dependencies = [ 4440 "cfg-if", 4441 "once_cell", 4442 "rustversion", 4443 "wasm-bindgen-macro", 4444 "wasm-bindgen-shared", 4445] 4446 4447[[package]] 4448name = "wasm-bindgen-futures" 4449version = "0.4.55" 4450source = "registry+https://github.com/rust-lang/crates.io-index" 4451checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" 4452dependencies = [ 4453 "cfg-if", 4454 "js-sys", 4455 "once_cell", 4456 "wasm-bindgen", 4457 "web-sys", 4458] 4459 4460[[package]] 4461name = "wasm-bindgen-macro" 4462version = "0.2.105" 4463source = "registry+https://github.com/rust-lang/crates.io-index" 4464checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" 4465dependencies = [ 4466 "quote", 4467 "wasm-bindgen-macro-support", 4468] 4469 4470[[package]] 4471name = "wasm-bindgen-macro-support" 4472version = "0.2.105" 4473source = "registry+https://github.com/rust-lang/crates.io-index" 4474checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" 4475dependencies = [ 4476 "bumpalo", 4477 "proc-macro2", 4478 "quote", 4479 "syn 2.0.111", 4480 "wasm-bindgen-shared", 4481] 4482 4483[[package]] 4484name = "wasm-bindgen-shared" 4485version = "0.2.105" 4486source = "registry+https://github.com/rust-lang/crates.io-index" 4487checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" 4488dependencies = [ 4489 "unicode-ident", 4490] 4491 4492[[package]] 4493name = "wasm-streams" 4494version = "0.4.2" 4495source = "registry+https://github.com/rust-lang/crates.io-index" 4496checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 4497dependencies = [ 4498 "futures-util", 4499 "js-sys", 4500 "wasm-bindgen", 4501 "wasm-bindgen-futures", 4502 "web-sys", 4503] 4504 4505[[package]] 4506name = "web-sys" 4507version = "0.3.82" 4508source = "registry+https://github.com/rust-lang/crates.io-index" 4509checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" 4510dependencies = [ 4511 "js-sys", 4512 "wasm-bindgen", 4513] 4514 4515[[package]] 4516name = "web-time" 4517version = "1.1.0" 4518source = "registry+https://github.com/rust-lang/crates.io-index" 4519checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4520dependencies = [ 4521 "js-sys", 4522 "wasm-bindgen", 4523] 4524 4525[[package]] 4526name = "webbrowser" 4527version = "1.0.6" 4528source = "registry+https://github.com/rust-lang/crates.io-index" 4529checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97" 4530dependencies = [ 4531 "core-foundation 0.10.1", 4532 "jni", 4533 "log", 4534 "ndk-context", 4535 "objc2", 4536 "objc2-foundation", 4537 "url", 4538 "web-sys", 4539] 4540 4541[[package]] 4542name = "webpage" 4543version = "2.0.1" 4544source = "registry+https://github.com/rust-lang/crates.io-index" 4545checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac" 4546dependencies = [ 4547 "html5ever", 4548 "markup5ever_rcdom", 4549 "serde_json", 4550 "url", 4551] 4552 4553[[package]] 4554name = "webpki-roots" 4555version = "1.0.4" 4556source = "registry+https://github.com/rust-lang/crates.io-index" 4557checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" 4558dependencies = [ 4559 "rustls-pki-types", 4560] 4561 4562[[package]] 4563name = "widestring" 4564version = "1.2.1" 4565source = "registry+https://github.com/rust-lang/crates.io-index" 4566checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 4567 4568[[package]] 4569name = "winapi-util" 4570version = "0.1.11" 4571source = "registry+https://github.com/rust-lang/crates.io-index" 4572checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4573dependencies = [ 4574 "windows-sys 0.61.2", 4575] 4576 4577[[package]] 4578name = "windows" 4579version = "0.61.3" 4580source = "registry+https://github.com/rust-lang/crates.io-index" 4581checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 4582dependencies = [ 4583 "windows-collections", 4584 "windows-core 0.61.2", 4585 "windows-future", 4586 "windows-link 0.1.3", 4587 "windows-numerics", 4588] 4589 4590[[package]] 4591name = "windows-collections" 4592version = "0.2.0" 4593source = "registry+https://github.com/rust-lang/crates.io-index" 4594checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 4595dependencies = [ 4596 "windows-core 0.61.2", 4597] 4598 4599[[package]] 4600name = "windows-core" 4601version = "0.61.2" 4602source = "registry+https://github.com/rust-lang/crates.io-index" 4603checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 4604dependencies = [ 4605 "windows-implement", 4606 "windows-interface", 4607 "windows-link 0.1.3", 4608 "windows-result 0.3.4", 4609 "windows-strings 0.4.2", 4610] 4611 4612[[package]] 4613name = "windows-core" 4614version = "0.62.2" 4615source = "registry+https://github.com/rust-lang/crates.io-index" 4616checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4617dependencies = [ 4618 "windows-implement", 4619 "windows-interface", 4620 "windows-link 0.2.1", 4621 "windows-result 0.4.1", 4622 "windows-strings 0.5.1", 4623] 4624 4625[[package]] 4626name = "windows-future" 4627version = "0.2.1" 4628source = "registry+https://github.com/rust-lang/crates.io-index" 4629checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 4630dependencies = [ 4631 "windows-core 0.61.2", 4632 "windows-link 0.1.3", 4633 "windows-threading", 4634] 4635 4636[[package]] 4637name = "windows-implement" 4638version = "0.60.2" 4639source = "registry+https://github.com/rust-lang/crates.io-index" 4640checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4641dependencies = [ 4642 "proc-macro2", 4643 "quote", 4644 "syn 2.0.111", 4645] 4646 4647[[package]] 4648name = "windows-interface" 4649version = "0.59.3" 4650source = "registry+https://github.com/rust-lang/crates.io-index" 4651checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4652dependencies = [ 4653 "proc-macro2", 4654 "quote", 4655 "syn 2.0.111", 4656] 4657 4658[[package]] 4659name = "windows-link" 4660version = "0.1.3" 4661source = "registry+https://github.com/rust-lang/crates.io-index" 4662checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 4663 4664[[package]] 4665name = "windows-link" 4666version = "0.2.1" 4667source = "registry+https://github.com/rust-lang/crates.io-index" 4668checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4669 4670[[package]] 4671name = "windows-numerics" 4672version = "0.2.0" 4673source = "registry+https://github.com/rust-lang/crates.io-index" 4674checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 4675dependencies = [ 4676 "windows-core 0.61.2", 4677 "windows-link 0.1.3", 4678] 4679 4680[[package]] 4681name = "windows-registry" 4682version = "0.6.1" 4683source = "registry+https://github.com/rust-lang/crates.io-index" 4684checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 4685dependencies = [ 4686 "windows-link 0.2.1", 4687 "windows-result 0.4.1", 4688 "windows-strings 0.5.1", 4689] 4690 4691[[package]] 4692name = "windows-result" 4693version = "0.3.4" 4694source = "registry+https://github.com/rust-lang/crates.io-index" 4695checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 4696dependencies = [ 4697 "windows-link 0.1.3", 4698] 4699 4700[[package]] 4701name = "windows-result" 4702version = "0.4.1" 4703source = "registry+https://github.com/rust-lang/crates.io-index" 4704checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4705dependencies = [ 4706 "windows-link 0.2.1", 4707] 4708 4709[[package]] 4710name = "windows-strings" 4711version = "0.4.2" 4712source = "registry+https://github.com/rust-lang/crates.io-index" 4713checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 4714dependencies = [ 4715 "windows-link 0.1.3", 4716] 4717 4718[[package]] 4719name = "windows-strings" 4720version = "0.5.1" 4721source = "registry+https://github.com/rust-lang/crates.io-index" 4722checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4723dependencies = [ 4724 "windows-link 0.2.1", 4725] 4726 4727[[package]] 4728name = "windows-sys" 4729version = "0.45.0" 4730source = "registry+https://github.com/rust-lang/crates.io-index" 4731checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4732dependencies = [ 4733 "windows-targets 0.42.2", 4734] 4735 4736[[package]] 4737name = "windows-sys" 4738version = "0.48.0" 4739source = "registry+https://github.com/rust-lang/crates.io-index" 4740checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4741dependencies = [ 4742 "windows-targets 0.48.5", 4743] 4744 4745[[package]] 4746name = "windows-sys" 4747version = "0.52.0" 4748source = "registry+https://github.com/rust-lang/crates.io-index" 4749checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4750dependencies = [ 4751 "windows-targets 0.52.6", 4752] 4753 4754[[package]] 4755name = "windows-sys" 4756version = "0.59.0" 4757source = "registry+https://github.com/rust-lang/crates.io-index" 4758checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4759dependencies = [ 4760 "windows-targets 0.52.6", 4761] 4762 4763[[package]] 4764name = "windows-sys" 4765version = "0.60.2" 4766source = "registry+https://github.com/rust-lang/crates.io-index" 4767checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4768dependencies = [ 4769 "windows-targets 0.53.5", 4770] 4771 4772[[package]] 4773name = "windows-sys" 4774version = "0.61.2" 4775source = "registry+https://github.com/rust-lang/crates.io-index" 4776checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4777dependencies = [ 4778 "windows-link 0.2.1", 4779] 4780 4781[[package]] 4782name = "windows-targets" 4783version = "0.42.2" 4784source = "registry+https://github.com/rust-lang/crates.io-index" 4785checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4786dependencies = [ 4787 "windows_aarch64_gnullvm 0.42.2", 4788 "windows_aarch64_msvc 0.42.2", 4789 "windows_i686_gnu 0.42.2", 4790 "windows_i686_msvc 0.42.2", 4791 "windows_x86_64_gnu 0.42.2", 4792 "windows_x86_64_gnullvm 0.42.2", 4793 "windows_x86_64_msvc 0.42.2", 4794] 4795 4796[[package]] 4797name = "windows-targets" 4798version = "0.48.5" 4799source = "registry+https://github.com/rust-lang/crates.io-index" 4800checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4801dependencies = [ 4802 "windows_aarch64_gnullvm 0.48.5", 4803 "windows_aarch64_msvc 0.48.5", 4804 "windows_i686_gnu 0.48.5", 4805 "windows_i686_msvc 0.48.5", 4806 "windows_x86_64_gnu 0.48.5", 4807 "windows_x86_64_gnullvm 0.48.5", 4808 "windows_x86_64_msvc 0.48.5", 4809] 4810 4811[[package]] 4812name = "windows-targets" 4813version = "0.52.6" 4814source = "registry+https://github.com/rust-lang/crates.io-index" 4815checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4816dependencies = [ 4817 "windows_aarch64_gnullvm 0.52.6", 4818 "windows_aarch64_msvc 0.52.6", 4819 "windows_i686_gnu 0.52.6", 4820 "windows_i686_gnullvm 0.52.6", 4821 "windows_i686_msvc 0.52.6", 4822 "windows_x86_64_gnu 0.52.6", 4823 "windows_x86_64_gnullvm 0.52.6", 4824 "windows_x86_64_msvc 0.52.6", 4825] 4826 4827[[package]] 4828name = "windows-targets" 4829version = "0.53.5" 4830source = "registry+https://github.com/rust-lang/crates.io-index" 4831checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4832dependencies = [ 4833 "windows-link 0.2.1", 4834 "windows_aarch64_gnullvm 0.53.1", 4835 "windows_aarch64_msvc 0.53.1", 4836 "windows_i686_gnu 0.53.1", 4837 "windows_i686_gnullvm 0.53.1", 4838 "windows_i686_msvc 0.53.1", 4839 "windows_x86_64_gnu 0.53.1", 4840 "windows_x86_64_gnullvm 0.53.1", 4841 "windows_x86_64_msvc 0.53.1", 4842] 4843 4844[[package]] 4845name = "windows-threading" 4846version = "0.1.0" 4847source = "registry+https://github.com/rust-lang/crates.io-index" 4848checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 4849dependencies = [ 4850 "windows-link 0.1.3", 4851] 4852 4853[[package]] 4854name = "windows_aarch64_gnullvm" 4855version = "0.42.2" 4856source = "registry+https://github.com/rust-lang/crates.io-index" 4857checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4858 4859[[package]] 4860name = "windows_aarch64_gnullvm" 4861version = "0.48.5" 4862source = "registry+https://github.com/rust-lang/crates.io-index" 4863checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4864 4865[[package]] 4866name = "windows_aarch64_gnullvm" 4867version = "0.52.6" 4868source = "registry+https://github.com/rust-lang/crates.io-index" 4869checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4870 4871[[package]] 4872name = "windows_aarch64_gnullvm" 4873version = "0.53.1" 4874source = "registry+https://github.com/rust-lang/crates.io-index" 4875checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4876 4877[[package]] 4878name = "windows_aarch64_msvc" 4879version = "0.42.2" 4880source = "registry+https://github.com/rust-lang/crates.io-index" 4881checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4882 4883[[package]] 4884name = "windows_aarch64_msvc" 4885version = "0.48.5" 4886source = "registry+https://github.com/rust-lang/crates.io-index" 4887checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4888 4889[[package]] 4890name = "windows_aarch64_msvc" 4891version = "0.52.6" 4892source = "registry+https://github.com/rust-lang/crates.io-index" 4893checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4894 4895[[package]] 4896name = "windows_aarch64_msvc" 4897version = "0.53.1" 4898source = "registry+https://github.com/rust-lang/crates.io-index" 4899checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4900 4901[[package]] 4902name = "windows_i686_gnu" 4903version = "0.42.2" 4904source = "registry+https://github.com/rust-lang/crates.io-index" 4905checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4906 4907[[package]] 4908name = "windows_i686_gnu" 4909version = "0.48.5" 4910source = "registry+https://github.com/rust-lang/crates.io-index" 4911checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4912 4913[[package]] 4914name = "windows_i686_gnu" 4915version = "0.52.6" 4916source = "registry+https://github.com/rust-lang/crates.io-index" 4917checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4918 4919[[package]] 4920name = "windows_i686_gnu" 4921version = "0.53.1" 4922source = "registry+https://github.com/rust-lang/crates.io-index" 4923checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4924 4925[[package]] 4926name = "windows_i686_gnullvm" 4927version = "0.52.6" 4928source = "registry+https://github.com/rust-lang/crates.io-index" 4929checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4930 4931[[package]] 4932name = "windows_i686_gnullvm" 4933version = "0.53.1" 4934source = "registry+https://github.com/rust-lang/crates.io-index" 4935checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4936 4937[[package]] 4938name = "windows_i686_msvc" 4939version = "0.42.2" 4940source = "registry+https://github.com/rust-lang/crates.io-index" 4941checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4942 4943[[package]] 4944name = "windows_i686_msvc" 4945version = "0.48.5" 4946source = "registry+https://github.com/rust-lang/crates.io-index" 4947checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4948 4949[[package]] 4950name = "windows_i686_msvc" 4951version = "0.52.6" 4952source = "registry+https://github.com/rust-lang/crates.io-index" 4953checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4954 4955[[package]] 4956name = "windows_i686_msvc" 4957version = "0.53.1" 4958source = "registry+https://github.com/rust-lang/crates.io-index" 4959checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4960 4961[[package]] 4962name = "windows_x86_64_gnu" 4963version = "0.42.2" 4964source = "registry+https://github.com/rust-lang/crates.io-index" 4965checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4966 4967[[package]] 4968name = "windows_x86_64_gnu" 4969version = "0.48.5" 4970source = "registry+https://github.com/rust-lang/crates.io-index" 4971checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4972 4973[[package]] 4974name = "windows_x86_64_gnu" 4975version = "0.52.6" 4976source = "registry+https://github.com/rust-lang/crates.io-index" 4977checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4978 4979[[package]] 4980name = "windows_x86_64_gnu" 4981version = "0.53.1" 4982source = "registry+https://github.com/rust-lang/crates.io-index" 4983checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4984 4985[[package]] 4986name = "windows_x86_64_gnullvm" 4987version = "0.42.2" 4988source = "registry+https://github.com/rust-lang/crates.io-index" 4989checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4990 4991[[package]] 4992name = "windows_x86_64_gnullvm" 4993version = "0.48.5" 4994source = "registry+https://github.com/rust-lang/crates.io-index" 4995checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4996 4997[[package]] 4998name = "windows_x86_64_gnullvm" 4999version = "0.52.6" 5000source = "registry+https://github.com/rust-lang/crates.io-index" 5001checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5002 5003[[package]] 5004name = "windows_x86_64_gnullvm" 5005version = "0.53.1" 5006source = "registry+https://github.com/rust-lang/crates.io-index" 5007checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 5008 5009[[package]] 5010name = "windows_x86_64_msvc" 5011version = "0.42.2" 5012source = "registry+https://github.com/rust-lang/crates.io-index" 5013checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5014 5015[[package]] 5016name = "windows_x86_64_msvc" 5017version = "0.48.5" 5018source = "registry+https://github.com/rust-lang/crates.io-index" 5019checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5020 5021[[package]] 5022name = "windows_x86_64_msvc" 5023version = "0.52.6" 5024source = "registry+https://github.com/rust-lang/crates.io-index" 5025checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 5026 5027[[package]] 5028name = "windows_x86_64_msvc" 5029version = "0.53.1" 5030source = "registry+https://github.com/rust-lang/crates.io-index" 5031checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 5032 5033[[package]] 5034name = "winreg" 5035version = "0.50.0" 5036source = "registry+https://github.com/rust-lang/crates.io-index" 5037checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 5038dependencies = [ 5039 "cfg-if", 5040 "windows-sys 0.48.0", 5041] 5042 5043[[package]] 5044name = "wisp-cli" 5045version = "0.4.2" 5046dependencies = [ 5047 "axum", 5048 "base64 0.22.1", 5049 "bytes", 5050 "chrono", 5051 "clap", 5052 "flate2", 5053 "futures", 5054 "globset", 5055 "ignore", 5056 "indicatif", 5057 "jacquard", 5058 "jacquard-api", 5059 "jacquard-common", 5060 "jacquard-derive", 5061 "jacquard-identity", 5062 "jacquard-lexicon", 5063 "jacquard-oauth", 5064 "miette", 5065 "mime_guess", 5066 "multibase", 5067 "multihash", 5068 "n0-future 0.3.1", 5069 "regex", 5070 "reqwest", 5071 "rustversion", 5072 "serde", 5073 "serde_json", 5074 "sha2", 5075 "shellexpand", 5076 "tokio", 5077 "tower", 5078 "tower-http", 5079 "url", 5080 "walkdir", 5081] 5082 5083[[package]] 5084name = "wit-bindgen" 5085version = "0.46.0" 5086source = "registry+https://github.com/rust-lang/crates.io-index" 5087checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 5088 5089[[package]] 5090name = "writeable" 5091version = "0.6.2" 5092source = "registry+https://github.com/rust-lang/crates.io-index" 5093checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 5094 5095[[package]] 5096name = "xml5ever" 5097version = "0.18.1" 5098source = "registry+https://github.com/rust-lang/crates.io-index" 5099checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69" 5100dependencies = [ 5101 "log", 5102 "mac", 5103 "markup5ever", 5104] 5105 5106[[package]] 5107name = "yansi" 5108version = "1.0.1" 5109source = "registry+https://github.com/rust-lang/crates.io-index" 5110checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 5111 5112[[package]] 5113name = "yoke" 5114version = "0.8.1" 5115source = "registry+https://github.com/rust-lang/crates.io-index" 5116checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 5117dependencies = [ 5118 "stable_deref_trait", 5119 "yoke-derive", 5120 "zerofrom", 5121] 5122 5123[[package]] 5124name = "yoke-derive" 5125version = "0.8.1" 5126source = "registry+https://github.com/rust-lang/crates.io-index" 5127checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 5128dependencies = [ 5129 "proc-macro2", 5130 "quote", 5131 "syn 2.0.111", 5132 "synstructure", 5133] 5134 5135[[package]] 5136name = "zerocopy" 5137version = "0.8.30" 5138source = "registry+https://github.com/rust-lang/crates.io-index" 5139checksum = "4ea879c944afe8a2b25fef16bb4ba234f47c694565e97383b36f3a878219065c" 5140dependencies = [ 5141 "zerocopy-derive", 5142] 5143 5144[[package]] 5145name = "zerocopy-derive" 5146version = "0.8.30" 5147source = "registry+https://github.com/rust-lang/crates.io-index" 5148checksum = "cf955aa904d6040f70dc8e9384444cb1030aed272ba3cb09bbc4ab9e7c1f34f5" 5149dependencies = [ 5150 "proc-macro2", 5151 "quote", 5152 "syn 2.0.111", 5153] 5154 5155[[package]] 5156name = "zerofrom" 5157version = "0.1.6" 5158source = "registry+https://github.com/rust-lang/crates.io-index" 5159checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 5160dependencies = [ 5161 "zerofrom-derive", 5162] 5163 5164[[package]] 5165name = "zerofrom-derive" 5166version = "0.1.6" 5167source = "registry+https://github.com/rust-lang/crates.io-index" 5168checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 5169dependencies = [ 5170 "proc-macro2", 5171 "quote", 5172 "syn 2.0.111", 5173 "synstructure", 5174] 5175 5176[[package]] 5177name = "zeroize" 5178version = "1.8.2" 5179source = "registry+https://github.com/rust-lang/crates.io-index" 5180checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 5181dependencies = [ 5182 "serde", 5183] 5184 5185[[package]] 5186name = "zerotrie" 5187version = "0.2.3" 5188source = "registry+https://github.com/rust-lang/crates.io-index" 5189checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 5190dependencies = [ 5191 "displaydoc", 5192 "yoke", 5193 "zerofrom", 5194] 5195 5196[[package]] 5197name = "zerovec" 5198version = "0.11.5" 5199source = "registry+https://github.com/rust-lang/crates.io-index" 5200checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 5201dependencies = [ 5202 "yoke", 5203 "zerofrom", 5204 "zerovec-derive", 5205] 5206 5207[[package]] 5208name = "zerovec-derive" 5209version = "0.11.2" 5210source = "registry+https://github.com/rust-lang/crates.io-index" 5211checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 5212dependencies = [ 5213 "proc-macro2", 5214 "quote", 5215 "syn 2.0.111", 5216]