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