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