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