A better Rust ATProto crate
0
fork

Configure Feed

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

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