⚘ use your pds as a git remote if you want to ⚘
at main 3238 lines 80 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 = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "allocator-api2" 16version = "0.2.21" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 19 20[[package]] 21name = "android_system_properties" 22version = "0.1.5" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 25dependencies = [ 26 "libc", 27] 28 29[[package]] 30name = "anstream" 31version = "0.6.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 34dependencies = [ 35 "anstyle", 36 "anstyle-parse", 37 "anstyle-query", 38 "anstyle-wincon", 39 "colorchoice", 40 "is_terminal_polyfill", 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle" 46version = "1.0.13" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 49 50[[package]] 51name = "anstyle-parse" 52version = "0.2.7" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 55dependencies = [ 56 "utf8parse", 57] 58 59[[package]] 60name = "anstyle-query" 61version = "1.1.5" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 64dependencies = [ 65 "windows-sys 0.61.2", 66] 67 68[[package]] 69name = "anstyle-wincon" 70version = "3.0.11" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 73dependencies = [ 74 "anstyle", 75 "once_cell_polyfill", 76 "windows-sys 0.61.2", 77] 78 79[[package]] 80name = "anyhow" 81version = "1.0.102" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 84 85[[package]] 86name = "arrayref" 87version = "0.3.9" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 90 91[[package]] 92name = "arrayvec" 93version = "0.7.6" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 96 97[[package]] 98name = "async-trait" 99version = "0.1.89" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 102dependencies = [ 103 "proc-macro2", 104 "quote", 105 "syn", 106] 107 108[[package]] 109name = "atomic-waker" 110version = "1.1.2" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 113 114[[package]] 115name = "atproto-dasl" 116version = "0.14.0" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "d63f8fb837f3bfa4440e3f38da8a21c827abea8819577893a56ac3e21d5d7ae2" 119dependencies = [ 120 "blake3", 121 "cid", 122 "futures", 123 "multihash", 124 "serde", 125 "serde_bytes", 126 "sha2", 127 "tempfile", 128 "thiserror 2.0.18", 129 "tokio", 130 "tracing", 131 "url", 132] 133 134[[package]] 135name = "atproto-identity" 136version = "0.14.0" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "13837fe8e5e93b9b842bfe2aaedd539f724021d52e5bedfb9b9fed52a5e0f46f" 139dependencies = [ 140 "anyhow", 141 "async-trait", 142 "atproto-dasl", 143 "base64", 144 "chrono", 145 "data-encoding", 146 "ecdsa", 147 "elliptic-curve", 148 "hickory-resolver", 149 "k256", 150 "lru", 151 "multibase", 152 "p256", 153 "p384", 154 "rand 0.8.5", 155 "reqwest", 156 "serde", 157 "serde_json", 158 "sha2", 159 "thiserror 2.0.18", 160 "tokio", 161 "tracing", 162 "url", 163] 164 165[[package]] 166name = "atproto-oauth" 167version = "0.14.0" 168source = "git+https://tangled.org/notplants.bsky.social/lichen-atproto-oauth#7575fcd5965af993f86d4a694fa8a80ca95cc316" 169dependencies = [ 170 "anyhow", 171 "async-trait", 172 "atproto-identity", 173 "base64", 174 "chrono", 175 "ecdsa", 176 "elliptic-curve", 177 "k256", 178 "multibase", 179 "p256", 180 "p384", 181 "rand 0.8.5", 182 "reqwest", 183 "reqwest-chain", 184 "reqwest-middleware", 185 "serde", 186 "serde_json", 187 "sha2", 188 "thiserror 2.0.18", 189 "tokio", 190 "tracing", 191 "ulid", 192] 193 194[[package]] 195name = "autocfg" 196version = "1.5.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 199 200[[package]] 201name = "axum" 202version = "0.8.8" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" 205dependencies = [ 206 "axum-core", 207 "bytes", 208 "form_urlencoded", 209 "futures-util", 210 "http", 211 "http-body", 212 "http-body-util", 213 "hyper", 214 "hyper-util", 215 "itoa", 216 "matchit", 217 "memchr", 218 "mime", 219 "percent-encoding", 220 "pin-project-lite", 221 "serde_core", 222 "serde_json", 223 "serde_path_to_error", 224 "serde_urlencoded", 225 "sync_wrapper", 226 "tokio", 227 "tower", 228 "tower-layer", 229 "tower-service", 230 "tracing", 231] 232 233[[package]] 234name = "axum-core" 235version = "0.5.6" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 238dependencies = [ 239 "bytes", 240 "futures-core", 241 "http", 242 "http-body", 243 "http-body-util", 244 "mime", 245 "pin-project-lite", 246 "sync_wrapper", 247 "tower-layer", 248 "tower-service", 249 "tracing", 250] 251 252[[package]] 253name = "base-x" 254version = "0.2.11" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 257 258[[package]] 259name = "base16ct" 260version = "0.2.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 263 264[[package]] 265name = "base256emoji" 266version = "1.0.2" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 269dependencies = [ 270 "const-str", 271 "match-lookup", 272] 273 274[[package]] 275name = "base64" 276version = "0.22.1" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 279 280[[package]] 281name = "base64ct" 282version = "1.8.3" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 285 286[[package]] 287name = "bitflags" 288version = "2.11.0" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 291 292[[package]] 293name = "blake3" 294version = "1.8.3" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d" 297dependencies = [ 298 "arrayref", 299 "arrayvec", 300 "cc", 301 "cfg-if", 302 "constant_time_eq", 303 "cpufeatures", 304] 305 306[[package]] 307name = "block-buffer" 308version = "0.10.4" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 311dependencies = [ 312 "generic-array", 313] 314 315[[package]] 316name = "bumpalo" 317version = "3.20.2" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 320 321[[package]] 322name = "bytes" 323version = "1.11.1" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 326 327[[package]] 328name = "cc" 329version = "1.2.56" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 332dependencies = [ 333 "find-msvc-tools", 334 "shlex", 335] 336 337[[package]] 338name = "cfg-if" 339version = "1.0.4" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 342 343[[package]] 344name = "cfg_aliases" 345version = "0.2.1" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 348 349[[package]] 350name = "chrono" 351version = "0.4.44" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 354dependencies = [ 355 "iana-time-zone", 356 "js-sys", 357 "num-traits", 358 "wasm-bindgen", 359 "windows-link", 360] 361 362[[package]] 363name = "cid" 364version = "0.11.1" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 367dependencies = [ 368 "core2", 369 "multibase", 370 "multihash", 371 "unsigned-varint", 372] 373 374[[package]] 375name = "clap" 376version = "4.5.60" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" 379dependencies = [ 380 "clap_builder", 381 "clap_derive", 382] 383 384[[package]] 385name = "clap_builder" 386version = "4.5.60" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" 389dependencies = [ 390 "anstream", 391 "anstyle", 392 "clap_lex", 393 "strsim", 394] 395 396[[package]] 397name = "clap_derive" 398version = "4.5.55" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 401dependencies = [ 402 "heck", 403 "proc-macro2", 404 "quote", 405 "syn", 406] 407 408[[package]] 409name = "clap_lex" 410version = "1.0.0" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 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 = "const-oid" 422version = "0.9.6" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 425 426[[package]] 427name = "const-str" 428version = "0.4.3" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 431 432[[package]] 433name = "constant_time_eq" 434version = "0.4.2" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" 437 438[[package]] 439name = "core-foundation" 440version = "0.9.4" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 443dependencies = [ 444 "core-foundation-sys", 445 "libc", 446] 447 448[[package]] 449name = "core-foundation-sys" 450version = "0.8.7" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 453 454[[package]] 455name = "core2" 456version = "0.4.0" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 459dependencies = [ 460 "memchr", 461] 462 463[[package]] 464name = "cpufeatures" 465version = "0.2.17" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 468dependencies = [ 469 "libc", 470] 471 472[[package]] 473name = "critical-section" 474version = "1.2.0" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 477 478[[package]] 479name = "crossbeam-channel" 480version = "0.5.15" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 483dependencies = [ 484 "crossbeam-utils", 485] 486 487[[package]] 488name = "crossbeam-epoch" 489version = "0.9.18" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 492dependencies = [ 493 "crossbeam-utils", 494] 495 496[[package]] 497name = "crossbeam-utils" 498version = "0.8.21" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 501 502[[package]] 503name = "crypto-bigint" 504version = "0.5.5" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 507dependencies = [ 508 "generic-array", 509 "rand_core 0.6.4", 510 "subtle", 511 "zeroize", 512] 513 514[[package]] 515name = "crypto-common" 516version = "0.1.6" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 519dependencies = [ 520 "generic-array", 521 "typenum", 522] 523 524[[package]] 525name = "data-encoding" 526version = "2.10.0" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 529 530[[package]] 531name = "data-encoding-macro" 532version = "0.1.19" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb" 535dependencies = [ 536 "data-encoding", 537 "data-encoding-macro-internal", 538] 539 540[[package]] 541name = "data-encoding-macro-internal" 542version = "0.1.17" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" 545dependencies = [ 546 "data-encoding", 547 "syn", 548] 549 550[[package]] 551name = "der" 552version = "0.7.10" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 555dependencies = [ 556 "const-oid", 557 "pem-rfc7468", 558 "zeroize", 559] 560 561[[package]] 562name = "digest" 563version = "0.10.7" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 566dependencies = [ 567 "block-buffer", 568 "const-oid", 569 "crypto-common", 570 "subtle", 571] 572 573[[package]] 574name = "displaydoc" 575version = "0.2.5" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 578dependencies = [ 579 "proc-macro2", 580 "quote", 581 "syn", 582] 583 584[[package]] 585name = "ecdsa" 586version = "0.16.9" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 589dependencies = [ 590 "der", 591 "digest", 592 "elliptic-curve", 593 "rfc6979", 594 "serdect", 595 "signature", 596 "spki", 597] 598 599[[package]] 600name = "elliptic-curve" 601version = "0.13.8" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 604dependencies = [ 605 "base16ct", 606 "base64ct", 607 "crypto-bigint", 608 "digest", 609 "ff", 610 "generic-array", 611 "group", 612 "hkdf", 613 "pem-rfc7468", 614 "pkcs8", 615 "rand_core 0.6.4", 616 "sec1", 617 "serde_json", 618 "serdect", 619 "subtle", 620 "zeroize", 621] 622 623[[package]] 624name = "encoding_rs" 625version = "0.8.35" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 628dependencies = [ 629 "cfg-if", 630] 631 632[[package]] 633name = "enum-as-inner" 634version = "0.6.1" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 637dependencies = [ 638 "heck", 639 "proc-macro2", 640 "quote", 641 "syn", 642] 643 644[[package]] 645name = "equivalent" 646version = "1.0.2" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 649 650[[package]] 651name = "errno" 652version = "0.3.14" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 655dependencies = [ 656 "libc", 657 "windows-sys 0.61.2", 658] 659 660[[package]] 661name = "fastrand" 662version = "2.3.0" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 665 666[[package]] 667name = "ff" 668version = "0.13.1" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 671dependencies = [ 672 "rand_core 0.6.4", 673 "subtle", 674] 675 676[[package]] 677name = "find-msvc-tools" 678version = "0.1.9" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 681 682[[package]] 683name = "fnv" 684version = "1.0.7" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 687 688[[package]] 689name = "foldhash" 690version = "0.1.5" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 693 694[[package]] 695name = "form_urlencoded" 696version = "1.2.2" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 699dependencies = [ 700 "percent-encoding", 701] 702 703[[package]] 704name = "futures" 705version = "0.3.32" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 708dependencies = [ 709 "futures-channel", 710 "futures-core", 711 "futures-executor", 712 "futures-io", 713 "futures-sink", 714 "futures-task", 715 "futures-util", 716] 717 718[[package]] 719name = "futures-channel" 720version = "0.3.32" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 723dependencies = [ 724 "futures-core", 725 "futures-sink", 726] 727 728[[package]] 729name = "futures-core" 730version = "0.3.32" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 733 734[[package]] 735name = "futures-executor" 736version = "0.3.32" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 739dependencies = [ 740 "futures-core", 741 "futures-task", 742 "futures-util", 743] 744 745[[package]] 746name = "futures-io" 747version = "0.3.32" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 750 751[[package]] 752name = "futures-macro" 753version = "0.3.32" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 756dependencies = [ 757 "proc-macro2", 758 "quote", 759 "syn", 760] 761 762[[package]] 763name = "futures-sink" 764version = "0.3.32" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 767 768[[package]] 769name = "futures-task" 770version = "0.3.32" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 773 774[[package]] 775name = "futures-util" 776version = "0.3.32" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 779dependencies = [ 780 "futures-channel", 781 "futures-core", 782 "futures-io", 783 "futures-macro", 784 "futures-sink", 785 "futures-task", 786 "memchr", 787 "pin-project-lite", 788 "slab", 789] 790 791[[package]] 792name = "generic-array" 793version = "0.14.9" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 796dependencies = [ 797 "typenum", 798 "version_check", 799 "zeroize", 800] 801 802[[package]] 803name = "getrandom" 804version = "0.2.17" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 807dependencies = [ 808 "cfg-if", 809 "js-sys", 810 "libc", 811 "wasi", 812 "wasm-bindgen", 813] 814 815[[package]] 816name = "getrandom" 817version = "0.3.4" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 820dependencies = [ 821 "cfg-if", 822 "js-sys", 823 "libc", 824 "r-efi", 825 "wasip2", 826 "wasm-bindgen", 827] 828 829[[package]] 830name = "getrandom" 831version = "0.4.1" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" 834dependencies = [ 835 "cfg-if", 836 "libc", 837 "r-efi", 838 "wasip2", 839 "wasip3", 840] 841 842[[package]] 843name = "git-remote-pds" 844version = "0.1.0" 845dependencies = [ 846 "anyhow", 847 "atproto-identity", 848 "atproto-oauth", 849 "axum", 850 "base64", 851 "chrono", 852 "clap", 853 "elliptic-curve", 854 "p256", 855 "reqwest", 856 "serde", 857 "serde_json", 858 "tempfile", 859 "tokio", 860 "tracing", 861 "tracing-subscriber", 862 "ulid", 863] 864 865[[package]] 866name = "group" 867version = "0.13.0" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 870dependencies = [ 871 "ff", 872 "rand_core 0.6.4", 873 "subtle", 874] 875 876[[package]] 877name = "h2" 878version = "0.4.13" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 881dependencies = [ 882 "atomic-waker", 883 "bytes", 884 "fnv", 885 "futures-core", 886 "futures-sink", 887 "http", 888 "indexmap", 889 "slab", 890 "tokio", 891 "tokio-util", 892 "tracing", 893] 894 895[[package]] 896name = "hashbrown" 897version = "0.15.5" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 900dependencies = [ 901 "allocator-api2", 902 "equivalent", 903 "foldhash", 904] 905 906[[package]] 907name = "hashbrown" 908version = "0.16.1" 909source = "registry+https://github.com/rust-lang/crates.io-index" 910checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 911 912[[package]] 913name = "heck" 914version = "0.5.0" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 917 918[[package]] 919name = "hickory-proto" 920version = "0.25.2" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 923dependencies = [ 924 "async-trait", 925 "cfg-if", 926 "data-encoding", 927 "enum-as-inner", 928 "futures-channel", 929 "futures-io", 930 "futures-util", 931 "idna", 932 "ipnet", 933 "once_cell", 934 "rand 0.9.2", 935 "ring", 936 "thiserror 2.0.18", 937 "tinyvec", 938 "tokio", 939 "tracing", 940 "url", 941] 942 943[[package]] 944name = "hickory-resolver" 945version = "0.25.2" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 948dependencies = [ 949 "cfg-if", 950 "futures-util", 951 "hickory-proto", 952 "ipconfig", 953 "moka", 954 "once_cell", 955 "parking_lot", 956 "rand 0.9.2", 957 "resolv-conf", 958 "smallvec", 959 "thiserror 2.0.18", 960 "tokio", 961 "tracing", 962] 963 964[[package]] 965name = "hkdf" 966version = "0.12.4" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 969dependencies = [ 970 "hmac", 971] 972 973[[package]] 974name = "hmac" 975version = "0.12.1" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 978dependencies = [ 979 "digest", 980] 981 982[[package]] 983name = "http" 984version = "1.4.0" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 987dependencies = [ 988 "bytes", 989 "itoa", 990] 991 992[[package]] 993name = "http-body" 994version = "1.0.1" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 997dependencies = [ 998 "bytes", 999 "http", 1000] 1001 1002[[package]] 1003name = "http-body-util" 1004version = "0.1.3" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1007dependencies = [ 1008 "bytes", 1009 "futures-core", 1010 "http", 1011 "http-body", 1012 "pin-project-lite", 1013] 1014 1015[[package]] 1016name = "httparse" 1017version = "1.10.1" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1020 1021[[package]] 1022name = "httpdate" 1023version = "1.0.3" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1026 1027[[package]] 1028name = "hyper" 1029version = "1.8.1" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1032dependencies = [ 1033 "atomic-waker", 1034 "bytes", 1035 "futures-channel", 1036 "futures-core", 1037 "h2", 1038 "http", 1039 "http-body", 1040 "httparse", 1041 "httpdate", 1042 "itoa", 1043 "pin-project-lite", 1044 "pin-utils", 1045 "smallvec", 1046 "tokio", 1047 "want", 1048] 1049 1050[[package]] 1051name = "hyper-rustls" 1052version = "0.27.7" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1055dependencies = [ 1056 "http", 1057 "hyper", 1058 "hyper-util", 1059 "rustls", 1060 "rustls-pki-types", 1061 "tokio", 1062 "tokio-rustls", 1063 "tower-service", 1064 "webpki-roots", 1065] 1066 1067[[package]] 1068name = "hyper-util" 1069version = "0.1.20" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1072dependencies = [ 1073 "base64", 1074 "bytes", 1075 "futures-channel", 1076 "futures-util", 1077 "http", 1078 "http-body", 1079 "hyper", 1080 "ipnet", 1081 "libc", 1082 "percent-encoding", 1083 "pin-project-lite", 1084 "socket2 0.6.2", 1085 "system-configuration", 1086 "tokio", 1087 "tower-service", 1088 "tracing", 1089 "windows-registry", 1090] 1091 1092[[package]] 1093name = "iana-time-zone" 1094version = "0.1.65" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 1097dependencies = [ 1098 "android_system_properties", 1099 "core-foundation-sys", 1100 "iana-time-zone-haiku", 1101 "js-sys", 1102 "log", 1103 "wasm-bindgen", 1104 "windows-core", 1105] 1106 1107[[package]] 1108name = "iana-time-zone-haiku" 1109version = "0.1.2" 1110source = "registry+https://github.com/rust-lang/crates.io-index" 1111checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1112dependencies = [ 1113 "cc", 1114] 1115 1116[[package]] 1117name = "icu_collections" 1118version = "2.1.1" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1121dependencies = [ 1122 "displaydoc", 1123 "potential_utf", 1124 "yoke", 1125 "zerofrom", 1126 "zerovec", 1127] 1128 1129[[package]] 1130name = "icu_locale_core" 1131version = "2.1.1" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1134dependencies = [ 1135 "displaydoc", 1136 "litemap", 1137 "tinystr", 1138 "writeable", 1139 "zerovec", 1140] 1141 1142[[package]] 1143name = "icu_normalizer" 1144version = "2.1.1" 1145source = "registry+https://github.com/rust-lang/crates.io-index" 1146checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1147dependencies = [ 1148 "icu_collections", 1149 "icu_normalizer_data", 1150 "icu_properties", 1151 "icu_provider", 1152 "smallvec", 1153 "zerovec", 1154] 1155 1156[[package]] 1157name = "icu_normalizer_data" 1158version = "2.1.1" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1161 1162[[package]] 1163name = "icu_properties" 1164version = "2.1.2" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 1167dependencies = [ 1168 "icu_collections", 1169 "icu_locale_core", 1170 "icu_properties_data", 1171 "icu_provider", 1172 "zerotrie", 1173 "zerovec", 1174] 1175 1176[[package]] 1177name = "icu_properties_data" 1178version = "2.1.2" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 1181 1182[[package]] 1183name = "icu_provider" 1184version = "2.1.1" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1187dependencies = [ 1188 "displaydoc", 1189 "icu_locale_core", 1190 "writeable", 1191 "yoke", 1192 "zerofrom", 1193 "zerotrie", 1194 "zerovec", 1195] 1196 1197[[package]] 1198name = "id-arena" 1199version = "2.3.0" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1202 1203[[package]] 1204name = "idna" 1205version = "1.1.0" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1208dependencies = [ 1209 "idna_adapter", 1210 "smallvec", 1211 "utf8_iter", 1212] 1213 1214[[package]] 1215name = "idna_adapter" 1216version = "1.2.1" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1219dependencies = [ 1220 "icu_normalizer", 1221 "icu_properties", 1222] 1223 1224[[package]] 1225name = "indexmap" 1226version = "2.13.0" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 1229dependencies = [ 1230 "equivalent", 1231 "hashbrown 0.16.1", 1232 "serde", 1233 "serde_core", 1234] 1235 1236[[package]] 1237name = "ipconfig" 1238version = "0.3.2" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1241dependencies = [ 1242 "socket2 0.5.10", 1243 "widestring", 1244 "windows-sys 0.48.0", 1245 "winreg", 1246] 1247 1248[[package]] 1249name = "ipnet" 1250version = "2.11.0" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1253 1254[[package]] 1255name = "iri-string" 1256version = "0.7.10" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 1259dependencies = [ 1260 "memchr", 1261 "serde", 1262] 1263 1264[[package]] 1265name = "is_terminal_polyfill" 1266version = "1.70.2" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1269 1270[[package]] 1271name = "itoa" 1272version = "1.0.17" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1275 1276[[package]] 1277name = "js-sys" 1278version = "0.3.88" 1279source = "registry+https://github.com/rust-lang/crates.io-index" 1280checksum = "c7e709f3e3d22866f9c25b3aff01af289b18422cc8b4262fb19103ee80fe513d" 1281dependencies = [ 1282 "once_cell", 1283 "wasm-bindgen", 1284] 1285 1286[[package]] 1287name = "k256" 1288version = "0.13.4" 1289source = "registry+https://github.com/rust-lang/crates.io-index" 1290checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 1291dependencies = [ 1292 "cfg-if", 1293 "ecdsa", 1294 "elliptic-curve", 1295 "once_cell", 1296 "sha2", 1297 "signature", 1298] 1299 1300[[package]] 1301name = "lazy_static" 1302version = "1.5.0" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1305 1306[[package]] 1307name = "leb128fmt" 1308version = "0.1.0" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1311 1312[[package]] 1313name = "libc" 1314version = "0.2.182" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 1317 1318[[package]] 1319name = "linux-raw-sys" 1320version = "0.12.1" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 1323 1324[[package]] 1325name = "litemap" 1326version = "0.8.1" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1329 1330[[package]] 1331name = "lock_api" 1332version = "0.4.14" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1335dependencies = [ 1336 "scopeguard", 1337] 1338 1339[[package]] 1340name = "log" 1341version = "0.4.29" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1344 1345[[package]] 1346name = "lru" 1347version = "0.12.5" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1350dependencies = [ 1351 "hashbrown 0.15.5", 1352] 1353 1354[[package]] 1355name = "lru-slab" 1356version = "0.1.2" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1359 1360[[package]] 1361name = "match-lookup" 1362version = "0.1.2" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 1365dependencies = [ 1366 "proc-macro2", 1367 "quote", 1368 "syn", 1369] 1370 1371[[package]] 1372name = "matchers" 1373version = "0.2.0" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1376dependencies = [ 1377 "regex-automata", 1378] 1379 1380[[package]] 1381name = "matchit" 1382version = "0.8.4" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1385 1386[[package]] 1387name = "memchr" 1388version = "2.8.0" 1389source = "registry+https://github.com/rust-lang/crates.io-index" 1390checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 1391 1392[[package]] 1393name = "mime" 1394version = "0.3.17" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1397 1398[[package]] 1399name = "mime_guess" 1400version = "2.0.5" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 1403dependencies = [ 1404 "mime", 1405 "unicase", 1406] 1407 1408[[package]] 1409name = "mio" 1410version = "1.1.1" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1413dependencies = [ 1414 "libc", 1415 "wasi", 1416 "windows-sys 0.61.2", 1417] 1418 1419[[package]] 1420name = "moka" 1421version = "0.12.14" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b" 1424dependencies = [ 1425 "crossbeam-channel", 1426 "crossbeam-epoch", 1427 "crossbeam-utils", 1428 "equivalent", 1429 "parking_lot", 1430 "portable-atomic", 1431 "smallvec", 1432 "tagptr", 1433 "uuid", 1434] 1435 1436[[package]] 1437name = "multibase" 1438version = "0.9.2" 1439source = "registry+https://github.com/rust-lang/crates.io-index" 1440checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 1441dependencies = [ 1442 "base-x", 1443 "base256emoji", 1444 "data-encoding", 1445 "data-encoding-macro", 1446] 1447 1448[[package]] 1449name = "multihash" 1450version = "0.19.3" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1453dependencies = [ 1454 "core2", 1455 "unsigned-varint", 1456] 1457 1458[[package]] 1459name = "nu-ansi-term" 1460version = "0.50.3" 1461source = "registry+https://github.com/rust-lang/crates.io-index" 1462checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1463dependencies = [ 1464 "windows-sys 0.61.2", 1465] 1466 1467[[package]] 1468name = "num-traits" 1469version = "0.2.19" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1472dependencies = [ 1473 "autocfg", 1474] 1475 1476[[package]] 1477name = "once_cell" 1478version = "1.21.3" 1479source = "registry+https://github.com/rust-lang/crates.io-index" 1480checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1481dependencies = [ 1482 "critical-section", 1483 "portable-atomic", 1484] 1485 1486[[package]] 1487name = "once_cell_polyfill" 1488version = "1.70.2" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1491 1492[[package]] 1493name = "p256" 1494version = "0.13.2" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 1497dependencies = [ 1498 "ecdsa", 1499 "elliptic-curve", 1500 "primeorder", 1501 "serdect", 1502 "sha2", 1503] 1504 1505[[package]] 1506name = "p384" 1507version = "0.13.1" 1508source = "registry+https://github.com/rust-lang/crates.io-index" 1509checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 1510dependencies = [ 1511 "ecdsa", 1512 "elliptic-curve", 1513 "primeorder", 1514 "serdect", 1515 "sha2", 1516] 1517 1518[[package]] 1519name = "parking_lot" 1520version = "0.12.5" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1523dependencies = [ 1524 "lock_api", 1525 "parking_lot_core", 1526] 1527 1528[[package]] 1529name = "parking_lot_core" 1530version = "0.9.12" 1531source = "registry+https://github.com/rust-lang/crates.io-index" 1532checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1533dependencies = [ 1534 "cfg-if", 1535 "libc", 1536 "redox_syscall", 1537 "smallvec", 1538 "windows-link", 1539] 1540 1541[[package]] 1542name = "pem-rfc7468" 1543version = "0.7.0" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1546dependencies = [ 1547 "base64ct", 1548] 1549 1550[[package]] 1551name = "percent-encoding" 1552version = "2.3.2" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1555 1556[[package]] 1557name = "pin-project-lite" 1558version = "0.2.16" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1561 1562[[package]] 1563name = "pin-utils" 1564version = "0.1.0" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1567 1568[[package]] 1569name = "pkcs8" 1570version = "0.10.2" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1573dependencies = [ 1574 "der", 1575 "spki", 1576] 1577 1578[[package]] 1579name = "portable-atomic" 1580version = "1.13.1" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 1583 1584[[package]] 1585name = "potential_utf" 1586version = "0.1.4" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 1589dependencies = [ 1590 "zerovec", 1591] 1592 1593[[package]] 1594name = "ppv-lite86" 1595version = "0.2.21" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1598dependencies = [ 1599 "zerocopy", 1600] 1601 1602[[package]] 1603name = "prettyplease" 1604version = "0.2.37" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 1607dependencies = [ 1608 "proc-macro2", 1609 "syn", 1610] 1611 1612[[package]] 1613name = "primeorder" 1614version = "0.13.6" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 1617dependencies = [ 1618 "elliptic-curve", 1619 "serdect", 1620] 1621 1622[[package]] 1623name = "proc-macro2" 1624version = "1.0.106" 1625source = "registry+https://github.com/rust-lang/crates.io-index" 1626checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 1627dependencies = [ 1628 "unicode-ident", 1629] 1630 1631[[package]] 1632name = "quinn" 1633version = "0.11.9" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 1636dependencies = [ 1637 "bytes", 1638 "cfg_aliases", 1639 "pin-project-lite", 1640 "quinn-proto", 1641 "quinn-udp", 1642 "rustc-hash", 1643 "rustls", 1644 "socket2 0.6.2", 1645 "thiserror 2.0.18", 1646 "tokio", 1647 "tracing", 1648 "web-time", 1649] 1650 1651[[package]] 1652name = "quinn-proto" 1653version = "0.11.13" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 1656dependencies = [ 1657 "bytes", 1658 "getrandom 0.3.4", 1659 "lru-slab", 1660 "rand 0.9.2", 1661 "ring", 1662 "rustc-hash", 1663 "rustls", 1664 "rustls-pki-types", 1665 "slab", 1666 "thiserror 2.0.18", 1667 "tinyvec", 1668 "tracing", 1669 "web-time", 1670] 1671 1672[[package]] 1673name = "quinn-udp" 1674version = "0.5.14" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 1677dependencies = [ 1678 "cfg_aliases", 1679 "libc", 1680 "once_cell", 1681 "socket2 0.6.2", 1682 "tracing", 1683 "windows-sys 0.60.2", 1684] 1685 1686[[package]] 1687name = "quote" 1688version = "1.0.44" 1689source = "registry+https://github.com/rust-lang/crates.io-index" 1690checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 1691dependencies = [ 1692 "proc-macro2", 1693] 1694 1695[[package]] 1696name = "r-efi" 1697version = "5.3.0" 1698source = "registry+https://github.com/rust-lang/crates.io-index" 1699checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1700 1701[[package]] 1702name = "rand" 1703version = "0.8.5" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1706dependencies = [ 1707 "libc", 1708 "rand_chacha 0.3.1", 1709 "rand_core 0.6.4", 1710] 1711 1712[[package]] 1713name = "rand" 1714version = "0.9.2" 1715source = "registry+https://github.com/rust-lang/crates.io-index" 1716checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1717dependencies = [ 1718 "rand_chacha 0.9.0", 1719 "rand_core 0.9.5", 1720] 1721 1722[[package]] 1723name = "rand_chacha" 1724version = "0.3.1" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1727dependencies = [ 1728 "ppv-lite86", 1729 "rand_core 0.6.4", 1730] 1731 1732[[package]] 1733name = "rand_chacha" 1734version = "0.9.0" 1735source = "registry+https://github.com/rust-lang/crates.io-index" 1736checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1737dependencies = [ 1738 "ppv-lite86", 1739 "rand_core 0.9.5", 1740] 1741 1742[[package]] 1743name = "rand_core" 1744version = "0.6.4" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1747dependencies = [ 1748 "getrandom 0.2.17", 1749] 1750 1751[[package]] 1752name = "rand_core" 1753version = "0.9.5" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 1756dependencies = [ 1757 "getrandom 0.3.4", 1758] 1759 1760[[package]] 1761name = "redox_syscall" 1762version = "0.5.18" 1763source = "registry+https://github.com/rust-lang/crates.io-index" 1764checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1765dependencies = [ 1766 "bitflags", 1767] 1768 1769[[package]] 1770name = "regex-automata" 1771version = "0.4.14" 1772source = "registry+https://github.com/rust-lang/crates.io-index" 1773checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1774dependencies = [ 1775 "aho-corasick", 1776 "memchr", 1777 "regex-syntax", 1778] 1779 1780[[package]] 1781name = "regex-syntax" 1782version = "0.8.9" 1783source = "registry+https://github.com/rust-lang/crates.io-index" 1784checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 1785 1786[[package]] 1787name = "reqwest" 1788version = "0.12.28" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 1791dependencies = [ 1792 "base64", 1793 "bytes", 1794 "encoding_rs", 1795 "futures-core", 1796 "futures-util", 1797 "h2", 1798 "http", 1799 "http-body", 1800 "http-body-util", 1801 "hyper", 1802 "hyper-rustls", 1803 "hyper-util", 1804 "js-sys", 1805 "log", 1806 "mime", 1807 "mime_guess", 1808 "percent-encoding", 1809 "pin-project-lite", 1810 "quinn", 1811 "rustls", 1812 "rustls-pki-types", 1813 "serde", 1814 "serde_json", 1815 "serde_urlencoded", 1816 "sync_wrapper", 1817 "tokio", 1818 "tokio-rustls", 1819 "tower", 1820 "tower-http", 1821 "tower-service", 1822 "url", 1823 "wasm-bindgen", 1824 "wasm-bindgen-futures", 1825 "web-sys", 1826 "webpki-roots", 1827] 1828 1829[[package]] 1830name = "reqwest-chain" 1831version = "1.0.0" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "da5c014fb79a8227db44a0433d748107750d2550b7fca55c59a3d7ee7d2ee2b2" 1834dependencies = [ 1835 "anyhow", 1836 "async-trait", 1837 "http", 1838 "reqwest-middleware", 1839] 1840 1841[[package]] 1842name = "reqwest-middleware" 1843version = "0.4.2" 1844source = "registry+https://github.com/rust-lang/crates.io-index" 1845checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" 1846dependencies = [ 1847 "anyhow", 1848 "async-trait", 1849 "http", 1850 "reqwest", 1851 "serde", 1852 "thiserror 1.0.69", 1853 "tower-service", 1854] 1855 1856[[package]] 1857name = "resolv-conf" 1858version = "0.7.6" 1859source = "registry+https://github.com/rust-lang/crates.io-index" 1860checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 1861 1862[[package]] 1863name = "rfc6979" 1864version = "0.4.0" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 1867dependencies = [ 1868 "hmac", 1869 "subtle", 1870] 1871 1872[[package]] 1873name = "ring" 1874version = "0.17.14" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1877dependencies = [ 1878 "cc", 1879 "cfg-if", 1880 "getrandom 0.2.17", 1881 "libc", 1882 "untrusted", 1883 "windows-sys 0.52.0", 1884] 1885 1886[[package]] 1887name = "rustc-hash" 1888version = "2.1.1" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1891 1892[[package]] 1893name = "rustix" 1894version = "1.1.4" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 1897dependencies = [ 1898 "bitflags", 1899 "errno", 1900 "libc", 1901 "linux-raw-sys", 1902 "windows-sys 0.61.2", 1903] 1904 1905[[package]] 1906name = "rustls" 1907version = "0.23.36" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 1910dependencies = [ 1911 "once_cell", 1912 "ring", 1913 "rustls-pki-types", 1914 "rustls-webpki", 1915 "subtle", 1916 "zeroize", 1917] 1918 1919[[package]] 1920name = "rustls-pki-types" 1921version = "1.14.0" 1922source = "registry+https://github.com/rust-lang/crates.io-index" 1923checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 1924dependencies = [ 1925 "web-time", 1926 "zeroize", 1927] 1928 1929[[package]] 1930name = "rustls-webpki" 1931version = "0.103.9" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 1934dependencies = [ 1935 "ring", 1936 "rustls-pki-types", 1937 "untrusted", 1938] 1939 1940[[package]] 1941name = "rustversion" 1942version = "1.0.22" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1945 1946[[package]] 1947name = "ryu" 1948version = "1.0.23" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1951 1952[[package]] 1953name = "scopeguard" 1954version = "1.2.0" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1957 1958[[package]] 1959name = "sec1" 1960version = "0.7.3" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 1963dependencies = [ 1964 "base16ct", 1965 "der", 1966 "generic-array", 1967 "pkcs8", 1968 "serdect", 1969 "subtle", 1970 "zeroize", 1971] 1972 1973[[package]] 1974name = "semver" 1975version = "1.0.27" 1976source = "registry+https://github.com/rust-lang/crates.io-index" 1977checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 1978 1979[[package]] 1980name = "serde" 1981version = "1.0.228" 1982source = "registry+https://github.com/rust-lang/crates.io-index" 1983checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1984dependencies = [ 1985 "serde_core", 1986 "serde_derive", 1987] 1988 1989[[package]] 1990name = "serde_bytes" 1991version = "0.11.19" 1992source = "registry+https://github.com/rust-lang/crates.io-index" 1993checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 1994dependencies = [ 1995 "serde", 1996 "serde_core", 1997] 1998 1999[[package]] 2000name = "serde_core" 2001version = "1.0.228" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2004dependencies = [ 2005 "serde_derive", 2006] 2007 2008[[package]] 2009name = "serde_derive" 2010version = "1.0.228" 2011source = "registry+https://github.com/rust-lang/crates.io-index" 2012checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2013dependencies = [ 2014 "proc-macro2", 2015 "quote", 2016 "syn", 2017] 2018 2019[[package]] 2020name = "serde_json" 2021version = "1.0.149" 2022source = "registry+https://github.com/rust-lang/crates.io-index" 2023checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 2024dependencies = [ 2025 "itoa", 2026 "memchr", 2027 "serde", 2028 "serde_core", 2029 "zmij", 2030] 2031 2032[[package]] 2033name = "serde_path_to_error" 2034version = "0.1.20" 2035source = "registry+https://github.com/rust-lang/crates.io-index" 2036checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 2037dependencies = [ 2038 "itoa", 2039 "serde", 2040 "serde_core", 2041] 2042 2043[[package]] 2044name = "serde_urlencoded" 2045version = "0.7.1" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2048dependencies = [ 2049 "form_urlencoded", 2050 "itoa", 2051 "ryu", 2052 "serde", 2053] 2054 2055[[package]] 2056name = "serdect" 2057version = "0.2.0" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" 2060dependencies = [ 2061 "base16ct", 2062 "serde", 2063] 2064 2065[[package]] 2066name = "sha2" 2067version = "0.10.9" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2070dependencies = [ 2071 "cfg-if", 2072 "cpufeatures", 2073 "digest", 2074] 2075 2076[[package]] 2077name = "sharded-slab" 2078version = "0.1.7" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2081dependencies = [ 2082 "lazy_static", 2083] 2084 2085[[package]] 2086name = "shlex" 2087version = "1.3.0" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2090 2091[[package]] 2092name = "signal-hook-registry" 2093version = "1.4.8" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 2096dependencies = [ 2097 "errno", 2098 "libc", 2099] 2100 2101[[package]] 2102name = "signature" 2103version = "2.2.0" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2106dependencies = [ 2107 "digest", 2108 "rand_core 0.6.4", 2109] 2110 2111[[package]] 2112name = "slab" 2113version = "0.4.12" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 2116 2117[[package]] 2118name = "smallvec" 2119version = "1.15.1" 2120source = "registry+https://github.com/rust-lang/crates.io-index" 2121checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2122 2123[[package]] 2124name = "socket2" 2125version = "0.5.10" 2126source = "registry+https://github.com/rust-lang/crates.io-index" 2127checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 2128dependencies = [ 2129 "libc", 2130 "windows-sys 0.52.0", 2131] 2132 2133[[package]] 2134name = "socket2" 2135version = "0.6.2" 2136source = "registry+https://github.com/rust-lang/crates.io-index" 2137checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 2138dependencies = [ 2139 "libc", 2140 "windows-sys 0.60.2", 2141] 2142 2143[[package]] 2144name = "spki" 2145version = "0.7.3" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2148dependencies = [ 2149 "base64ct", 2150 "der", 2151] 2152 2153[[package]] 2154name = "stable_deref_trait" 2155version = "1.2.1" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2158 2159[[package]] 2160name = "strsim" 2161version = "0.11.1" 2162source = "registry+https://github.com/rust-lang/crates.io-index" 2163checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2164 2165[[package]] 2166name = "subtle" 2167version = "2.6.1" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2170 2171[[package]] 2172name = "syn" 2173version = "2.0.117" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 2176dependencies = [ 2177 "proc-macro2", 2178 "quote", 2179 "unicode-ident", 2180] 2181 2182[[package]] 2183name = "sync_wrapper" 2184version = "1.0.2" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2187dependencies = [ 2188 "futures-core", 2189] 2190 2191[[package]] 2192name = "synstructure" 2193version = "0.13.2" 2194source = "registry+https://github.com/rust-lang/crates.io-index" 2195checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2196dependencies = [ 2197 "proc-macro2", 2198 "quote", 2199 "syn", 2200] 2201 2202[[package]] 2203name = "system-configuration" 2204version = "0.7.0" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 2207dependencies = [ 2208 "bitflags", 2209 "core-foundation", 2210 "system-configuration-sys", 2211] 2212 2213[[package]] 2214name = "system-configuration-sys" 2215version = "0.6.0" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2218dependencies = [ 2219 "core-foundation-sys", 2220 "libc", 2221] 2222 2223[[package]] 2224name = "tagptr" 2225version = "0.2.0" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2228 2229[[package]] 2230name = "tempfile" 2231version = "3.25.0" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" 2234dependencies = [ 2235 "fastrand", 2236 "getrandom 0.4.1", 2237 "once_cell", 2238 "rustix", 2239 "windows-sys 0.61.2", 2240] 2241 2242[[package]] 2243name = "thiserror" 2244version = "1.0.69" 2245source = "registry+https://github.com/rust-lang/crates.io-index" 2246checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2247dependencies = [ 2248 "thiserror-impl 1.0.69", 2249] 2250 2251[[package]] 2252name = "thiserror" 2253version = "2.0.18" 2254source = "registry+https://github.com/rust-lang/crates.io-index" 2255checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 2256dependencies = [ 2257 "thiserror-impl 2.0.18", 2258] 2259 2260[[package]] 2261name = "thiserror-impl" 2262version = "1.0.69" 2263source = "registry+https://github.com/rust-lang/crates.io-index" 2264checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2265dependencies = [ 2266 "proc-macro2", 2267 "quote", 2268 "syn", 2269] 2270 2271[[package]] 2272name = "thiserror-impl" 2273version = "2.0.18" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 2276dependencies = [ 2277 "proc-macro2", 2278 "quote", 2279 "syn", 2280] 2281 2282[[package]] 2283name = "thread_local" 2284version = "1.1.9" 2285source = "registry+https://github.com/rust-lang/crates.io-index" 2286checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 2287dependencies = [ 2288 "cfg-if", 2289] 2290 2291[[package]] 2292name = "tinystr" 2293version = "0.8.2" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 2296dependencies = [ 2297 "displaydoc", 2298 "zerovec", 2299] 2300 2301[[package]] 2302name = "tinyvec" 2303version = "1.10.0" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2306dependencies = [ 2307 "tinyvec_macros", 2308] 2309 2310[[package]] 2311name = "tinyvec_macros" 2312version = "0.1.1" 2313source = "registry+https://github.com/rust-lang/crates.io-index" 2314checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2315 2316[[package]] 2317name = "tokio" 2318version = "1.49.0" 2319source = "registry+https://github.com/rust-lang/crates.io-index" 2320checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 2321dependencies = [ 2322 "bytes", 2323 "libc", 2324 "mio", 2325 "parking_lot", 2326 "pin-project-lite", 2327 "signal-hook-registry", 2328 "socket2 0.6.2", 2329 "tokio-macros", 2330 "windows-sys 0.61.2", 2331] 2332 2333[[package]] 2334name = "tokio-macros" 2335version = "2.6.0" 2336source = "registry+https://github.com/rust-lang/crates.io-index" 2337checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 2338dependencies = [ 2339 "proc-macro2", 2340 "quote", 2341 "syn", 2342] 2343 2344[[package]] 2345name = "tokio-rustls" 2346version = "0.26.4" 2347source = "registry+https://github.com/rust-lang/crates.io-index" 2348checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2349dependencies = [ 2350 "rustls", 2351 "tokio", 2352] 2353 2354[[package]] 2355name = "tokio-util" 2356version = "0.7.18" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 2359dependencies = [ 2360 "bytes", 2361 "futures-core", 2362 "futures-sink", 2363 "pin-project-lite", 2364 "tokio", 2365] 2366 2367[[package]] 2368name = "tower" 2369version = "0.5.3" 2370source = "registry+https://github.com/rust-lang/crates.io-index" 2371checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 2372dependencies = [ 2373 "futures-core", 2374 "futures-util", 2375 "pin-project-lite", 2376 "sync_wrapper", 2377 "tokio", 2378 "tower-layer", 2379 "tower-service", 2380 "tracing", 2381] 2382 2383[[package]] 2384name = "tower-http" 2385version = "0.6.8" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 2388dependencies = [ 2389 "bitflags", 2390 "bytes", 2391 "futures-util", 2392 "http", 2393 "http-body", 2394 "iri-string", 2395 "pin-project-lite", 2396 "tower", 2397 "tower-layer", 2398 "tower-service", 2399] 2400 2401[[package]] 2402name = "tower-layer" 2403version = "0.3.3" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2406 2407[[package]] 2408name = "tower-service" 2409version = "0.3.3" 2410source = "registry+https://github.com/rust-lang/crates.io-index" 2411checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2412 2413[[package]] 2414name = "tracing" 2415version = "0.1.44" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 2418dependencies = [ 2419 "log", 2420 "pin-project-lite", 2421 "tracing-attributes", 2422 "tracing-core", 2423] 2424 2425[[package]] 2426name = "tracing-attributes" 2427version = "0.1.31" 2428source = "registry+https://github.com/rust-lang/crates.io-index" 2429checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 2430dependencies = [ 2431 "proc-macro2", 2432 "quote", 2433 "syn", 2434] 2435 2436[[package]] 2437name = "tracing-core" 2438version = "0.1.36" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 2441dependencies = [ 2442 "once_cell", 2443 "valuable", 2444] 2445 2446[[package]] 2447name = "tracing-log" 2448version = "0.2.0" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2451dependencies = [ 2452 "log", 2453 "once_cell", 2454 "tracing-core", 2455] 2456 2457[[package]] 2458name = "tracing-subscriber" 2459version = "0.3.22" 2460source = "registry+https://github.com/rust-lang/crates.io-index" 2461checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 2462dependencies = [ 2463 "matchers", 2464 "nu-ansi-term", 2465 "once_cell", 2466 "regex-automata", 2467 "sharded-slab", 2468 "smallvec", 2469 "thread_local", 2470 "tracing", 2471 "tracing-core", 2472 "tracing-log", 2473] 2474 2475[[package]] 2476name = "try-lock" 2477version = "0.2.5" 2478source = "registry+https://github.com/rust-lang/crates.io-index" 2479checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2480 2481[[package]] 2482name = "typenum" 2483version = "1.19.0" 2484source = "registry+https://github.com/rust-lang/crates.io-index" 2485checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 2486 2487[[package]] 2488name = "ulid" 2489version = "1.2.1" 2490source = "registry+https://github.com/rust-lang/crates.io-index" 2491checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" 2492dependencies = [ 2493 "rand 0.9.2", 2494 "web-time", 2495] 2496 2497[[package]] 2498name = "unicase" 2499version = "2.9.0" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 2502 2503[[package]] 2504name = "unicode-ident" 2505version = "1.0.24" 2506source = "registry+https://github.com/rust-lang/crates.io-index" 2507checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 2508 2509[[package]] 2510name = "unicode-xid" 2511version = "0.2.6" 2512source = "registry+https://github.com/rust-lang/crates.io-index" 2513checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 2514 2515[[package]] 2516name = "unsigned-varint" 2517version = "0.8.0" 2518source = "registry+https://github.com/rust-lang/crates.io-index" 2519checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2520 2521[[package]] 2522name = "untrusted" 2523version = "0.9.0" 2524source = "registry+https://github.com/rust-lang/crates.io-index" 2525checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2526 2527[[package]] 2528name = "url" 2529version = "2.5.8" 2530source = "registry+https://github.com/rust-lang/crates.io-index" 2531checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 2532dependencies = [ 2533 "form_urlencoded", 2534 "idna", 2535 "percent-encoding", 2536 "serde", 2537] 2538 2539[[package]] 2540name = "utf8_iter" 2541version = "1.0.4" 2542source = "registry+https://github.com/rust-lang/crates.io-index" 2543checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2544 2545[[package]] 2546name = "utf8parse" 2547version = "0.2.2" 2548source = "registry+https://github.com/rust-lang/crates.io-index" 2549checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2550 2551[[package]] 2552name = "uuid" 2553version = "1.22.0" 2554source = "registry+https://github.com/rust-lang/crates.io-index" 2555checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" 2556dependencies = [ 2557 "getrandom 0.4.1", 2558 "js-sys", 2559 "wasm-bindgen", 2560] 2561 2562[[package]] 2563name = "valuable" 2564version = "0.1.1" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2567 2568[[package]] 2569name = "version_check" 2570version = "0.9.5" 2571source = "registry+https://github.com/rust-lang/crates.io-index" 2572checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2573 2574[[package]] 2575name = "want" 2576version = "0.3.1" 2577source = "registry+https://github.com/rust-lang/crates.io-index" 2578checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2579dependencies = [ 2580 "try-lock", 2581] 2582 2583[[package]] 2584name = "wasi" 2585version = "0.11.1+wasi-snapshot-preview1" 2586source = "registry+https://github.com/rust-lang/crates.io-index" 2587checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2588 2589[[package]] 2590name = "wasip2" 2591version = "1.0.2+wasi-0.2.9" 2592source = "registry+https://github.com/rust-lang/crates.io-index" 2593checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 2594dependencies = [ 2595 "wit-bindgen", 2596] 2597 2598[[package]] 2599name = "wasip3" 2600version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 2601source = "registry+https://github.com/rust-lang/crates.io-index" 2602checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 2603dependencies = [ 2604 "wit-bindgen", 2605] 2606 2607[[package]] 2608name = "wasm-bindgen" 2609version = "0.2.111" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "ec1adf1535672f5b7824f817792b1afd731d7e843d2d04ec8f27e8cb51edd8ac" 2612dependencies = [ 2613 "cfg-if", 2614 "once_cell", 2615 "rustversion", 2616 "wasm-bindgen-macro", 2617 "wasm-bindgen-shared", 2618] 2619 2620[[package]] 2621name = "wasm-bindgen-futures" 2622version = "0.4.61" 2623source = "registry+https://github.com/rust-lang/crates.io-index" 2624checksum = "fe88540d1c934c4ec8e6db0afa536876c5441289d7f9f9123d4f065ac1250a6b" 2625dependencies = [ 2626 "cfg-if", 2627 "futures-util", 2628 "js-sys", 2629 "once_cell", 2630 "wasm-bindgen", 2631 "web-sys", 2632] 2633 2634[[package]] 2635name = "wasm-bindgen-macro" 2636version = "0.2.111" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "19e638317c08b21663aed4d2b9a2091450548954695ff4efa75bff5fa546b3b1" 2639dependencies = [ 2640 "quote", 2641 "wasm-bindgen-macro-support", 2642] 2643 2644[[package]] 2645name = "wasm-bindgen-macro-support" 2646version = "0.2.111" 2647source = "registry+https://github.com/rust-lang/crates.io-index" 2648checksum = "2c64760850114d03d5f65457e96fc988f11f01d38fbaa51b254e4ab5809102af" 2649dependencies = [ 2650 "bumpalo", 2651 "proc-macro2", 2652 "quote", 2653 "syn", 2654 "wasm-bindgen-shared", 2655] 2656 2657[[package]] 2658name = "wasm-bindgen-shared" 2659version = "0.2.111" 2660source = "registry+https://github.com/rust-lang/crates.io-index" 2661checksum = "60eecd4fe26177cfa3339eb00b4a36445889ba3ad37080c2429879718e20ca41" 2662dependencies = [ 2663 "unicode-ident", 2664] 2665 2666[[package]] 2667name = "wasm-encoder" 2668version = "0.244.0" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 2671dependencies = [ 2672 "leb128fmt", 2673 "wasmparser", 2674] 2675 2676[[package]] 2677name = "wasm-metadata" 2678version = "0.244.0" 2679source = "registry+https://github.com/rust-lang/crates.io-index" 2680checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 2681dependencies = [ 2682 "anyhow", 2683 "indexmap", 2684 "wasm-encoder", 2685 "wasmparser", 2686] 2687 2688[[package]] 2689name = "wasmparser" 2690version = "0.244.0" 2691source = "registry+https://github.com/rust-lang/crates.io-index" 2692checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 2693dependencies = [ 2694 "bitflags", 2695 "hashbrown 0.15.5", 2696 "indexmap", 2697 "semver", 2698] 2699 2700[[package]] 2701name = "web-sys" 2702version = "0.3.88" 2703source = "registry+https://github.com/rust-lang/crates.io-index" 2704checksum = "9d6bb20ed2d9572df8584f6dc81d68a41a625cadc6f15999d649a70ce7e3597a" 2705dependencies = [ 2706 "js-sys", 2707 "wasm-bindgen", 2708] 2709 2710[[package]] 2711name = "web-time" 2712version = "1.1.0" 2713source = "registry+https://github.com/rust-lang/crates.io-index" 2714checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2715dependencies = [ 2716 "js-sys", 2717 "wasm-bindgen", 2718] 2719 2720[[package]] 2721name = "webpki-roots" 2722version = "1.0.6" 2723source = "registry+https://github.com/rust-lang/crates.io-index" 2724checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" 2725dependencies = [ 2726 "rustls-pki-types", 2727] 2728 2729[[package]] 2730name = "widestring" 2731version = "1.2.1" 2732source = "registry+https://github.com/rust-lang/crates.io-index" 2733checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 2734 2735[[package]] 2736name = "windows-core" 2737version = "0.62.2" 2738source = "registry+https://github.com/rust-lang/crates.io-index" 2739checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 2740dependencies = [ 2741 "windows-implement", 2742 "windows-interface", 2743 "windows-link", 2744 "windows-result", 2745 "windows-strings", 2746] 2747 2748[[package]] 2749name = "windows-implement" 2750version = "0.60.2" 2751source = "registry+https://github.com/rust-lang/crates.io-index" 2752checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2753dependencies = [ 2754 "proc-macro2", 2755 "quote", 2756 "syn", 2757] 2758 2759[[package]] 2760name = "windows-interface" 2761version = "0.59.3" 2762source = "registry+https://github.com/rust-lang/crates.io-index" 2763checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2764dependencies = [ 2765 "proc-macro2", 2766 "quote", 2767 "syn", 2768] 2769 2770[[package]] 2771name = "windows-link" 2772version = "0.2.1" 2773source = "registry+https://github.com/rust-lang/crates.io-index" 2774checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2775 2776[[package]] 2777name = "windows-registry" 2778version = "0.6.1" 2779source = "registry+https://github.com/rust-lang/crates.io-index" 2780checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 2781dependencies = [ 2782 "windows-link", 2783 "windows-result", 2784 "windows-strings", 2785] 2786 2787[[package]] 2788name = "windows-result" 2789version = "0.4.1" 2790source = "registry+https://github.com/rust-lang/crates.io-index" 2791checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2792dependencies = [ 2793 "windows-link", 2794] 2795 2796[[package]] 2797name = "windows-strings" 2798version = "0.5.1" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2801dependencies = [ 2802 "windows-link", 2803] 2804 2805[[package]] 2806name = "windows-sys" 2807version = "0.48.0" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2810dependencies = [ 2811 "windows-targets 0.48.5", 2812] 2813 2814[[package]] 2815name = "windows-sys" 2816version = "0.52.0" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2819dependencies = [ 2820 "windows-targets 0.52.6", 2821] 2822 2823[[package]] 2824name = "windows-sys" 2825version = "0.60.2" 2826source = "registry+https://github.com/rust-lang/crates.io-index" 2827checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2828dependencies = [ 2829 "windows-targets 0.53.5", 2830] 2831 2832[[package]] 2833name = "windows-sys" 2834version = "0.61.2" 2835source = "registry+https://github.com/rust-lang/crates.io-index" 2836checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2837dependencies = [ 2838 "windows-link", 2839] 2840 2841[[package]] 2842name = "windows-targets" 2843version = "0.48.5" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2846dependencies = [ 2847 "windows_aarch64_gnullvm 0.48.5", 2848 "windows_aarch64_msvc 0.48.5", 2849 "windows_i686_gnu 0.48.5", 2850 "windows_i686_msvc 0.48.5", 2851 "windows_x86_64_gnu 0.48.5", 2852 "windows_x86_64_gnullvm 0.48.5", 2853 "windows_x86_64_msvc 0.48.5", 2854] 2855 2856[[package]] 2857name = "windows-targets" 2858version = "0.52.6" 2859source = "registry+https://github.com/rust-lang/crates.io-index" 2860checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2861dependencies = [ 2862 "windows_aarch64_gnullvm 0.52.6", 2863 "windows_aarch64_msvc 0.52.6", 2864 "windows_i686_gnu 0.52.6", 2865 "windows_i686_gnullvm 0.52.6", 2866 "windows_i686_msvc 0.52.6", 2867 "windows_x86_64_gnu 0.52.6", 2868 "windows_x86_64_gnullvm 0.52.6", 2869 "windows_x86_64_msvc 0.52.6", 2870] 2871 2872[[package]] 2873name = "windows-targets" 2874version = "0.53.5" 2875source = "registry+https://github.com/rust-lang/crates.io-index" 2876checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2877dependencies = [ 2878 "windows-link", 2879 "windows_aarch64_gnullvm 0.53.1", 2880 "windows_aarch64_msvc 0.53.1", 2881 "windows_i686_gnu 0.53.1", 2882 "windows_i686_gnullvm 0.53.1", 2883 "windows_i686_msvc 0.53.1", 2884 "windows_x86_64_gnu 0.53.1", 2885 "windows_x86_64_gnullvm 0.53.1", 2886 "windows_x86_64_msvc 0.53.1", 2887] 2888 2889[[package]] 2890name = "windows_aarch64_gnullvm" 2891version = "0.48.5" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2894 2895[[package]] 2896name = "windows_aarch64_gnullvm" 2897version = "0.52.6" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2900 2901[[package]] 2902name = "windows_aarch64_gnullvm" 2903version = "0.53.1" 2904source = "registry+https://github.com/rust-lang/crates.io-index" 2905checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2906 2907[[package]] 2908name = "windows_aarch64_msvc" 2909version = "0.48.5" 2910source = "registry+https://github.com/rust-lang/crates.io-index" 2911checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2912 2913[[package]] 2914name = "windows_aarch64_msvc" 2915version = "0.52.6" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2918 2919[[package]] 2920name = "windows_aarch64_msvc" 2921version = "0.53.1" 2922source = "registry+https://github.com/rust-lang/crates.io-index" 2923checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2924 2925[[package]] 2926name = "windows_i686_gnu" 2927version = "0.48.5" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2930 2931[[package]] 2932name = "windows_i686_gnu" 2933version = "0.52.6" 2934source = "registry+https://github.com/rust-lang/crates.io-index" 2935checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2936 2937[[package]] 2938name = "windows_i686_gnu" 2939version = "0.53.1" 2940source = "registry+https://github.com/rust-lang/crates.io-index" 2941checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2942 2943[[package]] 2944name = "windows_i686_gnullvm" 2945version = "0.52.6" 2946source = "registry+https://github.com/rust-lang/crates.io-index" 2947checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2948 2949[[package]] 2950name = "windows_i686_gnullvm" 2951version = "0.53.1" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2954 2955[[package]] 2956name = "windows_i686_msvc" 2957version = "0.48.5" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2960 2961[[package]] 2962name = "windows_i686_msvc" 2963version = "0.52.6" 2964source = "registry+https://github.com/rust-lang/crates.io-index" 2965checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2966 2967[[package]] 2968name = "windows_i686_msvc" 2969version = "0.53.1" 2970source = "registry+https://github.com/rust-lang/crates.io-index" 2971checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2972 2973[[package]] 2974name = "windows_x86_64_gnu" 2975version = "0.48.5" 2976source = "registry+https://github.com/rust-lang/crates.io-index" 2977checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2978 2979[[package]] 2980name = "windows_x86_64_gnu" 2981version = "0.52.6" 2982source = "registry+https://github.com/rust-lang/crates.io-index" 2983checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2984 2985[[package]] 2986name = "windows_x86_64_gnu" 2987version = "0.53.1" 2988source = "registry+https://github.com/rust-lang/crates.io-index" 2989checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2990 2991[[package]] 2992name = "windows_x86_64_gnullvm" 2993version = "0.48.5" 2994source = "registry+https://github.com/rust-lang/crates.io-index" 2995checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2996 2997[[package]] 2998name = "windows_x86_64_gnullvm" 2999version = "0.52.6" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3002 3003[[package]] 3004name = "windows_x86_64_gnullvm" 3005version = "0.53.1" 3006source = "registry+https://github.com/rust-lang/crates.io-index" 3007checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 3008 3009[[package]] 3010name = "windows_x86_64_msvc" 3011version = "0.48.5" 3012source = "registry+https://github.com/rust-lang/crates.io-index" 3013checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3014 3015[[package]] 3016name = "windows_x86_64_msvc" 3017version = "0.52.6" 3018source = "registry+https://github.com/rust-lang/crates.io-index" 3019checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3020 3021[[package]] 3022name = "windows_x86_64_msvc" 3023version = "0.53.1" 3024source = "registry+https://github.com/rust-lang/crates.io-index" 3025checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 3026 3027[[package]] 3028name = "winreg" 3029version = "0.50.0" 3030source = "registry+https://github.com/rust-lang/crates.io-index" 3031checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3032dependencies = [ 3033 "cfg-if", 3034 "windows-sys 0.48.0", 3035] 3036 3037[[package]] 3038name = "wit-bindgen" 3039version = "0.51.0" 3040source = "registry+https://github.com/rust-lang/crates.io-index" 3041checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 3042dependencies = [ 3043 "wit-bindgen-rust-macro", 3044] 3045 3046[[package]] 3047name = "wit-bindgen-core" 3048version = "0.51.0" 3049source = "registry+https://github.com/rust-lang/crates.io-index" 3050checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 3051dependencies = [ 3052 "anyhow", 3053 "heck", 3054 "wit-parser", 3055] 3056 3057[[package]] 3058name = "wit-bindgen-rust" 3059version = "0.51.0" 3060source = "registry+https://github.com/rust-lang/crates.io-index" 3061checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 3062dependencies = [ 3063 "anyhow", 3064 "heck", 3065 "indexmap", 3066 "prettyplease", 3067 "syn", 3068 "wasm-metadata", 3069 "wit-bindgen-core", 3070 "wit-component", 3071] 3072 3073[[package]] 3074name = "wit-bindgen-rust-macro" 3075version = "0.51.0" 3076source = "registry+https://github.com/rust-lang/crates.io-index" 3077checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 3078dependencies = [ 3079 "anyhow", 3080 "prettyplease", 3081 "proc-macro2", 3082 "quote", 3083 "syn", 3084 "wit-bindgen-core", 3085 "wit-bindgen-rust", 3086] 3087 3088[[package]] 3089name = "wit-component" 3090version = "0.244.0" 3091source = "registry+https://github.com/rust-lang/crates.io-index" 3092checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 3093dependencies = [ 3094 "anyhow", 3095 "bitflags", 3096 "indexmap", 3097 "log", 3098 "serde", 3099 "serde_derive", 3100 "serde_json", 3101 "wasm-encoder", 3102 "wasm-metadata", 3103 "wasmparser", 3104 "wit-parser", 3105] 3106 3107[[package]] 3108name = "wit-parser" 3109version = "0.244.0" 3110source = "registry+https://github.com/rust-lang/crates.io-index" 3111checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 3112dependencies = [ 3113 "anyhow", 3114 "id-arena", 3115 "indexmap", 3116 "log", 3117 "semver", 3118 "serde", 3119 "serde_derive", 3120 "serde_json", 3121 "unicode-xid", 3122 "wasmparser", 3123] 3124 3125[[package]] 3126name = "writeable" 3127version = "0.6.2" 3128source = "registry+https://github.com/rust-lang/crates.io-index" 3129checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 3130 3131[[package]] 3132name = "yoke" 3133version = "0.8.1" 3134source = "registry+https://github.com/rust-lang/crates.io-index" 3135checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 3136dependencies = [ 3137 "stable_deref_trait", 3138 "yoke-derive", 3139 "zerofrom", 3140] 3141 3142[[package]] 3143name = "yoke-derive" 3144version = "0.8.1" 3145source = "registry+https://github.com/rust-lang/crates.io-index" 3146checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 3147dependencies = [ 3148 "proc-macro2", 3149 "quote", 3150 "syn", 3151 "synstructure", 3152] 3153 3154[[package]] 3155name = "zerocopy" 3156version = "0.8.39" 3157source = "registry+https://github.com/rust-lang/crates.io-index" 3158checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" 3159dependencies = [ 3160 "zerocopy-derive", 3161] 3162 3163[[package]] 3164name = "zerocopy-derive" 3165version = "0.8.39" 3166source = "registry+https://github.com/rust-lang/crates.io-index" 3167checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" 3168dependencies = [ 3169 "proc-macro2", 3170 "quote", 3171 "syn", 3172] 3173 3174[[package]] 3175name = "zerofrom" 3176version = "0.1.6" 3177source = "registry+https://github.com/rust-lang/crates.io-index" 3178checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3179dependencies = [ 3180 "zerofrom-derive", 3181] 3182 3183[[package]] 3184name = "zerofrom-derive" 3185version = "0.1.6" 3186source = "registry+https://github.com/rust-lang/crates.io-index" 3187checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3188dependencies = [ 3189 "proc-macro2", 3190 "quote", 3191 "syn", 3192 "synstructure", 3193] 3194 3195[[package]] 3196name = "zeroize" 3197version = "1.8.2" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 3200 3201[[package]] 3202name = "zerotrie" 3203version = "0.2.3" 3204source = "registry+https://github.com/rust-lang/crates.io-index" 3205checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 3206dependencies = [ 3207 "displaydoc", 3208 "yoke", 3209 "zerofrom", 3210] 3211 3212[[package]] 3213name = "zerovec" 3214version = "0.11.5" 3215source = "registry+https://github.com/rust-lang/crates.io-index" 3216checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 3217dependencies = [ 3218 "yoke", 3219 "zerofrom", 3220 "zerovec-derive", 3221] 3222 3223[[package]] 3224name = "zerovec-derive" 3225version = "0.11.2" 3226source = "registry+https://github.com/rust-lang/crates.io-index" 3227checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 3228dependencies = [ 3229 "proc-macro2", 3230 "quote", 3231 "syn", 3232] 3233 3234[[package]] 3235name = "zmij" 3236version = "1.0.21" 3237source = "registry+https://github.com/rust-lang/crates.io-index" 3238checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"