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