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