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