neofetch for your did document

init

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

This is a binary file and will not be displayed.

+180
src/main.rs
··· 1 + use clap::Parser; 2 + use color_eyre::Result; 3 + use jacquard::identity::JacquardResolver; 4 + use jacquard::types::ident::AtIdentifier; 5 + use jacquard::identity::resolver::{DidStep, HandleStep, MiniDoc, PlcSource, ResolverOptions}; 6 + use ratatui::layout::{Constraint, Direction, Layout}; 7 + use ratatui::style::Modifier; 8 + use ratatui::text::Span; 9 + use ratatui::widgets::{Block, Cell, Padding, Paragraph, Row, Table}; 10 + use ratatui::{Frame, Terminal, TerminalOptions, Viewport}; 11 + use ratatui::prelude::{Color, CrosstermBackend, Style}; 12 + use std::io::{stdout, Stdout}; 13 + use miette::IntoDiagnostic; 14 + 15 + pub struct App { 16 + pub did: String, 17 + pub handle: String, 18 + pub pds: String, 19 + pub signing_key: String 20 + 21 + } 22 + 23 + impl App { 24 + pub fn new(did_document: &MiniDoc<'_>) -> Self { 25 + App { 26 + did: did_document.did.to_string(), 27 + handle: did_document.handle.to_string(), 28 + pds: did_document.pds.to_string(), 29 + signing_key: did_document.signing_key.to_string() 30 + } 31 + } 32 + } 33 + 34 + 35 + #[derive(Parser, Debug)] 36 + #[command(version, about, long_about = "neofetch but for atprotocol")] 37 + struct Args { 38 + /// Your AT Protocol handle or DID 39 + #[arg(short, long)] 40 + identifier: String, 41 + } 42 + 43 + #[tokio::main] 44 + async fn main() -> miette::Result<()> { 45 + let args = Args::parse(); 46 + 47 + 48 + let identifier = AtIdentifier::new(&args.identifier)?; 49 + 50 + let request_client = reqwest::Client::new(); 51 + 52 + let mut handle_order = vec![]; 53 + handle_order.push(HandleStep::DnsTxt); 54 + handle_order.push(HandleStep::HttpsWellKnown); 55 + handle_order.push(HandleStep::PdsResolveHandle); 56 + 57 + let resolver_options = ResolverOptions::new() 58 + .plc_source(PlcSource::slingshot_default()) 59 + .handle_order(handle_order) 60 + .did_order(vec![ 61 + DidStep::DidWebHttps, 62 + DidStep::PlcHttp, 63 + DidStep::PdsResolveDid,]) 64 + .validate_doc_id(true) 65 + .public_fallback_for_handle(true) 66 + .build(); 67 + 68 + let resolver = JacquardResolver::new(request_client, resolver_options); 69 + 70 + 71 + let mini_doc_response = resolver.fetch_mini_doc_via_slingshot_identifier(&identifier).await?; 72 + let did_document= mini_doc_response.parse()?; 73 + 74 + let app = App::new(&did_document); 75 + 76 + 77 + let backend = CrosstermBackend::new(stdout()); 78 + 79 + let content_height: u16 = 40; 80 + let total_height = content_height + 2; 81 + 82 + let options = TerminalOptions { 83 + viewport: Viewport::Inline(total_height), 84 + }; 85 + 86 + let mut terminal = Terminal::with_options(backend, options).into_diagnostic()?; 87 + let _ = run(&mut terminal, &app); 88 + 89 + Ok(()) 90 + 91 + } 92 + 93 + 94 + 95 + fn run(terminal: &mut Terminal<CrosstermBackend<Stdout>>, app: &App) -> Result<()> { 96 + terminal.draw(|frame| { 97 + render(frame, app); 98 + })?; 99 + 100 + Ok(()) 101 + } 102 + 103 + fn render(frame: &mut Frame, app: &App) { 104 + 105 + let system_data = vec![ 106 + ("DID", app.did.clone()), 107 + ("Handle", app.handle.clone()), 108 + ("PDS", app.pds.clone()), 109 + ("Signing Key", app.signing_key.clone()), 110 + ]; 111 + 112 + let constraints = [ 113 + Constraint::Percentage(35), 114 + Constraint::Percentage(65), 115 + ]; 116 + 117 + let rows: Vec<Row> = system_data 118 + .iter() 119 + .map(|(label, value)| { 120 + Row::new(vec![ 121 + Cell::from(Span::styled( 122 + format!("{}:", label), 123 + Style::default().fg(Color::Reset).add_modifier(Modifier::BOLD), 124 + )), 125 + Cell::from(Span::styled( 126 + value, 127 + Style::default().fg(Color::White), 128 + )), 129 + ]) 130 + }) 131 + .collect(); 132 + 133 + let table_constraints = [ 134 + Constraint::Length(15), 135 + Constraint::Min(0), 136 + ]; 137 + 138 + 139 + let info_block = Block::default().padding(Padding::top(1)); 140 + let info_table = Table::new(rows, table_constraints).block(info_block); 141 + let chunks = Layout::default().direction(Direction::Horizontal) 142 + .constraints(constraints).split(frame.area()); 143 + 144 + let ascii_area = chunks[0]; 145 + let info_area = chunks[1]; 146 + 147 + 148 + let ascii_art = r#" 149 + ==;;!!*;;;:;;;;; 150 + $$$!;;;;;;=;;::;;;;;;;;; 151 + $$#$*!;==;;;;;;;;=!;;;;;;;;; 152 + $#$$$$#;; ;;;;;;;;; 153 + =*###=; ;;;;;;;; 154 + ;;;;;; ;;;;;;=*$$$=;;; ;;;;;; 155 + !==;;; ;;;;;;;;;*$$$$*;= ;;;;;; 156 + =!;;;= ;;;;;;;;;;=$$$$$$$$ =;;;;; 157 + =;;;;; ;;;;;; $$$$$$ !=;;;; 158 + $#!=;; ;;==!$ $$$$$ $###!= 159 + ;===== ===!$$ $$$$$ ##!!*! 160 + ==$$== ===$$$ $$$$$# **!=!! 161 + $$$==== *###$$$$$$$##$###****!*!!=;;; 162 + ==$=== $$$$#####****!!!===;;;;==! 163 + =!==#$ $###******! ====;;===== 164 + =!$$$$# 165 + !*$$$#### 166 + $$$#*#*!=!=;::~~~~-- 167 + *!**=;;;::::~~----- 168 + :::::~:~~~----- 169 + "#; 170 + 171 + let ascii_block = Block::default().padding(Padding::vertical(0)); 172 + 173 + let ascii_widget = Paragraph::new(ascii_art) 174 + .block(ascii_block); 175 + 176 + 177 + 178 + frame.render_widget(ascii_widget, ascii_area); 179 + frame.render_widget(info_table, info_area); 180 + }