A better Rust ATProto crate
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 = "android_system_properties" 56version = "0.1.5" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 59dependencies = [ 60 "libc", 61] 62 63[[package]] 64name = "anstream" 65version = "0.6.20" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" 68dependencies = [ 69 "anstyle", 70 "anstyle-parse", 71 "anstyle-query", 72 "anstyle-wincon", 73 "colorchoice", 74 "is_terminal_polyfill", 75 "utf8parse", 76] 77 78[[package]] 79name = "anstyle" 80version = "1.0.11" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 83 84[[package]] 85name = "anstyle-parse" 86version = "0.2.7" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 89dependencies = [ 90 "utf8parse", 91] 92 93[[package]] 94name = "anstyle-query" 95version = "1.1.4" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 98dependencies = [ 99 "windows-sys 0.60.2", 100] 101 102[[package]] 103name = "anstyle-wincon" 104version = "3.0.10" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 107dependencies = [ 108 "anstyle", 109 "once_cell_polyfill", 110 "windows-sys 0.60.2", 111] 112 113[[package]] 114name = "async-compression" 115version = "0.4.30" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "977eb15ea9efd848bb8a4a1a2500347ed7f0bf794edf0dc3ddcf439f43d36b23" 118dependencies = [ 119 "compression-codecs", 120 "compression-core", 121 "futures-core", 122 "pin-project-lite", 123 "tokio", 124] 125 126[[package]] 127name = "atomic-waker" 128version = "1.1.2" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 131 132[[package]] 133name = "autocfg" 134version = "1.5.0" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 137 138[[package]] 139name = "backtrace" 140version = "0.3.76" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 143dependencies = [ 144 "addr2line", 145 "cfg-if", 146 "libc", 147 "miniz_oxide", 148 "object", 149 "rustc-demangle", 150 "windows-link 0.2.0", 151] 152 153[[package]] 154name = "backtrace-ext" 155version = "0.2.1" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" 158dependencies = [ 159 "backtrace", 160] 161 162[[package]] 163name = "base-x" 164version = "0.2.11" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 167 168[[package]] 169name = "base64" 170version = "0.22.1" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 173 174[[package]] 175name = "bitflags" 176version = "2.9.4" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 179 180[[package]] 181name = "block-buffer" 182version = "0.10.4" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 185dependencies = [ 186 "generic-array", 187] 188 189[[package]] 190name = "borsh" 191version = "1.5.7" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" 194dependencies = [ 195 "cfg_aliases", 196] 197 198[[package]] 199name = "btree-range-map" 200version = "0.7.2" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33" 203dependencies = [ 204 "btree-slab", 205 "cc-traits", 206 "range-traits", 207 "serde", 208 "slab", 209] 210 211[[package]] 212name = "btree-slab" 213version = "0.6.1" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c" 216dependencies = [ 217 "cc-traits", 218 "slab", 219 "smallvec", 220] 221 222[[package]] 223name = "bumpalo" 224version = "3.19.0" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 227 228[[package]] 229name = "bytes" 230version = "1.10.1" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 233dependencies = [ 234 "serde", 235] 236 237[[package]] 238name = "cbor4ii" 239version = "0.2.14" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 242dependencies = [ 243 "serde", 244] 245 246[[package]] 247name = "cc" 248version = "1.2.39" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f" 251dependencies = [ 252 "find-msvc-tools", 253 "shlex", 254] 255 256[[package]] 257name = "cc-traits" 258version = "2.0.0" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5" 261dependencies = [ 262 "slab", 263] 264 265[[package]] 266name = "cfg-if" 267version = "1.0.3" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 270 271[[package]] 272name = "cfg_aliases" 273version = "0.2.1" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 276 277[[package]] 278name = "chrono" 279version = "0.4.42" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 282dependencies = [ 283 "iana-time-zone", 284 "js-sys", 285 "num-traits", 286 "serde", 287 "wasm-bindgen", 288 "windows-link 0.2.0", 289] 290 291[[package]] 292name = "ciborium" 293version = "0.2.2" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 296dependencies = [ 297 "ciborium-io", 298 "ciborium-ll", 299 "serde", 300] 301 302[[package]] 303name = "ciborium-io" 304version = "0.2.2" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 307 308[[package]] 309name = "ciborium-ll" 310version = "0.2.2" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 313dependencies = [ 314 "ciborium-io", 315 "half", 316] 317 318[[package]] 319name = "cid" 320version = "0.11.1" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 323dependencies = [ 324 "core2", 325 "multibase", 326 "multihash", 327 "serde", 328 "serde_bytes", 329 "unsigned-varint", 330] 331 332[[package]] 333name = "clap" 334version = "4.5.48" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 337dependencies = [ 338 "clap_builder", 339 "clap_derive", 340] 341 342[[package]] 343name = "clap_builder" 344version = "4.5.48" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 347dependencies = [ 348 "anstream", 349 "anstyle", 350 "clap_lex", 351 "strsim", 352] 353 354[[package]] 355name = "clap_derive" 356version = "4.5.47" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 359dependencies = [ 360 "heck 0.5.0", 361 "proc-macro2", 362 "quote", 363 "syn 2.0.106", 364] 365 366[[package]] 367name = "clap_lex" 368version = "0.7.5" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 371 372[[package]] 373name = "colorchoice" 374version = "1.0.4" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 377 378[[package]] 379name = "compression-codecs" 380version = "0.4.30" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "485abf41ac0c8047c07c87c72c8fb3eb5197f6e9d7ded615dfd1a00ae00a0f64" 383dependencies = [ 384 "compression-core", 385 "flate2", 386 "memchr", 387] 388 389[[package]] 390name = "compression-core" 391version = "0.4.29" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" 394 395[[package]] 396name = "core-foundation" 397version = "0.9.4" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 400dependencies = [ 401 "core-foundation-sys", 402 "libc", 403] 404 405[[package]] 406name = "core-foundation-sys" 407version = "0.8.7" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 410 411[[package]] 412name = "core2" 413version = "0.4.0" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 416dependencies = [ 417 "memchr", 418] 419 420[[package]] 421name = "cpufeatures" 422version = "0.2.17" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 425dependencies = [ 426 "libc", 427] 428 429[[package]] 430name = "crc32fast" 431version = "1.5.0" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 434dependencies = [ 435 "cfg-if", 436] 437 438[[package]] 439name = "crunchy" 440version = "0.2.4" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 443 444[[package]] 445name = "crypto-common" 446version = "0.1.6" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 449dependencies = [ 450 "generic-array", 451 "typenum", 452] 453 454[[package]] 455name = "darling" 456version = "0.21.3" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 459dependencies = [ 460 "darling_core", 461 "darling_macro", 462] 463 464[[package]] 465name = "darling_core" 466version = "0.21.3" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 469dependencies = [ 470 "fnv", 471 "ident_case", 472 "proc-macro2", 473 "quote", 474 "strsim", 475 "syn 2.0.106", 476] 477 478[[package]] 479name = "darling_macro" 480version = "0.21.3" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 483dependencies = [ 484 "darling_core", 485 "quote", 486 "syn 2.0.106", 487] 488 489[[package]] 490name = "data-encoding" 491version = "2.9.0" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 494 495[[package]] 496name = "data-encoding-macro" 497version = "0.1.18" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 500dependencies = [ 501 "data-encoding", 502 "data-encoding-macro-internal", 503] 504 505[[package]] 506name = "data-encoding-macro-internal" 507version = "0.1.16" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 510dependencies = [ 511 "data-encoding", 512 "syn 2.0.106", 513] 514 515[[package]] 516name = "deranged" 517version = "0.5.4" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" 520dependencies = [ 521 "powerfmt", 522 "serde_core", 523] 524 525[[package]] 526name = "digest" 527version = "0.10.7" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 530dependencies = [ 531 "block-buffer", 532 "crypto-common", 533] 534 535[[package]] 536name = "displaydoc" 537version = "0.2.5" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 540dependencies = [ 541 "proc-macro2", 542 "quote", 543 "syn 2.0.106", 544] 545 546[[package]] 547name = "dyn-clone" 548version = "1.0.20" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 551 552[[package]] 553name = "either" 554version = "1.15.0" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 557 558[[package]] 559name = "encoding_rs" 560version = "0.8.35" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 563dependencies = [ 564 "cfg-if", 565] 566 567[[package]] 568name = "enum_dispatch" 569version = "0.3.13" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 572dependencies = [ 573 "once_cell", 574 "proc-macro2", 575 "quote", 576 "syn 2.0.106", 577] 578 579[[package]] 580name = "equivalent" 581version = "1.0.2" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 584 585[[package]] 586name = "errno" 587version = "0.3.14" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 590dependencies = [ 591 "libc", 592 "windows-sys 0.52.0", 593] 594 595[[package]] 596name = "find-msvc-tools" 597version = "0.1.2" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959" 600 601[[package]] 602name = "flate2" 603version = "1.1.2" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 606dependencies = [ 607 "crc32fast", 608 "miniz_oxide", 609] 610 611[[package]] 612name = "fnv" 613version = "1.0.7" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 616 617[[package]] 618name = "form_urlencoded" 619version = "1.2.2" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 622dependencies = [ 623 "percent-encoding", 624] 625 626[[package]] 627name = "futures-channel" 628version = "0.3.31" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 631dependencies = [ 632 "futures-core", 633] 634 635[[package]] 636name = "futures-core" 637version = "0.3.31" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 640 641[[package]] 642name = "futures-sink" 643version = "0.3.31" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 646 647[[package]] 648name = "futures-task" 649version = "0.3.31" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 652 653[[package]] 654name = "futures-util" 655version = "0.3.31" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 658dependencies = [ 659 "futures-core", 660 "futures-task", 661 "pin-project-lite", 662 "pin-utils", 663] 664 665[[package]] 666name = "generic-array" 667version = "0.14.7" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 670dependencies = [ 671 "typenum", 672 "version_check", 673] 674 675[[package]] 676name = "getrandom" 677version = "0.2.16" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 680dependencies = [ 681 "cfg-if", 682 "js-sys", 683 "libc", 684 "wasi 0.11.1+wasi-snapshot-preview1", 685 "wasm-bindgen", 686] 687 688[[package]] 689name = "getrandom" 690version = "0.3.3" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 693dependencies = [ 694 "cfg-if", 695 "js-sys", 696 "libc", 697 "r-efi", 698 "wasi 0.14.7+wasi-0.2.4", 699 "wasm-bindgen", 700] 701 702[[package]] 703name = "gimli" 704version = "0.32.3" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 707 708[[package]] 709name = "h2" 710version = "0.4.12" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 713dependencies = [ 714 "atomic-waker", 715 "bytes", 716 "fnv", 717 "futures-core", 718 "futures-sink", 719 "http", 720 "indexmap 2.11.4", 721 "slab", 722 "tokio", 723 "tokio-util", 724 "tracing", 725] 726 727[[package]] 728name = "half" 729version = "2.6.0" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" 732dependencies = [ 733 "cfg-if", 734 "crunchy", 735] 736 737[[package]] 738name = "hashbrown" 739version = "0.12.3" 740source = "registry+https://github.com/rust-lang/crates.io-index" 741checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 742 743[[package]] 744name = "hashbrown" 745version = "0.16.0" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 748 749[[package]] 750name = "heck" 751version = "0.4.1" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 754 755[[package]] 756name = "heck" 757version = "0.5.0" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 760 761[[package]] 762name = "hex" 763version = "0.4.3" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 766 767[[package]] 768name = "hex_fmt" 769version = "0.3.0" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" 772 773[[package]] 774name = "http" 775version = "1.3.1" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 778dependencies = [ 779 "bytes", 780 "fnv", 781 "itoa", 782] 783 784[[package]] 785name = "http-body" 786version = "1.0.1" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 789dependencies = [ 790 "bytes", 791 "http", 792] 793 794[[package]] 795name = "http-body-util" 796version = "0.1.3" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 799dependencies = [ 800 "bytes", 801 "futures-core", 802 "http", 803 "http-body", 804 "pin-project-lite", 805] 806 807[[package]] 808name = "httparse" 809version = "1.10.1" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 812 813[[package]] 814name = "hyper" 815version = "1.7.0" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 818dependencies = [ 819 "atomic-waker", 820 "bytes", 821 "futures-channel", 822 "futures-core", 823 "h2", 824 "http", 825 "http-body", 826 "httparse", 827 "itoa", 828 "pin-project-lite", 829 "pin-utils", 830 "smallvec", 831 "tokio", 832 "want", 833] 834 835[[package]] 836name = "hyper-rustls" 837version = "0.27.7" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 840dependencies = [ 841 "http", 842 "hyper", 843 "hyper-util", 844 "rustls", 845 "rustls-pki-types", 846 "tokio", 847 "tokio-rustls", 848 "tower-service", 849 "webpki-roots", 850] 851 852[[package]] 853name = "hyper-util" 854version = "0.1.17" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 857dependencies = [ 858 "base64", 859 "bytes", 860 "futures-channel", 861 "futures-core", 862 "futures-util", 863 "http", 864 "http-body", 865 "hyper", 866 "ipnet", 867 "libc", 868 "percent-encoding", 869 "pin-project-lite", 870 "socket2", 871 "system-configuration", 872 "tokio", 873 "tower-service", 874 "tracing", 875 "windows-registry", 876] 877 878[[package]] 879name = "iana-time-zone" 880version = "0.1.64" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 883dependencies = [ 884 "android_system_properties", 885 "core-foundation-sys", 886 "iana-time-zone-haiku", 887 "js-sys", 888 "log", 889 "wasm-bindgen", 890 "windows-core", 891] 892 893[[package]] 894name = "iana-time-zone-haiku" 895version = "0.1.2" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 898dependencies = [ 899 "cc", 900] 901 902[[package]] 903name = "icu_collections" 904version = "2.0.0" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 907dependencies = [ 908 "displaydoc", 909 "potential_utf", 910 "yoke", 911 "zerofrom", 912 "zerovec", 913] 914 915[[package]] 916name = "icu_locale_core" 917version = "2.0.0" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 920dependencies = [ 921 "displaydoc", 922 "litemap", 923 "tinystr", 924 "writeable", 925 "zerovec", 926] 927 928[[package]] 929name = "icu_normalizer" 930version = "2.0.0" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 933dependencies = [ 934 "displaydoc", 935 "icu_collections", 936 "icu_normalizer_data", 937 "icu_properties", 938 "icu_provider", 939 "smallvec", 940 "zerovec", 941] 942 943[[package]] 944name = "icu_normalizer_data" 945version = "2.0.0" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 948 949[[package]] 950name = "icu_properties" 951version = "2.0.1" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 954dependencies = [ 955 "displaydoc", 956 "icu_collections", 957 "icu_locale_core", 958 "icu_properties_data", 959 "icu_provider", 960 "potential_utf", 961 "zerotrie", 962 "zerovec", 963] 964 965[[package]] 966name = "icu_properties_data" 967version = "2.0.1" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 970 971[[package]] 972name = "icu_provider" 973version = "2.0.0" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 976dependencies = [ 977 "displaydoc", 978 "icu_locale_core", 979 "stable_deref_trait", 980 "tinystr", 981 "writeable", 982 "yoke", 983 "zerofrom", 984 "zerotrie", 985 "zerovec", 986] 987 988[[package]] 989name = "ident_case" 990version = "1.0.1" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 993 994[[package]] 995name = "idna" 996version = "1.1.0" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 999dependencies = [ 1000 "idna_adapter", 1001 "smallvec", 1002 "utf8_iter", 1003] 1004 1005[[package]] 1006name = "idna_adapter" 1007version = "1.2.1" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1010dependencies = [ 1011 "icu_normalizer", 1012 "icu_properties", 1013] 1014 1015[[package]] 1016name = "indexmap" 1017version = "1.9.3" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1020dependencies = [ 1021 "autocfg", 1022 "hashbrown 0.12.3", 1023 "serde", 1024] 1025 1026[[package]] 1027name = "indexmap" 1028version = "2.11.4" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 1031dependencies = [ 1032 "equivalent", 1033 "hashbrown 0.16.0", 1034 "serde", 1035 "serde_core", 1036] 1037 1038[[package]] 1039name = "indoc" 1040version = "2.0.6" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 1043 1044[[package]] 1045name = "io-uring" 1046version = "0.7.10" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 1049dependencies = [ 1050 "bitflags", 1051 "cfg-if", 1052 "libc", 1053] 1054 1055[[package]] 1056name = "ipld-core" 1057version = "0.4.2" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1060dependencies = [ 1061 "cid", 1062 "serde", 1063 "serde_bytes", 1064] 1065 1066[[package]] 1067name = "ipnet" 1068version = "2.11.0" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1071 1072[[package]] 1073name = "iri-string" 1074version = "0.7.8" 1075source = "registry+https://github.com/rust-lang/crates.io-index" 1076checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1077dependencies = [ 1078 "memchr", 1079 "serde", 1080] 1081 1082[[package]] 1083name = "is_ci" 1084version = "1.2.0" 1085source = "registry+https://github.com/rust-lang/crates.io-index" 1086checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" 1087 1088[[package]] 1089name = "is_terminal_polyfill" 1090version = "1.70.1" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1093 1094[[package]] 1095name = "itertools" 1096version = "0.14.0" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1099dependencies = [ 1100 "either", 1101] 1102 1103[[package]] 1104name = "itoa" 1105version = "1.0.15" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1108 1109[[package]] 1110name = "jacquard" 1111version = "0.1.0" 1112dependencies = [ 1113 "bytes", 1114 "clap", 1115 "http", 1116 "jacquard-api", 1117 "jacquard-common", 1118 "miette", 1119 "reqwest", 1120 "serde", 1121 "serde_html_form", 1122 "serde_ipld_dagcbor", 1123 "serde_json", 1124 "thiserror 2.0.17", 1125] 1126 1127[[package]] 1128name = "jacquard-api" 1129version = "0.1.0" 1130dependencies = [ 1131 "bytes", 1132 "jacquard-common", 1133 "jacquard-derive", 1134 "miette", 1135 "serde", 1136 "thiserror 2.0.17", 1137] 1138 1139[[package]] 1140name = "jacquard-common" 1141version = "0.1.0" 1142dependencies = [ 1143 "base64", 1144 "bytes", 1145 "chrono", 1146 "cid", 1147 "enum_dispatch", 1148 "ipld-core", 1149 "langtag", 1150 "miette", 1151 "multibase", 1152 "multihash", 1153 "num-traits", 1154 "ouroboros", 1155 "rand", 1156 "regex", 1157 "serde", 1158 "serde_html_form", 1159 "serde_json", 1160 "serde_with", 1161 "smol_str", 1162 "thiserror 2.0.17", 1163 "url", 1164] 1165 1166[[package]] 1167name = "jacquard-derive" 1168version = "0.1.0" 1169dependencies = [ 1170 "heck 0.5.0", 1171 "itertools", 1172 "jacquard-common", 1173 "prettyplease", 1174 "proc-macro2", 1175 "quote", 1176 "serde", 1177 "serde_json", 1178 "serde_repr", 1179 "serde_with", 1180 "syn 2.0.106", 1181] 1182 1183[[package]] 1184name = "jacquard-lexicon" 1185version = "0.1.0" 1186dependencies = [ 1187 "clap", 1188 "heck 0.5.0", 1189 "itertools", 1190 "jacquard-common", 1191 "miette", 1192 "prettyplease", 1193 "proc-macro2", 1194 "quote", 1195 "serde", 1196 "serde_json", 1197 "serde_repr", 1198 "serde_with", 1199 "syn 2.0.106", 1200 "thiserror 2.0.17", 1201] 1202 1203[[package]] 1204name = "js-sys" 1205version = "0.3.81" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 1208dependencies = [ 1209 "once_cell", 1210 "wasm-bindgen", 1211] 1212 1213[[package]] 1214name = "langtag" 1215version = "0.4.0" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600" 1218dependencies = [ 1219 "serde", 1220 "static-regular-grammar", 1221 "thiserror 1.0.69", 1222] 1223 1224[[package]] 1225name = "libc" 1226version = "0.2.176" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" 1229 1230[[package]] 1231name = "linux-raw-sys" 1232version = "0.11.0" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1235 1236[[package]] 1237name = "litemap" 1238version = "0.8.0" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1241 1242[[package]] 1243name = "log" 1244version = "0.4.28" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1247 1248[[package]] 1249name = "lru-slab" 1250version = "0.1.2" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1253 1254[[package]] 1255name = "memchr" 1256version = "2.7.6" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1259 1260[[package]] 1261name = "miette" 1262version = "7.6.0" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 1265dependencies = [ 1266 "backtrace", 1267 "backtrace-ext", 1268 "cfg-if", 1269 "miette-derive", 1270 "owo-colors", 1271 "supports-color", 1272 "supports-hyperlinks", 1273 "supports-unicode", 1274 "terminal_size", 1275 "textwrap", 1276 "unicode-width 0.1.14", 1277] 1278 1279[[package]] 1280name = "miette-derive" 1281version = "7.6.0" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 1284dependencies = [ 1285 "proc-macro2", 1286 "quote", 1287 "syn 2.0.106", 1288] 1289 1290[[package]] 1291name = "mime" 1292version = "0.3.17" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1295 1296[[package]] 1297name = "minimal-lexical" 1298version = "0.2.1" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1301 1302[[package]] 1303name = "miniz_oxide" 1304version = "0.8.9" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1307dependencies = [ 1308 "adler2", 1309] 1310 1311[[package]] 1312name = "mio" 1313version = "1.0.4" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1316dependencies = [ 1317 "libc", 1318 "wasi 0.11.1+wasi-snapshot-preview1", 1319 "windows-sys 0.59.0", 1320] 1321 1322[[package]] 1323name = "multibase" 1324version = "0.9.1" 1325source = "registry+https://github.com/rust-lang/crates.io-index" 1326checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 1327dependencies = [ 1328 "base-x", 1329 "data-encoding", 1330 "data-encoding-macro", 1331] 1332 1333[[package]] 1334name = "multihash" 1335version = "0.19.3" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1338dependencies = [ 1339 "core2", 1340 "serde", 1341 "unsigned-varint", 1342] 1343 1344[[package]] 1345name = "nom" 1346version = "7.1.3" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1349dependencies = [ 1350 "memchr", 1351 "minimal-lexical", 1352] 1353 1354[[package]] 1355name = "num-conv" 1356version = "0.1.0" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1359 1360[[package]] 1361name = "num-traits" 1362version = "0.2.19" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1365dependencies = [ 1366 "autocfg", 1367] 1368 1369[[package]] 1370name = "object" 1371version = "0.37.3" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 1374dependencies = [ 1375 "memchr", 1376] 1377 1378[[package]] 1379name = "once_cell" 1380version = "1.21.3" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1383 1384[[package]] 1385name = "once_cell_polyfill" 1386version = "1.70.1" 1387source = "registry+https://github.com/rust-lang/crates.io-index" 1388checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1389 1390[[package]] 1391name = "ouroboros" 1392version = "0.18.5" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 1395dependencies = [ 1396 "aliasable", 1397 "ouroboros_macro", 1398 "static_assertions", 1399] 1400 1401[[package]] 1402name = "ouroboros_macro" 1403version = "0.18.5" 1404source = "registry+https://github.com/rust-lang/crates.io-index" 1405checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 1406dependencies = [ 1407 "heck 0.4.1", 1408 "proc-macro2", 1409 "proc-macro2-diagnostics", 1410 "quote", 1411 "syn 2.0.106", 1412] 1413 1414[[package]] 1415name = "owo-colors" 1416version = "4.2.2" 1417source = "registry+https://github.com/rust-lang/crates.io-index" 1418checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" 1419 1420[[package]] 1421name = "percent-encoding" 1422version = "2.3.2" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1425 1426[[package]] 1427name = "pin-project-lite" 1428version = "0.2.16" 1429source = "registry+https://github.com/rust-lang/crates.io-index" 1430checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1431 1432[[package]] 1433name = "pin-utils" 1434version = "0.1.0" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1437 1438[[package]] 1439name = "potential_utf" 1440version = "0.1.3" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1443dependencies = [ 1444 "zerovec", 1445] 1446 1447[[package]] 1448name = "powerfmt" 1449version = "0.2.0" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1452 1453[[package]] 1454name = "ppv-lite86" 1455version = "0.2.21" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1458dependencies = [ 1459 "zerocopy", 1460] 1461 1462[[package]] 1463name = "prettyplease" 1464version = "0.2.37" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 1467dependencies = [ 1468 "proc-macro2", 1469 "syn 2.0.106", 1470] 1471 1472[[package]] 1473name = "proc-macro-error" 1474version = "1.0.4" 1475source = "registry+https://github.com/rust-lang/crates.io-index" 1476checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1477dependencies = [ 1478 "proc-macro-error-attr", 1479 "proc-macro2", 1480 "quote", 1481 "syn 1.0.109", 1482 "version_check", 1483] 1484 1485[[package]] 1486name = "proc-macro-error-attr" 1487version = "1.0.4" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1490dependencies = [ 1491 "proc-macro2", 1492 "quote", 1493 "version_check", 1494] 1495 1496[[package]] 1497name = "proc-macro2" 1498version = "1.0.101" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1501dependencies = [ 1502 "unicode-ident", 1503] 1504 1505[[package]] 1506name = "proc-macro2-diagnostics" 1507version = "0.10.1" 1508source = "registry+https://github.com/rust-lang/crates.io-index" 1509checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 1510dependencies = [ 1511 "proc-macro2", 1512 "quote", 1513 "syn 2.0.106", 1514 "version_check", 1515 "yansi", 1516] 1517 1518[[package]] 1519name = "quinn" 1520version = "0.11.9" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 1523dependencies = [ 1524 "bytes", 1525 "cfg_aliases", 1526 "pin-project-lite", 1527 "quinn-proto", 1528 "quinn-udp", 1529 "rustc-hash", 1530 "rustls", 1531 "socket2", 1532 "thiserror 2.0.17", 1533 "tokio", 1534 "tracing", 1535 "web-time", 1536] 1537 1538[[package]] 1539name = "quinn-proto" 1540version = "0.11.13" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 1543dependencies = [ 1544 "bytes", 1545 "getrandom 0.3.3", 1546 "lru-slab", 1547 "rand", 1548 "ring", 1549 "rustc-hash", 1550 "rustls", 1551 "rustls-pki-types", 1552 "slab", 1553 "thiserror 2.0.17", 1554 "tinyvec", 1555 "tracing", 1556 "web-time", 1557] 1558 1559[[package]] 1560name = "quinn-udp" 1561version = "0.5.14" 1562source = "registry+https://github.com/rust-lang/crates.io-index" 1563checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 1564dependencies = [ 1565 "cfg_aliases", 1566 "libc", 1567 "once_cell", 1568 "socket2", 1569 "tracing", 1570 "windows-sys 0.60.2", 1571] 1572 1573[[package]] 1574name = "quote" 1575version = "1.0.41" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 1578dependencies = [ 1579 "proc-macro2", 1580] 1581 1582[[package]] 1583name = "r-efi" 1584version = "5.3.0" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1587 1588[[package]] 1589name = "rand" 1590version = "0.9.2" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1593dependencies = [ 1594 "rand_chacha", 1595 "rand_core", 1596] 1597 1598[[package]] 1599name = "rand_chacha" 1600version = "0.9.0" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1603dependencies = [ 1604 "ppv-lite86", 1605 "rand_core", 1606] 1607 1608[[package]] 1609name = "rand_core" 1610version = "0.9.3" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1613dependencies = [ 1614 "getrandom 0.3.3", 1615] 1616 1617[[package]] 1618name = "range-traits" 1619version = "0.3.2" 1620source = "registry+https://github.com/rust-lang/crates.io-index" 1621checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab" 1622 1623[[package]] 1624name = "ref-cast" 1625version = "1.0.24" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 1628dependencies = [ 1629 "ref-cast-impl", 1630] 1631 1632[[package]] 1633name = "ref-cast-impl" 1634version = "1.0.24" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 1637dependencies = [ 1638 "proc-macro2", 1639 "quote", 1640 "syn 2.0.106", 1641] 1642 1643[[package]] 1644name = "regex" 1645version = "1.11.3" 1646source = "registry+https://github.com/rust-lang/crates.io-index" 1647checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" 1648dependencies = [ 1649 "aho-corasick", 1650 "memchr", 1651 "regex-automata", 1652 "regex-syntax", 1653] 1654 1655[[package]] 1656name = "regex-automata" 1657version = "0.4.11" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" 1660dependencies = [ 1661 "aho-corasick", 1662 "memchr", 1663 "regex-syntax", 1664] 1665 1666[[package]] 1667name = "regex-syntax" 1668version = "0.8.6" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" 1671 1672[[package]] 1673name = "reqwest" 1674version = "0.12.23" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 1677dependencies = [ 1678 "async-compression", 1679 "base64", 1680 "bytes", 1681 "encoding_rs", 1682 "futures-core", 1683 "futures-util", 1684 "h2", 1685 "http", 1686 "http-body", 1687 "http-body-util", 1688 "hyper", 1689 "hyper-rustls", 1690 "hyper-util", 1691 "js-sys", 1692 "log", 1693 "mime", 1694 "percent-encoding", 1695 "pin-project-lite", 1696 "quinn", 1697 "rustls", 1698 "rustls-pki-types", 1699 "serde", 1700 "serde_json", 1701 "serde_urlencoded", 1702 "sync_wrapper", 1703 "tokio", 1704 "tokio-rustls", 1705 "tokio-util", 1706 "tower", 1707 "tower-http", 1708 "tower-service", 1709 "url", 1710 "wasm-bindgen", 1711 "wasm-bindgen-futures", 1712 "web-sys", 1713 "webpki-roots", 1714] 1715 1716[[package]] 1717name = "ring" 1718version = "0.17.14" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1721dependencies = [ 1722 "cc", 1723 "cfg-if", 1724 "getrandom 0.2.16", 1725 "libc", 1726 "untrusted", 1727 "windows-sys 0.52.0", 1728] 1729 1730[[package]] 1731name = "rustc-demangle" 1732version = "0.1.26" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 1735 1736[[package]] 1737name = "rustc-hash" 1738version = "2.1.1" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1741 1742[[package]] 1743name = "rustix" 1744version = "1.1.2" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 1747dependencies = [ 1748 "bitflags", 1749 "errno", 1750 "libc", 1751 "linux-raw-sys", 1752 "windows-sys 0.52.0", 1753] 1754 1755[[package]] 1756name = "rustls" 1757version = "0.23.32" 1758source = "registry+https://github.com/rust-lang/crates.io-index" 1759checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" 1760dependencies = [ 1761 "once_cell", 1762 "ring", 1763 "rustls-pki-types", 1764 "rustls-webpki", 1765 "subtle", 1766 "zeroize", 1767] 1768 1769[[package]] 1770name = "rustls-pki-types" 1771version = "1.12.0" 1772source = "registry+https://github.com/rust-lang/crates.io-index" 1773checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 1774dependencies = [ 1775 "web-time", 1776 "zeroize", 1777] 1778 1779[[package]] 1780name = "rustls-webpki" 1781version = "0.103.7" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" 1784dependencies = [ 1785 "ring", 1786 "rustls-pki-types", 1787 "untrusted", 1788] 1789 1790[[package]] 1791name = "rustversion" 1792version = "1.0.22" 1793source = "registry+https://github.com/rust-lang/crates.io-index" 1794checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1795 1796[[package]] 1797name = "ryu" 1798version = "1.0.20" 1799source = "registry+https://github.com/rust-lang/crates.io-index" 1800checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1801 1802[[package]] 1803name = "schemars" 1804version = "0.9.0" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 1807dependencies = [ 1808 "dyn-clone", 1809 "ref-cast", 1810 "serde", 1811 "serde_json", 1812] 1813 1814[[package]] 1815name = "schemars" 1816version = "1.0.4" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" 1819dependencies = [ 1820 "dyn-clone", 1821 "ref-cast", 1822 "serde", 1823 "serde_json", 1824] 1825 1826[[package]] 1827name = "scopeguard" 1828version = "1.2.0" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1831 1832[[package]] 1833name = "serde" 1834version = "1.0.228" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1837dependencies = [ 1838 "serde_core", 1839 "serde_derive", 1840] 1841 1842[[package]] 1843name = "serde_bytes" 1844version = "0.11.17" 1845source = "registry+https://github.com/rust-lang/crates.io-index" 1846checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 1847dependencies = [ 1848 "serde", 1849] 1850 1851[[package]] 1852name = "serde_core" 1853version = "1.0.228" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1856dependencies = [ 1857 "serde_derive", 1858] 1859 1860[[package]] 1861name = "serde_derive" 1862version = "1.0.228" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1865dependencies = [ 1866 "proc-macro2", 1867 "quote", 1868 "syn 2.0.106", 1869] 1870 1871[[package]] 1872name = "serde_html_form" 1873version = "0.2.8" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 1876dependencies = [ 1877 "form_urlencoded", 1878 "indexmap 2.11.4", 1879 "itoa", 1880 "ryu", 1881 "serde_core", 1882] 1883 1884[[package]] 1885name = "serde_ipld_dagcbor" 1886version = "0.6.4" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 1889dependencies = [ 1890 "cbor4ii", 1891 "ipld-core", 1892 "scopeguard", 1893 "serde", 1894] 1895 1896[[package]] 1897name = "serde_json" 1898version = "1.0.145" 1899source = "registry+https://github.com/rust-lang/crates.io-index" 1900checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1901dependencies = [ 1902 "itoa", 1903 "memchr", 1904 "ryu", 1905 "serde", 1906 "serde_core", 1907] 1908 1909[[package]] 1910name = "serde_repr" 1911version = "0.1.20" 1912source = "registry+https://github.com/rust-lang/crates.io-index" 1913checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 1914dependencies = [ 1915 "proc-macro2", 1916 "quote", 1917 "syn 2.0.106", 1918] 1919 1920[[package]] 1921name = "serde_urlencoded" 1922version = "0.7.1" 1923source = "registry+https://github.com/rust-lang/crates.io-index" 1924checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1925dependencies = [ 1926 "form_urlencoded", 1927 "itoa", 1928 "ryu", 1929 "serde", 1930] 1931 1932[[package]] 1933name = "serde_with" 1934version = "3.14.1" 1935source = "registry+https://github.com/rust-lang/crates.io-index" 1936checksum = "c522100790450cf78eeac1507263d0a350d4d5b30df0c8e1fe051a10c22b376e" 1937dependencies = [ 1938 "base64", 1939 "chrono", 1940 "hex", 1941 "indexmap 1.9.3", 1942 "indexmap 2.11.4", 1943 "schemars 0.9.0", 1944 "schemars 1.0.4", 1945 "serde", 1946 "serde_derive", 1947 "serde_json", 1948 "serde_with_macros", 1949 "time", 1950] 1951 1952[[package]] 1953name = "serde_with_macros" 1954version = "3.14.1" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "327ada00f7d64abaac1e55a6911e90cf665aa051b9a561c7006c157f4633135e" 1957dependencies = [ 1958 "darling", 1959 "proc-macro2", 1960 "quote", 1961 "syn 2.0.106", 1962] 1963 1964[[package]] 1965name = "sha2" 1966version = "0.10.9" 1967source = "registry+https://github.com/rust-lang/crates.io-index" 1968checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1969dependencies = [ 1970 "cfg-if", 1971 "cpufeatures", 1972 "digest", 1973] 1974 1975[[package]] 1976name = "shlex" 1977version = "1.3.0" 1978source = "registry+https://github.com/rust-lang/crates.io-index" 1979checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1980 1981[[package]] 1982name = "slab" 1983version = "0.4.11" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1986 1987[[package]] 1988name = "smallvec" 1989version = "1.15.1" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1992 1993[[package]] 1994name = "smol_str" 1995version = "0.3.2" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d" 1998dependencies = [ 1999 "borsh", 2000 "serde", 2001] 2002 2003[[package]] 2004name = "socket2" 2005version = "0.6.0" 2006source = "registry+https://github.com/rust-lang/crates.io-index" 2007checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 2008dependencies = [ 2009 "libc", 2010 "windows-sys 0.59.0", 2011] 2012 2013[[package]] 2014name = "stable_deref_trait" 2015version = "1.2.0" 2016source = "registry+https://github.com/rust-lang/crates.io-index" 2017checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2018 2019[[package]] 2020name = "static-regular-grammar" 2021version = "2.0.2" 2022source = "registry+https://github.com/rust-lang/crates.io-index" 2023checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957" 2024dependencies = [ 2025 "abnf", 2026 "btree-range-map", 2027 "ciborium", 2028 "hex_fmt", 2029 "indoc", 2030 "proc-macro-error", 2031 "proc-macro2", 2032 "quote", 2033 "serde", 2034 "sha2", 2035 "syn 2.0.106", 2036 "thiserror 1.0.69", 2037] 2038 2039[[package]] 2040name = "static_assertions" 2041version = "1.1.0" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2044 2045[[package]] 2046name = "strsim" 2047version = "0.11.1" 2048source = "registry+https://github.com/rust-lang/crates.io-index" 2049checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2050 2051[[package]] 2052name = "subtle" 2053version = "2.6.1" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2056 2057[[package]] 2058name = "supports-color" 2059version = "3.0.2" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" 2062dependencies = [ 2063 "is_ci", 2064] 2065 2066[[package]] 2067name = "supports-hyperlinks" 2068version = "3.1.0" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b" 2071 2072[[package]] 2073name = "supports-unicode" 2074version = "3.0.0" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" 2077 2078[[package]] 2079name = "syn" 2080version = "1.0.109" 2081source = "registry+https://github.com/rust-lang/crates.io-index" 2082checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2083dependencies = [ 2084 "proc-macro2", 2085 "unicode-ident", 2086] 2087 2088[[package]] 2089name = "syn" 2090version = "2.0.106" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 2093dependencies = [ 2094 "proc-macro2", 2095 "quote", 2096 "unicode-ident", 2097] 2098 2099[[package]] 2100name = "sync_wrapper" 2101version = "1.0.2" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2104dependencies = [ 2105 "futures-core", 2106] 2107 2108[[package]] 2109name = "synstructure" 2110version = "0.13.2" 2111source = "registry+https://github.com/rust-lang/crates.io-index" 2112checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2113dependencies = [ 2114 "proc-macro2", 2115 "quote", 2116 "syn 2.0.106", 2117] 2118 2119[[package]] 2120name = "system-configuration" 2121version = "0.6.1" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2124dependencies = [ 2125 "bitflags", 2126 "core-foundation", 2127 "system-configuration-sys", 2128] 2129 2130[[package]] 2131name = "system-configuration-sys" 2132version = "0.6.0" 2133source = "registry+https://github.com/rust-lang/crates.io-index" 2134checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2135dependencies = [ 2136 "core-foundation-sys", 2137 "libc", 2138] 2139 2140[[package]] 2141name = "terminal_size" 2142version = "0.4.3" 2143source = "registry+https://github.com/rust-lang/crates.io-index" 2144checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 2145dependencies = [ 2146 "rustix", 2147 "windows-sys 0.60.2", 2148] 2149 2150[[package]] 2151name = "textwrap" 2152version = "0.16.2" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 2155dependencies = [ 2156 "unicode-linebreak", 2157 "unicode-width 0.2.1", 2158] 2159 2160[[package]] 2161name = "thiserror" 2162version = "1.0.69" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2165dependencies = [ 2166 "thiserror-impl 1.0.69", 2167] 2168 2169[[package]] 2170name = "thiserror" 2171version = "2.0.17" 2172source = "registry+https://github.com/rust-lang/crates.io-index" 2173checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 2174dependencies = [ 2175 "thiserror-impl 2.0.17", 2176] 2177 2178[[package]] 2179name = "thiserror-impl" 2180version = "1.0.69" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2183dependencies = [ 2184 "proc-macro2", 2185 "quote", 2186 "syn 2.0.106", 2187] 2188 2189[[package]] 2190name = "thiserror-impl" 2191version = "2.0.17" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 2194dependencies = [ 2195 "proc-macro2", 2196 "quote", 2197 "syn 2.0.106", 2198] 2199 2200[[package]] 2201name = "time" 2202version = "0.3.44" 2203source = "registry+https://github.com/rust-lang/crates.io-index" 2204checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 2205dependencies = [ 2206 "deranged", 2207 "itoa", 2208 "num-conv", 2209 "powerfmt", 2210 "serde", 2211 "time-core", 2212 "time-macros", 2213] 2214 2215[[package]] 2216name = "time-core" 2217version = "0.1.6" 2218source = "registry+https://github.com/rust-lang/crates.io-index" 2219checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 2220 2221[[package]] 2222name = "time-macros" 2223version = "0.2.24" 2224source = "registry+https://github.com/rust-lang/crates.io-index" 2225checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 2226dependencies = [ 2227 "num-conv", 2228 "time-core", 2229] 2230 2231[[package]] 2232name = "tinystr" 2233version = "0.8.1" 2234source = "registry+https://github.com/rust-lang/crates.io-index" 2235checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2236dependencies = [ 2237 "displaydoc", 2238 "zerovec", 2239] 2240 2241[[package]] 2242name = "tinyvec" 2243version = "1.10.0" 2244source = "registry+https://github.com/rust-lang/crates.io-index" 2245checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2246dependencies = [ 2247 "tinyvec_macros", 2248] 2249 2250[[package]] 2251name = "tinyvec_macros" 2252version = "0.1.1" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2255 2256[[package]] 2257name = "tokio" 2258version = "1.47.1" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 2261dependencies = [ 2262 "backtrace", 2263 "bytes", 2264 "io-uring", 2265 "libc", 2266 "mio", 2267 "pin-project-lite", 2268 "slab", 2269 "socket2", 2270 "windows-sys 0.59.0", 2271] 2272 2273[[package]] 2274name = "tokio-rustls" 2275version = "0.26.4" 2276source = "registry+https://github.com/rust-lang/crates.io-index" 2277checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2278dependencies = [ 2279 "rustls", 2280 "tokio", 2281] 2282 2283[[package]] 2284name = "tokio-util" 2285version = "0.7.16" 2286source = "registry+https://github.com/rust-lang/crates.io-index" 2287checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 2288dependencies = [ 2289 "bytes", 2290 "futures-core", 2291 "futures-sink", 2292 "pin-project-lite", 2293 "tokio", 2294] 2295 2296[[package]] 2297name = "tower" 2298version = "0.5.2" 2299source = "registry+https://github.com/rust-lang/crates.io-index" 2300checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2301dependencies = [ 2302 "futures-core", 2303 "futures-util", 2304 "pin-project-lite", 2305 "sync_wrapper", 2306 "tokio", 2307 "tower-layer", 2308 "tower-service", 2309] 2310 2311[[package]] 2312name = "tower-http" 2313version = "0.6.6" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 2316dependencies = [ 2317 "bitflags", 2318 "bytes", 2319 "futures-util", 2320 "http", 2321 "http-body", 2322 "iri-string", 2323 "pin-project-lite", 2324 "tower", 2325 "tower-layer", 2326 "tower-service", 2327] 2328 2329[[package]] 2330name = "tower-layer" 2331version = "0.3.3" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2334 2335[[package]] 2336name = "tower-service" 2337version = "0.3.3" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2340 2341[[package]] 2342name = "tracing" 2343version = "0.1.41" 2344source = "registry+https://github.com/rust-lang/crates.io-index" 2345checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2346dependencies = [ 2347 "pin-project-lite", 2348 "tracing-core", 2349] 2350 2351[[package]] 2352name = "tracing-core" 2353version = "0.1.34" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 2356dependencies = [ 2357 "once_cell", 2358] 2359 2360[[package]] 2361name = "try-lock" 2362version = "0.2.5" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2365 2366[[package]] 2367name = "typenum" 2368version = "1.18.0" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 2371 2372[[package]] 2373name = "unicode-ident" 2374version = "1.0.19" 2375source = "registry+https://github.com/rust-lang/crates.io-index" 2376checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 2377 2378[[package]] 2379name = "unicode-linebreak" 2380version = "0.1.5" 2381source = "registry+https://github.com/rust-lang/crates.io-index" 2382checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 2383 2384[[package]] 2385name = "unicode-width" 2386version = "0.1.14" 2387source = "registry+https://github.com/rust-lang/crates.io-index" 2388checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 2389 2390[[package]] 2391name = "unicode-width" 2392version = "0.2.1" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" 2395 2396[[package]] 2397name = "unsigned-varint" 2398version = "0.8.0" 2399source = "registry+https://github.com/rust-lang/crates.io-index" 2400checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2401 2402[[package]] 2403name = "untrusted" 2404version = "0.9.0" 2405source = "registry+https://github.com/rust-lang/crates.io-index" 2406checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2407 2408[[package]] 2409name = "url" 2410version = "2.5.7" 2411source = "registry+https://github.com/rust-lang/crates.io-index" 2412checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 2413dependencies = [ 2414 "form_urlencoded", 2415 "idna", 2416 "percent-encoding", 2417 "serde", 2418] 2419 2420[[package]] 2421name = "utf8_iter" 2422version = "1.0.4" 2423source = "registry+https://github.com/rust-lang/crates.io-index" 2424checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2425 2426[[package]] 2427name = "utf8parse" 2428version = "0.2.2" 2429source = "registry+https://github.com/rust-lang/crates.io-index" 2430checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2431 2432[[package]] 2433name = "version_check" 2434version = "0.9.5" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2437 2438[[package]] 2439name = "want" 2440version = "0.3.1" 2441source = "registry+https://github.com/rust-lang/crates.io-index" 2442checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2443dependencies = [ 2444 "try-lock", 2445] 2446 2447[[package]] 2448name = "wasi" 2449version = "0.11.1+wasi-snapshot-preview1" 2450source = "registry+https://github.com/rust-lang/crates.io-index" 2451checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2452 2453[[package]] 2454name = "wasi" 2455version = "0.14.7+wasi-0.2.4" 2456source = "registry+https://github.com/rust-lang/crates.io-index" 2457checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 2458dependencies = [ 2459 "wasip2", 2460] 2461 2462[[package]] 2463name = "wasip2" 2464version = "1.0.1+wasi-0.2.4" 2465source = "registry+https://github.com/rust-lang/crates.io-index" 2466checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2467dependencies = [ 2468 "wit-bindgen", 2469] 2470 2471[[package]] 2472name = "wasm-bindgen" 2473version = "0.2.104" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 2476dependencies = [ 2477 "cfg-if", 2478 "once_cell", 2479 "rustversion", 2480 "wasm-bindgen-macro", 2481 "wasm-bindgen-shared", 2482] 2483 2484[[package]] 2485name = "wasm-bindgen-backend" 2486version = "0.2.104" 2487source = "registry+https://github.com/rust-lang/crates.io-index" 2488checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 2489dependencies = [ 2490 "bumpalo", 2491 "log", 2492 "proc-macro2", 2493 "quote", 2494 "syn 2.0.106", 2495 "wasm-bindgen-shared", 2496] 2497 2498[[package]] 2499name = "wasm-bindgen-futures" 2500version = "0.4.54" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" 2503dependencies = [ 2504 "cfg-if", 2505 "js-sys", 2506 "once_cell", 2507 "wasm-bindgen", 2508 "web-sys", 2509] 2510 2511[[package]] 2512name = "wasm-bindgen-macro" 2513version = "0.2.104" 2514source = "registry+https://github.com/rust-lang/crates.io-index" 2515checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 2516dependencies = [ 2517 "quote", 2518 "wasm-bindgen-macro-support", 2519] 2520 2521[[package]] 2522name = "wasm-bindgen-macro-support" 2523version = "0.2.104" 2524source = "registry+https://github.com/rust-lang/crates.io-index" 2525checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 2526dependencies = [ 2527 "proc-macro2", 2528 "quote", 2529 "syn 2.0.106", 2530 "wasm-bindgen-backend", 2531 "wasm-bindgen-shared", 2532] 2533 2534[[package]] 2535name = "wasm-bindgen-shared" 2536version = "0.2.104" 2537source = "registry+https://github.com/rust-lang/crates.io-index" 2538checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 2539dependencies = [ 2540 "unicode-ident", 2541] 2542 2543[[package]] 2544name = "web-sys" 2545version = "0.3.81" 2546source = "registry+https://github.com/rust-lang/crates.io-index" 2547checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 2548dependencies = [ 2549 "js-sys", 2550 "wasm-bindgen", 2551] 2552 2553[[package]] 2554name = "web-time" 2555version = "1.1.0" 2556source = "registry+https://github.com/rust-lang/crates.io-index" 2557checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2558dependencies = [ 2559 "js-sys", 2560 "wasm-bindgen", 2561] 2562 2563[[package]] 2564name = "webpki-roots" 2565version = "1.0.2" 2566source = "registry+https://github.com/rust-lang/crates.io-index" 2567checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" 2568dependencies = [ 2569 "rustls-pki-types", 2570] 2571 2572[[package]] 2573name = "windows-core" 2574version = "0.62.1" 2575source = "registry+https://github.com/rust-lang/crates.io-index" 2576checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9" 2577dependencies = [ 2578 "windows-implement", 2579 "windows-interface", 2580 "windows-link 0.2.0", 2581 "windows-result 0.4.0", 2582 "windows-strings 0.5.0", 2583] 2584 2585[[package]] 2586name = "windows-implement" 2587version = "0.60.1" 2588source = "registry+https://github.com/rust-lang/crates.io-index" 2589checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0" 2590dependencies = [ 2591 "proc-macro2", 2592 "quote", 2593 "syn 2.0.106", 2594] 2595 2596[[package]] 2597name = "windows-interface" 2598version = "0.59.2" 2599source = "registry+https://github.com/rust-lang/crates.io-index" 2600checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5" 2601dependencies = [ 2602 "proc-macro2", 2603 "quote", 2604 "syn 2.0.106", 2605] 2606 2607[[package]] 2608name = "windows-link" 2609version = "0.1.3" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 2612 2613[[package]] 2614name = "windows-link" 2615version = "0.2.0" 2616source = "registry+https://github.com/rust-lang/crates.io-index" 2617checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 2618 2619[[package]] 2620name = "windows-registry" 2621version = "0.5.3" 2622source = "registry+https://github.com/rust-lang/crates.io-index" 2623checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 2624dependencies = [ 2625 "windows-link 0.1.3", 2626 "windows-result 0.3.4", 2627 "windows-strings 0.4.2", 2628] 2629 2630[[package]] 2631name = "windows-result" 2632version = "0.3.4" 2633source = "registry+https://github.com/rust-lang/crates.io-index" 2634checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 2635dependencies = [ 2636 "windows-link 0.1.3", 2637] 2638 2639[[package]] 2640name = "windows-result" 2641version = "0.4.0" 2642source = "registry+https://github.com/rust-lang/crates.io-index" 2643checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" 2644dependencies = [ 2645 "windows-link 0.2.0", 2646] 2647 2648[[package]] 2649name = "windows-strings" 2650version = "0.4.2" 2651source = "registry+https://github.com/rust-lang/crates.io-index" 2652checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 2653dependencies = [ 2654 "windows-link 0.1.3", 2655] 2656 2657[[package]] 2658name = "windows-strings" 2659version = "0.5.0" 2660source = "registry+https://github.com/rust-lang/crates.io-index" 2661checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" 2662dependencies = [ 2663 "windows-link 0.2.0", 2664] 2665 2666[[package]] 2667name = "windows-sys" 2668version = "0.52.0" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2671dependencies = [ 2672 "windows-targets 0.52.6", 2673] 2674 2675[[package]] 2676name = "windows-sys" 2677version = "0.59.0" 2678source = "registry+https://github.com/rust-lang/crates.io-index" 2679checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2680dependencies = [ 2681 "windows-targets 0.52.6", 2682] 2683 2684[[package]] 2685name = "windows-sys" 2686version = "0.60.2" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2689dependencies = [ 2690 "windows-targets 0.53.4", 2691] 2692 2693[[package]] 2694name = "windows-targets" 2695version = "0.52.6" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2698dependencies = [ 2699 "windows_aarch64_gnullvm 0.52.6", 2700 "windows_aarch64_msvc 0.52.6", 2701 "windows_i686_gnu 0.52.6", 2702 "windows_i686_gnullvm 0.52.6", 2703 "windows_i686_msvc 0.52.6", 2704 "windows_x86_64_gnu 0.52.6", 2705 "windows_x86_64_gnullvm 0.52.6", 2706 "windows_x86_64_msvc 0.52.6", 2707] 2708 2709[[package]] 2710name = "windows-targets" 2711version = "0.53.4" 2712source = "registry+https://github.com/rust-lang/crates.io-index" 2713checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 2714dependencies = [ 2715 "windows-link 0.2.0", 2716 "windows_aarch64_gnullvm 0.53.0", 2717 "windows_aarch64_msvc 0.53.0", 2718 "windows_i686_gnu 0.53.0", 2719 "windows_i686_gnullvm 0.53.0", 2720 "windows_i686_msvc 0.53.0", 2721 "windows_x86_64_gnu 0.53.0", 2722 "windows_x86_64_gnullvm 0.53.0", 2723 "windows_x86_64_msvc 0.53.0", 2724] 2725 2726[[package]] 2727name = "windows_aarch64_gnullvm" 2728version = "0.52.6" 2729source = "registry+https://github.com/rust-lang/crates.io-index" 2730checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2731 2732[[package]] 2733name = "windows_aarch64_gnullvm" 2734version = "0.53.0" 2735source = "registry+https://github.com/rust-lang/crates.io-index" 2736checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 2737 2738[[package]] 2739name = "windows_aarch64_msvc" 2740version = "0.52.6" 2741source = "registry+https://github.com/rust-lang/crates.io-index" 2742checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2743 2744[[package]] 2745name = "windows_aarch64_msvc" 2746version = "0.53.0" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 2749 2750[[package]] 2751name = "windows_i686_gnu" 2752version = "0.52.6" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2755 2756[[package]] 2757name = "windows_i686_gnu" 2758version = "0.53.0" 2759source = "registry+https://github.com/rust-lang/crates.io-index" 2760checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 2761 2762[[package]] 2763name = "windows_i686_gnullvm" 2764version = "0.52.6" 2765source = "registry+https://github.com/rust-lang/crates.io-index" 2766checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2767 2768[[package]] 2769name = "windows_i686_gnullvm" 2770version = "0.53.0" 2771source = "registry+https://github.com/rust-lang/crates.io-index" 2772checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 2773 2774[[package]] 2775name = "windows_i686_msvc" 2776version = "0.52.6" 2777source = "registry+https://github.com/rust-lang/crates.io-index" 2778checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2779 2780[[package]] 2781name = "windows_i686_msvc" 2782version = "0.53.0" 2783source = "registry+https://github.com/rust-lang/crates.io-index" 2784checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 2785 2786[[package]] 2787name = "windows_x86_64_gnu" 2788version = "0.52.6" 2789source = "registry+https://github.com/rust-lang/crates.io-index" 2790checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2791 2792[[package]] 2793name = "windows_x86_64_gnu" 2794version = "0.53.0" 2795source = "registry+https://github.com/rust-lang/crates.io-index" 2796checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 2797 2798[[package]] 2799name = "windows_x86_64_gnullvm" 2800version = "0.52.6" 2801source = "registry+https://github.com/rust-lang/crates.io-index" 2802checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2803 2804[[package]] 2805name = "windows_x86_64_gnullvm" 2806version = "0.53.0" 2807source = "registry+https://github.com/rust-lang/crates.io-index" 2808checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 2809 2810[[package]] 2811name = "windows_x86_64_msvc" 2812version = "0.52.6" 2813source = "registry+https://github.com/rust-lang/crates.io-index" 2814checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2815 2816[[package]] 2817name = "windows_x86_64_msvc" 2818version = "0.53.0" 2819source = "registry+https://github.com/rust-lang/crates.io-index" 2820checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 2821 2822[[package]] 2823name = "wit-bindgen" 2824version = "0.46.0" 2825source = "registry+https://github.com/rust-lang/crates.io-index" 2826checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 2827 2828[[package]] 2829name = "writeable" 2830version = "0.6.1" 2831source = "registry+https://github.com/rust-lang/crates.io-index" 2832checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 2833 2834[[package]] 2835name = "yansi" 2836version = "1.0.1" 2837source = "registry+https://github.com/rust-lang/crates.io-index" 2838checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 2839 2840[[package]] 2841name = "yoke" 2842version = "0.8.0" 2843source = "registry+https://github.com/rust-lang/crates.io-index" 2844checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 2845dependencies = [ 2846 "serde", 2847 "stable_deref_trait", 2848 "yoke-derive", 2849 "zerofrom", 2850] 2851 2852[[package]] 2853name = "yoke-derive" 2854version = "0.8.0" 2855source = "registry+https://github.com/rust-lang/crates.io-index" 2856checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 2857dependencies = [ 2858 "proc-macro2", 2859 "quote", 2860 "syn 2.0.106", 2861 "synstructure", 2862] 2863 2864[[package]] 2865name = "zerocopy" 2866version = "0.8.27" 2867source = "registry+https://github.com/rust-lang/crates.io-index" 2868checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 2869dependencies = [ 2870 "zerocopy-derive", 2871] 2872 2873[[package]] 2874name = "zerocopy-derive" 2875version = "0.8.27" 2876source = "registry+https://github.com/rust-lang/crates.io-index" 2877checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 2878dependencies = [ 2879 "proc-macro2", 2880 "quote", 2881 "syn 2.0.106", 2882] 2883 2884[[package]] 2885name = "zerofrom" 2886version = "0.1.6" 2887source = "registry+https://github.com/rust-lang/crates.io-index" 2888checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2889dependencies = [ 2890 "zerofrom-derive", 2891] 2892 2893[[package]] 2894name = "zerofrom-derive" 2895version = "0.1.6" 2896source = "registry+https://github.com/rust-lang/crates.io-index" 2897checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2898dependencies = [ 2899 "proc-macro2", 2900 "quote", 2901 "syn 2.0.106", 2902 "synstructure", 2903] 2904 2905[[package]] 2906name = "zeroize" 2907version = "1.8.2" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 2910 2911[[package]] 2912name = "zerotrie" 2913version = "0.2.2" 2914source = "registry+https://github.com/rust-lang/crates.io-index" 2915checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 2916dependencies = [ 2917 "displaydoc", 2918 "yoke", 2919 "zerofrom", 2920] 2921 2922[[package]] 2923name = "zerovec" 2924version = "0.11.4" 2925source = "registry+https://github.com/rust-lang/crates.io-index" 2926checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 2927dependencies = [ 2928 "yoke", 2929 "zerofrom", 2930 "zerovec-derive", 2931] 2932 2933[[package]] 2934name = "zerovec-derive" 2935version = "0.11.1" 2936source = "registry+https://github.com/rust-lang/crates.io-index" 2937checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 2938dependencies = [ 2939 "proc-macro2", 2940 "quote", 2941 "syn 2.0.106", 2942]