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