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