Alternative ATProto PDS implementation
6
fork

Configure Feed

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

at 2b5952aac92098d3a847efa35d22d1b48291685b 5073 lines 124 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 = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "ahash" 22version = "0.8.11" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25dependencies = [ 26 "cfg-if", 27 "once_cell", 28 "version_check", 29 "zerocopy 0.7.35", 30] 31 32[[package]] 33name = "aho-corasick" 34version = "1.1.3" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 37dependencies = [ 38 "memchr", 39] 40 41[[package]] 42name = "allocator-api2" 43version = "0.2.21" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 46 47[[package]] 48name = "android-tzdata" 49version = "0.1.1" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 52 53[[package]] 54name = "android_system_properties" 55version = "0.1.5" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 58dependencies = [ 59 "libc", 60] 61 62[[package]] 63name = "anstream" 64version = "0.6.18" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 67dependencies = [ 68 "anstyle", 69 "anstyle-parse", 70 "anstyle-query", 71 "anstyle-wincon", 72 "colorchoice", 73 "is_terminal_polyfill", 74 "utf8parse", 75] 76 77[[package]] 78name = "anstyle" 79version = "1.0.10" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 82 83[[package]] 84name = "anstyle-parse" 85version = "0.2.6" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 88dependencies = [ 89 "utf8parse", 90] 91 92[[package]] 93name = "anstyle-query" 94version = "1.1.2" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 97dependencies = [ 98 "windows-sys 0.59.0", 99] 100 101[[package]] 102name = "anstyle-wincon" 103version = "3.0.7" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 106dependencies = [ 107 "anstyle", 108 "once_cell", 109 "windows-sys 0.59.0", 110] 111 112[[package]] 113name = "anyhow" 114version = "1.0.98" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" 117 118[[package]] 119name = "argon2" 120version = "0.5.3" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" 123dependencies = [ 124 "base64ct", 125 "blake2", 126 "cpufeatures", 127 "password-hash", 128] 129 130[[package]] 131name = "async-channel" 132version = "1.9.0" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 135dependencies = [ 136 "concurrent-queue", 137 "event-listener 2.5.3", 138 "futures-core", 139] 140 141[[package]] 142name = "async-channel" 143version = "2.3.1" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 146dependencies = [ 147 "concurrent-queue", 148 "event-listener-strategy", 149 "futures-core", 150 "pin-project-lite", 151] 152 153[[package]] 154name = "async-compression" 155version = "0.4.23" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "b37fc50485c4f3f736a4fb14199f6d5f5ba008d7f28fe710306c92780f004c07" 158dependencies = [ 159 "flate2", 160 "futures-core", 161 "memchr", 162 "pin-project-lite", 163 "tokio", 164] 165 166[[package]] 167name = "async-io" 168version = "2.4.0" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" 171dependencies = [ 172 "async-lock", 173 "cfg-if", 174 "concurrent-queue", 175 "futures-io", 176 "futures-lite 2.6.0", 177 "parking", 178 "polling", 179 "rustix 0.38.44", 180 "slab", 181 "tracing", 182 "windows-sys 0.59.0", 183] 184 185[[package]] 186name = "async-lock" 187version = "3.4.0" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 190dependencies = [ 191 "event-listener 5.4.0", 192 "event-listener-strategy", 193 "pin-project-lite", 194] 195 196[[package]] 197name = "async-process" 198version = "2.3.0" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" 201dependencies = [ 202 "async-channel 2.3.1", 203 "async-io", 204 "async-lock", 205 "async-signal", 206 "async-task", 207 "blocking", 208 "cfg-if", 209 "event-listener 5.4.0", 210 "futures-lite 2.6.0", 211 "rustix 0.38.44", 212 "tracing", 213] 214 215[[package]] 216name = "async-signal" 217version = "0.2.10" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" 220dependencies = [ 221 "async-io", 222 "async-lock", 223 "atomic-waker", 224 "cfg-if", 225 "futures-core", 226 "futures-io", 227 "rustix 0.38.44", 228 "signal-hook-registry", 229 "slab", 230 "windows-sys 0.59.0", 231] 232 233[[package]] 234name = "async-stream" 235version = "0.3.6" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 238dependencies = [ 239 "async-stream-impl", 240 "futures-core", 241 "pin-project-lite", 242] 243 244[[package]] 245name = "async-stream-impl" 246version = "0.3.6" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 249dependencies = [ 250 "proc-macro2", 251 "quote", 252 "syn", 253] 254 255[[package]] 256name = "async-task" 257version = "4.7.1" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 260 261[[package]] 262name = "async-trait" 263version = "0.1.88" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 266dependencies = [ 267 "proc-macro2", 268 "quote", 269 "syn", 270] 271 272[[package]] 273name = "atoi" 274version = "2.0.0" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 277dependencies = [ 278 "num-traits", 279] 280 281[[package]] 282name = "atomic" 283version = "0.6.0" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 286dependencies = [ 287 "bytemuck", 288] 289 290[[package]] 291name = "atomic-waker" 292version = "1.1.2" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 295 296[[package]] 297name = "atrium-api" 298version = "0.25.3" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "7225f0ca3c78564b784828e3db3e92619cf6e786530c3468df73f49deebc0bd4" 301dependencies = [ 302 "atrium-common", 303 "atrium-xrpc", 304 "chrono", 305 "http", 306 "ipld-core", 307 "langtag", 308 "regex", 309 "serde", 310 "serde_bytes", 311 "serde_json", 312 "thiserror 1.0.69", 313 "tokio", 314 "trait-variant", 315] 316 317[[package]] 318name = "atrium-common" 319version = "0.1.2" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "9ed5610654043faa396a5a15afac0ac646d76aebe45aebd7cef4f8b96b0ab7f4" 322dependencies = [ 323 "dashmap", 324 "lru", 325 "moka", 326 "thiserror 1.0.69", 327 "tokio", 328 "trait-variant", 329 "web-time", 330] 331 332[[package]] 333name = "atrium-crypto" 334version = "0.1.2" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "73a3da430c71dd9006d61072c20771f264e5c498420a49c32305ceab8bd71955" 337dependencies = [ 338 "ecdsa", 339 "k256", 340 "multibase", 341 "p256", 342 "thiserror 1.0.69", 343] 344 345[[package]] 346name = "atrium-repo" 347version = "0.1.3" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "1ebe74e137537277a290faab14154976851c7ff3cfc07f9872b1eb127a6a6ea3" 350dependencies = [ 351 "async-stream", 352 "atrium-api", 353 "futures", 354 "ipld-core", 355 "serde", 356 "serde_bytes", 357 "serde_ipld_dagcbor", 358 "sha2", 359 "thiserror 1.0.69", 360 "tokio", 361 "tokio-util", 362 "unsigned-varint", 363] 364 365[[package]] 366name = "atrium-xrpc" 367version = "0.12.3" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8" 370dependencies = [ 371 "http", 372 "serde", 373 "serde_html_form", 374 "serde_json", 375 "thiserror 1.0.69", 376 "trait-variant", 377] 378 379[[package]] 380name = "atrium-xrpc-client" 381version = "0.5.14" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "e099e5171f79faef52364ef0657a4cab086a71b384a779a29597a91b780de0d5" 384dependencies = [ 385 "atrium-xrpc", 386 "reqwest", 387] 388 389[[package]] 390name = "autocfg" 391version = "1.4.0" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 394 395[[package]] 396name = "aws-lc-rs" 397version = "1.13.0" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "19b756939cb2f8dc900aa6dcd505e6e2428e9cae7ff7b028c49e3946efa70878" 400dependencies = [ 401 "aws-lc-sys", 402 "zeroize", 403] 404 405[[package]] 406name = "aws-lc-sys" 407version = "0.28.2" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "bfa9b6986f250236c27e5a204062434a773a13243d2ffc2955f37bdba4c5c6a1" 410dependencies = [ 411 "bindgen", 412 "cc", 413 "cmake", 414 "dunce", 415 "fs_extra", 416] 417 418[[package]] 419name = "axum" 420version = "0.8.4" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 423dependencies = [ 424 "axum-core", 425 "axum-macros", 426 "base64 0.22.1", 427 "bytes", 428 "form_urlencoded", 429 "futures-util", 430 "http", 431 "http-body", 432 "http-body-util", 433 "hyper", 434 "hyper-util", 435 "itoa", 436 "matchit", 437 "memchr", 438 "mime", 439 "percent-encoding", 440 "pin-project-lite", 441 "rustversion", 442 "serde", 443 "serde_json", 444 "serde_path_to_error", 445 "serde_urlencoded", 446 "sha1", 447 "sync_wrapper", 448 "tokio", 449 "tokio-tungstenite", 450 "tower", 451 "tower-layer", 452 "tower-service", 453 "tracing", 454] 455 456[[package]] 457name = "axum-core" 458version = "0.5.2" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 461dependencies = [ 462 "bytes", 463 "futures-core", 464 "http", 465 "http-body", 466 "http-body-util", 467 "mime", 468 "pin-project-lite", 469 "rustversion", 470 "sync_wrapper", 471 "tower-layer", 472 "tower-service", 473 "tracing", 474] 475 476[[package]] 477name = "axum-macros" 478version = "0.5.0" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" 481dependencies = [ 482 "proc-macro2", 483 "quote", 484 "syn", 485] 486 487[[package]] 488name = "azure_core" 489version = "0.22.0" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "7c749d6035e8835014fa4897173792d772f0a65fac32e57c3cd9d676c8114e8a" 492dependencies = [ 493 "async-lock", 494 "async-trait", 495 "bytes", 496 "futures", 497 "once_cell", 498 "paste", 499 "pin-project", 500 "rustc_version", 501 "serde", 502 "serde_json", 503 "tracing", 504 "typespec", 505 "typespec_client_core", 506] 507 508[[package]] 509name = "azure_identity" 510version = "0.22.0" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "efc50602247671f7c7e59520b6d6ee78cc8c409cfd796d28fd4a084db9c9791b" 513dependencies = [ 514 "async-lock", 515 "async-process", 516 "async-trait", 517 "azure_core", 518 "futures", 519 "oauth2", 520 "pin-project", 521 "serde", 522 "time", 523 "tracing", 524 "typespec_client_core", 525 "tz-rs", 526 "url", 527] 528 529[[package]] 530name = "backtrace" 531version = "0.3.74" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 534dependencies = [ 535 "addr2line", 536 "cfg-if", 537 "libc", 538 "miniz_oxide", 539 "object", 540 "rustc-demangle", 541 "windows-targets 0.52.6", 542] 543 544[[package]] 545name = "base-x" 546version = "0.2.11" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 549 550[[package]] 551name = "base16ct" 552version = "0.2.0" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 555 556[[package]] 557name = "base32" 558version = "0.5.1" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076" 561 562[[package]] 563name = "base64" 564version = "0.13.1" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 567 568[[package]] 569name = "base64" 570version = "0.22.1" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 573 574[[package]] 575name = "base64ct" 576version = "1.7.3" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" 579 580[[package]] 581name = "bincode" 582version = "1.3.3" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 585dependencies = [ 586 "serde", 587] 588 589[[package]] 590name = "bindgen" 591version = "0.69.5" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 594dependencies = [ 595 "bitflags", 596 "cexpr", 597 "clang-sys", 598 "itertools", 599 "lazy_static", 600 "lazycell", 601 "log", 602 "prettyplease", 603 "proc-macro2", 604 "quote", 605 "regex", 606 "rustc-hash", 607 "shlex", 608 "syn", 609 "which", 610] 611 612[[package]] 613name = "bitflags" 614version = "2.9.0" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 617dependencies = [ 618 "serde", 619] 620 621[[package]] 622name = "blake2" 623version = "0.10.6" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 626dependencies = [ 627 "digest", 628] 629 630[[package]] 631name = "block-buffer" 632version = "0.10.4" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 635dependencies = [ 636 "generic-array", 637] 638 639[[package]] 640name = "blocking" 641version = "1.6.1" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 644dependencies = [ 645 "async-channel 2.3.1", 646 "async-task", 647 "futures-io", 648 "futures-lite 2.6.0", 649 "piper", 650] 651 652[[package]] 653name = "bluepds" 654version = "0.0.0" 655dependencies = [ 656 "anyhow", 657 "argon2", 658 "async-trait", 659 "atrium-api", 660 "atrium-crypto", 661 "atrium-repo", 662 "atrium-xrpc", 663 "atrium-xrpc-client", 664 "axum", 665 "azure_core", 666 "azure_identity", 667 "base32", 668 "base64 0.22.1", 669 "chrono", 670 "clap", 671 "clap-verbosity-flag", 672 "constcat", 673 "figment", 674 "futures", 675 "hex", 676 "http-cache-reqwest", 677 "k256", 678 "memmap2", 679 "metrics", 680 "metrics-exporter-prometheus", 681 "rand 0.8.5", 682 "reqwest", 683 "reqwest-middleware", 684 "serde", 685 "serde_ipld_dagcbor", 686 "serde_json", 687 "sha2", 688 "sqlx", 689 "thiserror 2.0.12", 690 "tokio", 691 "tokio-util", 692 "tower-http", 693 "tracing", 694 "tracing-subscriber", 695 "url", 696 "urlencoding", 697 "uuid", 698] 699 700[[package]] 701name = "bumpalo" 702version = "3.17.0" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 705 706[[package]] 707name = "bytemuck" 708version = "1.23.0" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c" 711 712[[package]] 713name = "byteorder" 714version = "1.5.0" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 717 718[[package]] 719name = "bytes" 720version = "1.10.1" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 723 724[[package]] 725name = "cbor4ii" 726version = "0.2.14" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 729dependencies = [ 730 "serde", 731] 732 733[[package]] 734name = "cc" 735version = "1.2.21" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0" 738dependencies = [ 739 "jobserver", 740 "libc", 741 "shlex", 742] 743 744[[package]] 745name = "cexpr" 746version = "0.6.0" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 749dependencies = [ 750 "nom", 751] 752 753[[package]] 754name = "cfg-if" 755version = "1.0.0" 756source = "registry+https://github.com/rust-lang/crates.io-index" 757checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 758 759[[package]] 760name = "chrono" 761version = "0.4.41" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 764dependencies = [ 765 "android-tzdata", 766 "iana-time-zone", 767 "js-sys", 768 "num-traits", 769 "serde", 770 "wasm-bindgen", 771 "windows-link", 772] 773 774[[package]] 775name = "cid" 776version = "0.11.1" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 779dependencies = [ 780 "core2", 781 "multibase", 782 "multihash", 783 "serde", 784 "serde_bytes", 785 "unsigned-varint", 786] 787 788[[package]] 789name = "clang-sys" 790version = "1.8.1" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 793dependencies = [ 794 "glob", 795 "libc", 796 "libloading", 797] 798 799[[package]] 800name = "clap" 801version = "4.5.37" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" 804dependencies = [ 805 "clap_builder", 806 "clap_derive", 807] 808 809[[package]] 810name = "clap-verbosity-flag" 811version = "3.0.2" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "2678fade3b77aa3a8ff3aae87e9c008d3fb00473a41c71fbf74e91c8c7b37e84" 814dependencies = [ 815 "clap", 816 "log", 817] 818 819[[package]] 820name = "clap_builder" 821version = "4.5.37" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" 824dependencies = [ 825 "anstream", 826 "anstyle", 827 "clap_lex", 828 "strsim", 829] 830 831[[package]] 832name = "clap_derive" 833version = "4.5.32" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" 836dependencies = [ 837 "heck", 838 "proc-macro2", 839 "quote", 840 "syn", 841] 842 843[[package]] 844name = "clap_lex" 845version = "0.7.4" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 848 849[[package]] 850name = "cmake" 851version = "0.1.54" 852source = "registry+https://github.com/rust-lang/crates.io-index" 853checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 854dependencies = [ 855 "cc", 856] 857 858[[package]] 859name = "colorchoice" 860version = "1.0.3" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 863 864[[package]] 865name = "concurrent-queue" 866version = "2.5.0" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 869dependencies = [ 870 "crossbeam-utils", 871] 872 873[[package]] 874name = "const-oid" 875version = "0.9.6" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 878 879[[package]] 880name = "const_fn" 881version = "0.4.11" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "2f8a2ca5ac02d09563609681103aada9e1777d54fc57a5acd7a41404f9c93b6e" 884 885[[package]] 886name = "constcat" 887version = "0.6.0" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "5ffb5df6dd5dadb422897e8132f415d7a054e3cd757e5070b663f75bea1840fb" 890 891[[package]] 892name = "core-foundation" 893version = "0.9.4" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 896dependencies = [ 897 "core-foundation-sys", 898 "libc", 899] 900 901[[package]] 902name = "core-foundation" 903version = "0.10.0" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 906dependencies = [ 907 "core-foundation-sys", 908 "libc", 909] 910 911[[package]] 912name = "core-foundation-sys" 913version = "0.8.7" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 916 917[[package]] 918name = "core2" 919version = "0.4.0" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 922dependencies = [ 923 "memchr", 924] 925 926[[package]] 927name = "cpufeatures" 928version = "0.2.17" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 931dependencies = [ 932 "libc", 933] 934 935[[package]] 936name = "crc" 937version = "3.2.1" 938source = "registry+https://github.com/rust-lang/crates.io-index" 939checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 940dependencies = [ 941 "crc-catalog", 942] 943 944[[package]] 945name = "crc-catalog" 946version = "2.4.0" 947source = "registry+https://github.com/rust-lang/crates.io-index" 948checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 949 950[[package]] 951name = "crc32fast" 952version = "1.4.2" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 955dependencies = [ 956 "cfg-if", 957] 958 959[[package]] 960name = "crossbeam-channel" 961version = "0.5.15" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 964dependencies = [ 965 "crossbeam-utils", 966] 967 968[[package]] 969name = "crossbeam-epoch" 970version = "0.9.18" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 973dependencies = [ 974 "crossbeam-utils", 975] 976 977[[package]] 978name = "crossbeam-queue" 979version = "0.3.12" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 982dependencies = [ 983 "crossbeam-utils", 984] 985 986[[package]] 987name = "crossbeam-utils" 988version = "0.8.21" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 991 992[[package]] 993name = "crypto-bigint" 994version = "0.5.5" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 997dependencies = [ 998 "generic-array", 999 "rand_core 0.6.4", 1000 "subtle", 1001 "zeroize", 1002] 1003 1004[[package]] 1005name = "crypto-common" 1006version = "0.1.6" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1009dependencies = [ 1010 "generic-array", 1011 "typenum", 1012] 1013 1014[[package]] 1015name = "dashmap" 1016version = "6.1.0" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 1019dependencies = [ 1020 "cfg-if", 1021 "crossbeam-utils", 1022 "hashbrown 0.14.5", 1023 "lock_api", 1024 "once_cell", 1025 "parking_lot_core", 1026] 1027 1028[[package]] 1029name = "data-encoding" 1030version = "2.9.0" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 1033 1034[[package]] 1035name = "data-encoding-macro" 1036version = "0.1.18" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 1039dependencies = [ 1040 "data-encoding", 1041 "data-encoding-macro-internal", 1042] 1043 1044[[package]] 1045name = "data-encoding-macro-internal" 1046version = "0.1.16" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 1049dependencies = [ 1050 "data-encoding", 1051 "syn", 1052] 1053 1054[[package]] 1055name = "der" 1056version = "0.7.10" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1059dependencies = [ 1060 "const-oid", 1061 "pem-rfc7468", 1062 "zeroize", 1063] 1064 1065[[package]] 1066name = "deranged" 1067version = "0.4.0" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 1070dependencies = [ 1071 "powerfmt", 1072 "serde", 1073] 1074 1075[[package]] 1076name = "digest" 1077version = "0.10.7" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1080dependencies = [ 1081 "block-buffer", 1082 "const-oid", 1083 "crypto-common", 1084 "subtle", 1085] 1086 1087[[package]] 1088name = "displaydoc" 1089version = "0.2.5" 1090source = "registry+https://github.com/rust-lang/crates.io-index" 1091checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1092dependencies = [ 1093 "proc-macro2", 1094 "quote", 1095 "syn", 1096] 1097 1098[[package]] 1099name = "dotenvy" 1100version = "0.15.7" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 1103 1104[[package]] 1105name = "dunce" 1106version = "1.0.5" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1109 1110[[package]] 1111name = "dyn-clone" 1112version = "1.0.19" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" 1115 1116[[package]] 1117name = "ecdsa" 1118version = "0.16.9" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1121dependencies = [ 1122 "der", 1123 "digest", 1124 "elliptic-curve", 1125 "rfc6979", 1126 "signature", 1127 "spki", 1128] 1129 1130[[package]] 1131name = "either" 1132version = "1.15.0" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1135dependencies = [ 1136 "serde", 1137] 1138 1139[[package]] 1140name = "elliptic-curve" 1141version = "0.13.8" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1144dependencies = [ 1145 "base16ct", 1146 "crypto-bigint", 1147 "digest", 1148 "ff", 1149 "generic-array", 1150 "group", 1151 "pkcs8", 1152 "rand_core 0.6.4", 1153 "sec1", 1154 "subtle", 1155 "zeroize", 1156] 1157 1158[[package]] 1159name = "encoding_rs" 1160version = "0.8.35" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1163dependencies = [ 1164 "cfg-if", 1165] 1166 1167[[package]] 1168name = "equivalent" 1169version = "1.0.2" 1170source = "registry+https://github.com/rust-lang/crates.io-index" 1171checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1172 1173[[package]] 1174name = "errno" 1175version = "0.3.11" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 1178dependencies = [ 1179 "libc", 1180 "windows-sys 0.59.0", 1181] 1182 1183[[package]] 1184name = "etcetera" 1185version = "0.8.0" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 1188dependencies = [ 1189 "cfg-if", 1190 "home", 1191 "windows-sys 0.48.0", 1192] 1193 1194[[package]] 1195name = "event-listener" 1196version = "2.5.3" 1197source = "registry+https://github.com/rust-lang/crates.io-index" 1198checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1199 1200[[package]] 1201name = "event-listener" 1202version = "5.4.0" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" 1205dependencies = [ 1206 "concurrent-queue", 1207 "parking", 1208 "pin-project-lite", 1209] 1210 1211[[package]] 1212name = "event-listener-strategy" 1213version = "0.5.4" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1216dependencies = [ 1217 "event-listener 5.4.0", 1218 "pin-project-lite", 1219] 1220 1221[[package]] 1222name = "fastrand" 1223version = "1.9.0" 1224source = "registry+https://github.com/rust-lang/crates.io-index" 1225checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1226dependencies = [ 1227 "instant", 1228] 1229 1230[[package]] 1231name = "fastrand" 1232version = "2.3.0" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1235 1236[[package]] 1237name = "ff" 1238version = "0.13.1" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1241dependencies = [ 1242 "rand_core 0.6.4", 1243 "subtle", 1244] 1245 1246[[package]] 1247name = "figment" 1248version = "0.10.19" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" 1251dependencies = [ 1252 "atomic", 1253 "pear", 1254 "serde", 1255 "toml", 1256 "uncased", 1257 "version_check", 1258] 1259 1260[[package]] 1261name = "flate2" 1262version = "1.1.1" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" 1265dependencies = [ 1266 "crc32fast", 1267 "miniz_oxide", 1268] 1269 1270[[package]] 1271name = "flume" 1272version = "0.11.1" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 1275dependencies = [ 1276 "futures-core", 1277 "futures-sink", 1278 "spin", 1279] 1280 1281[[package]] 1282name = "fnv" 1283version = "1.0.7" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1286 1287[[package]] 1288name = "foldhash" 1289version = "0.1.5" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1292 1293[[package]] 1294name = "foreign-types" 1295version = "0.3.2" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1298dependencies = [ 1299 "foreign-types-shared", 1300] 1301 1302[[package]] 1303name = "foreign-types-shared" 1304version = "0.1.1" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1307 1308[[package]] 1309name = "form_urlencoded" 1310version = "1.2.1" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1313dependencies = [ 1314 "percent-encoding", 1315] 1316 1317[[package]] 1318name = "fs_extra" 1319version = "1.3.0" 1320source = "registry+https://github.com/rust-lang/crates.io-index" 1321checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1322 1323[[package]] 1324name = "futures" 1325version = "0.3.31" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1328dependencies = [ 1329 "futures-channel", 1330 "futures-core", 1331 "futures-executor", 1332 "futures-io", 1333 "futures-sink", 1334 "futures-task", 1335 "futures-util", 1336] 1337 1338[[package]] 1339name = "futures-channel" 1340version = "0.3.31" 1341source = "registry+https://github.com/rust-lang/crates.io-index" 1342checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1343dependencies = [ 1344 "futures-core", 1345 "futures-sink", 1346] 1347 1348[[package]] 1349name = "futures-core" 1350version = "0.3.31" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1353 1354[[package]] 1355name = "futures-executor" 1356version = "0.3.31" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1359dependencies = [ 1360 "futures-core", 1361 "futures-task", 1362 "futures-util", 1363] 1364 1365[[package]] 1366name = "futures-intrusive" 1367version = "0.5.0" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 1370dependencies = [ 1371 "futures-core", 1372 "lock_api", 1373 "parking_lot", 1374] 1375 1376[[package]] 1377name = "futures-io" 1378version = "0.3.31" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1381 1382[[package]] 1383name = "futures-lite" 1384version = "1.13.0" 1385source = "registry+https://github.com/rust-lang/crates.io-index" 1386checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1387dependencies = [ 1388 "fastrand 1.9.0", 1389 "futures-core", 1390 "futures-io", 1391 "memchr", 1392 "parking", 1393 "pin-project-lite", 1394 "waker-fn", 1395] 1396 1397[[package]] 1398name = "futures-lite" 1399version = "2.6.0" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" 1402dependencies = [ 1403 "fastrand 2.3.0", 1404 "futures-core", 1405 "futures-io", 1406 "parking", 1407 "pin-project-lite", 1408] 1409 1410[[package]] 1411name = "futures-macro" 1412version = "0.3.31" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1415dependencies = [ 1416 "proc-macro2", 1417 "quote", 1418 "syn", 1419] 1420 1421[[package]] 1422name = "futures-sink" 1423version = "0.3.31" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1426 1427[[package]] 1428name = "futures-task" 1429version = "0.3.31" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1432 1433[[package]] 1434name = "futures-util" 1435version = "0.3.31" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1438dependencies = [ 1439 "futures-channel", 1440 "futures-core", 1441 "futures-io", 1442 "futures-macro", 1443 "futures-sink", 1444 "futures-task", 1445 "memchr", 1446 "pin-project-lite", 1447 "pin-utils", 1448 "slab", 1449] 1450 1451[[package]] 1452name = "generator" 1453version = "0.8.4" 1454source = "registry+https://github.com/rust-lang/crates.io-index" 1455checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd" 1456dependencies = [ 1457 "cfg-if", 1458 "libc", 1459 "log", 1460 "rustversion", 1461 "windows", 1462] 1463 1464[[package]] 1465name = "generic-array" 1466version = "0.14.7" 1467source = "registry+https://github.com/rust-lang/crates.io-index" 1468checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1469dependencies = [ 1470 "typenum", 1471 "version_check", 1472 "zeroize", 1473] 1474 1475[[package]] 1476name = "getrandom" 1477version = "0.1.16" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1480dependencies = [ 1481 "cfg-if", 1482 "libc", 1483 "wasi 0.9.0+wasi-snapshot-preview1", 1484] 1485 1486[[package]] 1487name = "getrandom" 1488version = "0.2.16" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1491dependencies = [ 1492 "cfg-if", 1493 "js-sys", 1494 "libc", 1495 "wasi 0.11.0+wasi-snapshot-preview1", 1496 "wasm-bindgen", 1497] 1498 1499[[package]] 1500name = "getrandom" 1501version = "0.3.2" 1502source = "registry+https://github.com/rust-lang/crates.io-index" 1503checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 1504dependencies = [ 1505 "cfg-if", 1506 "libc", 1507 "r-efi", 1508 "wasi 0.14.2+wasi-0.2.4", 1509] 1510 1511[[package]] 1512name = "gimli" 1513version = "0.31.1" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 1516 1517[[package]] 1518name = "glob" 1519version = "0.3.2" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 1522 1523[[package]] 1524name = "group" 1525version = "0.13.0" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1528dependencies = [ 1529 "ff", 1530 "rand_core 0.6.4", 1531 "subtle", 1532] 1533 1534[[package]] 1535name = "h2" 1536version = "0.4.9" 1537source = "registry+https://github.com/rust-lang/crates.io-index" 1538checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633" 1539dependencies = [ 1540 "atomic-waker", 1541 "bytes", 1542 "fnv", 1543 "futures-core", 1544 "futures-sink", 1545 "http", 1546 "indexmap", 1547 "slab", 1548 "tokio", 1549 "tokio-util", 1550 "tracing", 1551] 1552 1553[[package]] 1554name = "hashbrown" 1555version = "0.14.5" 1556source = "registry+https://github.com/rust-lang/crates.io-index" 1557checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1558 1559[[package]] 1560name = "hashbrown" 1561version = "0.15.3" 1562source = "registry+https://github.com/rust-lang/crates.io-index" 1563checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" 1564dependencies = [ 1565 "allocator-api2", 1566 "equivalent", 1567 "foldhash", 1568] 1569 1570[[package]] 1571name = "hashlink" 1572version = "0.10.0" 1573source = "registry+https://github.com/rust-lang/crates.io-index" 1574checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 1575dependencies = [ 1576 "hashbrown 0.15.3", 1577] 1578 1579[[package]] 1580name = "heck" 1581version = "0.5.0" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1584 1585[[package]] 1586name = "hermit-abi" 1587version = "0.4.0" 1588source = "registry+https://github.com/rust-lang/crates.io-index" 1589checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 1590 1591[[package]] 1592name = "hex" 1593version = "0.4.3" 1594source = "registry+https://github.com/rust-lang/crates.io-index" 1595checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1596 1597[[package]] 1598name = "hkdf" 1599version = "0.12.4" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1602dependencies = [ 1603 "hmac", 1604] 1605 1606[[package]] 1607name = "hmac" 1608version = "0.12.1" 1609source = "registry+https://github.com/rust-lang/crates.io-index" 1610checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1611dependencies = [ 1612 "digest", 1613] 1614 1615[[package]] 1616name = "home" 1617version = "0.5.11" 1618source = "registry+https://github.com/rust-lang/crates.io-index" 1619checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 1620dependencies = [ 1621 "windows-sys 0.59.0", 1622] 1623 1624[[package]] 1625name = "http" 1626version = "1.3.1" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1629dependencies = [ 1630 "bytes", 1631 "fnv", 1632 "itoa", 1633] 1634 1635[[package]] 1636name = "http-body" 1637version = "1.0.1" 1638source = "registry+https://github.com/rust-lang/crates.io-index" 1639checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1640dependencies = [ 1641 "bytes", 1642 "http", 1643] 1644 1645[[package]] 1646name = "http-body-util" 1647version = "0.1.3" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1650dependencies = [ 1651 "bytes", 1652 "futures-core", 1653 "http", 1654 "http-body", 1655 "pin-project-lite", 1656] 1657 1658[[package]] 1659name = "http-cache" 1660version = "0.20.1" 1661source = "registry+https://github.com/rust-lang/crates.io-index" 1662checksum = "7e883defacf53960c7717d9e928dc8667be9501d9f54e6a8b7703d7a30320e9c" 1663dependencies = [ 1664 "async-trait", 1665 "bincode", 1666 "http", 1667 "http-cache-semantics", 1668 "httpdate", 1669 "moka", 1670 "serde", 1671 "url", 1672] 1673 1674[[package]] 1675name = "http-cache-reqwest" 1676version = "0.15.1" 1677source = "registry+https://github.com/rust-lang/crates.io-index" 1678checksum = "e076afd9d376f09073b515ce95071b29393687d98ed521948edb899195595ddf" 1679dependencies = [ 1680 "anyhow", 1681 "async-trait", 1682 "http", 1683 "http-cache", 1684 "http-cache-semantics", 1685 "reqwest", 1686 "reqwest-middleware", 1687 "serde", 1688 "url", 1689] 1690 1691[[package]] 1692name = "http-cache-semantics" 1693version = "2.1.0" 1694source = "registry+https://github.com/rust-lang/crates.io-index" 1695checksum = "92baf25cf0b8c9246baecf3a444546360a97b569168fdf92563ee6a47829920c" 1696dependencies = [ 1697 "http", 1698 "http-serde", 1699 "serde", 1700 "time", 1701] 1702 1703[[package]] 1704name = "http-range-header" 1705version = "0.4.2" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" 1708 1709[[package]] 1710name = "http-serde" 1711version = "2.1.1" 1712source = "registry+https://github.com/rust-lang/crates.io-index" 1713checksum = "0f056c8559e3757392c8d091e796416e4649d8e49e88b8d76df6c002f05027fd" 1714dependencies = [ 1715 "http", 1716 "serde", 1717] 1718 1719[[package]] 1720name = "http-types" 1721version = "2.12.0" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 1724dependencies = [ 1725 "anyhow", 1726 "async-channel 1.9.0", 1727 "base64 0.13.1", 1728 "futures-lite 1.13.0", 1729 "infer", 1730 "pin-project-lite", 1731 "rand 0.7.3", 1732 "serde", 1733 "serde_json", 1734 "serde_qs", 1735 "serde_urlencoded", 1736 "url", 1737] 1738 1739[[package]] 1740name = "httparse" 1741version = "1.10.1" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1744 1745[[package]] 1746name = "httpdate" 1747version = "1.0.3" 1748source = "registry+https://github.com/rust-lang/crates.io-index" 1749checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1750 1751[[package]] 1752name = "hyper" 1753version = "1.6.0" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 1756dependencies = [ 1757 "bytes", 1758 "futures-channel", 1759 "futures-util", 1760 "h2", 1761 "http", 1762 "http-body", 1763 "httparse", 1764 "httpdate", 1765 "itoa", 1766 "pin-project-lite", 1767 "smallvec", 1768 "tokio", 1769 "want", 1770] 1771 1772[[package]] 1773name = "hyper-rustls" 1774version = "0.27.5" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" 1777dependencies = [ 1778 "futures-util", 1779 "http", 1780 "hyper", 1781 "hyper-util", 1782 "rustls", 1783 "rustls-native-certs", 1784 "rustls-pki-types", 1785 "tokio", 1786 "tokio-rustls", 1787 "tower-service", 1788] 1789 1790[[package]] 1791name = "hyper-tls" 1792version = "0.6.0" 1793source = "registry+https://github.com/rust-lang/crates.io-index" 1794checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1795dependencies = [ 1796 "bytes", 1797 "http-body-util", 1798 "hyper", 1799 "hyper-util", 1800 "native-tls", 1801 "tokio", 1802 "tokio-native-tls", 1803 "tower-service", 1804] 1805 1806[[package]] 1807name = "hyper-util" 1808version = "0.1.11" 1809source = "registry+https://github.com/rust-lang/crates.io-index" 1810checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" 1811dependencies = [ 1812 "bytes", 1813 "futures-channel", 1814 "futures-util", 1815 "http", 1816 "http-body", 1817 "hyper", 1818 "libc", 1819 "pin-project-lite", 1820 "socket2", 1821 "tokio", 1822 "tower-service", 1823 "tracing", 1824] 1825 1826[[package]] 1827name = "iana-time-zone" 1828version = "0.1.63" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 1831dependencies = [ 1832 "android_system_properties", 1833 "core-foundation-sys", 1834 "iana-time-zone-haiku", 1835 "js-sys", 1836 "log", 1837 "wasm-bindgen", 1838 "windows-core 0.61.0", 1839] 1840 1841[[package]] 1842name = "iana-time-zone-haiku" 1843version = "0.1.2" 1844source = "registry+https://github.com/rust-lang/crates.io-index" 1845checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1846dependencies = [ 1847 "cc", 1848] 1849 1850[[package]] 1851name = "icu_collections" 1852version = "1.5.0" 1853source = "registry+https://github.com/rust-lang/crates.io-index" 1854checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 1855dependencies = [ 1856 "displaydoc", 1857 "yoke", 1858 "zerofrom", 1859 "zerovec", 1860] 1861 1862[[package]] 1863name = "icu_locid" 1864version = "1.5.0" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 1867dependencies = [ 1868 "displaydoc", 1869 "litemap", 1870 "tinystr", 1871 "writeable", 1872 "zerovec", 1873] 1874 1875[[package]] 1876name = "icu_locid_transform" 1877version = "1.5.0" 1878source = "registry+https://github.com/rust-lang/crates.io-index" 1879checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 1880dependencies = [ 1881 "displaydoc", 1882 "icu_locid", 1883 "icu_locid_transform_data", 1884 "icu_provider", 1885 "tinystr", 1886 "zerovec", 1887] 1888 1889[[package]] 1890name = "icu_locid_transform_data" 1891version = "1.5.1" 1892source = "registry+https://github.com/rust-lang/crates.io-index" 1893checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" 1894 1895[[package]] 1896name = "icu_normalizer" 1897version = "1.5.0" 1898source = "registry+https://github.com/rust-lang/crates.io-index" 1899checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 1900dependencies = [ 1901 "displaydoc", 1902 "icu_collections", 1903 "icu_normalizer_data", 1904 "icu_properties", 1905 "icu_provider", 1906 "smallvec", 1907 "utf16_iter", 1908 "utf8_iter", 1909 "write16", 1910 "zerovec", 1911] 1912 1913[[package]] 1914name = "icu_normalizer_data" 1915version = "1.5.1" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" 1918 1919[[package]] 1920name = "icu_properties" 1921version = "1.5.1" 1922source = "registry+https://github.com/rust-lang/crates.io-index" 1923checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1924dependencies = [ 1925 "displaydoc", 1926 "icu_collections", 1927 "icu_locid_transform", 1928 "icu_properties_data", 1929 "icu_provider", 1930 "tinystr", 1931 "zerovec", 1932] 1933 1934[[package]] 1935name = "icu_properties_data" 1936version = "1.5.1" 1937source = "registry+https://github.com/rust-lang/crates.io-index" 1938checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" 1939 1940[[package]] 1941name = "icu_provider" 1942version = "1.5.0" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1945dependencies = [ 1946 "displaydoc", 1947 "icu_locid", 1948 "icu_provider_macros", 1949 "stable_deref_trait", 1950 "tinystr", 1951 "writeable", 1952 "yoke", 1953 "zerofrom", 1954 "zerovec", 1955] 1956 1957[[package]] 1958name = "icu_provider_macros" 1959version = "1.5.0" 1960source = "registry+https://github.com/rust-lang/crates.io-index" 1961checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1962dependencies = [ 1963 "proc-macro2", 1964 "quote", 1965 "syn", 1966] 1967 1968[[package]] 1969name = "idna" 1970version = "1.0.3" 1971source = "registry+https://github.com/rust-lang/crates.io-index" 1972checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1973dependencies = [ 1974 "idna_adapter", 1975 "smallvec", 1976 "utf8_iter", 1977] 1978 1979[[package]] 1980name = "idna_adapter" 1981version = "1.2.0" 1982source = "registry+https://github.com/rust-lang/crates.io-index" 1983checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1984dependencies = [ 1985 "icu_normalizer", 1986 "icu_properties", 1987] 1988 1989[[package]] 1990name = "indexmap" 1991version = "2.9.0" 1992source = "registry+https://github.com/rust-lang/crates.io-index" 1993checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 1994dependencies = [ 1995 "equivalent", 1996 "hashbrown 0.15.3", 1997] 1998 1999[[package]] 2000name = "infer" 2001version = "0.2.3" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 2004 2005[[package]] 2006name = "inlinable_string" 2007version = "0.1.15" 2008source = "registry+https://github.com/rust-lang/crates.io-index" 2009checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 2010 2011[[package]] 2012name = "instant" 2013version = "0.1.13" 2014source = "registry+https://github.com/rust-lang/crates.io-index" 2015checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2016dependencies = [ 2017 "cfg-if", 2018] 2019 2020[[package]] 2021name = "ipld-core" 2022version = "0.4.2" 2023source = "registry+https://github.com/rust-lang/crates.io-index" 2024checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 2025dependencies = [ 2026 "cid", 2027 "serde", 2028 "serde_bytes", 2029] 2030 2031[[package]] 2032name = "ipnet" 2033version = "2.11.0" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 2036 2037[[package]] 2038name = "is_terminal_polyfill" 2039version = "1.70.1" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2042 2043[[package]] 2044name = "itertools" 2045version = "0.12.1" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2048dependencies = [ 2049 "either", 2050] 2051 2052[[package]] 2053name = "itoa" 2054version = "1.0.15" 2055source = "registry+https://github.com/rust-lang/crates.io-index" 2056checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 2057 2058[[package]] 2059name = "jobserver" 2060version = "0.1.33" 2061source = "registry+https://github.com/rust-lang/crates.io-index" 2062checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 2063dependencies = [ 2064 "getrandom 0.3.2", 2065 "libc", 2066] 2067 2068[[package]] 2069name = "js-sys" 2070version = "0.3.77" 2071source = "registry+https://github.com/rust-lang/crates.io-index" 2072checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 2073dependencies = [ 2074 "once_cell", 2075 "wasm-bindgen", 2076] 2077 2078[[package]] 2079name = "k256" 2080version = "0.13.4" 2081source = "registry+https://github.com/rust-lang/crates.io-index" 2082checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 2083dependencies = [ 2084 "cfg-if", 2085 "ecdsa", 2086 "elliptic-curve", 2087 "once_cell", 2088 "sha2", 2089 "signature", 2090] 2091 2092[[package]] 2093name = "langtag" 2094version = "0.3.4" 2095source = "registry+https://github.com/rust-lang/crates.io-index" 2096checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 2097dependencies = [ 2098 "serde", 2099] 2100 2101[[package]] 2102name = "lazy_static" 2103version = "1.5.0" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2106dependencies = [ 2107 "spin", 2108] 2109 2110[[package]] 2111name = "lazycell" 2112version = "1.3.0" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2115 2116[[package]] 2117name = "libc" 2118version = "0.2.172" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 2121 2122[[package]] 2123name = "libloading" 2124version = "0.8.6" 2125source = "registry+https://github.com/rust-lang/crates.io-index" 2126checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 2127dependencies = [ 2128 "cfg-if", 2129 "windows-targets 0.52.6", 2130] 2131 2132[[package]] 2133name = "libm" 2134version = "0.2.13" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "c9627da5196e5d8ed0b0495e61e518847578da83483c37288316d9b2e03a7f72" 2137 2138[[package]] 2139name = "libsqlite3-sys" 2140version = "0.30.1" 2141source = "registry+https://github.com/rust-lang/crates.io-index" 2142checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 2143dependencies = [ 2144 "cc", 2145 "pkg-config", 2146 "vcpkg", 2147] 2148 2149[[package]] 2150name = "linux-raw-sys" 2151version = "0.4.15" 2152source = "registry+https://github.com/rust-lang/crates.io-index" 2153checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2154 2155[[package]] 2156name = "linux-raw-sys" 2157version = "0.9.4" 2158source = "registry+https://github.com/rust-lang/crates.io-index" 2159checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 2160 2161[[package]] 2162name = "litemap" 2163version = "0.7.5" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 2166 2167[[package]] 2168name = "lock_api" 2169version = "0.4.12" 2170source = "registry+https://github.com/rust-lang/crates.io-index" 2171checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2172dependencies = [ 2173 "autocfg", 2174 "scopeguard", 2175] 2176 2177[[package]] 2178name = "log" 2179version = "0.4.27" 2180source = "registry+https://github.com/rust-lang/crates.io-index" 2181checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 2182 2183[[package]] 2184name = "loom" 2185version = "0.7.2" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2188dependencies = [ 2189 "cfg-if", 2190 "generator", 2191 "scoped-tls", 2192 "tracing", 2193 "tracing-subscriber", 2194] 2195 2196[[package]] 2197name = "lru" 2198version = "0.12.5" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 2201dependencies = [ 2202 "hashbrown 0.15.3", 2203] 2204 2205[[package]] 2206name = "matchers" 2207version = "0.1.0" 2208source = "registry+https://github.com/rust-lang/crates.io-index" 2209checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2210dependencies = [ 2211 "regex-automata 0.1.10", 2212] 2213 2214[[package]] 2215name = "matchit" 2216version = "0.8.4" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 2219 2220[[package]] 2221name = "md-5" 2222version = "0.10.6" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2225dependencies = [ 2226 "cfg-if", 2227 "digest", 2228] 2229 2230[[package]] 2231name = "memchr" 2232version = "2.7.4" 2233source = "registry+https://github.com/rust-lang/crates.io-index" 2234checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2235 2236[[package]] 2237name = "memmap2" 2238version = "0.9.5" 2239source = "registry+https://github.com/rust-lang/crates.io-index" 2240checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 2241dependencies = [ 2242 "libc", 2243] 2244 2245[[package]] 2246name = "metrics" 2247version = "0.24.2" 2248source = "registry+https://github.com/rust-lang/crates.io-index" 2249checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5" 2250dependencies = [ 2251 "ahash", 2252 "portable-atomic", 2253] 2254 2255[[package]] 2256name = "metrics-exporter-prometheus" 2257version = "0.16.2" 2258source = "registry+https://github.com/rust-lang/crates.io-index" 2259checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034" 2260dependencies = [ 2261 "base64 0.22.1", 2262 "http-body-util", 2263 "hyper", 2264 "hyper-rustls", 2265 "hyper-util", 2266 "indexmap", 2267 "ipnet", 2268 "metrics", 2269 "metrics-util", 2270 "quanta", 2271 "thiserror 1.0.69", 2272 "tokio", 2273 "tracing", 2274] 2275 2276[[package]] 2277name = "metrics-util" 2278version = "0.19.1" 2279source = "registry+https://github.com/rust-lang/crates.io-index" 2280checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376" 2281dependencies = [ 2282 "crossbeam-epoch", 2283 "crossbeam-utils", 2284 "hashbrown 0.15.3", 2285 "metrics", 2286 "quanta", 2287 "rand 0.9.1", 2288 "rand_xoshiro", 2289 "sketches-ddsketch", 2290] 2291 2292[[package]] 2293name = "mime" 2294version = "0.3.17" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2297 2298[[package]] 2299name = "mime_guess" 2300version = "2.0.5" 2301source = "registry+https://github.com/rust-lang/crates.io-index" 2302checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2303dependencies = [ 2304 "mime", 2305 "unicase", 2306] 2307 2308[[package]] 2309name = "minimal-lexical" 2310version = "0.2.1" 2311source = "registry+https://github.com/rust-lang/crates.io-index" 2312checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2313 2314[[package]] 2315name = "miniz_oxide" 2316version = "0.8.8" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 2319dependencies = [ 2320 "adler2", 2321] 2322 2323[[package]] 2324name = "mio" 2325version = "1.0.3" 2326source = "registry+https://github.com/rust-lang/crates.io-index" 2327checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 2328dependencies = [ 2329 "libc", 2330 "wasi 0.11.0+wasi-snapshot-preview1", 2331 "windows-sys 0.52.0", 2332] 2333 2334[[package]] 2335name = "moka" 2336version = "0.12.10" 2337source = "registry+https://github.com/rust-lang/crates.io-index" 2338checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 2339dependencies = [ 2340 "async-lock", 2341 "crossbeam-channel", 2342 "crossbeam-epoch", 2343 "crossbeam-utils", 2344 "event-listener 5.4.0", 2345 "futures-util", 2346 "loom", 2347 "parking_lot", 2348 "portable-atomic", 2349 "rustc_version", 2350 "smallvec", 2351 "tagptr", 2352 "thiserror 1.0.69", 2353 "uuid", 2354] 2355 2356[[package]] 2357name = "multibase" 2358version = "0.9.1" 2359source = "registry+https://github.com/rust-lang/crates.io-index" 2360checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 2361dependencies = [ 2362 "base-x", 2363 "data-encoding", 2364 "data-encoding-macro", 2365] 2366 2367[[package]] 2368name = "multihash" 2369version = "0.19.3" 2370source = "registry+https://github.com/rust-lang/crates.io-index" 2371checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 2372dependencies = [ 2373 "core2", 2374 "serde", 2375 "unsigned-varint", 2376] 2377 2378[[package]] 2379name = "native-tls" 2380version = "0.2.14" 2381source = "registry+https://github.com/rust-lang/crates.io-index" 2382checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 2383dependencies = [ 2384 "libc", 2385 "log", 2386 "openssl", 2387 "openssl-probe", 2388 "openssl-sys", 2389 "schannel", 2390 "security-framework 2.11.1", 2391 "security-framework-sys", 2392 "tempfile", 2393] 2394 2395[[package]] 2396name = "nom" 2397version = "7.1.3" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2400dependencies = [ 2401 "memchr", 2402 "minimal-lexical", 2403] 2404 2405[[package]] 2406name = "nu-ansi-term" 2407version = "0.46.0" 2408source = "registry+https://github.com/rust-lang/crates.io-index" 2409checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2410dependencies = [ 2411 "overload", 2412 "winapi", 2413] 2414 2415[[package]] 2416name = "num-bigint-dig" 2417version = "0.8.4" 2418source = "registry+https://github.com/rust-lang/crates.io-index" 2419checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 2420dependencies = [ 2421 "byteorder", 2422 "lazy_static", 2423 "libm", 2424 "num-integer", 2425 "num-iter", 2426 "num-traits", 2427 "rand 0.8.5", 2428 "smallvec", 2429 "zeroize", 2430] 2431 2432[[package]] 2433name = "num-conv" 2434version = "0.1.0" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2437 2438[[package]] 2439name = "num-integer" 2440version = "0.1.46" 2441source = "registry+https://github.com/rust-lang/crates.io-index" 2442checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2443dependencies = [ 2444 "num-traits", 2445] 2446 2447[[package]] 2448name = "num-iter" 2449version = "0.1.45" 2450source = "registry+https://github.com/rust-lang/crates.io-index" 2451checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2452dependencies = [ 2453 "autocfg", 2454 "num-integer", 2455 "num-traits", 2456] 2457 2458[[package]] 2459name = "num-traits" 2460version = "0.2.19" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2463dependencies = [ 2464 "autocfg", 2465 "libm", 2466] 2467 2468[[package]] 2469name = "num_threads" 2470version = "0.1.7" 2471source = "registry+https://github.com/rust-lang/crates.io-index" 2472checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2473dependencies = [ 2474 "libc", 2475] 2476 2477[[package]] 2478name = "oauth2" 2479version = "5.0.0" 2480source = "registry+https://github.com/rust-lang/crates.io-index" 2481checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" 2482dependencies = [ 2483 "base64 0.22.1", 2484 "chrono", 2485 "getrandom 0.2.16", 2486 "http", 2487 "rand 0.8.5", 2488 "serde", 2489 "serde_json", 2490 "serde_path_to_error", 2491 "sha2", 2492 "thiserror 1.0.69", 2493 "url", 2494] 2495 2496[[package]] 2497name = "object" 2498version = "0.36.7" 2499source = "registry+https://github.com/rust-lang/crates.io-index" 2500checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 2501dependencies = [ 2502 "memchr", 2503] 2504 2505[[package]] 2506name = "once_cell" 2507version = "1.21.3" 2508source = "registry+https://github.com/rust-lang/crates.io-index" 2509checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2510 2511[[package]] 2512name = "openssl" 2513version = "0.10.72" 2514source = "registry+https://github.com/rust-lang/crates.io-index" 2515checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" 2516dependencies = [ 2517 "bitflags", 2518 "cfg-if", 2519 "foreign-types", 2520 "libc", 2521 "once_cell", 2522 "openssl-macros", 2523 "openssl-sys", 2524] 2525 2526[[package]] 2527name = "openssl-macros" 2528version = "0.1.1" 2529source = "registry+https://github.com/rust-lang/crates.io-index" 2530checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2531dependencies = [ 2532 "proc-macro2", 2533 "quote", 2534 "syn", 2535] 2536 2537[[package]] 2538name = "openssl-probe" 2539version = "0.1.6" 2540source = "registry+https://github.com/rust-lang/crates.io-index" 2541checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 2542 2543[[package]] 2544name = "openssl-sys" 2545version = "0.9.108" 2546source = "registry+https://github.com/rust-lang/crates.io-index" 2547checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" 2548dependencies = [ 2549 "cc", 2550 "libc", 2551 "pkg-config", 2552 "vcpkg", 2553] 2554 2555[[package]] 2556name = "overload" 2557version = "0.1.1" 2558source = "registry+https://github.com/rust-lang/crates.io-index" 2559checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2560 2561[[package]] 2562name = "p256" 2563version = "0.13.2" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 2566dependencies = [ 2567 "ecdsa", 2568 "elliptic-curve", 2569 "primeorder", 2570 "sha2", 2571] 2572 2573[[package]] 2574name = "parking" 2575version = "2.2.1" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2578 2579[[package]] 2580name = "parking_lot" 2581version = "0.12.3" 2582source = "registry+https://github.com/rust-lang/crates.io-index" 2583checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2584dependencies = [ 2585 "lock_api", 2586 "parking_lot_core", 2587] 2588 2589[[package]] 2590name = "parking_lot_core" 2591version = "0.9.10" 2592source = "registry+https://github.com/rust-lang/crates.io-index" 2593checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2594dependencies = [ 2595 "cfg-if", 2596 "libc", 2597 "redox_syscall", 2598 "smallvec", 2599 "windows-targets 0.52.6", 2600] 2601 2602[[package]] 2603name = "password-hash" 2604version = "0.5.0" 2605source = "registry+https://github.com/rust-lang/crates.io-index" 2606checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" 2607dependencies = [ 2608 "base64ct", 2609 "rand_core 0.6.4", 2610 "subtle", 2611] 2612 2613[[package]] 2614name = "paste" 2615version = "1.0.15" 2616source = "registry+https://github.com/rust-lang/crates.io-index" 2617checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2618 2619[[package]] 2620name = "pear" 2621version = "0.2.9" 2622source = "registry+https://github.com/rust-lang/crates.io-index" 2623checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" 2624dependencies = [ 2625 "inlinable_string", 2626 "pear_codegen", 2627 "yansi", 2628] 2629 2630[[package]] 2631name = "pear_codegen" 2632version = "0.2.9" 2633source = "registry+https://github.com/rust-lang/crates.io-index" 2634checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" 2635dependencies = [ 2636 "proc-macro2", 2637 "proc-macro2-diagnostics", 2638 "quote", 2639 "syn", 2640] 2641 2642[[package]] 2643name = "pem-rfc7468" 2644version = "0.7.0" 2645source = "registry+https://github.com/rust-lang/crates.io-index" 2646checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2647dependencies = [ 2648 "base64ct", 2649] 2650 2651[[package]] 2652name = "percent-encoding" 2653version = "2.3.1" 2654source = "registry+https://github.com/rust-lang/crates.io-index" 2655checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2656 2657[[package]] 2658name = "pin-project" 2659version = "1.1.10" 2660source = "registry+https://github.com/rust-lang/crates.io-index" 2661checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 2662dependencies = [ 2663 "pin-project-internal", 2664] 2665 2666[[package]] 2667name = "pin-project-internal" 2668version = "1.1.10" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 2671dependencies = [ 2672 "proc-macro2", 2673 "quote", 2674 "syn", 2675] 2676 2677[[package]] 2678name = "pin-project-lite" 2679version = "0.2.16" 2680source = "registry+https://github.com/rust-lang/crates.io-index" 2681checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2682 2683[[package]] 2684name = "pin-utils" 2685version = "0.1.0" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2688 2689[[package]] 2690name = "piper" 2691version = "0.2.4" 2692source = "registry+https://github.com/rust-lang/crates.io-index" 2693checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 2694dependencies = [ 2695 "atomic-waker", 2696 "fastrand 2.3.0", 2697 "futures-io", 2698] 2699 2700[[package]] 2701name = "pkcs1" 2702version = "0.7.5" 2703source = "registry+https://github.com/rust-lang/crates.io-index" 2704checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2705dependencies = [ 2706 "der", 2707 "pkcs8", 2708 "spki", 2709] 2710 2711[[package]] 2712name = "pkcs8" 2713version = "0.10.2" 2714source = "registry+https://github.com/rust-lang/crates.io-index" 2715checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2716dependencies = [ 2717 "der", 2718 "spki", 2719] 2720 2721[[package]] 2722name = "pkg-config" 2723version = "0.3.32" 2724source = "registry+https://github.com/rust-lang/crates.io-index" 2725checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2726 2727[[package]] 2728name = "polling" 2729version = "3.7.4" 2730source = "registry+https://github.com/rust-lang/crates.io-index" 2731checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" 2732dependencies = [ 2733 "cfg-if", 2734 "concurrent-queue", 2735 "hermit-abi", 2736 "pin-project-lite", 2737 "rustix 0.38.44", 2738 "tracing", 2739 "windows-sys 0.59.0", 2740] 2741 2742[[package]] 2743name = "portable-atomic" 2744version = "1.11.0" 2745source = "registry+https://github.com/rust-lang/crates.io-index" 2746checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 2747 2748[[package]] 2749name = "powerfmt" 2750version = "0.2.0" 2751source = "registry+https://github.com/rust-lang/crates.io-index" 2752checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2753 2754[[package]] 2755name = "ppv-lite86" 2756version = "0.2.21" 2757source = "registry+https://github.com/rust-lang/crates.io-index" 2758checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2759dependencies = [ 2760 "zerocopy 0.8.25", 2761] 2762 2763[[package]] 2764name = "prettyplease" 2765version = "0.2.32" 2766source = "registry+https://github.com/rust-lang/crates.io-index" 2767checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6" 2768dependencies = [ 2769 "proc-macro2", 2770 "syn", 2771] 2772 2773[[package]] 2774name = "primeorder" 2775version = "0.13.6" 2776source = "registry+https://github.com/rust-lang/crates.io-index" 2777checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2778dependencies = [ 2779 "elliptic-curve", 2780] 2781 2782[[package]] 2783name = "proc-macro2" 2784version = "1.0.95" 2785source = "registry+https://github.com/rust-lang/crates.io-index" 2786checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 2787dependencies = [ 2788 "unicode-ident", 2789] 2790 2791[[package]] 2792name = "proc-macro2-diagnostics" 2793version = "0.10.1" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 2796dependencies = [ 2797 "proc-macro2", 2798 "quote", 2799 "syn", 2800 "version_check", 2801 "yansi", 2802] 2803 2804[[package]] 2805name = "quanta" 2806version = "0.12.5" 2807source = "registry+https://github.com/rust-lang/crates.io-index" 2808checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e" 2809dependencies = [ 2810 "crossbeam-utils", 2811 "libc", 2812 "once_cell", 2813 "raw-cpuid", 2814 "wasi 0.11.0+wasi-snapshot-preview1", 2815 "web-sys", 2816 "winapi", 2817] 2818 2819[[package]] 2820name = "quote" 2821version = "1.0.40" 2822source = "registry+https://github.com/rust-lang/crates.io-index" 2823checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 2824dependencies = [ 2825 "proc-macro2", 2826] 2827 2828[[package]] 2829name = "r-efi" 2830version = "5.2.0" 2831source = "registry+https://github.com/rust-lang/crates.io-index" 2832checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 2833 2834[[package]] 2835name = "rand" 2836version = "0.7.3" 2837source = "registry+https://github.com/rust-lang/crates.io-index" 2838checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2839dependencies = [ 2840 "getrandom 0.1.16", 2841 "libc", 2842 "rand_chacha 0.2.2", 2843 "rand_core 0.5.1", 2844 "rand_hc", 2845] 2846 2847[[package]] 2848name = "rand" 2849version = "0.8.5" 2850source = "registry+https://github.com/rust-lang/crates.io-index" 2851checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2852dependencies = [ 2853 "libc", 2854 "rand_chacha 0.3.1", 2855 "rand_core 0.6.4", 2856] 2857 2858[[package]] 2859name = "rand" 2860version = "0.9.1" 2861source = "registry+https://github.com/rust-lang/crates.io-index" 2862checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 2863dependencies = [ 2864 "rand_chacha 0.9.0", 2865 "rand_core 0.9.3", 2866] 2867 2868[[package]] 2869name = "rand_chacha" 2870version = "0.2.2" 2871source = "registry+https://github.com/rust-lang/crates.io-index" 2872checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2873dependencies = [ 2874 "ppv-lite86", 2875 "rand_core 0.5.1", 2876] 2877 2878[[package]] 2879name = "rand_chacha" 2880version = "0.3.1" 2881source = "registry+https://github.com/rust-lang/crates.io-index" 2882checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2883dependencies = [ 2884 "ppv-lite86", 2885 "rand_core 0.6.4", 2886] 2887 2888[[package]] 2889name = "rand_chacha" 2890version = "0.9.0" 2891source = "registry+https://github.com/rust-lang/crates.io-index" 2892checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2893dependencies = [ 2894 "ppv-lite86", 2895 "rand_core 0.9.3", 2896] 2897 2898[[package]] 2899name = "rand_core" 2900version = "0.5.1" 2901source = "registry+https://github.com/rust-lang/crates.io-index" 2902checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2903dependencies = [ 2904 "getrandom 0.1.16", 2905] 2906 2907[[package]] 2908name = "rand_core" 2909version = "0.6.4" 2910source = "registry+https://github.com/rust-lang/crates.io-index" 2911checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2912dependencies = [ 2913 "getrandom 0.2.16", 2914] 2915 2916[[package]] 2917name = "rand_core" 2918version = "0.9.3" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 2921dependencies = [ 2922 "getrandom 0.3.2", 2923] 2924 2925[[package]] 2926name = "rand_hc" 2927version = "0.2.0" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2930dependencies = [ 2931 "rand_core 0.5.1", 2932] 2933 2934[[package]] 2935name = "rand_xoshiro" 2936version = "0.7.0" 2937source = "registry+https://github.com/rust-lang/crates.io-index" 2938checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" 2939dependencies = [ 2940 "rand_core 0.9.3", 2941] 2942 2943[[package]] 2944name = "raw-cpuid" 2945version = "11.5.0" 2946source = "registry+https://github.com/rust-lang/crates.io-index" 2947checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" 2948dependencies = [ 2949 "bitflags", 2950] 2951 2952[[package]] 2953name = "redox_syscall" 2954version = "0.5.12" 2955source = "registry+https://github.com/rust-lang/crates.io-index" 2956checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" 2957dependencies = [ 2958 "bitflags", 2959] 2960 2961[[package]] 2962name = "regex" 2963version = "1.11.1" 2964source = "registry+https://github.com/rust-lang/crates.io-index" 2965checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 2966dependencies = [ 2967 "aho-corasick", 2968 "memchr", 2969 "regex-automata 0.4.9", 2970 "regex-syntax 0.8.5", 2971] 2972 2973[[package]] 2974name = "regex-automata" 2975version = "0.1.10" 2976source = "registry+https://github.com/rust-lang/crates.io-index" 2977checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2978dependencies = [ 2979 "regex-syntax 0.6.29", 2980] 2981 2982[[package]] 2983name = "regex-automata" 2984version = "0.4.9" 2985source = "registry+https://github.com/rust-lang/crates.io-index" 2986checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 2987dependencies = [ 2988 "aho-corasick", 2989 "memchr", 2990 "regex-syntax 0.8.5", 2991] 2992 2993[[package]] 2994name = "regex-syntax" 2995version = "0.6.29" 2996source = "registry+https://github.com/rust-lang/crates.io-index" 2997checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2998 2999[[package]] 3000name = "regex-syntax" 3001version = "0.8.5" 3002source = "registry+https://github.com/rust-lang/crates.io-index" 3003checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 3004 3005[[package]] 3006name = "reqwest" 3007version = "0.12.15" 3008source = "registry+https://github.com/rust-lang/crates.io-index" 3009checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" 3010dependencies = [ 3011 "async-compression", 3012 "base64 0.22.1", 3013 "bytes", 3014 "encoding_rs", 3015 "futures-core", 3016 "futures-util", 3017 "h2", 3018 "http", 3019 "http-body", 3020 "http-body-util", 3021 "hyper", 3022 "hyper-rustls", 3023 "hyper-tls", 3024 "hyper-util", 3025 "ipnet", 3026 "js-sys", 3027 "log", 3028 "mime", 3029 "native-tls", 3030 "once_cell", 3031 "percent-encoding", 3032 "pin-project-lite", 3033 "rustls-pemfile", 3034 "serde", 3035 "serde_json", 3036 "serde_urlencoded", 3037 "sync_wrapper", 3038 "system-configuration", 3039 "tokio", 3040 "tokio-native-tls", 3041 "tokio-util", 3042 "tower", 3043 "tower-service", 3044 "url", 3045 "wasm-bindgen", 3046 "wasm-bindgen-futures", 3047 "wasm-streams", 3048 "web-sys", 3049 "windows-registry", 3050] 3051 3052[[package]] 3053name = "reqwest-middleware" 3054version = "0.4.2" 3055source = "registry+https://github.com/rust-lang/crates.io-index" 3056checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" 3057dependencies = [ 3058 "anyhow", 3059 "async-trait", 3060 "http", 3061 "reqwest", 3062 "serde", 3063 "thiserror 1.0.69", 3064 "tower-service", 3065] 3066 3067[[package]] 3068name = "rfc6979" 3069version = "0.4.0" 3070source = "registry+https://github.com/rust-lang/crates.io-index" 3071checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 3072dependencies = [ 3073 "hmac", 3074 "subtle", 3075] 3076 3077[[package]] 3078name = "ring" 3079version = "0.17.14" 3080source = "registry+https://github.com/rust-lang/crates.io-index" 3081checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 3082dependencies = [ 3083 "cc", 3084 "cfg-if", 3085 "getrandom 0.2.16", 3086 "libc", 3087 "untrusted", 3088 "windows-sys 0.52.0", 3089] 3090 3091[[package]] 3092name = "rsa" 3093version = "0.9.8" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 3096dependencies = [ 3097 "const-oid", 3098 "digest", 3099 "num-bigint-dig", 3100 "num-integer", 3101 "num-traits", 3102 "pkcs1", 3103 "pkcs8", 3104 "rand_core 0.6.4", 3105 "signature", 3106 "spki", 3107 "subtle", 3108 "zeroize", 3109] 3110 3111[[package]] 3112name = "rustc-demangle" 3113version = "0.1.24" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3116 3117[[package]] 3118name = "rustc-hash" 3119version = "1.1.0" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3122 3123[[package]] 3124name = "rustc_version" 3125version = "0.4.1" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3128dependencies = [ 3129 "semver", 3130] 3131 3132[[package]] 3133name = "rustix" 3134version = "0.38.44" 3135source = "registry+https://github.com/rust-lang/crates.io-index" 3136checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 3137dependencies = [ 3138 "bitflags", 3139 "errno", 3140 "libc", 3141 "linux-raw-sys 0.4.15", 3142 "windows-sys 0.59.0", 3143] 3144 3145[[package]] 3146name = "rustix" 3147version = "1.0.7" 3148source = "registry+https://github.com/rust-lang/crates.io-index" 3149checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" 3150dependencies = [ 3151 "bitflags", 3152 "errno", 3153 "libc", 3154 "linux-raw-sys 0.9.4", 3155 "windows-sys 0.59.0", 3156] 3157 3158[[package]] 3159name = "rustls" 3160version = "0.23.26" 3161source = "registry+https://github.com/rust-lang/crates.io-index" 3162checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0" 3163dependencies = [ 3164 "aws-lc-rs", 3165 "once_cell", 3166 "rustls-pki-types", 3167 "rustls-webpki", 3168 "subtle", 3169 "zeroize", 3170] 3171 3172[[package]] 3173name = "rustls-native-certs" 3174version = "0.8.1" 3175source = "registry+https://github.com/rust-lang/crates.io-index" 3176checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 3177dependencies = [ 3178 "openssl-probe", 3179 "rustls-pki-types", 3180 "schannel", 3181 "security-framework 3.2.0", 3182] 3183 3184[[package]] 3185name = "rustls-pemfile" 3186version = "2.2.0" 3187source = "registry+https://github.com/rust-lang/crates.io-index" 3188checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 3189dependencies = [ 3190 "rustls-pki-types", 3191] 3192 3193[[package]] 3194name = "rustls-pki-types" 3195version = "1.11.0" 3196source = "registry+https://github.com/rust-lang/crates.io-index" 3197checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" 3198 3199[[package]] 3200name = "rustls-webpki" 3201version = "0.103.1" 3202source = "registry+https://github.com/rust-lang/crates.io-index" 3203checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03" 3204dependencies = [ 3205 "aws-lc-rs", 3206 "ring", 3207 "rustls-pki-types", 3208 "untrusted", 3209] 3210 3211[[package]] 3212name = "rustversion" 3213version = "1.0.20" 3214source = "registry+https://github.com/rust-lang/crates.io-index" 3215checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 3216 3217[[package]] 3218name = "ryu" 3219version = "1.0.20" 3220source = "registry+https://github.com/rust-lang/crates.io-index" 3221checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 3222 3223[[package]] 3224name = "schannel" 3225version = "0.1.27" 3226source = "registry+https://github.com/rust-lang/crates.io-index" 3227checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 3228dependencies = [ 3229 "windows-sys 0.59.0", 3230] 3231 3232[[package]] 3233name = "scoped-tls" 3234version = "1.0.1" 3235source = "registry+https://github.com/rust-lang/crates.io-index" 3236checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3237 3238[[package]] 3239name = "scopeguard" 3240version = "1.2.0" 3241source = "registry+https://github.com/rust-lang/crates.io-index" 3242checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3243 3244[[package]] 3245name = "sec1" 3246version = "0.7.3" 3247source = "registry+https://github.com/rust-lang/crates.io-index" 3248checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 3249dependencies = [ 3250 "base16ct", 3251 "der", 3252 "generic-array", 3253 "pkcs8", 3254 "subtle", 3255 "zeroize", 3256] 3257 3258[[package]] 3259name = "security-framework" 3260version = "2.11.1" 3261source = "registry+https://github.com/rust-lang/crates.io-index" 3262checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 3263dependencies = [ 3264 "bitflags", 3265 "core-foundation 0.9.4", 3266 "core-foundation-sys", 3267 "libc", 3268 "security-framework-sys", 3269] 3270 3271[[package]] 3272name = "security-framework" 3273version = "3.2.0" 3274source = "registry+https://github.com/rust-lang/crates.io-index" 3275checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" 3276dependencies = [ 3277 "bitflags", 3278 "core-foundation 0.10.0", 3279 "core-foundation-sys", 3280 "libc", 3281 "security-framework-sys", 3282] 3283 3284[[package]] 3285name = "security-framework-sys" 3286version = "2.14.0" 3287source = "registry+https://github.com/rust-lang/crates.io-index" 3288checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 3289dependencies = [ 3290 "core-foundation-sys", 3291 "libc", 3292] 3293 3294[[package]] 3295name = "semver" 3296version = "1.0.26" 3297source = "registry+https://github.com/rust-lang/crates.io-index" 3298checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 3299 3300[[package]] 3301name = "serde" 3302version = "1.0.219" 3303source = "registry+https://github.com/rust-lang/crates.io-index" 3304checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 3305dependencies = [ 3306 "serde_derive", 3307] 3308 3309[[package]] 3310name = "serde_bytes" 3311version = "0.11.17" 3312source = "registry+https://github.com/rust-lang/crates.io-index" 3313checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 3314dependencies = [ 3315 "serde", 3316] 3317 3318[[package]] 3319name = "serde_derive" 3320version = "1.0.219" 3321source = "registry+https://github.com/rust-lang/crates.io-index" 3322checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 3323dependencies = [ 3324 "proc-macro2", 3325 "quote", 3326 "syn", 3327] 3328 3329[[package]] 3330name = "serde_html_form" 3331version = "0.2.7" 3332source = "registry+https://github.com/rust-lang/crates.io-index" 3333checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4" 3334dependencies = [ 3335 "form_urlencoded", 3336 "indexmap", 3337 "itoa", 3338 "ryu", 3339 "serde", 3340] 3341 3342[[package]] 3343name = "serde_ipld_dagcbor" 3344version = "0.6.3" 3345source = "registry+https://github.com/rust-lang/crates.io-index" 3346checksum = "99600723cf53fb000a66175555098db7e75217c415bdd9a16a65d52a19dcc4fc" 3347dependencies = [ 3348 "cbor4ii", 3349 "ipld-core", 3350 "scopeguard", 3351 "serde", 3352] 3353 3354[[package]] 3355name = "serde_json" 3356version = "1.0.140" 3357source = "registry+https://github.com/rust-lang/crates.io-index" 3358checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 3359dependencies = [ 3360 "itoa", 3361 "memchr", 3362 "ryu", 3363 "serde", 3364] 3365 3366[[package]] 3367name = "serde_path_to_error" 3368version = "0.1.17" 3369source = "registry+https://github.com/rust-lang/crates.io-index" 3370checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 3371dependencies = [ 3372 "itoa", 3373 "serde", 3374] 3375 3376[[package]] 3377name = "serde_qs" 3378version = "0.8.5" 3379source = "registry+https://github.com/rust-lang/crates.io-index" 3380checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" 3381dependencies = [ 3382 "percent-encoding", 3383 "serde", 3384 "thiserror 1.0.69", 3385] 3386 3387[[package]] 3388name = "serde_spanned" 3389version = "0.6.8" 3390source = "registry+https://github.com/rust-lang/crates.io-index" 3391checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 3392dependencies = [ 3393 "serde", 3394] 3395 3396[[package]] 3397name = "serde_urlencoded" 3398version = "0.7.1" 3399source = "registry+https://github.com/rust-lang/crates.io-index" 3400checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3401dependencies = [ 3402 "form_urlencoded", 3403 "itoa", 3404 "ryu", 3405 "serde", 3406] 3407 3408[[package]] 3409name = "sha1" 3410version = "0.10.6" 3411source = "registry+https://github.com/rust-lang/crates.io-index" 3412checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3413dependencies = [ 3414 "cfg-if", 3415 "cpufeatures", 3416 "digest", 3417] 3418 3419[[package]] 3420name = "sha2" 3421version = "0.10.9" 3422source = "registry+https://github.com/rust-lang/crates.io-index" 3423checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3424dependencies = [ 3425 "cfg-if", 3426 "cpufeatures", 3427 "digest", 3428] 3429 3430[[package]] 3431name = "sharded-slab" 3432version = "0.1.7" 3433source = "registry+https://github.com/rust-lang/crates.io-index" 3434checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3435dependencies = [ 3436 "lazy_static", 3437] 3438 3439[[package]] 3440name = "shlex" 3441version = "1.3.0" 3442source = "registry+https://github.com/rust-lang/crates.io-index" 3443checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3444 3445[[package]] 3446name = "signal-hook-registry" 3447version = "1.4.5" 3448source = "registry+https://github.com/rust-lang/crates.io-index" 3449checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 3450dependencies = [ 3451 "libc", 3452] 3453 3454[[package]] 3455name = "signature" 3456version = "2.2.0" 3457source = "registry+https://github.com/rust-lang/crates.io-index" 3458checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3459dependencies = [ 3460 "digest", 3461 "rand_core 0.6.4", 3462] 3463 3464[[package]] 3465name = "sketches-ddsketch" 3466version = "0.3.0" 3467source = "registry+https://github.com/rust-lang/crates.io-index" 3468checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" 3469 3470[[package]] 3471name = "slab" 3472version = "0.4.9" 3473source = "registry+https://github.com/rust-lang/crates.io-index" 3474checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3475dependencies = [ 3476 "autocfg", 3477] 3478 3479[[package]] 3480name = "smallvec" 3481version = "1.15.0" 3482source = "registry+https://github.com/rust-lang/crates.io-index" 3483checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 3484dependencies = [ 3485 "serde", 3486] 3487 3488[[package]] 3489name = "socket2" 3490version = "0.5.9" 3491source = "registry+https://github.com/rust-lang/crates.io-index" 3492checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 3493dependencies = [ 3494 "libc", 3495 "windows-sys 0.52.0", 3496] 3497 3498[[package]] 3499name = "spin" 3500version = "0.9.8" 3501source = "registry+https://github.com/rust-lang/crates.io-index" 3502checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3503dependencies = [ 3504 "lock_api", 3505] 3506 3507[[package]] 3508name = "spki" 3509version = "0.7.3" 3510source = "registry+https://github.com/rust-lang/crates.io-index" 3511checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3512dependencies = [ 3513 "base64ct", 3514 "der", 3515] 3516 3517[[package]] 3518name = "sqlx" 3519version = "0.8.5" 3520source = "registry+https://github.com/rust-lang/crates.io-index" 3521checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e" 3522dependencies = [ 3523 "sqlx-core", 3524 "sqlx-macros", 3525 "sqlx-mysql", 3526 "sqlx-postgres", 3527 "sqlx-sqlite", 3528] 3529 3530[[package]] 3531name = "sqlx-core" 3532version = "0.8.5" 3533source = "registry+https://github.com/rust-lang/crates.io-index" 3534checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3" 3535dependencies = [ 3536 "base64 0.22.1", 3537 "bytes", 3538 "crc", 3539 "crossbeam-queue", 3540 "either", 3541 "event-listener 5.4.0", 3542 "futures-core", 3543 "futures-intrusive", 3544 "futures-io", 3545 "futures-util", 3546 "hashbrown 0.15.3", 3547 "hashlink", 3548 "indexmap", 3549 "log", 3550 "memchr", 3551 "once_cell", 3552 "percent-encoding", 3553 "serde", 3554 "serde_json", 3555 "sha2", 3556 "smallvec", 3557 "thiserror 2.0.12", 3558 "tokio", 3559 "tokio-stream", 3560 "tracing", 3561 "url", 3562] 3563 3564[[package]] 3565name = "sqlx-macros" 3566version = "0.8.5" 3567source = "registry+https://github.com/rust-lang/crates.io-index" 3568checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce" 3569dependencies = [ 3570 "proc-macro2", 3571 "quote", 3572 "sqlx-core", 3573 "sqlx-macros-core", 3574 "syn", 3575] 3576 3577[[package]] 3578name = "sqlx-macros-core" 3579version = "0.8.5" 3580source = "registry+https://github.com/rust-lang/crates.io-index" 3581checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7" 3582dependencies = [ 3583 "dotenvy", 3584 "either", 3585 "heck", 3586 "hex", 3587 "once_cell", 3588 "proc-macro2", 3589 "quote", 3590 "serde", 3591 "serde_json", 3592 "sha2", 3593 "sqlx-core", 3594 "sqlx-mysql", 3595 "sqlx-postgres", 3596 "sqlx-sqlite", 3597 "syn", 3598 "tempfile", 3599 "tokio", 3600 "url", 3601] 3602 3603[[package]] 3604name = "sqlx-mysql" 3605version = "0.8.5" 3606source = "registry+https://github.com/rust-lang/crates.io-index" 3607checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7" 3608dependencies = [ 3609 "atoi", 3610 "base64 0.22.1", 3611 "bitflags", 3612 "byteorder", 3613 "bytes", 3614 "crc", 3615 "digest", 3616 "dotenvy", 3617 "either", 3618 "futures-channel", 3619 "futures-core", 3620 "futures-io", 3621 "futures-util", 3622 "generic-array", 3623 "hex", 3624 "hkdf", 3625 "hmac", 3626 "itoa", 3627 "log", 3628 "md-5", 3629 "memchr", 3630 "once_cell", 3631 "percent-encoding", 3632 "rand 0.8.5", 3633 "rsa", 3634 "serde", 3635 "sha1", 3636 "sha2", 3637 "smallvec", 3638 "sqlx-core", 3639 "stringprep", 3640 "thiserror 2.0.12", 3641 "tracing", 3642 "whoami", 3643] 3644 3645[[package]] 3646name = "sqlx-postgres" 3647version = "0.8.5" 3648source = "registry+https://github.com/rust-lang/crates.io-index" 3649checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6" 3650dependencies = [ 3651 "atoi", 3652 "base64 0.22.1", 3653 "bitflags", 3654 "byteorder", 3655 "crc", 3656 "dotenvy", 3657 "etcetera", 3658 "futures-channel", 3659 "futures-core", 3660 "futures-util", 3661 "hex", 3662 "hkdf", 3663 "hmac", 3664 "home", 3665 "itoa", 3666 "log", 3667 "md-5", 3668 "memchr", 3669 "once_cell", 3670 "rand 0.8.5", 3671 "serde", 3672 "serde_json", 3673 "sha2", 3674 "smallvec", 3675 "sqlx-core", 3676 "stringprep", 3677 "thiserror 2.0.12", 3678 "tracing", 3679 "whoami", 3680] 3681 3682[[package]] 3683name = "sqlx-sqlite" 3684version = "0.8.5" 3685source = "registry+https://github.com/rust-lang/crates.io-index" 3686checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc" 3687dependencies = [ 3688 "atoi", 3689 "flume", 3690 "futures-channel", 3691 "futures-core", 3692 "futures-executor", 3693 "futures-intrusive", 3694 "futures-util", 3695 "libsqlite3-sys", 3696 "log", 3697 "percent-encoding", 3698 "serde", 3699 "serde_urlencoded", 3700 "sqlx-core", 3701 "thiserror 2.0.12", 3702 "tracing", 3703 "url", 3704] 3705 3706[[package]] 3707name = "stable_deref_trait" 3708version = "1.2.0" 3709source = "registry+https://github.com/rust-lang/crates.io-index" 3710checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3711 3712[[package]] 3713name = "stringprep" 3714version = "0.1.5" 3715source = "registry+https://github.com/rust-lang/crates.io-index" 3716checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 3717dependencies = [ 3718 "unicode-bidi", 3719 "unicode-normalization", 3720 "unicode-properties", 3721] 3722 3723[[package]] 3724name = "strsim" 3725version = "0.11.1" 3726source = "registry+https://github.com/rust-lang/crates.io-index" 3727checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3728 3729[[package]] 3730name = "subtle" 3731version = "2.6.1" 3732source = "registry+https://github.com/rust-lang/crates.io-index" 3733checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3734 3735[[package]] 3736name = "syn" 3737version = "2.0.101" 3738source = "registry+https://github.com/rust-lang/crates.io-index" 3739checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" 3740dependencies = [ 3741 "proc-macro2", 3742 "quote", 3743 "unicode-ident", 3744] 3745 3746[[package]] 3747name = "sync_wrapper" 3748version = "1.0.2" 3749source = "registry+https://github.com/rust-lang/crates.io-index" 3750checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3751dependencies = [ 3752 "futures-core", 3753] 3754 3755[[package]] 3756name = "synstructure" 3757version = "0.13.2" 3758source = "registry+https://github.com/rust-lang/crates.io-index" 3759checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3760dependencies = [ 3761 "proc-macro2", 3762 "quote", 3763 "syn", 3764] 3765 3766[[package]] 3767name = "system-configuration" 3768version = "0.6.1" 3769source = "registry+https://github.com/rust-lang/crates.io-index" 3770checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 3771dependencies = [ 3772 "bitflags", 3773 "core-foundation 0.9.4", 3774 "system-configuration-sys", 3775] 3776 3777[[package]] 3778name = "system-configuration-sys" 3779version = "0.6.0" 3780source = "registry+https://github.com/rust-lang/crates.io-index" 3781checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3782dependencies = [ 3783 "core-foundation-sys", 3784 "libc", 3785] 3786 3787[[package]] 3788name = "tagptr" 3789version = "0.2.0" 3790source = "registry+https://github.com/rust-lang/crates.io-index" 3791checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 3792 3793[[package]] 3794name = "tempfile" 3795version = "3.19.1" 3796source = "registry+https://github.com/rust-lang/crates.io-index" 3797checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 3798dependencies = [ 3799 "fastrand 2.3.0", 3800 "getrandom 0.3.2", 3801 "once_cell", 3802 "rustix 1.0.7", 3803 "windows-sys 0.59.0", 3804] 3805 3806[[package]] 3807name = "thiserror" 3808version = "1.0.69" 3809source = "registry+https://github.com/rust-lang/crates.io-index" 3810checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3811dependencies = [ 3812 "thiserror-impl 1.0.69", 3813] 3814 3815[[package]] 3816name = "thiserror" 3817version = "2.0.12" 3818source = "registry+https://github.com/rust-lang/crates.io-index" 3819checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 3820dependencies = [ 3821 "thiserror-impl 2.0.12", 3822] 3823 3824[[package]] 3825name = "thiserror-impl" 3826version = "1.0.69" 3827source = "registry+https://github.com/rust-lang/crates.io-index" 3828checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3829dependencies = [ 3830 "proc-macro2", 3831 "quote", 3832 "syn", 3833] 3834 3835[[package]] 3836name = "thiserror-impl" 3837version = "2.0.12" 3838source = "registry+https://github.com/rust-lang/crates.io-index" 3839checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 3840dependencies = [ 3841 "proc-macro2", 3842 "quote", 3843 "syn", 3844] 3845 3846[[package]] 3847name = "thread_local" 3848version = "1.1.8" 3849source = "registry+https://github.com/rust-lang/crates.io-index" 3850checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3851dependencies = [ 3852 "cfg-if", 3853 "once_cell", 3854] 3855 3856[[package]] 3857name = "time" 3858version = "0.3.41" 3859source = "registry+https://github.com/rust-lang/crates.io-index" 3860checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 3861dependencies = [ 3862 "deranged", 3863 "itoa", 3864 "js-sys", 3865 "libc", 3866 "num-conv", 3867 "num_threads", 3868 "powerfmt", 3869 "serde", 3870 "time-core", 3871 "time-macros", 3872] 3873 3874[[package]] 3875name = "time-core" 3876version = "0.1.4" 3877source = "registry+https://github.com/rust-lang/crates.io-index" 3878checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 3879 3880[[package]] 3881name = "time-macros" 3882version = "0.2.22" 3883source = "registry+https://github.com/rust-lang/crates.io-index" 3884checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 3885dependencies = [ 3886 "num-conv", 3887 "time-core", 3888] 3889 3890[[package]] 3891name = "tinystr" 3892version = "0.7.6" 3893source = "registry+https://github.com/rust-lang/crates.io-index" 3894checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 3895dependencies = [ 3896 "displaydoc", 3897 "zerovec", 3898] 3899 3900[[package]] 3901name = "tinyvec" 3902version = "1.9.0" 3903source = "registry+https://github.com/rust-lang/crates.io-index" 3904checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 3905dependencies = [ 3906 "tinyvec_macros", 3907] 3908 3909[[package]] 3910name = "tinyvec_macros" 3911version = "0.1.1" 3912source = "registry+https://github.com/rust-lang/crates.io-index" 3913checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3914 3915[[package]] 3916name = "tokio" 3917version = "1.44.2" 3918source = "registry+https://github.com/rust-lang/crates.io-index" 3919checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" 3920dependencies = [ 3921 "backtrace", 3922 "bytes", 3923 "libc", 3924 "mio", 3925 "pin-project-lite", 3926 "socket2", 3927 "tokio-macros", 3928 "windows-sys 0.52.0", 3929] 3930 3931[[package]] 3932name = "tokio-macros" 3933version = "2.5.0" 3934source = "registry+https://github.com/rust-lang/crates.io-index" 3935checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 3936dependencies = [ 3937 "proc-macro2", 3938 "quote", 3939 "syn", 3940] 3941 3942[[package]] 3943name = "tokio-native-tls" 3944version = "0.3.1" 3945source = "registry+https://github.com/rust-lang/crates.io-index" 3946checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3947dependencies = [ 3948 "native-tls", 3949 "tokio", 3950] 3951 3952[[package]] 3953name = "tokio-rustls" 3954version = "0.26.2" 3955source = "registry+https://github.com/rust-lang/crates.io-index" 3956checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 3957dependencies = [ 3958 "rustls", 3959 "tokio", 3960] 3961 3962[[package]] 3963name = "tokio-stream" 3964version = "0.1.17" 3965source = "registry+https://github.com/rust-lang/crates.io-index" 3966checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 3967dependencies = [ 3968 "futures-core", 3969 "pin-project-lite", 3970 "tokio", 3971] 3972 3973[[package]] 3974name = "tokio-tungstenite" 3975version = "0.26.2" 3976source = "registry+https://github.com/rust-lang/crates.io-index" 3977checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 3978dependencies = [ 3979 "futures-util", 3980 "log", 3981 "tokio", 3982 "tungstenite", 3983] 3984 3985[[package]] 3986name = "tokio-util" 3987version = "0.7.15" 3988source = "registry+https://github.com/rust-lang/crates.io-index" 3989checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 3990dependencies = [ 3991 "bytes", 3992 "futures-core", 3993 "futures-io", 3994 "futures-sink", 3995 "pin-project-lite", 3996 "tokio", 3997] 3998 3999[[package]] 4000name = "toml" 4001version = "0.8.22" 4002source = "registry+https://github.com/rust-lang/crates.io-index" 4003checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae" 4004dependencies = [ 4005 "serde", 4006 "serde_spanned", 4007 "toml_datetime", 4008 "toml_edit", 4009] 4010 4011[[package]] 4012name = "toml_datetime" 4013version = "0.6.9" 4014source = "registry+https://github.com/rust-lang/crates.io-index" 4015checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" 4016dependencies = [ 4017 "serde", 4018] 4019 4020[[package]] 4021name = "toml_edit" 4022version = "0.22.26" 4023source = "registry+https://github.com/rust-lang/crates.io-index" 4024checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" 4025dependencies = [ 4026 "indexmap", 4027 "serde", 4028 "serde_spanned", 4029 "toml_datetime", 4030 "toml_write", 4031 "winnow", 4032] 4033 4034[[package]] 4035name = "toml_write" 4036version = "0.1.1" 4037source = "registry+https://github.com/rust-lang/crates.io-index" 4038checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076" 4039 4040[[package]] 4041name = "tower" 4042version = "0.5.2" 4043source = "registry+https://github.com/rust-lang/crates.io-index" 4044checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 4045dependencies = [ 4046 "futures-core", 4047 "futures-util", 4048 "pin-project-lite", 4049 "sync_wrapper", 4050 "tokio", 4051 "tower-layer", 4052 "tower-service", 4053 "tracing", 4054] 4055 4056[[package]] 4057name = "tower-http" 4058version = "0.6.2" 4059source = "registry+https://github.com/rust-lang/crates.io-index" 4060checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" 4061dependencies = [ 4062 "bitflags", 4063 "bytes", 4064 "futures-util", 4065 "http", 4066 "http-body", 4067 "http-body-util", 4068 "http-range-header", 4069 "httpdate", 4070 "mime", 4071 "mime_guess", 4072 "percent-encoding", 4073 "pin-project-lite", 4074 "tokio", 4075 "tokio-util", 4076 "tower-layer", 4077 "tower-service", 4078 "tracing", 4079] 4080 4081[[package]] 4082name = "tower-layer" 4083version = "0.3.3" 4084source = "registry+https://github.com/rust-lang/crates.io-index" 4085checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 4086 4087[[package]] 4088name = "tower-service" 4089version = "0.3.3" 4090source = "registry+https://github.com/rust-lang/crates.io-index" 4091checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4092 4093[[package]] 4094name = "tracing" 4095version = "0.1.41" 4096source = "registry+https://github.com/rust-lang/crates.io-index" 4097checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 4098dependencies = [ 4099 "log", 4100 "pin-project-lite", 4101 "tracing-attributes", 4102 "tracing-core", 4103] 4104 4105[[package]] 4106name = "tracing-attributes" 4107version = "0.1.28" 4108source = "registry+https://github.com/rust-lang/crates.io-index" 4109checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 4110dependencies = [ 4111 "proc-macro2", 4112 "quote", 4113 "syn", 4114] 4115 4116[[package]] 4117name = "tracing-core" 4118version = "0.1.33" 4119source = "registry+https://github.com/rust-lang/crates.io-index" 4120checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 4121dependencies = [ 4122 "once_cell", 4123 "valuable", 4124] 4125 4126[[package]] 4127name = "tracing-log" 4128version = "0.2.0" 4129source = "registry+https://github.com/rust-lang/crates.io-index" 4130checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4131dependencies = [ 4132 "log", 4133 "once_cell", 4134 "tracing-core", 4135] 4136 4137[[package]] 4138name = "tracing-subscriber" 4139version = "0.3.19" 4140source = "registry+https://github.com/rust-lang/crates.io-index" 4141checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 4142dependencies = [ 4143 "matchers", 4144 "nu-ansi-term", 4145 "once_cell", 4146 "regex", 4147 "sharded-slab", 4148 "smallvec", 4149 "thread_local", 4150 "tracing", 4151 "tracing-core", 4152 "tracing-log", 4153] 4154 4155[[package]] 4156name = "trait-variant" 4157version = "0.1.2" 4158source = "registry+https://github.com/rust-lang/crates.io-index" 4159checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 4160dependencies = [ 4161 "proc-macro2", 4162 "quote", 4163 "syn", 4164] 4165 4166[[package]] 4167name = "try-lock" 4168version = "0.2.5" 4169source = "registry+https://github.com/rust-lang/crates.io-index" 4170checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4171 4172[[package]] 4173name = "tungstenite" 4174version = "0.26.2" 4175source = "registry+https://github.com/rust-lang/crates.io-index" 4176checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 4177dependencies = [ 4178 "bytes", 4179 "data-encoding", 4180 "http", 4181 "httparse", 4182 "log", 4183 "rand 0.9.1", 4184 "sha1", 4185 "thiserror 2.0.12", 4186 "utf-8", 4187] 4188 4189[[package]] 4190name = "typenum" 4191version = "1.18.0" 4192source = "registry+https://github.com/rust-lang/crates.io-index" 4193checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 4194 4195[[package]] 4196name = "typespec" 4197version = "0.2.0" 4198source = "registry+https://github.com/rust-lang/crates.io-index" 4199checksum = "f39c392e9cb463e8f1f9b86d2d5934ef391ee83724095e7f813aa0202e4e8d3b" 4200dependencies = [ 4201 "base64 0.22.1", 4202 "http-types", 4203 "serde_json", 4204 "url", 4205] 4206 4207[[package]] 4208name = "typespec_client_core" 4209version = "0.1.0" 4210source = "registry+https://github.com/rust-lang/crates.io-index" 4211checksum = "0839582d301a1ba457905b6940f10879ff16b43b98ff66477cb4a44cbea81a92" 4212dependencies = [ 4213 "async-trait", 4214 "base64 0.22.1", 4215 "bytes", 4216 "dyn-clone", 4217 "futures", 4218 "getrandom 0.2.16", 4219 "http-types", 4220 "pin-project", 4221 "rand 0.8.5", 4222 "reqwest", 4223 "serde", 4224 "serde_json", 4225 "time", 4226 "tokio", 4227 "tracing", 4228 "typespec", 4229 "typespec_macros", 4230 "url", 4231 "uuid", 4232] 4233 4234[[package]] 4235name = "typespec_macros" 4236version = "0.1.0" 4237source = "registry+https://github.com/rust-lang/crates.io-index" 4238checksum = "5c71455f35c6aa14e033a4dcf79fc5798d97acb8ce583d21ca29e0faaf929411" 4239dependencies = [ 4240 "proc-macro2", 4241 "quote", 4242 "syn", 4243] 4244 4245[[package]] 4246name = "tz-rs" 4247version = "0.6.14" 4248source = "registry+https://github.com/rust-lang/crates.io-index" 4249checksum = "33851b15c848fad2cf4b105c6bb66eb9512b6f6c44a4b13f57c53c73c707e2b4" 4250dependencies = [ 4251 "const_fn", 4252] 4253 4254[[package]] 4255name = "uncased" 4256version = "0.9.10" 4257source = "registry+https://github.com/rust-lang/crates.io-index" 4258checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 4259dependencies = [ 4260 "version_check", 4261] 4262 4263[[package]] 4264name = "unicase" 4265version = "2.8.1" 4266source = "registry+https://github.com/rust-lang/crates.io-index" 4267checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 4268 4269[[package]] 4270name = "unicode-bidi" 4271version = "0.3.18" 4272source = "registry+https://github.com/rust-lang/crates.io-index" 4273checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 4274 4275[[package]] 4276name = "unicode-ident" 4277version = "1.0.18" 4278source = "registry+https://github.com/rust-lang/crates.io-index" 4279checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 4280 4281[[package]] 4282name = "unicode-normalization" 4283version = "0.1.24" 4284source = "registry+https://github.com/rust-lang/crates.io-index" 4285checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 4286dependencies = [ 4287 "tinyvec", 4288] 4289 4290[[package]] 4291name = "unicode-properties" 4292version = "0.1.3" 4293source = "registry+https://github.com/rust-lang/crates.io-index" 4294checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 4295 4296[[package]] 4297name = "unsigned-varint" 4298version = "0.8.0" 4299source = "registry+https://github.com/rust-lang/crates.io-index" 4300checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 4301dependencies = [ 4302 "futures-io", 4303 "futures-util", 4304] 4305 4306[[package]] 4307name = "untrusted" 4308version = "0.9.0" 4309source = "registry+https://github.com/rust-lang/crates.io-index" 4310checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4311 4312[[package]] 4313name = "url" 4314version = "2.5.4" 4315source = "registry+https://github.com/rust-lang/crates.io-index" 4316checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 4317dependencies = [ 4318 "form_urlencoded", 4319 "idna", 4320 "percent-encoding", 4321 "serde", 4322] 4323 4324[[package]] 4325name = "urlencoding" 4326version = "2.1.3" 4327source = "registry+https://github.com/rust-lang/crates.io-index" 4328checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 4329 4330[[package]] 4331name = "utf-8" 4332version = "0.7.6" 4333source = "registry+https://github.com/rust-lang/crates.io-index" 4334checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4335 4336[[package]] 4337name = "utf16_iter" 4338version = "1.0.5" 4339source = "registry+https://github.com/rust-lang/crates.io-index" 4340checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 4341 4342[[package]] 4343name = "utf8_iter" 4344version = "1.0.4" 4345source = "registry+https://github.com/rust-lang/crates.io-index" 4346checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4347 4348[[package]] 4349name = "utf8parse" 4350version = "0.2.2" 4351source = "registry+https://github.com/rust-lang/crates.io-index" 4352checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4353 4354[[package]] 4355name = "uuid" 4356version = "1.16.0" 4357source = "registry+https://github.com/rust-lang/crates.io-index" 4358checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" 4359dependencies = [ 4360 "getrandom 0.3.2", 4361] 4362 4363[[package]] 4364name = "valuable" 4365version = "0.1.1" 4366source = "registry+https://github.com/rust-lang/crates.io-index" 4367checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 4368 4369[[package]] 4370name = "vcpkg" 4371version = "0.2.15" 4372source = "registry+https://github.com/rust-lang/crates.io-index" 4373checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4374 4375[[package]] 4376name = "version_check" 4377version = "0.9.5" 4378source = "registry+https://github.com/rust-lang/crates.io-index" 4379checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4380 4381[[package]] 4382name = "waker-fn" 4383version = "1.2.0" 4384source = "registry+https://github.com/rust-lang/crates.io-index" 4385checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 4386 4387[[package]] 4388name = "want" 4389version = "0.3.1" 4390source = "registry+https://github.com/rust-lang/crates.io-index" 4391checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4392dependencies = [ 4393 "try-lock", 4394] 4395 4396[[package]] 4397name = "wasi" 4398version = "0.9.0+wasi-snapshot-preview1" 4399source = "registry+https://github.com/rust-lang/crates.io-index" 4400checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 4401 4402[[package]] 4403name = "wasi" 4404version = "0.11.0+wasi-snapshot-preview1" 4405source = "registry+https://github.com/rust-lang/crates.io-index" 4406checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4407 4408[[package]] 4409name = "wasi" 4410version = "0.14.2+wasi-0.2.4" 4411source = "registry+https://github.com/rust-lang/crates.io-index" 4412checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 4413dependencies = [ 4414 "wit-bindgen-rt", 4415] 4416 4417[[package]] 4418name = "wasite" 4419version = "0.1.0" 4420source = "registry+https://github.com/rust-lang/crates.io-index" 4421checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 4422 4423[[package]] 4424name = "wasm-bindgen" 4425version = "0.2.100" 4426source = "registry+https://github.com/rust-lang/crates.io-index" 4427checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 4428dependencies = [ 4429 "cfg-if", 4430 "once_cell", 4431 "rustversion", 4432 "wasm-bindgen-macro", 4433] 4434 4435[[package]] 4436name = "wasm-bindgen-backend" 4437version = "0.2.100" 4438source = "registry+https://github.com/rust-lang/crates.io-index" 4439checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 4440dependencies = [ 4441 "bumpalo", 4442 "log", 4443 "proc-macro2", 4444 "quote", 4445 "syn", 4446 "wasm-bindgen-shared", 4447] 4448 4449[[package]] 4450name = "wasm-bindgen-futures" 4451version = "0.4.50" 4452source = "registry+https://github.com/rust-lang/crates.io-index" 4453checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 4454dependencies = [ 4455 "cfg-if", 4456 "js-sys", 4457 "once_cell", 4458 "wasm-bindgen", 4459 "web-sys", 4460] 4461 4462[[package]] 4463name = "wasm-bindgen-macro" 4464version = "0.2.100" 4465source = "registry+https://github.com/rust-lang/crates.io-index" 4466checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 4467dependencies = [ 4468 "quote", 4469 "wasm-bindgen-macro-support", 4470] 4471 4472[[package]] 4473name = "wasm-bindgen-macro-support" 4474version = "0.2.100" 4475source = "registry+https://github.com/rust-lang/crates.io-index" 4476checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 4477dependencies = [ 4478 "proc-macro2", 4479 "quote", 4480 "syn", 4481 "wasm-bindgen-backend", 4482 "wasm-bindgen-shared", 4483] 4484 4485[[package]] 4486name = "wasm-bindgen-shared" 4487version = "0.2.100" 4488source = "registry+https://github.com/rust-lang/crates.io-index" 4489checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 4490dependencies = [ 4491 "unicode-ident", 4492] 4493 4494[[package]] 4495name = "wasm-streams" 4496version = "0.4.2" 4497source = "registry+https://github.com/rust-lang/crates.io-index" 4498checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 4499dependencies = [ 4500 "futures-util", 4501 "js-sys", 4502 "wasm-bindgen", 4503 "wasm-bindgen-futures", 4504 "web-sys", 4505] 4506 4507[[package]] 4508name = "web-sys" 4509version = "0.3.77" 4510source = "registry+https://github.com/rust-lang/crates.io-index" 4511checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 4512dependencies = [ 4513 "js-sys", 4514 "wasm-bindgen", 4515] 4516 4517[[package]] 4518name = "web-time" 4519version = "1.1.0" 4520source = "registry+https://github.com/rust-lang/crates.io-index" 4521checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4522dependencies = [ 4523 "js-sys", 4524 "wasm-bindgen", 4525] 4526 4527[[package]] 4528name = "which" 4529version = "4.4.2" 4530source = "registry+https://github.com/rust-lang/crates.io-index" 4531checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 4532dependencies = [ 4533 "either", 4534 "home", 4535 "once_cell", 4536 "rustix 0.38.44", 4537] 4538 4539[[package]] 4540name = "whoami" 4541version = "1.6.0" 4542source = "registry+https://github.com/rust-lang/crates.io-index" 4543checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" 4544dependencies = [ 4545 "redox_syscall", 4546 "wasite", 4547] 4548 4549[[package]] 4550name = "winapi" 4551version = "0.3.9" 4552source = "registry+https://github.com/rust-lang/crates.io-index" 4553checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4554dependencies = [ 4555 "winapi-i686-pc-windows-gnu", 4556 "winapi-x86_64-pc-windows-gnu", 4557] 4558 4559[[package]] 4560name = "winapi-i686-pc-windows-gnu" 4561version = "0.4.0" 4562source = "registry+https://github.com/rust-lang/crates.io-index" 4563checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4564 4565[[package]] 4566name = "winapi-x86_64-pc-windows-gnu" 4567version = "0.4.0" 4568source = "registry+https://github.com/rust-lang/crates.io-index" 4569checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4570 4571[[package]] 4572name = "windows" 4573version = "0.58.0" 4574source = "registry+https://github.com/rust-lang/crates.io-index" 4575checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 4576dependencies = [ 4577 "windows-core 0.58.0", 4578 "windows-targets 0.52.6", 4579] 4580 4581[[package]] 4582name = "windows-core" 4583version = "0.58.0" 4584source = "registry+https://github.com/rust-lang/crates.io-index" 4585checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 4586dependencies = [ 4587 "windows-implement 0.58.0", 4588 "windows-interface 0.58.0", 4589 "windows-result 0.2.0", 4590 "windows-strings 0.1.0", 4591 "windows-targets 0.52.6", 4592] 4593 4594[[package]] 4595name = "windows-core" 4596version = "0.61.0" 4597source = "registry+https://github.com/rust-lang/crates.io-index" 4598checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" 4599dependencies = [ 4600 "windows-implement 0.60.0", 4601 "windows-interface 0.59.1", 4602 "windows-link", 4603 "windows-result 0.3.2", 4604 "windows-strings 0.4.0", 4605] 4606 4607[[package]] 4608name = "windows-implement" 4609version = "0.58.0" 4610source = "registry+https://github.com/rust-lang/crates.io-index" 4611checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 4612dependencies = [ 4613 "proc-macro2", 4614 "quote", 4615 "syn", 4616] 4617 4618[[package]] 4619name = "windows-implement" 4620version = "0.60.0" 4621source = "registry+https://github.com/rust-lang/crates.io-index" 4622checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 4623dependencies = [ 4624 "proc-macro2", 4625 "quote", 4626 "syn", 4627] 4628 4629[[package]] 4630name = "windows-interface" 4631version = "0.58.0" 4632source = "registry+https://github.com/rust-lang/crates.io-index" 4633checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 4634dependencies = [ 4635 "proc-macro2", 4636 "quote", 4637 "syn", 4638] 4639 4640[[package]] 4641name = "windows-interface" 4642version = "0.59.1" 4643source = "registry+https://github.com/rust-lang/crates.io-index" 4644checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 4645dependencies = [ 4646 "proc-macro2", 4647 "quote", 4648 "syn", 4649] 4650 4651[[package]] 4652name = "windows-link" 4653version = "0.1.1" 4654source = "registry+https://github.com/rust-lang/crates.io-index" 4655checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 4656 4657[[package]] 4658name = "windows-registry" 4659version = "0.4.0" 4660source = "registry+https://github.com/rust-lang/crates.io-index" 4661checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" 4662dependencies = [ 4663 "windows-result 0.3.2", 4664 "windows-strings 0.3.1", 4665 "windows-targets 0.53.0", 4666] 4667 4668[[package]] 4669name = "windows-result" 4670version = "0.2.0" 4671source = "registry+https://github.com/rust-lang/crates.io-index" 4672checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 4673dependencies = [ 4674 "windows-targets 0.52.6", 4675] 4676 4677[[package]] 4678name = "windows-result" 4679version = "0.3.2" 4680source = "registry+https://github.com/rust-lang/crates.io-index" 4681checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" 4682dependencies = [ 4683 "windows-link", 4684] 4685 4686[[package]] 4687name = "windows-strings" 4688version = "0.1.0" 4689source = "registry+https://github.com/rust-lang/crates.io-index" 4690checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 4691dependencies = [ 4692 "windows-result 0.2.0", 4693 "windows-targets 0.52.6", 4694] 4695 4696[[package]] 4697name = "windows-strings" 4698version = "0.3.1" 4699source = "registry+https://github.com/rust-lang/crates.io-index" 4700checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" 4701dependencies = [ 4702 "windows-link", 4703] 4704 4705[[package]] 4706name = "windows-strings" 4707version = "0.4.0" 4708source = "registry+https://github.com/rust-lang/crates.io-index" 4709checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" 4710dependencies = [ 4711 "windows-link", 4712] 4713 4714[[package]] 4715name = "windows-sys" 4716version = "0.48.0" 4717source = "registry+https://github.com/rust-lang/crates.io-index" 4718checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4719dependencies = [ 4720 "windows-targets 0.48.5", 4721] 4722 4723[[package]] 4724name = "windows-sys" 4725version = "0.52.0" 4726source = "registry+https://github.com/rust-lang/crates.io-index" 4727checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4728dependencies = [ 4729 "windows-targets 0.52.6", 4730] 4731 4732[[package]] 4733name = "windows-sys" 4734version = "0.59.0" 4735source = "registry+https://github.com/rust-lang/crates.io-index" 4736checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4737dependencies = [ 4738 "windows-targets 0.52.6", 4739] 4740 4741[[package]] 4742name = "windows-targets" 4743version = "0.48.5" 4744source = "registry+https://github.com/rust-lang/crates.io-index" 4745checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4746dependencies = [ 4747 "windows_aarch64_gnullvm 0.48.5", 4748 "windows_aarch64_msvc 0.48.5", 4749 "windows_i686_gnu 0.48.5", 4750 "windows_i686_msvc 0.48.5", 4751 "windows_x86_64_gnu 0.48.5", 4752 "windows_x86_64_gnullvm 0.48.5", 4753 "windows_x86_64_msvc 0.48.5", 4754] 4755 4756[[package]] 4757name = "windows-targets" 4758version = "0.52.6" 4759source = "registry+https://github.com/rust-lang/crates.io-index" 4760checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4761dependencies = [ 4762 "windows_aarch64_gnullvm 0.52.6", 4763 "windows_aarch64_msvc 0.52.6", 4764 "windows_i686_gnu 0.52.6", 4765 "windows_i686_gnullvm 0.52.6", 4766 "windows_i686_msvc 0.52.6", 4767 "windows_x86_64_gnu 0.52.6", 4768 "windows_x86_64_gnullvm 0.52.6", 4769 "windows_x86_64_msvc 0.52.6", 4770] 4771 4772[[package]] 4773name = "windows-targets" 4774version = "0.53.0" 4775source = "registry+https://github.com/rust-lang/crates.io-index" 4776checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" 4777dependencies = [ 4778 "windows_aarch64_gnullvm 0.53.0", 4779 "windows_aarch64_msvc 0.53.0", 4780 "windows_i686_gnu 0.53.0", 4781 "windows_i686_gnullvm 0.53.0", 4782 "windows_i686_msvc 0.53.0", 4783 "windows_x86_64_gnu 0.53.0", 4784 "windows_x86_64_gnullvm 0.53.0", 4785 "windows_x86_64_msvc 0.53.0", 4786] 4787 4788[[package]] 4789name = "windows_aarch64_gnullvm" 4790version = "0.48.5" 4791source = "registry+https://github.com/rust-lang/crates.io-index" 4792checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4793 4794[[package]] 4795name = "windows_aarch64_gnullvm" 4796version = "0.52.6" 4797source = "registry+https://github.com/rust-lang/crates.io-index" 4798checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4799 4800[[package]] 4801name = "windows_aarch64_gnullvm" 4802version = "0.53.0" 4803source = "registry+https://github.com/rust-lang/crates.io-index" 4804checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 4805 4806[[package]] 4807name = "windows_aarch64_msvc" 4808version = "0.48.5" 4809source = "registry+https://github.com/rust-lang/crates.io-index" 4810checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4811 4812[[package]] 4813name = "windows_aarch64_msvc" 4814version = "0.52.6" 4815source = "registry+https://github.com/rust-lang/crates.io-index" 4816checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4817 4818[[package]] 4819name = "windows_aarch64_msvc" 4820version = "0.53.0" 4821source = "registry+https://github.com/rust-lang/crates.io-index" 4822checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 4823 4824[[package]] 4825name = "windows_i686_gnu" 4826version = "0.48.5" 4827source = "registry+https://github.com/rust-lang/crates.io-index" 4828checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4829 4830[[package]] 4831name = "windows_i686_gnu" 4832version = "0.52.6" 4833source = "registry+https://github.com/rust-lang/crates.io-index" 4834checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4835 4836[[package]] 4837name = "windows_i686_gnu" 4838version = "0.53.0" 4839source = "registry+https://github.com/rust-lang/crates.io-index" 4840checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 4841 4842[[package]] 4843name = "windows_i686_gnullvm" 4844version = "0.52.6" 4845source = "registry+https://github.com/rust-lang/crates.io-index" 4846checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4847 4848[[package]] 4849name = "windows_i686_gnullvm" 4850version = "0.53.0" 4851source = "registry+https://github.com/rust-lang/crates.io-index" 4852checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 4853 4854[[package]] 4855name = "windows_i686_msvc" 4856version = "0.48.5" 4857source = "registry+https://github.com/rust-lang/crates.io-index" 4858checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4859 4860[[package]] 4861name = "windows_i686_msvc" 4862version = "0.52.6" 4863source = "registry+https://github.com/rust-lang/crates.io-index" 4864checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4865 4866[[package]] 4867name = "windows_i686_msvc" 4868version = "0.53.0" 4869source = "registry+https://github.com/rust-lang/crates.io-index" 4870checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 4871 4872[[package]] 4873name = "windows_x86_64_gnu" 4874version = "0.48.5" 4875source = "registry+https://github.com/rust-lang/crates.io-index" 4876checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4877 4878[[package]] 4879name = "windows_x86_64_gnu" 4880version = "0.52.6" 4881source = "registry+https://github.com/rust-lang/crates.io-index" 4882checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4883 4884[[package]] 4885name = "windows_x86_64_gnu" 4886version = "0.53.0" 4887source = "registry+https://github.com/rust-lang/crates.io-index" 4888checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 4889 4890[[package]] 4891name = "windows_x86_64_gnullvm" 4892version = "0.48.5" 4893source = "registry+https://github.com/rust-lang/crates.io-index" 4894checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4895 4896[[package]] 4897name = "windows_x86_64_gnullvm" 4898version = "0.52.6" 4899source = "registry+https://github.com/rust-lang/crates.io-index" 4900checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4901 4902[[package]] 4903name = "windows_x86_64_gnullvm" 4904version = "0.53.0" 4905source = "registry+https://github.com/rust-lang/crates.io-index" 4906checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 4907 4908[[package]] 4909name = "windows_x86_64_msvc" 4910version = "0.48.5" 4911source = "registry+https://github.com/rust-lang/crates.io-index" 4912checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4913 4914[[package]] 4915name = "windows_x86_64_msvc" 4916version = "0.52.6" 4917source = "registry+https://github.com/rust-lang/crates.io-index" 4918checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4919 4920[[package]] 4921name = "windows_x86_64_msvc" 4922version = "0.53.0" 4923source = "registry+https://github.com/rust-lang/crates.io-index" 4924checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 4925 4926[[package]] 4927name = "winnow" 4928version = "0.7.9" 4929source = "registry+https://github.com/rust-lang/crates.io-index" 4930checksum = "d9fb597c990f03753e08d3c29efbfcf2019a003b4bf4ba19225c158e1549f0f3" 4931dependencies = [ 4932 "memchr", 4933] 4934 4935[[package]] 4936name = "wit-bindgen-rt" 4937version = "0.39.0" 4938source = "registry+https://github.com/rust-lang/crates.io-index" 4939checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 4940dependencies = [ 4941 "bitflags", 4942] 4943 4944[[package]] 4945name = "write16" 4946version = "1.0.0" 4947source = "registry+https://github.com/rust-lang/crates.io-index" 4948checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 4949 4950[[package]] 4951name = "writeable" 4952version = "0.5.5" 4953source = "registry+https://github.com/rust-lang/crates.io-index" 4954checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 4955 4956[[package]] 4957name = "yansi" 4958version = "1.0.1" 4959source = "registry+https://github.com/rust-lang/crates.io-index" 4960checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 4961 4962[[package]] 4963name = "yoke" 4964version = "0.7.5" 4965source = "registry+https://github.com/rust-lang/crates.io-index" 4966checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 4967dependencies = [ 4968 "serde", 4969 "stable_deref_trait", 4970 "yoke-derive", 4971 "zerofrom", 4972] 4973 4974[[package]] 4975name = "yoke-derive" 4976version = "0.7.5" 4977source = "registry+https://github.com/rust-lang/crates.io-index" 4978checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 4979dependencies = [ 4980 "proc-macro2", 4981 "quote", 4982 "syn", 4983 "synstructure", 4984] 4985 4986[[package]] 4987name = "zerocopy" 4988version = "0.7.35" 4989source = "registry+https://github.com/rust-lang/crates.io-index" 4990checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 4991dependencies = [ 4992 "zerocopy-derive 0.7.35", 4993] 4994 4995[[package]] 4996name = "zerocopy" 4997version = "0.8.25" 4998source = "registry+https://github.com/rust-lang/crates.io-index" 4999checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" 5000dependencies = [ 5001 "zerocopy-derive 0.8.25", 5002] 5003 5004[[package]] 5005name = "zerocopy-derive" 5006version = "0.7.35" 5007source = "registry+https://github.com/rust-lang/crates.io-index" 5008checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 5009dependencies = [ 5010 "proc-macro2", 5011 "quote", 5012 "syn", 5013] 5014 5015[[package]] 5016name = "zerocopy-derive" 5017version = "0.8.25" 5018source = "registry+https://github.com/rust-lang/crates.io-index" 5019checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" 5020dependencies = [ 5021 "proc-macro2", 5022 "quote", 5023 "syn", 5024] 5025 5026[[package]] 5027name = "zerofrom" 5028version = "0.1.6" 5029source = "registry+https://github.com/rust-lang/crates.io-index" 5030checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 5031dependencies = [ 5032 "zerofrom-derive", 5033] 5034 5035[[package]] 5036name = "zerofrom-derive" 5037version = "0.1.6" 5038source = "registry+https://github.com/rust-lang/crates.io-index" 5039checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 5040dependencies = [ 5041 "proc-macro2", 5042 "quote", 5043 "syn", 5044 "synstructure", 5045] 5046 5047[[package]] 5048name = "zeroize" 5049version = "1.8.1" 5050source = "registry+https://github.com/rust-lang/crates.io-index" 5051checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 5052 5053[[package]] 5054name = "zerovec" 5055version = "0.10.4" 5056source = "registry+https://github.com/rust-lang/crates.io-index" 5057checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 5058dependencies = [ 5059 "yoke", 5060 "zerofrom", 5061 "zerovec-derive", 5062] 5063 5064[[package]] 5065name = "zerovec-derive" 5066version = "0.10.3" 5067source = "registry+https://github.com/rust-lang/crates.io-index" 5068checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 5069dependencies = [ 5070 "proc-macro2", 5071 "quote", 5072 "syn", 5073]