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