announcing good-first-issue tags added on @tangled.sh (not affiliated with tangled!)
at bc130cadccbc61d38980893c1ad227fe6a4c3773 3926 lines 98 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "abnf" 7version = "0.13.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a" 10dependencies = [ 11 "abnf-core", 12 "nom", 13] 14 15[[package]] 16name = "abnf-core" 17version = "0.5.0" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d" 20dependencies = [ 21 "nom", 22] 23 24[[package]] 25name = "addr2line" 26version = "0.25.1" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 29dependencies = [ 30 "gimli", 31] 32 33[[package]] 34name = "adler2" 35version = "2.0.1" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 38 39[[package]] 40name = "aho-corasick" 41version = "1.1.3" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 44dependencies = [ 45 "memchr", 46] 47 48[[package]] 49name = "aliasable" 50version = "0.1.3" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 53 54[[package]] 55name = "allocator-api2" 56version = "0.2.21" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 59 60[[package]] 61name = "android_system_properties" 62version = "0.1.5" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 65dependencies = [ 66 "libc", 67] 68 69[[package]] 70name = "anstream" 71version = "0.6.21" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 74dependencies = [ 75 "anstyle", 76 "anstyle-parse", 77 "anstyle-query", 78 "anstyle-wincon", 79 "colorchoice", 80 "is_terminal_polyfill", 81 "utf8parse", 82] 83 84[[package]] 85name = "anstyle" 86version = "1.0.13" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 89 90[[package]] 91name = "anstyle-parse" 92version = "0.2.7" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 95dependencies = [ 96 "utf8parse", 97] 98 99[[package]] 100name = "anstyle-query" 101version = "1.1.4" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 104dependencies = [ 105 "windows-sys 0.60.2", 106] 107 108[[package]] 109name = "anstyle-wincon" 110version = "3.0.10" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 113dependencies = [ 114 "anstyle", 115 "once_cell_polyfill", 116 "windows-sys 0.60.2", 117] 118 119[[package]] 120name = "async-compression" 121version = "0.4.32" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0" 124dependencies = [ 125 "compression-codecs", 126 "compression-core", 127 "futures-core", 128 "pin-project-lite", 129 "tokio", 130] 131 132[[package]] 133name = "async-lock" 134version = "3.4.1" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" 137dependencies = [ 138 "event-listener", 139 "event-listener-strategy", 140 "pin-project-lite", 141] 142 143[[package]] 144name = "async-trait" 145version = "0.1.89" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 148dependencies = [ 149 "proc-macro2", 150 "quote", 151 "syn 2.0.106", 152] 153 154[[package]] 155name = "atomic-waker" 156version = "1.1.2" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 159 160[[package]] 161name = "atrium-api" 162version = "0.25.4" 163source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#606998c9a67d94eb491251d77dedbc0c49f2dfe5" 164dependencies = [ 165 "atrium-common", 166 "atrium-xrpc", 167 "chrono", 168 "http", 169 "ipld-core", 170 "langtag 0.3.4", 171 "regex", 172 "serde", 173 "serde_bytes", 174 "serde_json", 175 "thiserror 1.0.69", 176 "trait-variant", 177] 178 179[[package]] 180name = "atrium-common" 181version = "0.1.2" 182source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#606998c9a67d94eb491251d77dedbc0c49f2dfe5" 183dependencies = [ 184 "dashmap", 185 "lru", 186 "moka", 187 "thiserror 1.0.69", 188 "tokio", 189 "trait-variant", 190 "web-time", 191] 192 193[[package]] 194name = "atrium-xrpc" 195version = "0.12.3" 196source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#606998c9a67d94eb491251d77dedbc0c49f2dfe5" 197dependencies = [ 198 "http", 199 "serde", 200 "serde_html_form", 201 "serde_json", 202 "thiserror 1.0.69", 203 "trait-variant", 204] 205 206[[package]] 207name = "autocfg" 208version = "1.5.0" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 211 212[[package]] 213name = "backtrace" 214version = "0.3.76" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 217dependencies = [ 218 "addr2line", 219 "cfg-if", 220 "libc", 221 "miniz_oxide", 222 "object", 223 "rustc-demangle", 224 "windows-link 0.2.0", 225] 226 227[[package]] 228name = "backtrace-ext" 229version = "0.2.1" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" 232dependencies = [ 233 "backtrace", 234] 235 236[[package]] 237name = "base-x" 238version = "0.2.11" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 241 242[[package]] 243name = "base256emoji" 244version = "1.0.2" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 247dependencies = [ 248 "const-str", 249 "match-lookup", 250] 251 252[[package]] 253name = "base64" 254version = "0.22.1" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 257 258[[package]] 259name = "bitflags" 260version = "2.9.4" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 263 264[[package]] 265name = "block-buffer" 266version = "0.10.4" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 269dependencies = [ 270 "generic-array", 271] 272 273[[package]] 274name = "bon" 275version = "3.7.2" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "c2529c31017402be841eb45892278a6c21a000c0a17643af326c73a73f83f0fb" 278dependencies = [ 279 "bon-macros", 280 "rustversion", 281] 282 283[[package]] 284name = "bon-macros" 285version = "3.7.2" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "d82020dadcb845a345591863adb65d74fa8dc5c18a0b6d408470e13b7adc7005" 288dependencies = [ 289 "darling", 290 "ident_case", 291 "prettyplease", 292 "proc-macro2", 293 "quote", 294 "rustversion", 295 "syn 2.0.106", 296] 297 298[[package]] 299name = "borsh" 300version = "1.5.7" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" 303dependencies = [ 304 "cfg_aliases", 305] 306 307[[package]] 308name = "btree-range-map" 309version = "0.7.2" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33" 312dependencies = [ 313 "btree-slab", 314 "cc-traits", 315 "range-traits", 316 "serde", 317 "slab", 318] 319 320[[package]] 321name = "btree-slab" 322version = "0.6.1" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c" 325dependencies = [ 326 "cc-traits", 327 "slab", 328 "smallvec", 329] 330 331[[package]] 332name = "bumpalo" 333version = "3.19.0" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 336 337[[package]] 338name = "bytes" 339version = "1.10.1" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 342dependencies = [ 343 "serde", 344] 345 346[[package]] 347name = "cbor4ii" 348version = "0.2.14" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 351dependencies = [ 352 "serde", 353] 354 355[[package]] 356name = "cc" 357version = "1.2.40" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb" 360dependencies = [ 361 "find-msvc-tools", 362 "jobserver", 363 "libc", 364 "shlex", 365] 366 367[[package]] 368name = "cc-traits" 369version = "2.0.0" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5" 372dependencies = [ 373 "slab", 374] 375 376[[package]] 377name = "cfg-if" 378version = "1.0.3" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 381 382[[package]] 383name = "cfg_aliases" 384version = "0.2.1" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 387 388[[package]] 389name = "chrono" 390version = "0.4.42" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 393dependencies = [ 394 "iana-time-zone", 395 "js-sys", 396 "num-traits", 397 "serde", 398 "wasm-bindgen", 399 "windows-link 0.2.0", 400] 401 402[[package]] 403name = "ciborium" 404version = "0.2.2" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 407dependencies = [ 408 "ciborium-io", 409 "ciborium-ll", 410 "serde", 411] 412 413[[package]] 414name = "ciborium-io" 415version = "0.2.2" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 418 419[[package]] 420name = "ciborium-ll" 421version = "0.2.2" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 424dependencies = [ 425 "ciborium-io", 426 "half", 427] 428 429[[package]] 430name = "cid" 431version = "0.11.1" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 434dependencies = [ 435 "core2", 436 "multibase", 437 "multihash", 438 "serde", 439 "serde_bytes", 440 "unsigned-varint", 441] 442 443[[package]] 444name = "clap" 445version = "4.5.48" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 448dependencies = [ 449 "clap_builder", 450 "clap_derive", 451] 452 453[[package]] 454name = "clap_builder" 455version = "4.5.48" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 458dependencies = [ 459 "anstream", 460 "anstyle", 461 "clap_lex", 462 "strsim", 463] 464 465[[package]] 466name = "clap_derive" 467version = "4.5.47" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 470dependencies = [ 471 "heck 0.5.0", 472 "proc-macro2", 473 "quote", 474 "syn 2.0.106", 475] 476 477[[package]] 478name = "clap_lex" 479version = "0.7.5" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 482 483[[package]] 484name = "colorchoice" 485version = "1.0.4" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 488 489[[package]] 490name = "compression-codecs" 491version = "0.4.31" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23" 494dependencies = [ 495 "compression-core", 496 "flate2", 497 "memchr", 498] 499 500[[package]] 501name = "compression-core" 502version = "0.4.29" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" 505 506[[package]] 507name = "concurrent-queue" 508version = "2.5.0" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 511dependencies = [ 512 "crossbeam-utils", 513] 514 515[[package]] 516name = "const-str" 517version = "0.4.3" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 520 521[[package]] 522name = "core-foundation" 523version = "0.9.4" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 526dependencies = [ 527 "core-foundation-sys", 528 "libc", 529] 530 531[[package]] 532name = "core-foundation-sys" 533version = "0.8.7" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 536 537[[package]] 538name = "core2" 539version = "0.4.0" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 542dependencies = [ 543 "memchr", 544] 545 546[[package]] 547name = "cpufeatures" 548version = "0.2.17" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 551dependencies = [ 552 "libc", 553] 554 555[[package]] 556name = "crc32fast" 557version = "1.5.0" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 560dependencies = [ 561 "cfg-if", 562] 563 564[[package]] 565name = "crossbeam-channel" 566version = "0.5.15" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 569dependencies = [ 570 "crossbeam-utils", 571] 572 573[[package]] 574name = "crossbeam-epoch" 575version = "0.9.18" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 578dependencies = [ 579 "crossbeam-utils", 580] 581 582[[package]] 583name = "crossbeam-utils" 584version = "0.8.21" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 587 588[[package]] 589name = "crunchy" 590version = "0.2.4" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 593 594[[package]] 595name = "crypto-common" 596version = "0.1.6" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 599dependencies = [ 600 "generic-array", 601 "typenum", 602] 603 604[[package]] 605name = "darling" 606version = "0.21.3" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 609dependencies = [ 610 "darling_core", 611 "darling_macro", 612] 613 614[[package]] 615name = "darling_core" 616version = "0.21.3" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 619dependencies = [ 620 "fnv", 621 "ident_case", 622 "proc-macro2", 623 "quote", 624 "strsim", 625 "syn 2.0.106", 626] 627 628[[package]] 629name = "darling_macro" 630version = "0.21.3" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 633dependencies = [ 634 "darling_core", 635 "quote", 636 "syn 2.0.106", 637] 638 639[[package]] 640name = "dashmap" 641version = "6.1.0" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 644dependencies = [ 645 "cfg-if", 646 "crossbeam-utils", 647 "hashbrown 0.14.5", 648 "lock_api", 649 "once_cell", 650 "parking_lot_core", 651] 652 653[[package]] 654name = "data-encoding" 655version = "2.9.0" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 658 659[[package]] 660name = "data-encoding-macro" 661version = "0.1.18" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 664dependencies = [ 665 "data-encoding", 666 "data-encoding-macro-internal", 667] 668 669[[package]] 670name = "data-encoding-macro-internal" 671version = "0.1.16" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 674dependencies = [ 675 "data-encoding", 676 "syn 2.0.106", 677] 678 679[[package]] 680name = "deranged" 681version = "0.5.4" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" 684dependencies = [ 685 "powerfmt", 686 "serde_core", 687] 688 689[[package]] 690name = "digest" 691version = "0.10.7" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 694dependencies = [ 695 "block-buffer", 696 "crypto-common", 697] 698 699[[package]] 700name = "displaydoc" 701version = "0.2.5" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 704dependencies = [ 705 "proc-macro2", 706 "quote", 707 "syn 2.0.106", 708] 709 710[[package]] 711name = "dyn-clone" 712version = "1.0.20" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 715 716[[package]] 717name = "either" 718version = "1.15.0" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 721 722[[package]] 723name = "encoding_rs" 724version = "0.8.35" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 727dependencies = [ 728 "cfg-if", 729] 730 731[[package]] 732name = "enum-as-inner" 733version = "0.6.1" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 736dependencies = [ 737 "heck 0.5.0", 738 "proc-macro2", 739 "quote", 740 "syn 2.0.106", 741] 742 743[[package]] 744name = "enum_dispatch" 745version = "0.3.13" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 748dependencies = [ 749 "once_cell", 750 "proc-macro2", 751 "quote", 752 "syn 2.0.106", 753] 754 755[[package]] 756name = "env_filter" 757version = "0.1.3" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" 760dependencies = [ 761 "log", 762 "regex", 763] 764 765[[package]] 766name = "env_logger" 767version = "0.11.8" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 770dependencies = [ 771 "anstream", 772 "anstyle", 773 "env_filter", 774 "jiff", 775 "log", 776] 777 778[[package]] 779name = "equivalent" 780version = "1.0.2" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 783 784[[package]] 785name = "errno" 786version = "0.3.14" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 789dependencies = [ 790 "libc", 791 "windows-sys 0.61.1", 792] 793 794[[package]] 795name = "event-listener" 796version = "5.4.1" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 799dependencies = [ 800 "concurrent-queue", 801 "parking", 802 "pin-project-lite", 803] 804 805[[package]] 806name = "event-listener-strategy" 807version = "0.5.4" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 810dependencies = [ 811 "event-listener", 812 "pin-project-lite", 813] 814 815[[package]] 816name = "fastrand" 817version = "2.3.0" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 820 821[[package]] 822name = "find-msvc-tools" 823version = "0.1.3" 824source = "registry+https://github.com/rust-lang/crates.io-index" 825checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3" 826 827[[package]] 828name = "flate2" 829version = "1.1.2" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 832dependencies = [ 833 "crc32fast", 834 "miniz_oxide", 835] 836 837[[package]] 838name = "fnv" 839version = "1.0.7" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 842 843[[package]] 844name = "foldhash" 845version = "0.1.5" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 848 849[[package]] 850name = "foreign-types" 851version = "0.3.2" 852source = "registry+https://github.com/rust-lang/crates.io-index" 853checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 854dependencies = [ 855 "foreign-types-shared", 856] 857 858[[package]] 859name = "foreign-types-shared" 860version = "0.1.1" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 863 864[[package]] 865name = "form_urlencoded" 866version = "1.2.2" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 869dependencies = [ 870 "percent-encoding", 871] 872 873[[package]] 874name = "futures-channel" 875version = "0.3.31" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 878dependencies = [ 879 "futures-core", 880] 881 882[[package]] 883name = "futures-core" 884version = "0.3.31" 885source = "registry+https://github.com/rust-lang/crates.io-index" 886checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 887 888[[package]] 889name = "futures-io" 890version = "0.3.31" 891source = "registry+https://github.com/rust-lang/crates.io-index" 892checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 893 894[[package]] 895name = "futures-macro" 896version = "0.3.31" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 899dependencies = [ 900 "proc-macro2", 901 "quote", 902 "syn 2.0.106", 903] 904 905[[package]] 906name = "futures-sink" 907version = "0.3.31" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 910 911[[package]] 912name = "futures-task" 913version = "0.3.31" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 916 917[[package]] 918name = "futures-util" 919version = "0.3.31" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 922dependencies = [ 923 "futures-core", 924 "futures-macro", 925 "futures-sink", 926 "futures-task", 927 "pin-project-lite", 928 "pin-utils", 929 "slab", 930] 931 932[[package]] 933name = "generic-array" 934version = "0.14.7" 935source = "registry+https://github.com/rust-lang/crates.io-index" 936checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 937dependencies = [ 938 "typenum", 939 "version_check", 940] 941 942[[package]] 943name = "getrandom" 944version = "0.2.16" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 947dependencies = [ 948 "cfg-if", 949 "js-sys", 950 "libc", 951 "wasi 0.11.1+wasi-snapshot-preview1", 952 "wasm-bindgen", 953] 954 955[[package]] 956name = "getrandom" 957version = "0.3.3" 958source = "registry+https://github.com/rust-lang/crates.io-index" 959checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 960dependencies = [ 961 "cfg-if", 962 "js-sys", 963 "libc", 964 "r-efi", 965 "wasi 0.14.7+wasi-0.2.4", 966 "wasm-bindgen", 967] 968 969[[package]] 970name = "gimli" 971version = "0.32.3" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 974 975[[package]] 976name = "h2" 977version = "0.4.12" 978source = "registry+https://github.com/rust-lang/crates.io-index" 979checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 980dependencies = [ 981 "atomic-waker", 982 "bytes", 983 "fnv", 984 "futures-core", 985 "futures-sink", 986 "http", 987 "indexmap 2.11.4", 988 "slab", 989 "tokio", 990 "tokio-util", 991 "tracing", 992] 993 994[[package]] 995name = "hacktober_bot" 996version = "0.1.0" 997dependencies = [ 998 "clap", 999 "env_logger", 1000 "jacquard", 1001 "jetstream", 1002 "reqwest", 1003 "serde", 1004 "serde_json", 1005 "tokio", 1006 "url", 1007] 1008 1009[[package]] 1010name = "half" 1011version = "2.6.0" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" 1014dependencies = [ 1015 "cfg-if", 1016 "crunchy", 1017] 1018 1019[[package]] 1020name = "hashbrown" 1021version = "0.12.3" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1024 1025[[package]] 1026name = "hashbrown" 1027version = "0.14.5" 1028source = "registry+https://github.com/rust-lang/crates.io-index" 1029checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1030 1031[[package]] 1032name = "hashbrown" 1033version = "0.15.5" 1034source = "registry+https://github.com/rust-lang/crates.io-index" 1035checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1036dependencies = [ 1037 "allocator-api2", 1038 "equivalent", 1039 "foldhash", 1040] 1041 1042[[package]] 1043name = "heck" 1044version = "0.4.1" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1047 1048[[package]] 1049name = "heck" 1050version = "0.5.0" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1053 1054[[package]] 1055name = "hex" 1056version = "0.4.3" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1059 1060[[package]] 1061name = "hex_fmt" 1062version = "0.3.0" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" 1065 1066[[package]] 1067name = "hickory-proto" 1068version = "0.24.4" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" 1071dependencies = [ 1072 "async-trait", 1073 "cfg-if", 1074 "data-encoding", 1075 "enum-as-inner", 1076 "futures-channel", 1077 "futures-io", 1078 "futures-util", 1079 "idna", 1080 "ipnet", 1081 "once_cell", 1082 "rand 0.8.5", 1083 "thiserror 1.0.69", 1084 "tinyvec", 1085 "tokio", 1086 "tracing", 1087 "url", 1088] 1089 1090[[package]] 1091name = "hickory-resolver" 1092version = "0.24.4" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" 1095dependencies = [ 1096 "cfg-if", 1097 "futures-util", 1098 "hickory-proto", 1099 "ipconfig", 1100 "lru-cache", 1101 "once_cell", 1102 "parking_lot", 1103 "rand 0.8.5", 1104 "resolv-conf", 1105 "smallvec", 1106 "thiserror 1.0.69", 1107 "tokio", 1108 "tracing", 1109] 1110 1111[[package]] 1112name = "http" 1113version = "1.3.1" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1116dependencies = [ 1117 "bytes", 1118 "fnv", 1119 "itoa", 1120] 1121 1122[[package]] 1123name = "http-body" 1124version = "1.0.1" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1127dependencies = [ 1128 "bytes", 1129 "http", 1130] 1131 1132[[package]] 1133name = "http-body-util" 1134version = "0.1.3" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1137dependencies = [ 1138 "bytes", 1139 "futures-core", 1140 "http", 1141 "http-body", 1142 "pin-project-lite", 1143] 1144 1145[[package]] 1146name = "httparse" 1147version = "1.10.1" 1148source = "registry+https://github.com/rust-lang/crates.io-index" 1149checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1150 1151[[package]] 1152name = "hyper" 1153version = "1.7.0" 1154source = "registry+https://github.com/rust-lang/crates.io-index" 1155checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 1156dependencies = [ 1157 "atomic-waker", 1158 "bytes", 1159 "futures-channel", 1160 "futures-core", 1161 "h2", 1162 "http", 1163 "http-body", 1164 "httparse", 1165 "itoa", 1166 "pin-project-lite", 1167 "pin-utils", 1168 "smallvec", 1169 "tokio", 1170 "want", 1171] 1172 1173[[package]] 1174name = "hyper-rustls" 1175version = "0.27.7" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1178dependencies = [ 1179 "http", 1180 "hyper", 1181 "hyper-util", 1182 "rustls", 1183 "rustls-pki-types", 1184 "tokio", 1185 "tokio-rustls", 1186 "tower-service", 1187 "webpki-roots", 1188] 1189 1190[[package]] 1191name = "hyper-tls" 1192version = "0.6.0" 1193source = "registry+https://github.com/rust-lang/crates.io-index" 1194checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1195dependencies = [ 1196 "bytes", 1197 "http-body-util", 1198 "hyper", 1199 "hyper-util", 1200 "native-tls", 1201 "tokio", 1202 "tokio-native-tls", 1203 "tower-service", 1204] 1205 1206[[package]] 1207name = "hyper-util" 1208version = "0.1.17" 1209source = "registry+https://github.com/rust-lang/crates.io-index" 1210checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 1211dependencies = [ 1212 "base64", 1213 "bytes", 1214 "futures-channel", 1215 "futures-core", 1216 "futures-util", 1217 "http", 1218 "http-body", 1219 "hyper", 1220 "ipnet", 1221 "libc", 1222 "percent-encoding", 1223 "pin-project-lite", 1224 "socket2 0.6.0", 1225 "system-configuration", 1226 "tokio", 1227 "tower-service", 1228 "tracing", 1229 "windows-registry", 1230] 1231 1232[[package]] 1233name = "iana-time-zone" 1234version = "0.1.64" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 1237dependencies = [ 1238 "android_system_properties", 1239 "core-foundation-sys", 1240 "iana-time-zone-haiku", 1241 "js-sys", 1242 "log", 1243 "wasm-bindgen", 1244 "windows-core", 1245] 1246 1247[[package]] 1248name = "iana-time-zone-haiku" 1249version = "0.1.2" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1252dependencies = [ 1253 "cc", 1254] 1255 1256[[package]] 1257name = "icu_collections" 1258version = "2.0.0" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1261dependencies = [ 1262 "displaydoc", 1263 "potential_utf", 1264 "yoke", 1265 "zerofrom", 1266 "zerovec", 1267] 1268 1269[[package]] 1270name = "icu_locale_core" 1271version = "2.0.0" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1274dependencies = [ 1275 "displaydoc", 1276 "litemap", 1277 "tinystr", 1278 "writeable", 1279 "zerovec", 1280] 1281 1282[[package]] 1283name = "icu_normalizer" 1284version = "2.0.0" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1287dependencies = [ 1288 "displaydoc", 1289 "icu_collections", 1290 "icu_normalizer_data", 1291 "icu_properties", 1292 "icu_provider", 1293 "smallvec", 1294 "zerovec", 1295] 1296 1297[[package]] 1298name = "icu_normalizer_data" 1299version = "2.0.0" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1302 1303[[package]] 1304name = "icu_properties" 1305version = "2.0.1" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1308dependencies = [ 1309 "displaydoc", 1310 "icu_collections", 1311 "icu_locale_core", 1312 "icu_properties_data", 1313 "icu_provider", 1314 "potential_utf", 1315 "zerotrie", 1316 "zerovec", 1317] 1318 1319[[package]] 1320name = "icu_properties_data" 1321version = "2.0.1" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1324 1325[[package]] 1326name = "icu_provider" 1327version = "2.0.0" 1328source = "registry+https://github.com/rust-lang/crates.io-index" 1329checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1330dependencies = [ 1331 "displaydoc", 1332 "icu_locale_core", 1333 "stable_deref_trait", 1334 "tinystr", 1335 "writeable", 1336 "yoke", 1337 "zerofrom", 1338 "zerotrie", 1339 "zerovec", 1340] 1341 1342[[package]] 1343name = "ident_case" 1344version = "1.0.1" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1347 1348[[package]] 1349name = "idna" 1350version = "1.1.0" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1353dependencies = [ 1354 "idna_adapter", 1355 "smallvec", 1356 "utf8_iter", 1357] 1358 1359[[package]] 1360name = "idna_adapter" 1361version = "1.2.1" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1364dependencies = [ 1365 "icu_normalizer", 1366 "icu_properties", 1367] 1368 1369[[package]] 1370name = "indexmap" 1371version = "1.9.3" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1374dependencies = [ 1375 "autocfg", 1376 "hashbrown 0.12.3", 1377 "serde", 1378] 1379 1380[[package]] 1381name = "indexmap" 1382version = "2.11.4" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 1385dependencies = [ 1386 "equivalent", 1387 "hashbrown 0.15.5", 1388 "serde", 1389 "serde_core", 1390] 1391 1392[[package]] 1393name = "indoc" 1394version = "2.0.6" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 1397 1398[[package]] 1399name = "io-uring" 1400version = "0.7.10" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 1403dependencies = [ 1404 "bitflags", 1405 "cfg-if", 1406 "libc", 1407] 1408 1409[[package]] 1410name = "ipconfig" 1411version = "0.3.2" 1412source = "registry+https://github.com/rust-lang/crates.io-index" 1413checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1414dependencies = [ 1415 "socket2 0.5.10", 1416 "widestring", 1417 "windows-sys 0.48.0", 1418 "winreg", 1419] 1420 1421[[package]] 1422name = "ipld-core" 1423version = "0.4.2" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1426dependencies = [ 1427 "cid", 1428 "serde", 1429 "serde_bytes", 1430] 1431 1432[[package]] 1433name = "ipnet" 1434version = "2.11.0" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1437 1438[[package]] 1439name = "iri-string" 1440version = "0.7.8" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1443dependencies = [ 1444 "memchr", 1445 "serde", 1446] 1447 1448[[package]] 1449name = "is_ci" 1450version = "1.2.0" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" 1453 1454[[package]] 1455name = "is_terminal_polyfill" 1456version = "1.70.1" 1457source = "registry+https://github.com/rust-lang/crates.io-index" 1458checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1459 1460[[package]] 1461name = "itertools" 1462version = "0.14.0" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1465dependencies = [ 1466 "either", 1467] 1468 1469[[package]] 1470name = "itoa" 1471version = "1.0.15" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1474 1475[[package]] 1476name = "jacquard" 1477version = "0.2.1" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "719fe6fc35f0bd7859a25ba55ebaf55360e3af5b17764dab173202ad734ef5a4" 1480dependencies = [ 1481 "async-trait", 1482 "bon", 1483 "bytes", 1484 "clap", 1485 "hickory-resolver", 1486 "http", 1487 "jacquard-api", 1488 "jacquard-common", 1489 "miette", 1490 "percent-encoding", 1491 "reqwest", 1492 "serde", 1493 "serde_html_form", 1494 "serde_ipld_dagcbor", 1495 "serde_json", 1496 "smol_str", 1497 "thiserror 2.0.17", 1498 "tokio", 1499 "url", 1500 "urlencoding", 1501] 1502 1503[[package]] 1504name = "jacquard-api" 1505version = "0.2.0" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "51de55e4de7c7b2a5f5ea67450d8e21bc9388cca719ce3347cb58e236cc90457" 1508dependencies = [ 1509 "bon", 1510 "bytes", 1511 "jacquard-common", 1512 "jacquard-derive", 1513 "miette", 1514 "serde", 1515 "thiserror 2.0.17", 1516] 1517 1518[[package]] 1519name = "jacquard-common" 1520version = "0.2.0" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "69abd1202e606b0f2cdca38e1daaf98ce09dfe3e29cbae27bcb4cb1f6b4560c4" 1523dependencies = [ 1524 "base64", 1525 "bon", 1526 "bytes", 1527 "chrono", 1528 "cid", 1529 "enum_dispatch", 1530 "ipld-core", 1531 "langtag 0.4.0", 1532 "miette", 1533 "multibase", 1534 "multihash", 1535 "num-traits", 1536 "ouroboros", 1537 "rand 0.9.2", 1538 "regex", 1539 "serde", 1540 "serde_html_form", 1541 "serde_json", 1542 "serde_with", 1543 "smol_str", 1544 "thiserror 2.0.17", 1545 "url", 1546] 1547 1548[[package]] 1549name = "jacquard-derive" 1550version = "0.2.0" 1551source = "registry+https://github.com/rust-lang/crates.io-index" 1552checksum = "079cff009d305585a7929ea3ff45aeb5dfb93e18281793e7d79ad03ca75b9513" 1553dependencies = [ 1554 "heck 0.5.0", 1555 "itertools", 1556 "prettyplease", 1557 "proc-macro2", 1558 "quote", 1559 "serde", 1560 "serde_json", 1561 "serde_repr", 1562 "serde_with", 1563 "syn 2.0.106", 1564] 1565 1566[[package]] 1567name = "jetstream" 1568version = "0.1.1" 1569dependencies = [ 1570 "async-trait", 1571 "atrium-api", 1572 "chrono", 1573 "futures-util", 1574 "log", 1575 "serde", 1576 "serde_json", 1577 "thiserror 2.0.17", 1578 "tokio", 1579 "tokio-tungstenite", 1580 "url", 1581 "zstd", 1582] 1583 1584[[package]] 1585name = "jiff" 1586version = "0.2.15" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49" 1589dependencies = [ 1590 "jiff-static", 1591 "log", 1592 "portable-atomic", 1593 "portable-atomic-util", 1594 "serde", 1595] 1596 1597[[package]] 1598name = "jiff-static" 1599version = "0.2.15" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" 1602dependencies = [ 1603 "proc-macro2", 1604 "quote", 1605 "syn 2.0.106", 1606] 1607 1608[[package]] 1609name = "jobserver" 1610version = "0.1.34" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1613dependencies = [ 1614 "getrandom 0.3.3", 1615 "libc", 1616] 1617 1618[[package]] 1619name = "js-sys" 1620version = "0.3.81" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 1623dependencies = [ 1624 "once_cell", 1625 "wasm-bindgen", 1626] 1627 1628[[package]] 1629name = "langtag" 1630version = "0.3.4" 1631source = "registry+https://github.com/rust-lang/crates.io-index" 1632checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 1633dependencies = [ 1634 "serde", 1635] 1636 1637[[package]] 1638name = "langtag" 1639version = "0.4.0" 1640source = "registry+https://github.com/rust-lang/crates.io-index" 1641checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600" 1642dependencies = [ 1643 "serde", 1644 "static-regular-grammar", 1645 "thiserror 1.0.69", 1646] 1647 1648[[package]] 1649name = "libc" 1650version = "0.2.176" 1651source = "registry+https://github.com/rust-lang/crates.io-index" 1652checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" 1653 1654[[package]] 1655name = "linked-hash-map" 1656version = "0.5.6" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1659 1660[[package]] 1661name = "linux-raw-sys" 1662version = "0.11.0" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1665 1666[[package]] 1667name = "litemap" 1668version = "0.8.0" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1671 1672[[package]] 1673name = "lock_api" 1674version = "0.4.14" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1677dependencies = [ 1678 "scopeguard", 1679] 1680 1681[[package]] 1682name = "log" 1683version = "0.4.28" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1686 1687[[package]] 1688name = "lru" 1689version = "0.12.5" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1692dependencies = [ 1693 "hashbrown 0.15.5", 1694] 1695 1696[[package]] 1697name = "lru-cache" 1698version = "0.1.2" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 1701dependencies = [ 1702 "linked-hash-map", 1703] 1704 1705[[package]] 1706name = "lru-slab" 1707version = "0.1.2" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1710 1711[[package]] 1712name = "match-lookup" 1713version = "0.1.1" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 1716dependencies = [ 1717 "proc-macro2", 1718 "quote", 1719 "syn 1.0.109", 1720] 1721 1722[[package]] 1723name = "memchr" 1724version = "2.7.6" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1727 1728[[package]] 1729name = "miette" 1730version = "7.6.0" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 1733dependencies = [ 1734 "backtrace", 1735 "backtrace-ext", 1736 "cfg-if", 1737 "miette-derive", 1738 "owo-colors", 1739 "supports-color", 1740 "supports-hyperlinks", 1741 "supports-unicode", 1742 "terminal_size", 1743 "textwrap", 1744 "unicode-width 0.1.14", 1745] 1746 1747[[package]] 1748name = "miette-derive" 1749version = "7.6.0" 1750source = "registry+https://github.com/rust-lang/crates.io-index" 1751checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 1752dependencies = [ 1753 "proc-macro2", 1754 "quote", 1755 "syn 2.0.106", 1756] 1757 1758[[package]] 1759name = "mime" 1760version = "0.3.17" 1761source = "registry+https://github.com/rust-lang/crates.io-index" 1762checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1763 1764[[package]] 1765name = "minimal-lexical" 1766version = "0.2.1" 1767source = "registry+https://github.com/rust-lang/crates.io-index" 1768checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1769 1770[[package]] 1771name = "miniz_oxide" 1772version = "0.8.9" 1773source = "registry+https://github.com/rust-lang/crates.io-index" 1774checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1775dependencies = [ 1776 "adler2", 1777] 1778 1779[[package]] 1780name = "mio" 1781version = "1.0.4" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1784dependencies = [ 1785 "libc", 1786 "wasi 0.11.1+wasi-snapshot-preview1", 1787 "windows-sys 0.59.0", 1788] 1789 1790[[package]] 1791name = "moka" 1792version = "0.12.11" 1793source = "registry+https://github.com/rust-lang/crates.io-index" 1794checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" 1795dependencies = [ 1796 "async-lock", 1797 "crossbeam-channel", 1798 "crossbeam-epoch", 1799 "crossbeam-utils", 1800 "equivalent", 1801 "event-listener", 1802 "futures-util", 1803 "parking_lot", 1804 "portable-atomic", 1805 "rustc_version", 1806 "smallvec", 1807 "tagptr", 1808 "uuid", 1809] 1810 1811[[package]] 1812name = "multibase" 1813version = "0.9.2" 1814source = "registry+https://github.com/rust-lang/crates.io-index" 1815checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 1816dependencies = [ 1817 "base-x", 1818 "base256emoji", 1819 "data-encoding", 1820 "data-encoding-macro", 1821] 1822 1823[[package]] 1824name = "multihash" 1825version = "0.19.3" 1826source = "registry+https://github.com/rust-lang/crates.io-index" 1827checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1828dependencies = [ 1829 "core2", 1830 "serde", 1831 "unsigned-varint", 1832] 1833 1834[[package]] 1835name = "native-tls" 1836version = "0.2.14" 1837source = "registry+https://github.com/rust-lang/crates.io-index" 1838checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1839dependencies = [ 1840 "libc", 1841 "log", 1842 "openssl", 1843 "openssl-probe", 1844 "openssl-sys", 1845 "schannel", 1846 "security-framework", 1847 "security-framework-sys", 1848 "tempfile", 1849] 1850 1851[[package]] 1852name = "nom" 1853version = "7.1.3" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1856dependencies = [ 1857 "memchr", 1858 "minimal-lexical", 1859] 1860 1861[[package]] 1862name = "num-conv" 1863version = "0.1.0" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1866 1867[[package]] 1868name = "num-traits" 1869version = "0.2.19" 1870source = "registry+https://github.com/rust-lang/crates.io-index" 1871checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1872dependencies = [ 1873 "autocfg", 1874] 1875 1876[[package]] 1877name = "object" 1878version = "0.37.3" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 1881dependencies = [ 1882 "memchr", 1883] 1884 1885[[package]] 1886name = "once_cell" 1887version = "1.21.3" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1890 1891[[package]] 1892name = "once_cell_polyfill" 1893version = "1.70.1" 1894source = "registry+https://github.com/rust-lang/crates.io-index" 1895checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1896 1897[[package]] 1898name = "openssl" 1899version = "0.10.73" 1900source = "registry+https://github.com/rust-lang/crates.io-index" 1901checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 1902dependencies = [ 1903 "bitflags", 1904 "cfg-if", 1905 "foreign-types", 1906 "libc", 1907 "once_cell", 1908 "openssl-macros", 1909 "openssl-sys", 1910] 1911 1912[[package]] 1913name = "openssl-macros" 1914version = "0.1.1" 1915source = "registry+https://github.com/rust-lang/crates.io-index" 1916checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1917dependencies = [ 1918 "proc-macro2", 1919 "quote", 1920 "syn 2.0.106", 1921] 1922 1923[[package]] 1924name = "openssl-probe" 1925version = "0.1.6" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1928 1929[[package]] 1930name = "openssl-src" 1931version = "300.5.3+3.5.4" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "dc6bad8cd0233b63971e232cc9c5e83039375b8586d2312f31fda85db8f888c2" 1934dependencies = [ 1935 "cc", 1936] 1937 1938[[package]] 1939name = "openssl-sys" 1940version = "0.9.109" 1941source = "registry+https://github.com/rust-lang/crates.io-index" 1942checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 1943dependencies = [ 1944 "cc", 1945 "libc", 1946 "openssl-src", 1947 "pkg-config", 1948 "vcpkg", 1949] 1950 1951[[package]] 1952name = "ouroboros" 1953version = "0.18.5" 1954source = "registry+https://github.com/rust-lang/crates.io-index" 1955checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 1956dependencies = [ 1957 "aliasable", 1958 "ouroboros_macro", 1959 "static_assertions", 1960] 1961 1962[[package]] 1963name = "ouroboros_macro" 1964version = "0.18.5" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 1967dependencies = [ 1968 "heck 0.4.1", 1969 "proc-macro2", 1970 "proc-macro2-diagnostics", 1971 "quote", 1972 "syn 2.0.106", 1973] 1974 1975[[package]] 1976name = "owo-colors" 1977version = "4.2.3" 1978source = "registry+https://github.com/rust-lang/crates.io-index" 1979checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" 1980 1981[[package]] 1982name = "parking" 1983version = "2.2.1" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1986 1987[[package]] 1988name = "parking_lot" 1989version = "0.12.5" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1992dependencies = [ 1993 "lock_api", 1994 "parking_lot_core", 1995] 1996 1997[[package]] 1998name = "parking_lot_core" 1999version = "0.9.12" 2000source = "registry+https://github.com/rust-lang/crates.io-index" 2001checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2002dependencies = [ 2003 "cfg-if", 2004 "libc", 2005 "redox_syscall", 2006 "smallvec", 2007 "windows-link 0.2.0", 2008] 2009 2010[[package]] 2011name = "percent-encoding" 2012version = "2.3.2" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2015 2016[[package]] 2017name = "pin-project-lite" 2018version = "0.2.16" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2021 2022[[package]] 2023name = "pin-utils" 2024version = "0.1.0" 2025source = "registry+https://github.com/rust-lang/crates.io-index" 2026checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2027 2028[[package]] 2029name = "pkg-config" 2030version = "0.3.32" 2031source = "registry+https://github.com/rust-lang/crates.io-index" 2032checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2033 2034[[package]] 2035name = "portable-atomic" 2036version = "1.11.1" 2037source = "registry+https://github.com/rust-lang/crates.io-index" 2038checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 2039 2040[[package]] 2041name = "portable-atomic-util" 2042version = "0.2.4" 2043source = "registry+https://github.com/rust-lang/crates.io-index" 2044checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 2045dependencies = [ 2046 "portable-atomic", 2047] 2048 2049[[package]] 2050name = "potential_utf" 2051version = "0.1.3" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 2054dependencies = [ 2055 "zerovec", 2056] 2057 2058[[package]] 2059name = "powerfmt" 2060version = "0.2.0" 2061source = "registry+https://github.com/rust-lang/crates.io-index" 2062checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2063 2064[[package]] 2065name = "ppv-lite86" 2066version = "0.2.21" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2069dependencies = [ 2070 "zerocopy", 2071] 2072 2073[[package]] 2074name = "prettyplease" 2075version = "0.2.37" 2076source = "registry+https://github.com/rust-lang/crates.io-index" 2077checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2078dependencies = [ 2079 "proc-macro2", 2080 "syn 2.0.106", 2081] 2082 2083[[package]] 2084name = "proc-macro-error" 2085version = "1.0.4" 2086source = "registry+https://github.com/rust-lang/crates.io-index" 2087checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2088dependencies = [ 2089 "proc-macro-error-attr", 2090 "proc-macro2", 2091 "quote", 2092 "syn 1.0.109", 2093 "version_check", 2094] 2095 2096[[package]] 2097name = "proc-macro-error-attr" 2098version = "1.0.4" 2099source = "registry+https://github.com/rust-lang/crates.io-index" 2100checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2101dependencies = [ 2102 "proc-macro2", 2103 "quote", 2104 "version_check", 2105] 2106 2107[[package]] 2108name = "proc-macro2" 2109version = "1.0.101" 2110source = "registry+https://github.com/rust-lang/crates.io-index" 2111checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 2112dependencies = [ 2113 "unicode-ident", 2114] 2115 2116[[package]] 2117name = "proc-macro2-diagnostics" 2118version = "0.10.1" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 2121dependencies = [ 2122 "proc-macro2", 2123 "quote", 2124 "syn 2.0.106", 2125 "version_check", 2126 "yansi", 2127] 2128 2129[[package]] 2130name = "quinn" 2131version = "0.11.9" 2132source = "registry+https://github.com/rust-lang/crates.io-index" 2133checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 2134dependencies = [ 2135 "bytes", 2136 "cfg_aliases", 2137 "pin-project-lite", 2138 "quinn-proto", 2139 "quinn-udp", 2140 "rustc-hash", 2141 "rustls", 2142 "socket2 0.6.0", 2143 "thiserror 2.0.17", 2144 "tokio", 2145 "tracing", 2146 "web-time", 2147] 2148 2149[[package]] 2150name = "quinn-proto" 2151version = "0.11.13" 2152source = "registry+https://github.com/rust-lang/crates.io-index" 2153checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 2154dependencies = [ 2155 "bytes", 2156 "getrandom 0.3.3", 2157 "lru-slab", 2158 "rand 0.9.2", 2159 "ring", 2160 "rustc-hash", 2161 "rustls", 2162 "rustls-pki-types", 2163 "slab", 2164 "thiserror 2.0.17", 2165 "tinyvec", 2166 "tracing", 2167 "web-time", 2168] 2169 2170[[package]] 2171name = "quinn-udp" 2172version = "0.5.14" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 2175dependencies = [ 2176 "cfg_aliases", 2177 "libc", 2178 "once_cell", 2179 "socket2 0.6.0", 2180 "tracing", 2181 "windows-sys 0.60.2", 2182] 2183 2184[[package]] 2185name = "quote" 2186version = "1.0.41" 2187source = "registry+https://github.com/rust-lang/crates.io-index" 2188checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 2189dependencies = [ 2190 "proc-macro2", 2191] 2192 2193[[package]] 2194name = "r-efi" 2195version = "5.3.0" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2198 2199[[package]] 2200name = "rand" 2201version = "0.8.5" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2204dependencies = [ 2205 "libc", 2206 "rand_chacha 0.3.1", 2207 "rand_core 0.6.4", 2208] 2209 2210[[package]] 2211name = "rand" 2212version = "0.9.2" 2213source = "registry+https://github.com/rust-lang/crates.io-index" 2214checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 2215dependencies = [ 2216 "rand_chacha 0.9.0", 2217 "rand_core 0.9.3", 2218] 2219 2220[[package]] 2221name = "rand_chacha" 2222version = "0.3.1" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2225dependencies = [ 2226 "ppv-lite86", 2227 "rand_core 0.6.4", 2228] 2229 2230[[package]] 2231name = "rand_chacha" 2232version = "0.9.0" 2233source = "registry+https://github.com/rust-lang/crates.io-index" 2234checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2235dependencies = [ 2236 "ppv-lite86", 2237 "rand_core 0.9.3", 2238] 2239 2240[[package]] 2241name = "rand_core" 2242version = "0.6.4" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2245dependencies = [ 2246 "getrandom 0.2.16", 2247] 2248 2249[[package]] 2250name = "rand_core" 2251version = "0.9.3" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 2254dependencies = [ 2255 "getrandom 0.3.3", 2256] 2257 2258[[package]] 2259name = "range-traits" 2260version = "0.3.2" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab" 2263 2264[[package]] 2265name = "redox_syscall" 2266version = "0.5.18" 2267source = "registry+https://github.com/rust-lang/crates.io-index" 2268checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2269dependencies = [ 2270 "bitflags", 2271] 2272 2273[[package]] 2274name = "ref-cast" 2275version = "1.0.25" 2276source = "registry+https://github.com/rust-lang/crates.io-index" 2277checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 2278dependencies = [ 2279 "ref-cast-impl", 2280] 2281 2282[[package]] 2283name = "ref-cast-impl" 2284version = "1.0.25" 2285source = "registry+https://github.com/rust-lang/crates.io-index" 2286checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 2287dependencies = [ 2288 "proc-macro2", 2289 "quote", 2290 "syn 2.0.106", 2291] 2292 2293[[package]] 2294name = "regex" 2295version = "1.11.3" 2296source = "registry+https://github.com/rust-lang/crates.io-index" 2297checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" 2298dependencies = [ 2299 "aho-corasick", 2300 "memchr", 2301 "regex-automata", 2302 "regex-syntax", 2303] 2304 2305[[package]] 2306name = "regex-automata" 2307version = "0.4.11" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" 2310dependencies = [ 2311 "aho-corasick", 2312 "memchr", 2313 "regex-syntax", 2314] 2315 2316[[package]] 2317name = "regex-syntax" 2318version = "0.8.6" 2319source = "registry+https://github.com/rust-lang/crates.io-index" 2320checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" 2321 2322[[package]] 2323name = "reqwest" 2324version = "0.12.23" 2325source = "registry+https://github.com/rust-lang/crates.io-index" 2326checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 2327dependencies = [ 2328 "async-compression", 2329 "base64", 2330 "bytes", 2331 "encoding_rs", 2332 "futures-core", 2333 "futures-util", 2334 "h2", 2335 "http", 2336 "http-body", 2337 "http-body-util", 2338 "hyper", 2339 "hyper-rustls", 2340 "hyper-tls", 2341 "hyper-util", 2342 "js-sys", 2343 "log", 2344 "mime", 2345 "native-tls", 2346 "percent-encoding", 2347 "pin-project-lite", 2348 "quinn", 2349 "rustls", 2350 "rustls-pki-types", 2351 "serde", 2352 "serde_json", 2353 "serde_urlencoded", 2354 "sync_wrapper", 2355 "tokio", 2356 "tokio-native-tls", 2357 "tokio-rustls", 2358 "tokio-util", 2359 "tower", 2360 "tower-http", 2361 "tower-service", 2362 "url", 2363 "wasm-bindgen", 2364 "wasm-bindgen-futures", 2365 "web-sys", 2366 "webpki-roots", 2367] 2368 2369[[package]] 2370name = "resolv-conf" 2371version = "0.7.5" 2372source = "registry+https://github.com/rust-lang/crates.io-index" 2373checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" 2374 2375[[package]] 2376name = "ring" 2377version = "0.17.14" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2380dependencies = [ 2381 "cc", 2382 "cfg-if", 2383 "getrandom 0.2.16", 2384 "libc", 2385 "untrusted", 2386 "windows-sys 0.52.0", 2387] 2388 2389[[package]] 2390name = "rustc-demangle" 2391version = "0.1.26" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 2394 2395[[package]] 2396name = "rustc-hash" 2397version = "2.1.1" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2400 2401[[package]] 2402name = "rustc_version" 2403version = "0.4.1" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2406dependencies = [ 2407 "semver", 2408] 2409 2410[[package]] 2411name = "rustix" 2412version = "1.1.2" 2413source = "registry+https://github.com/rust-lang/crates.io-index" 2414checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 2415dependencies = [ 2416 "bitflags", 2417 "errno", 2418 "libc", 2419 "linux-raw-sys", 2420 "windows-sys 0.61.1", 2421] 2422 2423[[package]] 2424name = "rustls" 2425version = "0.23.32" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" 2428dependencies = [ 2429 "once_cell", 2430 "ring", 2431 "rustls-pki-types", 2432 "rustls-webpki", 2433 "subtle", 2434 "zeroize", 2435] 2436 2437[[package]] 2438name = "rustls-pki-types" 2439version = "1.12.0" 2440source = "registry+https://github.com/rust-lang/crates.io-index" 2441checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 2442dependencies = [ 2443 "web-time", 2444 "zeroize", 2445] 2446 2447[[package]] 2448name = "rustls-webpki" 2449version = "0.103.7" 2450source = "registry+https://github.com/rust-lang/crates.io-index" 2451checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" 2452dependencies = [ 2453 "ring", 2454 "rustls-pki-types", 2455 "untrusted", 2456] 2457 2458[[package]] 2459name = "rustversion" 2460version = "1.0.22" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2463 2464[[package]] 2465name = "ryu" 2466version = "1.0.20" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2469 2470[[package]] 2471name = "schannel" 2472version = "0.1.28" 2473source = "registry+https://github.com/rust-lang/crates.io-index" 2474checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2475dependencies = [ 2476 "windows-sys 0.61.1", 2477] 2478 2479[[package]] 2480name = "schemars" 2481version = "0.9.0" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 2484dependencies = [ 2485 "dyn-clone", 2486 "ref-cast", 2487 "serde", 2488 "serde_json", 2489] 2490 2491[[package]] 2492name = "schemars" 2493version = "1.0.4" 2494source = "registry+https://github.com/rust-lang/crates.io-index" 2495checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" 2496dependencies = [ 2497 "dyn-clone", 2498 "ref-cast", 2499 "serde", 2500 "serde_json", 2501] 2502 2503[[package]] 2504name = "scopeguard" 2505version = "1.2.0" 2506source = "registry+https://github.com/rust-lang/crates.io-index" 2507checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2508 2509[[package]] 2510name = "security-framework" 2511version = "2.11.1" 2512source = "registry+https://github.com/rust-lang/crates.io-index" 2513checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2514dependencies = [ 2515 "bitflags", 2516 "core-foundation", 2517 "core-foundation-sys", 2518 "libc", 2519 "security-framework-sys", 2520] 2521 2522[[package]] 2523name = "security-framework-sys" 2524version = "2.15.0" 2525source = "registry+https://github.com/rust-lang/crates.io-index" 2526checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 2527dependencies = [ 2528 "core-foundation-sys", 2529 "libc", 2530] 2531 2532[[package]] 2533name = "semver" 2534version = "1.0.27" 2535source = "registry+https://github.com/rust-lang/crates.io-index" 2536checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 2537 2538[[package]] 2539name = "serde" 2540version = "1.0.228" 2541source = "registry+https://github.com/rust-lang/crates.io-index" 2542checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2543dependencies = [ 2544 "serde_core", 2545 "serde_derive", 2546] 2547 2548[[package]] 2549name = "serde_bytes" 2550version = "0.11.19" 2551source = "registry+https://github.com/rust-lang/crates.io-index" 2552checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 2553dependencies = [ 2554 "serde", 2555 "serde_core", 2556] 2557 2558[[package]] 2559name = "serde_core" 2560version = "1.0.228" 2561source = "registry+https://github.com/rust-lang/crates.io-index" 2562checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2563dependencies = [ 2564 "serde_derive", 2565] 2566 2567[[package]] 2568name = "serde_derive" 2569version = "1.0.228" 2570source = "registry+https://github.com/rust-lang/crates.io-index" 2571checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2572dependencies = [ 2573 "proc-macro2", 2574 "quote", 2575 "syn 2.0.106", 2576] 2577 2578[[package]] 2579name = "serde_html_form" 2580version = "0.2.8" 2581source = "registry+https://github.com/rust-lang/crates.io-index" 2582checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 2583dependencies = [ 2584 "form_urlencoded", 2585 "indexmap 2.11.4", 2586 "itoa", 2587 "ryu", 2588 "serde_core", 2589] 2590 2591[[package]] 2592name = "serde_ipld_dagcbor" 2593version = "0.6.4" 2594source = "registry+https://github.com/rust-lang/crates.io-index" 2595checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 2596dependencies = [ 2597 "cbor4ii", 2598 "ipld-core", 2599 "scopeguard", 2600 "serde", 2601] 2602 2603[[package]] 2604name = "serde_json" 2605version = "1.0.145" 2606source = "registry+https://github.com/rust-lang/crates.io-index" 2607checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 2608dependencies = [ 2609 "itoa", 2610 "memchr", 2611 "ryu", 2612 "serde", 2613 "serde_core", 2614] 2615 2616[[package]] 2617name = "serde_repr" 2618version = "0.1.20" 2619source = "registry+https://github.com/rust-lang/crates.io-index" 2620checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 2621dependencies = [ 2622 "proc-macro2", 2623 "quote", 2624 "syn 2.0.106", 2625] 2626 2627[[package]] 2628name = "serde_urlencoded" 2629version = "0.7.1" 2630source = "registry+https://github.com/rust-lang/crates.io-index" 2631checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2632dependencies = [ 2633 "form_urlencoded", 2634 "itoa", 2635 "ryu", 2636 "serde", 2637] 2638 2639[[package]] 2640name = "serde_with" 2641version = "3.15.0" 2642source = "registry+https://github.com/rust-lang/crates.io-index" 2643checksum = "6093cd8c01b25262b84927e0f7151692158fab02d961e04c979d3903eba7ecc5" 2644dependencies = [ 2645 "base64", 2646 "chrono", 2647 "hex", 2648 "indexmap 1.9.3", 2649 "indexmap 2.11.4", 2650 "schemars 0.9.0", 2651 "schemars 1.0.4", 2652 "serde_core", 2653 "serde_json", 2654 "serde_with_macros", 2655 "time", 2656] 2657 2658[[package]] 2659name = "serde_with_macros" 2660version = "3.15.0" 2661source = "registry+https://github.com/rust-lang/crates.io-index" 2662checksum = "a7e6c180db0816026a61afa1cff5344fb7ebded7e4d3062772179f2501481c27" 2663dependencies = [ 2664 "darling", 2665 "proc-macro2", 2666 "quote", 2667 "syn 2.0.106", 2668] 2669 2670[[package]] 2671name = "sha1" 2672version = "0.10.6" 2673source = "registry+https://github.com/rust-lang/crates.io-index" 2674checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2675dependencies = [ 2676 "cfg-if", 2677 "cpufeatures", 2678 "digest", 2679] 2680 2681[[package]] 2682name = "sha2" 2683version = "0.10.9" 2684source = "registry+https://github.com/rust-lang/crates.io-index" 2685checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2686dependencies = [ 2687 "cfg-if", 2688 "cpufeatures", 2689 "digest", 2690] 2691 2692[[package]] 2693name = "shlex" 2694version = "1.3.0" 2695source = "registry+https://github.com/rust-lang/crates.io-index" 2696checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2697 2698[[package]] 2699name = "signal-hook-registry" 2700version = "1.4.6" 2701source = "registry+https://github.com/rust-lang/crates.io-index" 2702checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 2703dependencies = [ 2704 "libc", 2705] 2706 2707[[package]] 2708name = "slab" 2709version = "0.4.11" 2710source = "registry+https://github.com/rust-lang/crates.io-index" 2711checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 2712 2713[[package]] 2714name = "smallvec" 2715version = "1.15.1" 2716source = "registry+https://github.com/rust-lang/crates.io-index" 2717checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2718 2719[[package]] 2720name = "smol_str" 2721version = "0.3.2" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d" 2724dependencies = [ 2725 "borsh", 2726 "serde", 2727] 2728 2729[[package]] 2730name = "socket2" 2731version = "0.5.10" 2732source = "registry+https://github.com/rust-lang/crates.io-index" 2733checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 2734dependencies = [ 2735 "libc", 2736 "windows-sys 0.52.0", 2737] 2738 2739[[package]] 2740name = "socket2" 2741version = "0.6.0" 2742source = "registry+https://github.com/rust-lang/crates.io-index" 2743checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 2744dependencies = [ 2745 "libc", 2746 "windows-sys 0.59.0", 2747] 2748 2749[[package]] 2750name = "stable_deref_trait" 2751version = "1.2.0" 2752source = "registry+https://github.com/rust-lang/crates.io-index" 2753checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2754 2755[[package]] 2756name = "static-regular-grammar" 2757version = "2.0.2" 2758source = "registry+https://github.com/rust-lang/crates.io-index" 2759checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957" 2760dependencies = [ 2761 "abnf", 2762 "btree-range-map", 2763 "ciborium", 2764 "hex_fmt", 2765 "indoc", 2766 "proc-macro-error", 2767 "proc-macro2", 2768 "quote", 2769 "serde", 2770 "sha2", 2771 "syn 2.0.106", 2772 "thiserror 1.0.69", 2773] 2774 2775[[package]] 2776name = "static_assertions" 2777version = "1.1.0" 2778source = "registry+https://github.com/rust-lang/crates.io-index" 2779checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2780 2781[[package]] 2782name = "strsim" 2783version = "0.11.1" 2784source = "registry+https://github.com/rust-lang/crates.io-index" 2785checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2786 2787[[package]] 2788name = "subtle" 2789version = "2.6.1" 2790source = "registry+https://github.com/rust-lang/crates.io-index" 2791checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2792 2793[[package]] 2794name = "supports-color" 2795version = "3.0.2" 2796source = "registry+https://github.com/rust-lang/crates.io-index" 2797checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" 2798dependencies = [ 2799 "is_ci", 2800] 2801 2802[[package]] 2803name = "supports-hyperlinks" 2804version = "3.1.0" 2805source = "registry+https://github.com/rust-lang/crates.io-index" 2806checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b" 2807 2808[[package]] 2809name = "supports-unicode" 2810version = "3.0.0" 2811source = "registry+https://github.com/rust-lang/crates.io-index" 2812checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" 2813 2814[[package]] 2815name = "syn" 2816version = "1.0.109" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2819dependencies = [ 2820 "proc-macro2", 2821 "quote", 2822 "unicode-ident", 2823] 2824 2825[[package]] 2826name = "syn" 2827version = "2.0.106" 2828source = "registry+https://github.com/rust-lang/crates.io-index" 2829checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 2830dependencies = [ 2831 "proc-macro2", 2832 "quote", 2833 "unicode-ident", 2834] 2835 2836[[package]] 2837name = "sync_wrapper" 2838version = "1.0.2" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2841dependencies = [ 2842 "futures-core", 2843] 2844 2845[[package]] 2846name = "synstructure" 2847version = "0.13.2" 2848source = "registry+https://github.com/rust-lang/crates.io-index" 2849checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2850dependencies = [ 2851 "proc-macro2", 2852 "quote", 2853 "syn 2.0.106", 2854] 2855 2856[[package]] 2857name = "system-configuration" 2858version = "0.6.1" 2859source = "registry+https://github.com/rust-lang/crates.io-index" 2860checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2861dependencies = [ 2862 "bitflags", 2863 "core-foundation", 2864 "system-configuration-sys", 2865] 2866 2867[[package]] 2868name = "system-configuration-sys" 2869version = "0.6.0" 2870source = "registry+https://github.com/rust-lang/crates.io-index" 2871checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2872dependencies = [ 2873 "core-foundation-sys", 2874 "libc", 2875] 2876 2877[[package]] 2878name = "tagptr" 2879version = "0.2.0" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2882 2883[[package]] 2884name = "tempfile" 2885version = "3.23.0" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 2888dependencies = [ 2889 "fastrand", 2890 "getrandom 0.3.3", 2891 "once_cell", 2892 "rustix", 2893 "windows-sys 0.61.1", 2894] 2895 2896[[package]] 2897name = "terminal_size" 2898version = "0.4.3" 2899source = "registry+https://github.com/rust-lang/crates.io-index" 2900checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 2901dependencies = [ 2902 "rustix", 2903 "windows-sys 0.60.2", 2904] 2905 2906[[package]] 2907name = "textwrap" 2908version = "0.16.2" 2909source = "registry+https://github.com/rust-lang/crates.io-index" 2910checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 2911dependencies = [ 2912 "unicode-linebreak", 2913 "unicode-width 0.2.2", 2914] 2915 2916[[package]] 2917name = "thiserror" 2918version = "1.0.69" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2921dependencies = [ 2922 "thiserror-impl 1.0.69", 2923] 2924 2925[[package]] 2926name = "thiserror" 2927version = "2.0.17" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 2930dependencies = [ 2931 "thiserror-impl 2.0.17", 2932] 2933 2934[[package]] 2935name = "thiserror-impl" 2936version = "1.0.69" 2937source = "registry+https://github.com/rust-lang/crates.io-index" 2938checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2939dependencies = [ 2940 "proc-macro2", 2941 "quote", 2942 "syn 2.0.106", 2943] 2944 2945[[package]] 2946name = "thiserror-impl" 2947version = "2.0.17" 2948source = "registry+https://github.com/rust-lang/crates.io-index" 2949checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 2950dependencies = [ 2951 "proc-macro2", 2952 "quote", 2953 "syn 2.0.106", 2954] 2955 2956[[package]] 2957name = "time" 2958version = "0.3.44" 2959source = "registry+https://github.com/rust-lang/crates.io-index" 2960checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 2961dependencies = [ 2962 "deranged", 2963 "itoa", 2964 "num-conv", 2965 "powerfmt", 2966 "serde", 2967 "time-core", 2968 "time-macros", 2969] 2970 2971[[package]] 2972name = "time-core" 2973version = "0.1.6" 2974source = "registry+https://github.com/rust-lang/crates.io-index" 2975checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 2976 2977[[package]] 2978name = "time-macros" 2979version = "0.2.24" 2980source = "registry+https://github.com/rust-lang/crates.io-index" 2981checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 2982dependencies = [ 2983 "num-conv", 2984 "time-core", 2985] 2986 2987[[package]] 2988name = "tinystr" 2989version = "0.8.1" 2990source = "registry+https://github.com/rust-lang/crates.io-index" 2991checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2992dependencies = [ 2993 "displaydoc", 2994 "zerovec", 2995] 2996 2997[[package]] 2998name = "tinyvec" 2999version = "1.10.0" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 3002dependencies = [ 3003 "tinyvec_macros", 3004] 3005 3006[[package]] 3007name = "tinyvec_macros" 3008version = "0.1.1" 3009source = "registry+https://github.com/rust-lang/crates.io-index" 3010checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3011 3012[[package]] 3013name = "tokio" 3014version = "1.47.1" 3015source = "registry+https://github.com/rust-lang/crates.io-index" 3016checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 3017dependencies = [ 3018 "backtrace", 3019 "bytes", 3020 "io-uring", 3021 "libc", 3022 "mio", 3023 "parking_lot", 3024 "pin-project-lite", 3025 "signal-hook-registry", 3026 "slab", 3027 "socket2 0.6.0", 3028 "tokio-macros", 3029 "windows-sys 0.59.0", 3030] 3031 3032[[package]] 3033name = "tokio-macros" 3034version = "2.5.0" 3035source = "registry+https://github.com/rust-lang/crates.io-index" 3036checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 3037dependencies = [ 3038 "proc-macro2", 3039 "quote", 3040 "syn 2.0.106", 3041] 3042 3043[[package]] 3044name = "tokio-native-tls" 3045version = "0.3.1" 3046source = "registry+https://github.com/rust-lang/crates.io-index" 3047checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3048dependencies = [ 3049 "native-tls", 3050 "tokio", 3051] 3052 3053[[package]] 3054name = "tokio-rustls" 3055version = "0.26.4" 3056source = "registry+https://github.com/rust-lang/crates.io-index" 3057checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 3058dependencies = [ 3059 "rustls", 3060 "tokio", 3061] 3062 3063[[package]] 3064name = "tokio-tungstenite" 3065version = "0.26.2" 3066source = "registry+https://github.com/rust-lang/crates.io-index" 3067checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 3068dependencies = [ 3069 "futures-util", 3070 "log", 3071 "native-tls", 3072 "tokio", 3073 "tokio-native-tls", 3074 "tungstenite", 3075] 3076 3077[[package]] 3078name = "tokio-util" 3079version = "0.7.16" 3080source = "registry+https://github.com/rust-lang/crates.io-index" 3081checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 3082dependencies = [ 3083 "bytes", 3084 "futures-core", 3085 "futures-sink", 3086 "pin-project-lite", 3087 "tokio", 3088] 3089 3090[[package]] 3091name = "tower" 3092version = "0.5.2" 3093source = "registry+https://github.com/rust-lang/crates.io-index" 3094checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 3095dependencies = [ 3096 "futures-core", 3097 "futures-util", 3098 "pin-project-lite", 3099 "sync_wrapper", 3100 "tokio", 3101 "tower-layer", 3102 "tower-service", 3103] 3104 3105[[package]] 3106name = "tower-http" 3107version = "0.6.6" 3108source = "registry+https://github.com/rust-lang/crates.io-index" 3109checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 3110dependencies = [ 3111 "bitflags", 3112 "bytes", 3113 "futures-util", 3114 "http", 3115 "http-body", 3116 "iri-string", 3117 "pin-project-lite", 3118 "tower", 3119 "tower-layer", 3120 "tower-service", 3121] 3122 3123[[package]] 3124name = "tower-layer" 3125version = "0.3.3" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3128 3129[[package]] 3130name = "tower-service" 3131version = "0.3.3" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3134 3135[[package]] 3136name = "tracing" 3137version = "0.1.41" 3138source = "registry+https://github.com/rust-lang/crates.io-index" 3139checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 3140dependencies = [ 3141 "pin-project-lite", 3142 "tracing-attributes", 3143 "tracing-core", 3144] 3145 3146[[package]] 3147name = "tracing-attributes" 3148version = "0.1.30" 3149source = "registry+https://github.com/rust-lang/crates.io-index" 3150checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 3151dependencies = [ 3152 "proc-macro2", 3153 "quote", 3154 "syn 2.0.106", 3155] 3156 3157[[package]] 3158name = "tracing-core" 3159version = "0.1.34" 3160source = "registry+https://github.com/rust-lang/crates.io-index" 3161checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 3162dependencies = [ 3163 "once_cell", 3164] 3165 3166[[package]] 3167name = "trait-variant" 3168version = "0.1.2" 3169source = "registry+https://github.com/rust-lang/crates.io-index" 3170checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 3171dependencies = [ 3172 "proc-macro2", 3173 "quote", 3174 "syn 2.0.106", 3175] 3176 3177[[package]] 3178name = "try-lock" 3179version = "0.2.5" 3180source = "registry+https://github.com/rust-lang/crates.io-index" 3181checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3182 3183[[package]] 3184name = "tungstenite" 3185version = "0.26.2" 3186source = "registry+https://github.com/rust-lang/crates.io-index" 3187checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 3188dependencies = [ 3189 "bytes", 3190 "data-encoding", 3191 "http", 3192 "httparse", 3193 "log", 3194 "native-tls", 3195 "rand 0.9.2", 3196 "sha1", 3197 "thiserror 2.0.17", 3198 "url", 3199 "utf-8", 3200] 3201 3202[[package]] 3203name = "typenum" 3204version = "1.19.0" 3205source = "registry+https://github.com/rust-lang/crates.io-index" 3206checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 3207 3208[[package]] 3209name = "unicode-ident" 3210version = "1.0.19" 3211source = "registry+https://github.com/rust-lang/crates.io-index" 3212checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 3213 3214[[package]] 3215name = "unicode-linebreak" 3216version = "0.1.5" 3217source = "registry+https://github.com/rust-lang/crates.io-index" 3218checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 3219 3220[[package]] 3221name = "unicode-width" 3222version = "0.1.14" 3223source = "registry+https://github.com/rust-lang/crates.io-index" 3224checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 3225 3226[[package]] 3227name = "unicode-width" 3228version = "0.2.2" 3229source = "registry+https://github.com/rust-lang/crates.io-index" 3230checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 3231 3232[[package]] 3233name = "unsigned-varint" 3234version = "0.8.0" 3235source = "registry+https://github.com/rust-lang/crates.io-index" 3236checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 3237 3238[[package]] 3239name = "untrusted" 3240version = "0.9.0" 3241source = "registry+https://github.com/rust-lang/crates.io-index" 3242checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3243 3244[[package]] 3245name = "url" 3246version = "2.5.7" 3247source = "registry+https://github.com/rust-lang/crates.io-index" 3248checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 3249dependencies = [ 3250 "form_urlencoded", 3251 "idna", 3252 "percent-encoding", 3253 "serde", 3254] 3255 3256[[package]] 3257name = "urlencoding" 3258version = "2.1.3" 3259source = "registry+https://github.com/rust-lang/crates.io-index" 3260checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3261 3262[[package]] 3263name = "utf-8" 3264version = "0.7.6" 3265source = "registry+https://github.com/rust-lang/crates.io-index" 3266checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3267 3268[[package]] 3269name = "utf8_iter" 3270version = "1.0.4" 3271source = "registry+https://github.com/rust-lang/crates.io-index" 3272checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3273 3274[[package]] 3275name = "utf8parse" 3276version = "0.2.2" 3277source = "registry+https://github.com/rust-lang/crates.io-index" 3278checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3279 3280[[package]] 3281name = "uuid" 3282version = "1.18.1" 3283source = "registry+https://github.com/rust-lang/crates.io-index" 3284checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" 3285dependencies = [ 3286 "getrandom 0.3.3", 3287 "js-sys", 3288 "wasm-bindgen", 3289] 3290 3291[[package]] 3292name = "vcpkg" 3293version = "0.2.15" 3294source = "registry+https://github.com/rust-lang/crates.io-index" 3295checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3296 3297[[package]] 3298name = "version_check" 3299version = "0.9.5" 3300source = "registry+https://github.com/rust-lang/crates.io-index" 3301checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3302 3303[[package]] 3304name = "want" 3305version = "0.3.1" 3306source = "registry+https://github.com/rust-lang/crates.io-index" 3307checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3308dependencies = [ 3309 "try-lock", 3310] 3311 3312[[package]] 3313name = "wasi" 3314version = "0.11.1+wasi-snapshot-preview1" 3315source = "registry+https://github.com/rust-lang/crates.io-index" 3316checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3317 3318[[package]] 3319name = "wasi" 3320version = "0.14.7+wasi-0.2.4" 3321source = "registry+https://github.com/rust-lang/crates.io-index" 3322checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 3323dependencies = [ 3324 "wasip2", 3325] 3326 3327[[package]] 3328name = "wasip2" 3329version = "1.0.1+wasi-0.2.4" 3330source = "registry+https://github.com/rust-lang/crates.io-index" 3331checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 3332dependencies = [ 3333 "wit-bindgen", 3334] 3335 3336[[package]] 3337name = "wasm-bindgen" 3338version = "0.2.104" 3339source = "registry+https://github.com/rust-lang/crates.io-index" 3340checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 3341dependencies = [ 3342 "cfg-if", 3343 "once_cell", 3344 "rustversion", 3345 "wasm-bindgen-macro", 3346 "wasm-bindgen-shared", 3347] 3348 3349[[package]] 3350name = "wasm-bindgen-backend" 3351version = "0.2.104" 3352source = "registry+https://github.com/rust-lang/crates.io-index" 3353checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 3354dependencies = [ 3355 "bumpalo", 3356 "log", 3357 "proc-macro2", 3358 "quote", 3359 "syn 2.0.106", 3360 "wasm-bindgen-shared", 3361] 3362 3363[[package]] 3364name = "wasm-bindgen-futures" 3365version = "0.4.54" 3366source = "registry+https://github.com/rust-lang/crates.io-index" 3367checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" 3368dependencies = [ 3369 "cfg-if", 3370 "js-sys", 3371 "once_cell", 3372 "wasm-bindgen", 3373 "web-sys", 3374] 3375 3376[[package]] 3377name = "wasm-bindgen-macro" 3378version = "0.2.104" 3379source = "registry+https://github.com/rust-lang/crates.io-index" 3380checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 3381dependencies = [ 3382 "quote", 3383 "wasm-bindgen-macro-support", 3384] 3385 3386[[package]] 3387name = "wasm-bindgen-macro-support" 3388version = "0.2.104" 3389source = "registry+https://github.com/rust-lang/crates.io-index" 3390checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 3391dependencies = [ 3392 "proc-macro2", 3393 "quote", 3394 "syn 2.0.106", 3395 "wasm-bindgen-backend", 3396 "wasm-bindgen-shared", 3397] 3398 3399[[package]] 3400name = "wasm-bindgen-shared" 3401version = "0.2.104" 3402source = "registry+https://github.com/rust-lang/crates.io-index" 3403checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 3404dependencies = [ 3405 "unicode-ident", 3406] 3407 3408[[package]] 3409name = "web-sys" 3410version = "0.3.81" 3411source = "registry+https://github.com/rust-lang/crates.io-index" 3412checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 3413dependencies = [ 3414 "js-sys", 3415 "wasm-bindgen", 3416] 3417 3418[[package]] 3419name = "web-time" 3420version = "1.1.0" 3421source = "registry+https://github.com/rust-lang/crates.io-index" 3422checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3423dependencies = [ 3424 "js-sys", 3425 "wasm-bindgen", 3426] 3427 3428[[package]] 3429name = "webpki-roots" 3430version = "1.0.2" 3431source = "registry+https://github.com/rust-lang/crates.io-index" 3432checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" 3433dependencies = [ 3434 "rustls-pki-types", 3435] 3436 3437[[package]] 3438name = "widestring" 3439version = "1.2.0" 3440source = "registry+https://github.com/rust-lang/crates.io-index" 3441checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" 3442 3443[[package]] 3444name = "windows-core" 3445version = "0.62.1" 3446source = "registry+https://github.com/rust-lang/crates.io-index" 3447checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9" 3448dependencies = [ 3449 "windows-implement", 3450 "windows-interface", 3451 "windows-link 0.2.0", 3452 "windows-result 0.4.0", 3453 "windows-strings 0.5.0", 3454] 3455 3456[[package]] 3457name = "windows-implement" 3458version = "0.60.1" 3459source = "registry+https://github.com/rust-lang/crates.io-index" 3460checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0" 3461dependencies = [ 3462 "proc-macro2", 3463 "quote", 3464 "syn 2.0.106", 3465] 3466 3467[[package]] 3468name = "windows-interface" 3469version = "0.59.2" 3470source = "registry+https://github.com/rust-lang/crates.io-index" 3471checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5" 3472dependencies = [ 3473 "proc-macro2", 3474 "quote", 3475 "syn 2.0.106", 3476] 3477 3478[[package]] 3479name = "windows-link" 3480version = "0.1.3" 3481source = "registry+https://github.com/rust-lang/crates.io-index" 3482checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 3483 3484[[package]] 3485name = "windows-link" 3486version = "0.2.0" 3487source = "registry+https://github.com/rust-lang/crates.io-index" 3488checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 3489 3490[[package]] 3491name = "windows-registry" 3492version = "0.5.3" 3493source = "registry+https://github.com/rust-lang/crates.io-index" 3494checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 3495dependencies = [ 3496 "windows-link 0.1.3", 3497 "windows-result 0.3.4", 3498 "windows-strings 0.4.2", 3499] 3500 3501[[package]] 3502name = "windows-result" 3503version = "0.3.4" 3504source = "registry+https://github.com/rust-lang/crates.io-index" 3505checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3506dependencies = [ 3507 "windows-link 0.1.3", 3508] 3509 3510[[package]] 3511name = "windows-result" 3512version = "0.4.0" 3513source = "registry+https://github.com/rust-lang/crates.io-index" 3514checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" 3515dependencies = [ 3516 "windows-link 0.2.0", 3517] 3518 3519[[package]] 3520name = "windows-strings" 3521version = "0.4.2" 3522source = "registry+https://github.com/rust-lang/crates.io-index" 3523checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3524dependencies = [ 3525 "windows-link 0.1.3", 3526] 3527 3528[[package]] 3529name = "windows-strings" 3530version = "0.5.0" 3531source = "registry+https://github.com/rust-lang/crates.io-index" 3532checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" 3533dependencies = [ 3534 "windows-link 0.2.0", 3535] 3536 3537[[package]] 3538name = "windows-sys" 3539version = "0.48.0" 3540source = "registry+https://github.com/rust-lang/crates.io-index" 3541checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3542dependencies = [ 3543 "windows-targets 0.48.5", 3544] 3545 3546[[package]] 3547name = "windows-sys" 3548version = "0.52.0" 3549source = "registry+https://github.com/rust-lang/crates.io-index" 3550checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3551dependencies = [ 3552 "windows-targets 0.52.6", 3553] 3554 3555[[package]] 3556name = "windows-sys" 3557version = "0.59.0" 3558source = "registry+https://github.com/rust-lang/crates.io-index" 3559checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3560dependencies = [ 3561 "windows-targets 0.52.6", 3562] 3563 3564[[package]] 3565name = "windows-sys" 3566version = "0.60.2" 3567source = "registry+https://github.com/rust-lang/crates.io-index" 3568checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3569dependencies = [ 3570 "windows-targets 0.53.4", 3571] 3572 3573[[package]] 3574name = "windows-sys" 3575version = "0.61.1" 3576source = "registry+https://github.com/rust-lang/crates.io-index" 3577checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" 3578dependencies = [ 3579 "windows-link 0.2.0", 3580] 3581 3582[[package]] 3583name = "windows-targets" 3584version = "0.48.5" 3585source = "registry+https://github.com/rust-lang/crates.io-index" 3586checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3587dependencies = [ 3588 "windows_aarch64_gnullvm 0.48.5", 3589 "windows_aarch64_msvc 0.48.5", 3590 "windows_i686_gnu 0.48.5", 3591 "windows_i686_msvc 0.48.5", 3592 "windows_x86_64_gnu 0.48.5", 3593 "windows_x86_64_gnullvm 0.48.5", 3594 "windows_x86_64_msvc 0.48.5", 3595] 3596 3597[[package]] 3598name = "windows-targets" 3599version = "0.52.6" 3600source = "registry+https://github.com/rust-lang/crates.io-index" 3601checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3602dependencies = [ 3603 "windows_aarch64_gnullvm 0.52.6", 3604 "windows_aarch64_msvc 0.52.6", 3605 "windows_i686_gnu 0.52.6", 3606 "windows_i686_gnullvm 0.52.6", 3607 "windows_i686_msvc 0.52.6", 3608 "windows_x86_64_gnu 0.52.6", 3609 "windows_x86_64_gnullvm 0.52.6", 3610 "windows_x86_64_msvc 0.52.6", 3611] 3612 3613[[package]] 3614name = "windows-targets" 3615version = "0.53.4" 3616source = "registry+https://github.com/rust-lang/crates.io-index" 3617checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 3618dependencies = [ 3619 "windows-link 0.2.0", 3620 "windows_aarch64_gnullvm 0.53.0", 3621 "windows_aarch64_msvc 0.53.0", 3622 "windows_i686_gnu 0.53.0", 3623 "windows_i686_gnullvm 0.53.0", 3624 "windows_i686_msvc 0.53.0", 3625 "windows_x86_64_gnu 0.53.0", 3626 "windows_x86_64_gnullvm 0.53.0", 3627 "windows_x86_64_msvc 0.53.0", 3628] 3629 3630[[package]] 3631name = "windows_aarch64_gnullvm" 3632version = "0.48.5" 3633source = "registry+https://github.com/rust-lang/crates.io-index" 3634checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3635 3636[[package]] 3637name = "windows_aarch64_gnullvm" 3638version = "0.52.6" 3639source = "registry+https://github.com/rust-lang/crates.io-index" 3640checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3641 3642[[package]] 3643name = "windows_aarch64_gnullvm" 3644version = "0.53.0" 3645source = "registry+https://github.com/rust-lang/crates.io-index" 3646checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 3647 3648[[package]] 3649name = "windows_aarch64_msvc" 3650version = "0.48.5" 3651source = "registry+https://github.com/rust-lang/crates.io-index" 3652checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3653 3654[[package]] 3655name = "windows_aarch64_msvc" 3656version = "0.52.6" 3657source = "registry+https://github.com/rust-lang/crates.io-index" 3658checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3659 3660[[package]] 3661name = "windows_aarch64_msvc" 3662version = "0.53.0" 3663source = "registry+https://github.com/rust-lang/crates.io-index" 3664checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 3665 3666[[package]] 3667name = "windows_i686_gnu" 3668version = "0.48.5" 3669source = "registry+https://github.com/rust-lang/crates.io-index" 3670checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3671 3672[[package]] 3673name = "windows_i686_gnu" 3674version = "0.52.6" 3675source = "registry+https://github.com/rust-lang/crates.io-index" 3676checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3677 3678[[package]] 3679name = "windows_i686_gnu" 3680version = "0.53.0" 3681source = "registry+https://github.com/rust-lang/crates.io-index" 3682checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 3683 3684[[package]] 3685name = "windows_i686_gnullvm" 3686version = "0.52.6" 3687source = "registry+https://github.com/rust-lang/crates.io-index" 3688checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3689 3690[[package]] 3691name = "windows_i686_gnullvm" 3692version = "0.53.0" 3693source = "registry+https://github.com/rust-lang/crates.io-index" 3694checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 3695 3696[[package]] 3697name = "windows_i686_msvc" 3698version = "0.48.5" 3699source = "registry+https://github.com/rust-lang/crates.io-index" 3700checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3701 3702[[package]] 3703name = "windows_i686_msvc" 3704version = "0.52.6" 3705source = "registry+https://github.com/rust-lang/crates.io-index" 3706checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3707 3708[[package]] 3709name = "windows_i686_msvc" 3710version = "0.53.0" 3711source = "registry+https://github.com/rust-lang/crates.io-index" 3712checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 3713 3714[[package]] 3715name = "windows_x86_64_gnu" 3716version = "0.48.5" 3717source = "registry+https://github.com/rust-lang/crates.io-index" 3718checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3719 3720[[package]] 3721name = "windows_x86_64_gnu" 3722version = "0.52.6" 3723source = "registry+https://github.com/rust-lang/crates.io-index" 3724checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3725 3726[[package]] 3727name = "windows_x86_64_gnu" 3728version = "0.53.0" 3729source = "registry+https://github.com/rust-lang/crates.io-index" 3730checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 3731 3732[[package]] 3733name = "windows_x86_64_gnullvm" 3734version = "0.48.5" 3735source = "registry+https://github.com/rust-lang/crates.io-index" 3736checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3737 3738[[package]] 3739name = "windows_x86_64_gnullvm" 3740version = "0.52.6" 3741source = "registry+https://github.com/rust-lang/crates.io-index" 3742checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3743 3744[[package]] 3745name = "windows_x86_64_gnullvm" 3746version = "0.53.0" 3747source = "registry+https://github.com/rust-lang/crates.io-index" 3748checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 3749 3750[[package]] 3751name = "windows_x86_64_msvc" 3752version = "0.48.5" 3753source = "registry+https://github.com/rust-lang/crates.io-index" 3754checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3755 3756[[package]] 3757name = "windows_x86_64_msvc" 3758version = "0.52.6" 3759source = "registry+https://github.com/rust-lang/crates.io-index" 3760checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3761 3762[[package]] 3763name = "windows_x86_64_msvc" 3764version = "0.53.0" 3765source = "registry+https://github.com/rust-lang/crates.io-index" 3766checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 3767 3768[[package]] 3769name = "winreg" 3770version = "0.50.0" 3771source = "registry+https://github.com/rust-lang/crates.io-index" 3772checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3773dependencies = [ 3774 "cfg-if", 3775 "windows-sys 0.48.0", 3776] 3777 3778[[package]] 3779name = "wit-bindgen" 3780version = "0.46.0" 3781source = "registry+https://github.com/rust-lang/crates.io-index" 3782checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 3783 3784[[package]] 3785name = "writeable" 3786version = "0.6.1" 3787source = "registry+https://github.com/rust-lang/crates.io-index" 3788checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 3789 3790[[package]] 3791name = "yansi" 3792version = "1.0.1" 3793source = "registry+https://github.com/rust-lang/crates.io-index" 3794checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 3795 3796[[package]] 3797name = "yoke" 3798version = "0.8.0" 3799source = "registry+https://github.com/rust-lang/crates.io-index" 3800checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 3801dependencies = [ 3802 "serde", 3803 "stable_deref_trait", 3804 "yoke-derive", 3805 "zerofrom", 3806] 3807 3808[[package]] 3809name = "yoke-derive" 3810version = "0.8.0" 3811source = "registry+https://github.com/rust-lang/crates.io-index" 3812checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 3813dependencies = [ 3814 "proc-macro2", 3815 "quote", 3816 "syn 2.0.106", 3817 "synstructure", 3818] 3819 3820[[package]] 3821name = "zerocopy" 3822version = "0.8.27" 3823source = "registry+https://github.com/rust-lang/crates.io-index" 3824checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 3825dependencies = [ 3826 "zerocopy-derive", 3827] 3828 3829[[package]] 3830name = "zerocopy-derive" 3831version = "0.8.27" 3832source = "registry+https://github.com/rust-lang/crates.io-index" 3833checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 3834dependencies = [ 3835 "proc-macro2", 3836 "quote", 3837 "syn 2.0.106", 3838] 3839 3840[[package]] 3841name = "zerofrom" 3842version = "0.1.6" 3843source = "registry+https://github.com/rust-lang/crates.io-index" 3844checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3845dependencies = [ 3846 "zerofrom-derive", 3847] 3848 3849[[package]] 3850name = "zerofrom-derive" 3851version = "0.1.6" 3852source = "registry+https://github.com/rust-lang/crates.io-index" 3853checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3854dependencies = [ 3855 "proc-macro2", 3856 "quote", 3857 "syn 2.0.106", 3858 "synstructure", 3859] 3860 3861[[package]] 3862name = "zeroize" 3863version = "1.8.2" 3864source = "registry+https://github.com/rust-lang/crates.io-index" 3865checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 3866 3867[[package]] 3868name = "zerotrie" 3869version = "0.2.2" 3870source = "registry+https://github.com/rust-lang/crates.io-index" 3871checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 3872dependencies = [ 3873 "displaydoc", 3874 "yoke", 3875 "zerofrom", 3876] 3877 3878[[package]] 3879name = "zerovec" 3880version = "0.11.4" 3881source = "registry+https://github.com/rust-lang/crates.io-index" 3882checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 3883dependencies = [ 3884 "yoke", 3885 "zerofrom", 3886 "zerovec-derive", 3887] 3888 3889[[package]] 3890name = "zerovec-derive" 3891version = "0.11.1" 3892source = "registry+https://github.com/rust-lang/crates.io-index" 3893checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 3894dependencies = [ 3895 "proc-macro2", 3896 "quote", 3897 "syn 2.0.106", 3898] 3899 3900[[package]] 3901name = "zstd" 3902version = "0.13.3" 3903source = "registry+https://github.com/rust-lang/crates.io-index" 3904checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 3905dependencies = [ 3906 "zstd-safe", 3907] 3908 3909[[package]] 3910name = "zstd-safe" 3911version = "7.2.4" 3912source = "registry+https://github.com/rust-lang/crates.io-index" 3913checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 3914dependencies = [ 3915 "zstd-sys", 3916] 3917 3918[[package]] 3919name = "zstd-sys" 3920version = "2.0.16+zstd.1.5.7" 3921source = "registry+https://github.com/rust-lang/crates.io-index" 3922checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 3923dependencies = [ 3924 "cc", 3925 "pkg-config", 3926]