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