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