A better Rust ATProto crate
103
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 7539d2e01b0f64f2d86213cdb74d14d43fa8a4b5 1891 lines 48 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 = "aho-corasick" 26version = "1.1.3" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 29dependencies = [ 30 "memchr", 31] 32 33[[package]] 34name = "aliasable" 35version = "0.1.3" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 38 39[[package]] 40name = "android_system_properties" 41version = "0.1.5" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 44dependencies = [ 45 "libc", 46] 47 48[[package]] 49name = "anstream" 50version = "0.6.20" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" 53dependencies = [ 54 "anstyle", 55 "anstyle-parse", 56 "anstyle-query", 57 "anstyle-wincon", 58 "colorchoice", 59 "is_terminal_polyfill", 60 "utf8parse", 61] 62 63[[package]] 64name = "anstyle" 65version = "1.0.11" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 68 69[[package]] 70name = "anstyle-parse" 71version = "0.2.7" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 74dependencies = [ 75 "utf8parse", 76] 77 78[[package]] 79name = "anstyle-query" 80version = "1.1.4" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 83dependencies = [ 84 "windows-sys", 85] 86 87[[package]] 88name = "anstyle-wincon" 89version = "3.0.10" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 92dependencies = [ 93 "anstyle", 94 "once_cell_polyfill", 95 "windows-sys", 96] 97 98[[package]] 99name = "autocfg" 100version = "1.5.0" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 103 104[[package]] 105name = "base-x" 106version = "0.2.11" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 109 110[[package]] 111name = "base64" 112version = "0.22.1" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 115 116[[package]] 117name = "block-buffer" 118version = "0.10.4" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 121dependencies = [ 122 "generic-array", 123] 124 125[[package]] 126name = "borsh" 127version = "1.5.7" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" 130dependencies = [ 131 "cfg_aliases", 132] 133 134[[package]] 135name = "btree-range-map" 136version = "0.7.2" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33" 139dependencies = [ 140 "btree-slab", 141 "cc-traits", 142 "range-traits", 143 "serde", 144 "slab", 145] 146 147[[package]] 148name = "btree-slab" 149version = "0.6.1" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c" 152dependencies = [ 153 "cc-traits", 154 "slab", 155 "smallvec", 156] 157 158[[package]] 159name = "bumpalo" 160version = "3.19.0" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 163 164[[package]] 165name = "bytes" 166version = "1.10.1" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 169dependencies = [ 170 "serde", 171] 172 173[[package]] 174name = "cc" 175version = "1.2.39" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f" 178dependencies = [ 179 "find-msvc-tools", 180 "shlex", 181] 182 183[[package]] 184name = "cc-traits" 185version = "2.0.0" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5" 188dependencies = [ 189 "slab", 190] 191 192[[package]] 193name = "cfg-if" 194version = "1.0.3" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 197 198[[package]] 199name = "cfg_aliases" 200version = "0.2.1" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 203 204[[package]] 205name = "chrono" 206version = "0.4.42" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 209dependencies = [ 210 "iana-time-zone", 211 "js-sys", 212 "num-traits", 213 "serde", 214 "wasm-bindgen", 215 "windows-link", 216] 217 218[[package]] 219name = "ciborium" 220version = "0.2.2" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 223dependencies = [ 224 "ciborium-io", 225 "ciborium-ll", 226 "serde", 227] 228 229[[package]] 230name = "ciborium-io" 231version = "0.2.2" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 234 235[[package]] 236name = "ciborium-ll" 237version = "0.2.2" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 240dependencies = [ 241 "ciborium-io", 242 "half", 243] 244 245[[package]] 246name = "cid" 247version = "0.11.1" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 250dependencies = [ 251 "core2", 252 "multibase", 253 "multihash", 254 "serde", 255 "serde_bytes", 256 "unsigned-varint", 257] 258 259[[package]] 260name = "clap" 261version = "4.5.48" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 264dependencies = [ 265 "clap_builder", 266 "clap_derive", 267] 268 269[[package]] 270name = "clap_builder" 271version = "4.5.48" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 274dependencies = [ 275 "anstream", 276 "anstyle", 277 "clap_lex", 278 "strsim", 279] 280 281[[package]] 282name = "clap_derive" 283version = "4.5.47" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 286dependencies = [ 287 "heck 0.5.0", 288 "proc-macro2", 289 "quote", 290 "syn 2.0.106", 291] 292 293[[package]] 294name = "clap_lex" 295version = "0.7.5" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 298 299[[package]] 300name = "colorchoice" 301version = "1.0.4" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 304 305[[package]] 306name = "core-foundation-sys" 307version = "0.8.7" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 310 311[[package]] 312name = "core2" 313version = "0.4.0" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 316dependencies = [ 317 "memchr", 318] 319 320[[package]] 321name = "cpufeatures" 322version = "0.2.17" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 325dependencies = [ 326 "libc", 327] 328 329[[package]] 330name = "crunchy" 331version = "0.2.4" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 334 335[[package]] 336name = "crypto-common" 337version = "0.1.6" 338source = "registry+https://github.com/rust-lang/crates.io-index" 339checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 340dependencies = [ 341 "generic-array", 342 "typenum", 343] 344 345[[package]] 346name = "darling" 347version = "0.21.3" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 350dependencies = [ 351 "darling_core", 352 "darling_macro", 353] 354 355[[package]] 356name = "darling_core" 357version = "0.21.3" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 360dependencies = [ 361 "fnv", 362 "ident_case", 363 "proc-macro2", 364 "quote", 365 "strsim", 366 "syn 2.0.106", 367] 368 369[[package]] 370name = "darling_macro" 371version = "0.21.3" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 374dependencies = [ 375 "darling_core", 376 "quote", 377 "syn 2.0.106", 378] 379 380[[package]] 381name = "data-encoding" 382version = "2.9.0" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 385 386[[package]] 387name = "data-encoding-macro" 388version = "0.1.18" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 391dependencies = [ 392 "data-encoding", 393 "data-encoding-macro-internal", 394] 395 396[[package]] 397name = "data-encoding-macro-internal" 398version = "0.1.16" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 401dependencies = [ 402 "data-encoding", 403 "syn 2.0.106", 404] 405 406[[package]] 407name = "deranged" 408version = "0.5.4" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" 411dependencies = [ 412 "powerfmt", 413 "serde_core", 414] 415 416[[package]] 417name = "digest" 418version = "0.10.7" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 421dependencies = [ 422 "block-buffer", 423 "crypto-common", 424] 425 426[[package]] 427name = "displaydoc" 428version = "0.2.5" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 431dependencies = [ 432 "proc-macro2", 433 "quote", 434 "syn 2.0.106", 435] 436 437[[package]] 438name = "dyn-clone" 439version = "1.0.20" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 442 443[[package]] 444name = "either" 445version = "1.15.0" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 448 449[[package]] 450name = "enum_dispatch" 451version = "0.3.13" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 454dependencies = [ 455 "once_cell", 456 "proc-macro2", 457 "quote", 458 "syn 2.0.106", 459] 460 461[[package]] 462name = "equivalent" 463version = "1.0.2" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 466 467[[package]] 468name = "find-msvc-tools" 469version = "0.1.2" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959" 472 473[[package]] 474name = "fnv" 475version = "1.0.7" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 478 479[[package]] 480name = "form_urlencoded" 481version = "1.2.2" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 484dependencies = [ 485 "percent-encoding", 486] 487 488[[package]] 489name = "generic-array" 490version = "0.14.7" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 493dependencies = [ 494 "typenum", 495 "version_check", 496] 497 498[[package]] 499name = "getrandom" 500version = "0.3.3" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 503dependencies = [ 504 "cfg-if", 505 "libc", 506 "r-efi", 507 "wasi", 508] 509 510[[package]] 511name = "half" 512version = "2.6.0" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" 515dependencies = [ 516 "cfg-if", 517 "crunchy", 518] 519 520[[package]] 521name = "hashbrown" 522version = "0.12.3" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 525 526[[package]] 527name = "hashbrown" 528version = "0.16.0" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 531 532[[package]] 533name = "heck" 534version = "0.4.1" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 537 538[[package]] 539name = "heck" 540version = "0.5.0" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 543 544[[package]] 545name = "hex" 546version = "0.4.3" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 549 550[[package]] 551name = "hex_fmt" 552version = "0.3.0" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" 555 556[[package]] 557name = "iana-time-zone" 558version = "0.1.64" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 561dependencies = [ 562 "android_system_properties", 563 "core-foundation-sys", 564 "iana-time-zone-haiku", 565 "js-sys", 566 "log", 567 "wasm-bindgen", 568 "windows-core", 569] 570 571[[package]] 572name = "iana-time-zone-haiku" 573version = "0.1.2" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 576dependencies = [ 577 "cc", 578] 579 580[[package]] 581name = "icu_collections" 582version = "2.0.0" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 585dependencies = [ 586 "displaydoc", 587 "potential_utf", 588 "yoke", 589 "zerofrom", 590 "zerovec", 591] 592 593[[package]] 594name = "icu_locale_core" 595version = "2.0.0" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 598dependencies = [ 599 "displaydoc", 600 "litemap", 601 "tinystr", 602 "writeable", 603 "zerovec", 604] 605 606[[package]] 607name = "icu_normalizer" 608version = "2.0.0" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 611dependencies = [ 612 "displaydoc", 613 "icu_collections", 614 "icu_normalizer_data", 615 "icu_properties", 616 "icu_provider", 617 "smallvec", 618 "zerovec", 619] 620 621[[package]] 622name = "icu_normalizer_data" 623version = "2.0.0" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 626 627[[package]] 628name = "icu_properties" 629version = "2.0.1" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 632dependencies = [ 633 "displaydoc", 634 "icu_collections", 635 "icu_locale_core", 636 "icu_properties_data", 637 "icu_provider", 638 "potential_utf", 639 "zerotrie", 640 "zerovec", 641] 642 643[[package]] 644name = "icu_properties_data" 645version = "2.0.1" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 648 649[[package]] 650name = "icu_provider" 651version = "2.0.0" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 654dependencies = [ 655 "displaydoc", 656 "icu_locale_core", 657 "stable_deref_trait", 658 "tinystr", 659 "writeable", 660 "yoke", 661 "zerofrom", 662 "zerotrie", 663 "zerovec", 664] 665 666[[package]] 667name = "ident_case" 668version = "1.0.1" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 671 672[[package]] 673name = "idna" 674version = "1.1.0" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 677dependencies = [ 678 "idna_adapter", 679 "smallvec", 680 "utf8_iter", 681] 682 683[[package]] 684name = "idna_adapter" 685version = "1.2.1" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 688dependencies = [ 689 "icu_normalizer", 690 "icu_properties", 691] 692 693[[package]] 694name = "indexmap" 695version = "1.9.3" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 698dependencies = [ 699 "autocfg", 700 "hashbrown 0.12.3", 701 "serde", 702] 703 704[[package]] 705name = "indexmap" 706version = "2.11.4" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 709dependencies = [ 710 "equivalent", 711 "hashbrown 0.16.0", 712 "serde", 713 "serde_core", 714] 715 716[[package]] 717name = "indoc" 718version = "2.0.6" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 721 722[[package]] 723name = "ipld-core" 724version = "0.4.2" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 727dependencies = [ 728 "cid", 729 "serde", 730 "serde_bytes", 731] 732 733[[package]] 734name = "is_terminal_polyfill" 735version = "1.70.1" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 738 739[[package]] 740name = "itertools" 741version = "0.14.0" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 744dependencies = [ 745 "either", 746] 747 748[[package]] 749name = "itoa" 750version = "1.0.15" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 753 754[[package]] 755name = "jacquard" 756version = "0.1.0" 757dependencies = [ 758 "clap", 759 "jacquard-common", 760] 761 762[[package]] 763name = "jacquard-api" 764version = "0.1.0" 765dependencies = [ 766 "bytes", 767 "jacquard-common", 768 "jacquard-derive", 769 "miette", 770 "serde", 771 "thiserror 2.0.17", 772] 773 774[[package]] 775name = "jacquard-common" 776version = "0.1.0" 777dependencies = [ 778 "base64", 779 "bytes", 780 "chrono", 781 "cid", 782 "enum_dispatch", 783 "ipld-core", 784 "langtag", 785 "miette", 786 "multibase", 787 "multihash", 788 "num-traits", 789 "ouroboros", 790 "rand", 791 "regex", 792 "serde", 793 "serde_html_form", 794 "serde_json", 795 "serde_with", 796 "smol_str", 797 "thiserror 2.0.17", 798 "url", 799] 800 801[[package]] 802name = "jacquard-derive" 803version = "0.1.0" 804dependencies = [ 805 "heck 0.5.0", 806 "itertools", 807 "jacquard-common", 808 "jacquard-lexicon", 809 "prettyplease", 810 "proc-macro2", 811 "quote", 812 "serde", 813 "serde_json", 814 "serde_repr", 815 "serde_with", 816 "syn 2.0.106", 817] 818 819[[package]] 820name = "jacquard-lexicon" 821version = "0.1.0" 822dependencies = [ 823 "heck 0.5.0", 824 "itertools", 825 "jacquard-common", 826 "miette", 827 "prettyplease", 828 "proc-macro2", 829 "quote", 830 "serde", 831 "serde_json", 832 "serde_repr", 833 "serde_with", 834 "syn 2.0.106", 835 "thiserror 2.0.17", 836] 837 838[[package]] 839name = "js-sys" 840version = "0.3.81" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 843dependencies = [ 844 "once_cell", 845 "wasm-bindgen", 846] 847 848[[package]] 849name = "langtag" 850version = "0.4.0" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600" 853dependencies = [ 854 "serde", 855 "static-regular-grammar", 856 "thiserror 1.0.69", 857] 858 859[[package]] 860name = "libc" 861version = "0.2.176" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" 864 865[[package]] 866name = "litemap" 867version = "0.8.0" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 870 871[[package]] 872name = "log" 873version = "0.4.28" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 876 877[[package]] 878name = "memchr" 879version = "2.7.6" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 882 883[[package]] 884name = "miette" 885version = "7.6.0" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 888dependencies = [ 889 "cfg-if", 890 "miette-derive", 891 "unicode-width", 892] 893 894[[package]] 895name = "miette-derive" 896version = "7.6.0" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 899dependencies = [ 900 "proc-macro2", 901 "quote", 902 "syn 2.0.106", 903] 904 905[[package]] 906name = "minimal-lexical" 907version = "0.2.1" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 910 911[[package]] 912name = "multibase" 913version = "0.9.1" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 916dependencies = [ 917 "base-x", 918 "data-encoding", 919 "data-encoding-macro", 920] 921 922[[package]] 923name = "multihash" 924version = "0.19.3" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 927dependencies = [ 928 "core2", 929 "serde", 930 "unsigned-varint", 931] 932 933[[package]] 934name = "nom" 935version = "7.1.3" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 938dependencies = [ 939 "memchr", 940 "minimal-lexical", 941] 942 943[[package]] 944name = "num-conv" 945version = "0.1.0" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 948 949[[package]] 950name = "num-traits" 951version = "0.2.19" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 954dependencies = [ 955 "autocfg", 956] 957 958[[package]] 959name = "once_cell" 960version = "1.21.3" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 963 964[[package]] 965name = "once_cell_polyfill" 966version = "1.70.1" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 969 970[[package]] 971name = "ouroboros" 972version = "0.18.5" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 975dependencies = [ 976 "aliasable", 977 "ouroboros_macro", 978 "static_assertions", 979] 980 981[[package]] 982name = "ouroboros_macro" 983version = "0.18.5" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 986dependencies = [ 987 "heck 0.4.1", 988 "proc-macro2", 989 "proc-macro2-diagnostics", 990 "quote", 991 "syn 2.0.106", 992] 993 994[[package]] 995name = "percent-encoding" 996version = "2.3.2" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 999 1000[[package]] 1001name = "potential_utf" 1002version = "0.1.3" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1005dependencies = [ 1006 "zerovec", 1007] 1008 1009[[package]] 1010name = "powerfmt" 1011version = "0.2.0" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1014 1015[[package]] 1016name = "ppv-lite86" 1017version = "0.2.21" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1020dependencies = [ 1021 "zerocopy", 1022] 1023 1024[[package]] 1025name = "prettyplease" 1026version = "0.2.37" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 1029dependencies = [ 1030 "proc-macro2", 1031 "syn 2.0.106", 1032] 1033 1034[[package]] 1035name = "proc-macro-error" 1036version = "1.0.4" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1039dependencies = [ 1040 "proc-macro-error-attr", 1041 "proc-macro2", 1042 "quote", 1043 "syn 1.0.109", 1044 "version_check", 1045] 1046 1047[[package]] 1048name = "proc-macro-error-attr" 1049version = "1.0.4" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1052dependencies = [ 1053 "proc-macro2", 1054 "quote", 1055 "version_check", 1056] 1057 1058[[package]] 1059name = "proc-macro2" 1060version = "1.0.101" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1063dependencies = [ 1064 "unicode-ident", 1065] 1066 1067[[package]] 1068name = "proc-macro2-diagnostics" 1069version = "0.10.1" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 1072dependencies = [ 1073 "proc-macro2", 1074 "quote", 1075 "syn 2.0.106", 1076 "version_check", 1077 "yansi", 1078] 1079 1080[[package]] 1081name = "quote" 1082version = "1.0.41" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 1085dependencies = [ 1086 "proc-macro2", 1087] 1088 1089[[package]] 1090name = "r-efi" 1091version = "5.3.0" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1094 1095[[package]] 1096name = "rand" 1097version = "0.9.2" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1100dependencies = [ 1101 "rand_chacha", 1102 "rand_core", 1103] 1104 1105[[package]] 1106name = "rand_chacha" 1107version = "0.9.0" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1110dependencies = [ 1111 "ppv-lite86", 1112 "rand_core", 1113] 1114 1115[[package]] 1116name = "rand_core" 1117version = "0.9.3" 1118source = "registry+https://github.com/rust-lang/crates.io-index" 1119checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1120dependencies = [ 1121 "getrandom", 1122] 1123 1124[[package]] 1125name = "range-traits" 1126version = "0.3.2" 1127source = "registry+https://github.com/rust-lang/crates.io-index" 1128checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab" 1129 1130[[package]] 1131name = "ref-cast" 1132version = "1.0.24" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 1135dependencies = [ 1136 "ref-cast-impl", 1137] 1138 1139[[package]] 1140name = "ref-cast-impl" 1141version = "1.0.24" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 1144dependencies = [ 1145 "proc-macro2", 1146 "quote", 1147 "syn 2.0.106", 1148] 1149 1150[[package]] 1151name = "regex" 1152version = "1.11.3" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" 1155dependencies = [ 1156 "aho-corasick", 1157 "memchr", 1158 "regex-automata", 1159 "regex-syntax", 1160] 1161 1162[[package]] 1163name = "regex-automata" 1164version = "0.4.11" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" 1167dependencies = [ 1168 "aho-corasick", 1169 "memchr", 1170 "regex-syntax", 1171] 1172 1173[[package]] 1174name = "regex-syntax" 1175version = "0.8.6" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" 1178 1179[[package]] 1180name = "rustversion" 1181version = "1.0.22" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1184 1185[[package]] 1186name = "ryu" 1187version = "1.0.20" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1190 1191[[package]] 1192name = "schemars" 1193version = "0.9.0" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 1196dependencies = [ 1197 "dyn-clone", 1198 "ref-cast", 1199 "serde", 1200 "serde_json", 1201] 1202 1203[[package]] 1204name = "schemars" 1205version = "1.0.4" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" 1208dependencies = [ 1209 "dyn-clone", 1210 "ref-cast", 1211 "serde", 1212 "serde_json", 1213] 1214 1215[[package]] 1216name = "serde" 1217version = "1.0.228" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1220dependencies = [ 1221 "serde_core", 1222 "serde_derive", 1223] 1224 1225[[package]] 1226name = "serde_bytes" 1227version = "0.11.17" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 1230dependencies = [ 1231 "serde", 1232] 1233 1234[[package]] 1235name = "serde_core" 1236version = "1.0.228" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1239dependencies = [ 1240 "serde_derive", 1241] 1242 1243[[package]] 1244name = "serde_derive" 1245version = "1.0.228" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1248dependencies = [ 1249 "proc-macro2", 1250 "quote", 1251 "syn 2.0.106", 1252] 1253 1254[[package]] 1255name = "serde_html_form" 1256version = "0.2.8" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 1259dependencies = [ 1260 "form_urlencoded", 1261 "indexmap 2.11.4", 1262 "itoa", 1263 "ryu", 1264 "serde_core", 1265] 1266 1267[[package]] 1268name = "serde_json" 1269version = "1.0.145" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1272dependencies = [ 1273 "itoa", 1274 "memchr", 1275 "ryu", 1276 "serde", 1277 "serde_core", 1278] 1279 1280[[package]] 1281name = "serde_repr" 1282version = "0.1.20" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 1285dependencies = [ 1286 "proc-macro2", 1287 "quote", 1288 "syn 2.0.106", 1289] 1290 1291[[package]] 1292name = "serde_with" 1293version = "3.14.1" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "c522100790450cf78eeac1507263d0a350d4d5b30df0c8e1fe051a10c22b376e" 1296dependencies = [ 1297 "base64", 1298 "chrono", 1299 "hex", 1300 "indexmap 1.9.3", 1301 "indexmap 2.11.4", 1302 "schemars 0.9.0", 1303 "schemars 1.0.4", 1304 "serde", 1305 "serde_derive", 1306 "serde_json", 1307 "serde_with_macros", 1308 "time", 1309] 1310 1311[[package]] 1312name = "serde_with_macros" 1313version = "3.14.1" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "327ada00f7d64abaac1e55a6911e90cf665aa051b9a561c7006c157f4633135e" 1316dependencies = [ 1317 "darling", 1318 "proc-macro2", 1319 "quote", 1320 "syn 2.0.106", 1321] 1322 1323[[package]] 1324name = "sha2" 1325version = "0.10.9" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1328dependencies = [ 1329 "cfg-if", 1330 "cpufeatures", 1331 "digest", 1332] 1333 1334[[package]] 1335name = "shlex" 1336version = "1.3.0" 1337source = "registry+https://github.com/rust-lang/crates.io-index" 1338checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1339 1340[[package]] 1341name = "slab" 1342version = "0.4.11" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1345 1346[[package]] 1347name = "smallvec" 1348version = "1.15.1" 1349source = "registry+https://github.com/rust-lang/crates.io-index" 1350checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1351 1352[[package]] 1353name = "smol_str" 1354version = "0.3.2" 1355source = "registry+https://github.com/rust-lang/crates.io-index" 1356checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d" 1357dependencies = [ 1358 "borsh", 1359 "serde", 1360] 1361 1362[[package]] 1363name = "stable_deref_trait" 1364version = "1.2.0" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1367 1368[[package]] 1369name = "static-regular-grammar" 1370version = "2.0.2" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957" 1373dependencies = [ 1374 "abnf", 1375 "btree-range-map", 1376 "ciborium", 1377 "hex_fmt", 1378 "indoc", 1379 "proc-macro-error", 1380 "proc-macro2", 1381 "quote", 1382 "serde", 1383 "sha2", 1384 "syn 2.0.106", 1385 "thiserror 1.0.69", 1386] 1387 1388[[package]] 1389name = "static_assertions" 1390version = "1.1.0" 1391source = "registry+https://github.com/rust-lang/crates.io-index" 1392checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1393 1394[[package]] 1395name = "strsim" 1396version = "0.11.1" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1399 1400[[package]] 1401name = "syn" 1402version = "1.0.109" 1403source = "registry+https://github.com/rust-lang/crates.io-index" 1404checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1405dependencies = [ 1406 "proc-macro2", 1407 "unicode-ident", 1408] 1409 1410[[package]] 1411name = "syn" 1412version = "2.0.106" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1415dependencies = [ 1416 "proc-macro2", 1417 "quote", 1418 "unicode-ident", 1419] 1420 1421[[package]] 1422name = "synstructure" 1423version = "0.13.2" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1426dependencies = [ 1427 "proc-macro2", 1428 "quote", 1429 "syn 2.0.106", 1430] 1431 1432[[package]] 1433name = "thiserror" 1434version = "1.0.69" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1437dependencies = [ 1438 "thiserror-impl 1.0.69", 1439] 1440 1441[[package]] 1442name = "thiserror" 1443version = "2.0.17" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1446dependencies = [ 1447 "thiserror-impl 2.0.17", 1448] 1449 1450[[package]] 1451name = "thiserror-impl" 1452version = "1.0.69" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1455dependencies = [ 1456 "proc-macro2", 1457 "quote", 1458 "syn 2.0.106", 1459] 1460 1461[[package]] 1462name = "thiserror-impl" 1463version = "2.0.17" 1464source = "registry+https://github.com/rust-lang/crates.io-index" 1465checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 1466dependencies = [ 1467 "proc-macro2", 1468 "quote", 1469 "syn 2.0.106", 1470] 1471 1472[[package]] 1473name = "time" 1474version = "0.3.44" 1475source = "registry+https://github.com/rust-lang/crates.io-index" 1476checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 1477dependencies = [ 1478 "deranged", 1479 "itoa", 1480 "num-conv", 1481 "powerfmt", 1482 "serde", 1483 "time-core", 1484 "time-macros", 1485] 1486 1487[[package]] 1488name = "time-core" 1489version = "0.1.6" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 1492 1493[[package]] 1494name = "time-macros" 1495version = "0.2.24" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 1498dependencies = [ 1499 "num-conv", 1500 "time-core", 1501] 1502 1503[[package]] 1504name = "tinystr" 1505version = "0.8.1" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 1508dependencies = [ 1509 "displaydoc", 1510 "zerovec", 1511] 1512 1513[[package]] 1514name = "typenum" 1515version = "1.18.0" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 1518 1519[[package]] 1520name = "unicode-ident" 1521version = "1.0.19" 1522source = "registry+https://github.com/rust-lang/crates.io-index" 1523checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 1524 1525[[package]] 1526name = "unicode-width" 1527version = "0.1.14" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 1530 1531[[package]] 1532name = "unsigned-varint" 1533version = "0.8.0" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 1536 1537[[package]] 1538name = "url" 1539version = "2.5.7" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 1542dependencies = [ 1543 "form_urlencoded", 1544 "idna", 1545 "percent-encoding", 1546 "serde", 1547] 1548 1549[[package]] 1550name = "utf8_iter" 1551version = "1.0.4" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1554 1555[[package]] 1556name = "utf8parse" 1557version = "0.2.2" 1558source = "registry+https://github.com/rust-lang/crates.io-index" 1559checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1560 1561[[package]] 1562name = "version_check" 1563version = "0.9.5" 1564source = "registry+https://github.com/rust-lang/crates.io-index" 1565checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1566 1567[[package]] 1568name = "wasi" 1569version = "0.14.7+wasi-0.2.4" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 1572dependencies = [ 1573 "wasip2", 1574] 1575 1576[[package]] 1577name = "wasip2" 1578version = "1.0.1+wasi-0.2.4" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 1581dependencies = [ 1582 "wit-bindgen", 1583] 1584 1585[[package]] 1586name = "wasm-bindgen" 1587version = "0.2.104" 1588source = "registry+https://github.com/rust-lang/crates.io-index" 1589checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 1590dependencies = [ 1591 "cfg-if", 1592 "once_cell", 1593 "rustversion", 1594 "wasm-bindgen-macro", 1595 "wasm-bindgen-shared", 1596] 1597 1598[[package]] 1599name = "wasm-bindgen-backend" 1600version = "0.2.104" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 1603dependencies = [ 1604 "bumpalo", 1605 "log", 1606 "proc-macro2", 1607 "quote", 1608 "syn 2.0.106", 1609 "wasm-bindgen-shared", 1610] 1611 1612[[package]] 1613name = "wasm-bindgen-macro" 1614version = "0.2.104" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 1617dependencies = [ 1618 "quote", 1619 "wasm-bindgen-macro-support", 1620] 1621 1622[[package]] 1623name = "wasm-bindgen-macro-support" 1624version = "0.2.104" 1625source = "registry+https://github.com/rust-lang/crates.io-index" 1626checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 1627dependencies = [ 1628 "proc-macro2", 1629 "quote", 1630 "syn 2.0.106", 1631 "wasm-bindgen-backend", 1632 "wasm-bindgen-shared", 1633] 1634 1635[[package]] 1636name = "wasm-bindgen-shared" 1637version = "0.2.104" 1638source = "registry+https://github.com/rust-lang/crates.io-index" 1639checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 1640dependencies = [ 1641 "unicode-ident", 1642] 1643 1644[[package]] 1645name = "windows-core" 1646version = "0.62.1" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9" 1649dependencies = [ 1650 "windows-implement", 1651 "windows-interface", 1652 "windows-link", 1653 "windows-result", 1654 "windows-strings", 1655] 1656 1657[[package]] 1658name = "windows-implement" 1659version = "0.60.1" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0" 1662dependencies = [ 1663 "proc-macro2", 1664 "quote", 1665 "syn 2.0.106", 1666] 1667 1668[[package]] 1669name = "windows-interface" 1670version = "0.59.2" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5" 1673dependencies = [ 1674 "proc-macro2", 1675 "quote", 1676 "syn 2.0.106", 1677] 1678 1679[[package]] 1680name = "windows-link" 1681version = "0.2.0" 1682source = "registry+https://github.com/rust-lang/crates.io-index" 1683checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 1684 1685[[package]] 1686name = "windows-result" 1687version = "0.4.0" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" 1690dependencies = [ 1691 "windows-link", 1692] 1693 1694[[package]] 1695name = "windows-strings" 1696version = "0.5.0" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" 1699dependencies = [ 1700 "windows-link", 1701] 1702 1703[[package]] 1704name = "windows-sys" 1705version = "0.60.2" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 1708dependencies = [ 1709 "windows-targets", 1710] 1711 1712[[package]] 1713name = "windows-targets" 1714version = "0.53.4" 1715source = "registry+https://github.com/rust-lang/crates.io-index" 1716checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 1717dependencies = [ 1718 "windows-link", 1719 "windows_aarch64_gnullvm", 1720 "windows_aarch64_msvc", 1721 "windows_i686_gnu", 1722 "windows_i686_gnullvm", 1723 "windows_i686_msvc", 1724 "windows_x86_64_gnu", 1725 "windows_x86_64_gnullvm", 1726 "windows_x86_64_msvc", 1727] 1728 1729[[package]] 1730name = "windows_aarch64_gnullvm" 1731version = "0.53.0" 1732source = "registry+https://github.com/rust-lang/crates.io-index" 1733checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 1734 1735[[package]] 1736name = "windows_aarch64_msvc" 1737version = "0.53.0" 1738source = "registry+https://github.com/rust-lang/crates.io-index" 1739checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 1740 1741[[package]] 1742name = "windows_i686_gnu" 1743version = "0.53.0" 1744source = "registry+https://github.com/rust-lang/crates.io-index" 1745checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 1746 1747[[package]] 1748name = "windows_i686_gnullvm" 1749version = "0.53.0" 1750source = "registry+https://github.com/rust-lang/crates.io-index" 1751checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 1752 1753[[package]] 1754name = "windows_i686_msvc" 1755version = "0.53.0" 1756source = "registry+https://github.com/rust-lang/crates.io-index" 1757checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 1758 1759[[package]] 1760name = "windows_x86_64_gnu" 1761version = "0.53.0" 1762source = "registry+https://github.com/rust-lang/crates.io-index" 1763checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 1764 1765[[package]] 1766name = "windows_x86_64_gnullvm" 1767version = "0.53.0" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 1770 1771[[package]] 1772name = "windows_x86_64_msvc" 1773version = "0.53.0" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 1776 1777[[package]] 1778name = "wit-bindgen" 1779version = "0.46.0" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 1782 1783[[package]] 1784name = "writeable" 1785version = "0.6.1" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 1788 1789[[package]] 1790name = "yansi" 1791version = "1.0.1" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 1794 1795[[package]] 1796name = "yoke" 1797version = "0.8.0" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 1800dependencies = [ 1801 "serde", 1802 "stable_deref_trait", 1803 "yoke-derive", 1804 "zerofrom", 1805] 1806 1807[[package]] 1808name = "yoke-derive" 1809version = "0.8.0" 1810source = "registry+https://github.com/rust-lang/crates.io-index" 1811checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 1812dependencies = [ 1813 "proc-macro2", 1814 "quote", 1815 "syn 2.0.106", 1816 "synstructure", 1817] 1818 1819[[package]] 1820name = "zerocopy" 1821version = "0.8.27" 1822source = "registry+https://github.com/rust-lang/crates.io-index" 1823checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 1824dependencies = [ 1825 "zerocopy-derive", 1826] 1827 1828[[package]] 1829name = "zerocopy-derive" 1830version = "0.8.27" 1831source = "registry+https://github.com/rust-lang/crates.io-index" 1832checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 1833dependencies = [ 1834 "proc-macro2", 1835 "quote", 1836 "syn 2.0.106", 1837] 1838 1839[[package]] 1840name = "zerofrom" 1841version = "0.1.6" 1842source = "registry+https://github.com/rust-lang/crates.io-index" 1843checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 1844dependencies = [ 1845 "zerofrom-derive", 1846] 1847 1848[[package]] 1849name = "zerofrom-derive" 1850version = "0.1.6" 1851source = "registry+https://github.com/rust-lang/crates.io-index" 1852checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 1853dependencies = [ 1854 "proc-macro2", 1855 "quote", 1856 "syn 2.0.106", 1857 "synstructure", 1858] 1859 1860[[package]] 1861name = "zerotrie" 1862version = "0.2.2" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 1865dependencies = [ 1866 "displaydoc", 1867 "yoke", 1868 "zerofrom", 1869] 1870 1871[[package]] 1872name = "zerovec" 1873version = "0.11.4" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 1876dependencies = [ 1877 "yoke", 1878 "zerofrom", 1879 "zerovec-derive", 1880] 1881 1882[[package]] 1883name = "zerovec-derive" 1884version = "0.11.1" 1885source = "registry+https://github.com/rust-lang/crates.io-index" 1886checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 1887dependencies = [ 1888 "proc-macro2", 1889 "quote", 1890 "syn 2.0.106", 1891]