Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
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.97" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" 117 118[[package]] 119name = "arbitrary" 120version = "1.4.1" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" 123 124[[package]] 125name = "arrayvec" 126version = "0.7.6" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 129 130[[package]] 131name = "askama" 132version = "0.12.1" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" 135dependencies = [ 136 "askama_derive", 137 "askama_escape", 138 "humansize", 139 "num-traits", 140 "percent-encoding", 141 "serde", 142 "serde_json", 143] 144 145[[package]] 146name = "askama_derive" 147version = "0.12.5" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83" 150dependencies = [ 151 "askama_parser", 152 "basic-toml", 153 "mime", 154 "mime_guess", 155 "proc-macro2", 156 "quote", 157 "serde", 158 "syn", 159] 160 161[[package]] 162name = "askama_escape" 163version = "0.10.3" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" 166 167[[package]] 168name = "askama_parser" 169version = "0.2.1" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0" 172dependencies = [ 173 "nom", 174] 175 176[[package]] 177name = "async-lock" 178version = "3.4.0" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 181dependencies = [ 182 "event-listener", 183 "event-listener-strategy", 184 "pin-project-lite", 185] 186 187[[package]] 188name = "async-stream" 189version = "0.3.6" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 192dependencies = [ 193 "async-stream-impl", 194 "futures-core", 195 "pin-project-lite", 196] 197 198[[package]] 199name = "async-stream-impl" 200version = "0.3.6" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 203dependencies = [ 204 "proc-macro2", 205 "quote", 206 "syn", 207] 208 209[[package]] 210name = "async-trait" 211version = "0.1.88" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 214dependencies = [ 215 "proc-macro2", 216 "quote", 217 "syn", 218] 219 220[[package]] 221name = "atomic-waker" 222version = "1.1.2" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 225 226[[package]] 227name = "atrium-api" 228version = "0.25.3" 229source = "git+https://github.com/uniphil/atrium?branch=fix%2Fnsid-allow-nonleading-name-digits#c4364f318d337bbc3e3e3aaf97c9f971e95f5f7e" 230dependencies = [ 231 "atrium-common", 232 "atrium-xrpc", 233 "chrono", 234 "http", 235 "ipld-core", 236 "langtag", 237 "regex", 238 "serde", 239 "serde_bytes", 240 "serde_json", 241 "thiserror 1.0.69", 242 "trait-variant", 243] 244 245[[package]] 246name = "atrium-common" 247version = "0.1.2" 248source = "git+https://github.com/uniphil/atrium?branch=fix%2Fnsid-allow-nonleading-name-digits#c4364f318d337bbc3e3e3aaf97c9f971e95f5f7e" 249dependencies = [ 250 "dashmap", 251 "lru", 252 "moka", 253 "thiserror 1.0.69", 254 "tokio", 255 "trait-variant", 256 "web-time", 257] 258 259[[package]] 260name = "atrium-xrpc" 261version = "0.12.3" 262source = "git+https://github.com/uniphil/atrium?branch=fix%2Fnsid-allow-nonleading-name-digits#c4364f318d337bbc3e3e3aaf97c9f971e95f5f7e" 263dependencies = [ 264 "http", 265 "serde", 266 "serde_html_form", 267 "serde_json", 268 "thiserror 1.0.69", 269 "trait-variant", 270] 271 272[[package]] 273name = "autocfg" 274version = "1.4.0" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 277 278[[package]] 279name = "axum" 280version = "0.8.3" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" 283dependencies = [ 284 "axum-core", 285 "bytes", 286 "form_urlencoded", 287 "futures-util", 288 "http", 289 "http-body", 290 "http-body-util", 291 "hyper", 292 "hyper-util", 293 "itoa", 294 "matchit", 295 "memchr", 296 "mime", 297 "percent-encoding", 298 "pin-project-lite", 299 "rustversion", 300 "serde", 301 "serde_json", 302 "serde_path_to_error", 303 "serde_urlencoded", 304 "sync_wrapper", 305 "tokio", 306 "tower", 307 "tower-layer", 308 "tower-service", 309 "tracing", 310] 311 312[[package]] 313name = "axum-core" 314version = "0.5.2" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 317dependencies = [ 318 "bytes", 319 "futures-core", 320 "http", 321 "http-body", 322 "http-body-util", 323 "mime", 324 "pin-project-lite", 325 "rustversion", 326 "sync_wrapper", 327 "tower-layer", 328 "tower-service", 329 "tracing", 330] 331 332[[package]] 333name = "axum-extra" 334version = "0.10.1" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d" 337dependencies = [ 338 "axum", 339 "axum-core", 340 "bytes", 341 "futures-util", 342 "headers", 343 "http", 344 "http-body", 345 "http-body-util", 346 "mime", 347 "pin-project-lite", 348 "rustversion", 349 "serde", 350 "tower", 351 "tower-layer", 352 "tower-service", 353] 354 355[[package]] 356name = "axum-metrics" 357version = "0.2.0" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "5534db72cef9897272302f3eb28c43a1a3bbd20fb40b4956da8d32366d7c8c69" 360dependencies = [ 361 "axum", 362 "bytes", 363 "http-body", 364 "metrics", 365 "pin-project-lite", 366 "tower-layer", 367 "tower-service", 368] 369 370[[package]] 371name = "backtrace" 372version = "0.3.74" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 375dependencies = [ 376 "addr2line", 377 "cfg-if", 378 "libc", 379 "miniz_oxide", 380 "object", 381 "rustc-demangle", 382 "windows-targets", 383] 384 385[[package]] 386name = "base-x" 387version = "0.2.11" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 390 391[[package]] 392name = "base64" 393version = "0.21.7" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 396 397[[package]] 398name = "base64" 399version = "0.22.1" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 402 403[[package]] 404name = "basic-toml" 405version = "0.1.10" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" 408dependencies = [ 409 "serde", 410] 411 412[[package]] 413name = "bincode" 414version = "1.3.3" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 417dependencies = [ 418 "serde", 419] 420 421[[package]] 422name = "bincode" 423version = "2.0.1" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740" 426dependencies = [ 427 "bincode_derive", 428 "serde", 429 "unty", 430] 431 432[[package]] 433name = "bincode_derive" 434version = "2.0.1" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09" 437dependencies = [ 438 "virtue", 439] 440 441[[package]] 442name = "bindgen" 443version = "0.69.5" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 446dependencies = [ 447 "bitflags", 448 "cexpr", 449 "clang-sys", 450 "itertools 0.12.1", 451 "lazy_static", 452 "lazycell", 453 "proc-macro2", 454 "quote", 455 "regex", 456 "rustc-hash 1.1.0", 457 "shlex", 458 "syn", 459] 460 461[[package]] 462name = "bindgen" 463version = "0.70.1" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" 466dependencies = [ 467 "bitflags", 468 "cexpr", 469 "clang-sys", 470 "itertools 0.13.0", 471 "proc-macro2", 472 "quote", 473 "regex", 474 "rustc-hash 1.1.0", 475 "shlex", 476 "syn", 477] 478 479[[package]] 480name = "bindgen" 481version = "0.71.1" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" 484dependencies = [ 485 "bitflags", 486 "cexpr", 487 "clang-sys", 488 "itertools 0.13.0", 489 "proc-macro2", 490 "quote", 491 "regex", 492 "rustc-hash 2.1.1", 493 "shlex", 494 "syn", 495] 496 497[[package]] 498name = "bitflags" 499version = "2.9.0" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 502 503[[package]] 504name = "block-buffer" 505version = "0.10.4" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 508dependencies = [ 509 "generic-array", 510] 511 512[[package]] 513name = "borrow-or-share" 514version = "0.2.2" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32" 517 518[[package]] 519name = "bumpalo" 520version = "3.17.0" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 523 524[[package]] 525name = "byteorder" 526version = "1.5.0" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 529 530[[package]] 531name = "bytes" 532version = "1.10.1" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 535 536[[package]] 537name = "byteview" 538version = "0.6.1" 539source = "registry+https://github.com/rust-lang/crates.io-index" 540checksum = "6236364b88b9b6d0bc181ba374cf1ab55ba3ef97a1cb6f8cddad48a273767fb5" 541 542[[package]] 543name = "bzip2-sys" 544version = "0.1.13+1.0.8" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" 547dependencies = [ 548 "cc", 549 "pkg-config", 550] 551 552[[package]] 553name = "camino" 554version = "1.1.9" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 557dependencies = [ 558 "serde", 559] 560 561[[package]] 562name = "cardinality-estimator" 563version = "1.0.2" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "6ae5e12c435064f9e8ec53c5a782ca9a362702a4863fe1b6448f524ecede8fe3" 566dependencies = [ 567 "enum_dispatch", 568 "serde", 569 "wyhash", 570] 571 572[[package]] 573name = "cardinality-estimator-safe" 574version = "4.0.1" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "b41ec0cd313b46ba3b508377544b25aa1d56d05ce9e657e77dfb001d5e726e53" 577dependencies = [ 578 "digest", 579 "enum_dispatch", 580 "serde", 581] 582 583[[package]] 584name = "cc" 585version = "1.2.18" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c" 588dependencies = [ 589 "jobserver", 590 "libc", 591 "shlex", 592] 593 594[[package]] 595name = "cexpr" 596version = "0.6.0" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 599dependencies = [ 600 "nom", 601] 602 603[[package]] 604name = "cfg-if" 605version = "1.0.0" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 608 609[[package]] 610name = "cfg_aliases" 611version = "0.2.1" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 614 615[[package]] 616name = "chrono" 617version = "0.4.41" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 620dependencies = [ 621 "android-tzdata", 622 "iana-time-zone", 623 "js-sys", 624 "num-traits", 625 "serde", 626 "wasm-bindgen", 627 "windows-link", 628] 629 630[[package]] 631name = "cid" 632version = "0.11.1" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 635dependencies = [ 636 "core2", 637 "multibase", 638 "multihash", 639 "serde", 640 "serde_bytes", 641 "unsigned-varint", 642] 643 644[[package]] 645name = "clang-sys" 646version = "1.8.1" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 649dependencies = [ 650 "glob", 651 "libc", 652 "libloading", 653] 654 655[[package]] 656name = "clap" 657version = "4.5.35" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" 660dependencies = [ 661 "clap_builder", 662 "clap_derive", 663] 664 665[[package]] 666name = "clap_builder" 667version = "4.5.35" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" 670dependencies = [ 671 "anstream", 672 "anstyle", 673 "clap_lex", 674 "strsim", 675] 676 677[[package]] 678name = "clap_derive" 679version = "4.5.32" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" 682dependencies = [ 683 "heck", 684 "proc-macro2", 685 "quote", 686 "syn", 687] 688 689[[package]] 690name = "clap_lex" 691version = "0.7.4" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 694 695[[package]] 696name = "clocksource" 697version = "0.8.1" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "129026dd5a8a9592d96916258f3a5379589e513ea5e86aeb0bd2530286e44e9e" 700dependencies = [ 701 "libc", 702 "time", 703 "winapi", 704] 705 706[[package]] 707name = "colorchoice" 708version = "1.0.3" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 711 712[[package]] 713name = "compare" 714version = "0.0.6" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7" 717 718[[package]] 719name = "concurrent-queue" 720version = "2.5.0" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 723dependencies = [ 724 "crossbeam-utils", 725] 726 727[[package]] 728name = "constellation" 729version = "0.1.0" 730dependencies = [ 731 "anyhow", 732 "askama", 733 "axum", 734 "axum-extra", 735 "axum-metrics", 736 "bincode 1.3.3", 737 "clap", 738 "ctrlc", 739 "flume", 740 "fs4", 741 "headers-accept", 742 "links", 743 "mediatype", 744 "metrics", 745 "metrics-exporter-prometheus", 746 "metrics-process", 747 "num-format", 748 "ratelimit", 749 "rocksdb", 750 "serde", 751 "serde_json", 752 "serde_with", 753 "tempfile", 754 "tinyjson", 755 "tokio", 756 "tokio-util", 757 "tower-http", 758 "tungstenite", 759 "zstd", 760] 761 762[[package]] 763name = "core-foundation" 764version = "0.9.4" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 767dependencies = [ 768 "core-foundation-sys", 769 "libc", 770] 771 772[[package]] 773name = "core-foundation-sys" 774version = "0.8.7" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 777 778[[package]] 779name = "core2" 780version = "0.4.0" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 783dependencies = [ 784 "memchr", 785] 786 787[[package]] 788name = "cpufeatures" 789version = "0.2.17" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 792dependencies = [ 793 "libc", 794] 795 796[[package]] 797name = "crossbeam-channel" 798version = "0.5.15" 799source = "registry+https://github.com/rust-lang/crates.io-index" 800checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 801dependencies = [ 802 "crossbeam-utils", 803] 804 805[[package]] 806name = "crossbeam-epoch" 807version = "0.9.18" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 810dependencies = [ 811 "crossbeam-utils", 812] 813 814[[package]] 815name = "crossbeam-skiplist" 816version = "0.1.3" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b" 819dependencies = [ 820 "crossbeam-epoch", 821 "crossbeam-utils", 822] 823 824[[package]] 825name = "crossbeam-utils" 826version = "0.8.21" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 829 830[[package]] 831name = "crypto-common" 832version = "0.1.6" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 835dependencies = [ 836 "generic-array", 837 "typenum", 838] 839 840[[package]] 841name = "ctrlc" 842version = "3.4.6" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c" 845dependencies = [ 846 "nix", 847 "windows-sys 0.59.0", 848] 849 850[[package]] 851name = "darling" 852version = "0.20.11" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 855dependencies = [ 856 "darling_core", 857 "darling_macro", 858] 859 860[[package]] 861name = "darling_core" 862version = "0.20.11" 863source = "registry+https://github.com/rust-lang/crates.io-index" 864checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 865dependencies = [ 866 "fnv", 867 "ident_case", 868 "proc-macro2", 869 "quote", 870 "strsim", 871 "syn", 872] 873 874[[package]] 875name = "darling_macro" 876version = "0.20.11" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 879dependencies = [ 880 "darling_core", 881 "quote", 882 "syn", 883] 884 885[[package]] 886name = "dashmap" 887version = "6.1.0" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 890dependencies = [ 891 "cfg-if", 892 "crossbeam-utils", 893 "hashbrown 0.14.5", 894 "lock_api", 895 "once_cell", 896 "parking_lot_core", 897] 898 899[[package]] 900name = "data-encoding" 901version = "2.8.0" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" 904 905[[package]] 906name = "data-encoding-macro" 907version = "0.1.17" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "9f9724adfcf41f45bf652b3995837669d73c4d49a1b5ac1ff82905ac7d9b5558" 910dependencies = [ 911 "data-encoding", 912 "data-encoding-macro-internal", 913] 914 915[[package]] 916name = "data-encoding-macro-internal" 917version = "0.1.15" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f" 920dependencies = [ 921 "data-encoding", 922 "syn", 923] 924 925[[package]] 926name = "debug-ignore" 927version = "1.0.5" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21" 930 931[[package]] 932name = "deranged" 933version = "0.4.0" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 936dependencies = [ 937 "powerfmt", 938 "serde", 939] 940 941[[package]] 942name = "digest" 943version = "0.10.7" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 946dependencies = [ 947 "block-buffer", 948 "crypto-common", 949] 950 951[[package]] 952name = "dirs-next" 953version = "2.0.0" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 956dependencies = [ 957 "cfg-if", 958 "dirs-sys-next", 959] 960 961[[package]] 962name = "dirs-sys-next" 963version = "0.1.2" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 966dependencies = [ 967 "libc", 968 "redox_users", 969 "winapi", 970] 971 972[[package]] 973name = "displaydoc" 974version = "0.2.5" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 977dependencies = [ 978 "proc-macro2", 979 "quote", 980 "syn", 981] 982 983[[package]] 984name = "double-ended-peekable" 985version = "0.1.0" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "c0d05e1c0dbad51b52c38bda7adceef61b9efc2baf04acfe8726a8c4630a6f57" 988 989[[package]] 990name = "dropshot" 991version = "0.16.0" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "a37c505dad56e0c1fa5ed47e29fab1a1ab2d1a9d93e952024bb47168969705f6" 994dependencies = [ 995 "async-stream", 996 "async-trait", 997 "base64 0.22.1", 998 "bytes", 999 "camino", 1000 "chrono", 1001 "debug-ignore", 1002 "dropshot_endpoint", 1003 "form_urlencoded", 1004 "futures", 1005 "hostname 0.4.1", 1006 "http", 1007 "http-body-util", 1008 "hyper", 1009 "hyper-util", 1010 "indexmap 2.9.0", 1011 "multer", 1012 "openapiv3", 1013 "paste", 1014 "percent-encoding", 1015 "rustls", 1016 "rustls-pemfile", 1017 "schemars", 1018 "scopeguard", 1019 "semver", 1020 "serde", 1021 "serde_json", 1022 "serde_path_to_error", 1023 "serde_urlencoded", 1024 "sha1", 1025 "slog", 1026 "slog-async", 1027 "slog-bunyan", 1028 "slog-json", 1029 "slog-term", 1030 "thiserror 2.0.12", 1031 "tokio", 1032 "tokio-rustls", 1033 "toml", 1034 "uuid", 1035 "version_check", 1036 "waitgroup", 1037] 1038 1039[[package]] 1040name = "dropshot_endpoint" 1041version = "0.16.0" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "8b1a6db3728f0195e3ad62807649913aaba06d45421e883416e555e51464ef67" 1044dependencies = [ 1045 "heck", 1046 "proc-macro2", 1047 "quote", 1048 "semver", 1049 "serde", 1050 "serde_tokenstream", 1051 "syn", 1052] 1053 1054[[package]] 1055name = "dyn-clone" 1056version = "1.0.19" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" 1059 1060[[package]] 1061name = "either" 1062version = "1.15.0" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1065 1066[[package]] 1067name = "encoding_rs" 1068version = "0.8.35" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1071dependencies = [ 1072 "cfg-if", 1073] 1074 1075[[package]] 1076name = "enum_dispatch" 1077version = "0.3.13" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 1080dependencies = [ 1081 "once_cell", 1082 "proc-macro2", 1083 "quote", 1084 "syn", 1085] 1086 1087[[package]] 1088name = "env_filter" 1089version = "0.1.3" 1090source = "registry+https://github.com/rust-lang/crates.io-index" 1091checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" 1092dependencies = [ 1093 "log", 1094 "regex", 1095] 1096 1097[[package]] 1098name = "env_logger" 1099version = "0.11.8" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 1102dependencies = [ 1103 "anstream", 1104 "anstyle", 1105 "env_filter", 1106 "jiff", 1107 "log", 1108] 1109 1110[[package]] 1111name = "equivalent" 1112version = "1.0.2" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1115 1116[[package]] 1117name = "errno" 1118version = "0.3.11" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 1121dependencies = [ 1122 "libc", 1123 "windows-sys 0.59.0", 1124] 1125 1126[[package]] 1127name = "event-listener" 1128version = "5.4.0" 1129source = "registry+https://github.com/rust-lang/crates.io-index" 1130checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" 1131dependencies = [ 1132 "concurrent-queue", 1133 "parking", 1134 "pin-project-lite", 1135] 1136 1137[[package]] 1138name = "event-listener-strategy" 1139version = "0.5.4" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1142dependencies = [ 1143 "event-listener", 1144 "pin-project-lite", 1145] 1146 1147[[package]] 1148name = "fastrand" 1149version = "2.3.0" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1152 1153[[package]] 1154name = "fjall" 1155version = "2.8.0" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "26b2ced3483989a62b3533c9f99054d73b527c6c0045cf22b00fe87956f1a46f" 1158dependencies = [ 1159 "byteorder", 1160 "byteview", 1161 "dashmap", 1162 "log", 1163 "lsm-tree", 1164 "path-absolutize", 1165 "std-semaphore", 1166 "tempfile", 1167 "xxhash-rust", 1168] 1169 1170[[package]] 1171name = "fluent-uri" 1172version = "0.3.2" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5" 1175dependencies = [ 1176 "borrow-or-share", 1177 "ref-cast", 1178] 1179 1180[[package]] 1181name = "flume" 1182version = "0.11.1" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 1185dependencies = [ 1186 "spin", 1187] 1188 1189[[package]] 1190name = "fnv" 1191version = "1.0.7" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1194 1195[[package]] 1196name = "foldhash" 1197version = "0.1.5" 1198source = "registry+https://github.com/rust-lang/crates.io-index" 1199checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1200 1201[[package]] 1202name = "foreign-types" 1203version = "0.3.2" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1206dependencies = [ 1207 "foreign-types-shared", 1208] 1209 1210[[package]] 1211name = "foreign-types-shared" 1212version = "0.1.1" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1215 1216[[package]] 1217name = "form_urlencoded" 1218version = "1.2.1" 1219source = "registry+https://github.com/rust-lang/crates.io-index" 1220checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1221dependencies = [ 1222 "percent-encoding", 1223] 1224 1225[[package]] 1226name = "fs4" 1227version = "0.12.0" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "c29c30684418547d476f0b48e84f4821639119c483b1eccd566c8cd0cd05f521" 1230dependencies = [ 1231 "rustix 0.38.44", 1232 "windows-sys 0.52.0", 1233] 1234 1235[[package]] 1236name = "futures" 1237version = "0.3.31" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1240dependencies = [ 1241 "futures-channel", 1242 "futures-core", 1243 "futures-executor", 1244 "futures-io", 1245 "futures-sink", 1246 "futures-task", 1247 "futures-util", 1248] 1249 1250[[package]] 1251name = "futures-channel" 1252version = "0.3.31" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1255dependencies = [ 1256 "futures-core", 1257 "futures-sink", 1258] 1259 1260[[package]] 1261name = "futures-core" 1262version = "0.3.31" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1265 1266[[package]] 1267name = "futures-executor" 1268version = "0.3.31" 1269source = "registry+https://github.com/rust-lang/crates.io-index" 1270checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1271dependencies = [ 1272 "futures-core", 1273 "futures-task", 1274 "futures-util", 1275] 1276 1277[[package]] 1278name = "futures-io" 1279version = "0.3.31" 1280source = "registry+https://github.com/rust-lang/crates.io-index" 1281checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1282 1283[[package]] 1284name = "futures-macro" 1285version = "0.3.31" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1288dependencies = [ 1289 "proc-macro2", 1290 "quote", 1291 "syn", 1292] 1293 1294[[package]] 1295name = "futures-sink" 1296version = "0.3.31" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1299 1300[[package]] 1301name = "futures-task" 1302version = "0.3.31" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1305 1306[[package]] 1307name = "futures-util" 1308version = "0.3.31" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1311dependencies = [ 1312 "futures-channel", 1313 "futures-core", 1314 "futures-io", 1315 "futures-macro", 1316 "futures-sink", 1317 "futures-task", 1318 "memchr", 1319 "pin-project-lite", 1320 "pin-utils", 1321 "slab", 1322] 1323 1324[[package]] 1325name = "generator" 1326version = "0.8.4" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd" 1329dependencies = [ 1330 "cfg-if", 1331 "libc", 1332 "log", 1333 "rustversion", 1334 "windows", 1335] 1336 1337[[package]] 1338name = "generic-array" 1339version = "0.14.7" 1340source = "registry+https://github.com/rust-lang/crates.io-index" 1341checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1342dependencies = [ 1343 "typenum", 1344 "version_check", 1345] 1346 1347[[package]] 1348name = "getrandom" 1349version = "0.2.15" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1352dependencies = [ 1353 "cfg-if", 1354 "libc", 1355 "wasi 0.11.0+wasi-snapshot-preview1", 1356] 1357 1358[[package]] 1359name = "getrandom" 1360version = "0.3.3" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 1363dependencies = [ 1364 "cfg-if", 1365 "libc", 1366 "r-efi", 1367 "wasi 0.14.2+wasi-0.2.4", 1368] 1369 1370[[package]] 1371name = "gimli" 1372version = "0.31.1" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 1375 1376[[package]] 1377name = "glob" 1378version = "0.3.2" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 1381 1382[[package]] 1383name = "guardian" 1384version = "1.3.0" 1385source = "registry+https://github.com/rust-lang/crates.io-index" 1386checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f" 1387 1388[[package]] 1389name = "h2" 1390version = "0.4.8" 1391source = "registry+https://github.com/rust-lang/crates.io-index" 1392checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" 1393dependencies = [ 1394 "atomic-waker", 1395 "bytes", 1396 "fnv", 1397 "futures-core", 1398 "futures-sink", 1399 "http", 1400 "indexmap 2.9.0", 1401 "slab", 1402 "tokio", 1403 "tokio-util", 1404 "tracing", 1405] 1406 1407[[package]] 1408name = "hashbrown" 1409version = "0.12.3" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1412 1413[[package]] 1414name = "hashbrown" 1415version = "0.14.5" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1418 1419[[package]] 1420name = "hashbrown" 1421version = "0.15.2" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 1424dependencies = [ 1425 "allocator-api2", 1426 "equivalent", 1427 "foldhash", 1428] 1429 1430[[package]] 1431name = "headers" 1432version = "0.4.0" 1433source = "registry+https://github.com/rust-lang/crates.io-index" 1434checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9" 1435dependencies = [ 1436 "base64 0.21.7", 1437 "bytes", 1438 "headers-core", 1439 "http", 1440 "httpdate", 1441 "mime", 1442 "sha1", 1443] 1444 1445[[package]] 1446name = "headers-accept" 1447version = "0.1.4" 1448source = "registry+https://github.com/rust-lang/crates.io-index" 1449checksum = "244c37aaa637e64fb73af1bb2a4f3f6f2b72f1f39f1cd6f4443f0cc21fe80280" 1450dependencies = [ 1451 "headers-core", 1452 "http", 1453 "mediatype", 1454] 1455 1456[[package]] 1457name = "headers-core" 1458version = "0.3.0" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" 1461dependencies = [ 1462 "http", 1463] 1464 1465[[package]] 1466name = "heck" 1467version = "0.5.0" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1470 1471[[package]] 1472name = "hermit-abi" 1473version = "0.5.0" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e" 1476 1477[[package]] 1478name = "hex" 1479version = "0.4.3" 1480source = "registry+https://github.com/rust-lang/crates.io-index" 1481checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1482 1483[[package]] 1484name = "hostname" 1485version = "0.3.1" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 1488dependencies = [ 1489 "libc", 1490 "match_cfg", 1491 "winapi", 1492] 1493 1494[[package]] 1495name = "hostname" 1496version = "0.4.1" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65" 1499dependencies = [ 1500 "cfg-if", 1501 "libc", 1502 "windows-link", 1503] 1504 1505[[package]] 1506name = "http" 1507version = "1.3.1" 1508source = "registry+https://github.com/rust-lang/crates.io-index" 1509checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1510dependencies = [ 1511 "bytes", 1512 "fnv", 1513 "itoa", 1514] 1515 1516[[package]] 1517name = "http-body" 1518version = "1.0.1" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1521dependencies = [ 1522 "bytes", 1523 "http", 1524] 1525 1526[[package]] 1527name = "http-body-util" 1528version = "0.1.3" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1531dependencies = [ 1532 "bytes", 1533 "futures-core", 1534 "http", 1535 "http-body", 1536 "pin-project-lite", 1537] 1538 1539[[package]] 1540name = "httparse" 1541version = "1.10.1" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1544 1545[[package]] 1546name = "httpdate" 1547version = "1.0.3" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1550 1551[[package]] 1552name = "humansize" 1553version = "2.1.3" 1554source = "registry+https://github.com/rust-lang/crates.io-index" 1555checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 1556dependencies = [ 1557 "libm", 1558] 1559 1560[[package]] 1561name = "hyper" 1562version = "1.6.0" 1563source = "registry+https://github.com/rust-lang/crates.io-index" 1564checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 1565dependencies = [ 1566 "bytes", 1567 "futures-channel", 1568 "futures-util", 1569 "h2", 1570 "http", 1571 "http-body", 1572 "httparse", 1573 "httpdate", 1574 "itoa", 1575 "pin-project-lite", 1576 "smallvec", 1577 "tokio", 1578 "want", 1579] 1580 1581[[package]] 1582name = "hyper-util" 1583version = "0.1.11" 1584source = "registry+https://github.com/rust-lang/crates.io-index" 1585checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" 1586dependencies = [ 1587 "bytes", 1588 "futures-channel", 1589 "futures-util", 1590 "http", 1591 "http-body", 1592 "hyper", 1593 "libc", 1594 "pin-project-lite", 1595 "socket2", 1596 "tokio", 1597 "tower-service", 1598 "tracing", 1599] 1600 1601[[package]] 1602name = "iana-time-zone" 1603version = "0.1.63" 1604source = "registry+https://github.com/rust-lang/crates.io-index" 1605checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 1606dependencies = [ 1607 "android_system_properties", 1608 "core-foundation-sys", 1609 "iana-time-zone-haiku", 1610 "js-sys", 1611 "log", 1612 "wasm-bindgen", 1613 "windows-core 0.61.0", 1614] 1615 1616[[package]] 1617name = "iana-time-zone-haiku" 1618version = "0.1.2" 1619source = "registry+https://github.com/rust-lang/crates.io-index" 1620checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1621dependencies = [ 1622 "cc", 1623] 1624 1625[[package]] 1626name = "icu_collections" 1627version = "1.5.0" 1628source = "registry+https://github.com/rust-lang/crates.io-index" 1629checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 1630dependencies = [ 1631 "displaydoc", 1632 "yoke", 1633 "zerofrom", 1634 "zerovec", 1635] 1636 1637[[package]] 1638name = "icu_locid" 1639version = "1.5.0" 1640source = "registry+https://github.com/rust-lang/crates.io-index" 1641checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 1642dependencies = [ 1643 "displaydoc", 1644 "litemap", 1645 "tinystr", 1646 "writeable", 1647 "zerovec", 1648] 1649 1650[[package]] 1651name = "icu_locid_transform" 1652version = "1.5.0" 1653source = "registry+https://github.com/rust-lang/crates.io-index" 1654checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 1655dependencies = [ 1656 "displaydoc", 1657 "icu_locid", 1658 "icu_locid_transform_data", 1659 "icu_provider", 1660 "tinystr", 1661 "zerovec", 1662] 1663 1664[[package]] 1665name = "icu_locid_transform_data" 1666version = "1.5.1" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" 1669 1670[[package]] 1671name = "icu_normalizer" 1672version = "1.5.0" 1673source = "registry+https://github.com/rust-lang/crates.io-index" 1674checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 1675dependencies = [ 1676 "displaydoc", 1677 "icu_collections", 1678 "icu_normalizer_data", 1679 "icu_properties", 1680 "icu_provider", 1681 "smallvec", 1682 "utf16_iter", 1683 "utf8_iter", 1684 "write16", 1685 "zerovec", 1686] 1687 1688[[package]] 1689name = "icu_normalizer_data" 1690version = "1.5.1" 1691source = "registry+https://github.com/rust-lang/crates.io-index" 1692checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" 1693 1694[[package]] 1695name = "icu_properties" 1696version = "1.5.1" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1699dependencies = [ 1700 "displaydoc", 1701 "icu_collections", 1702 "icu_locid_transform", 1703 "icu_properties_data", 1704 "icu_provider", 1705 "tinystr", 1706 "zerovec", 1707] 1708 1709[[package]] 1710name = "icu_properties_data" 1711version = "1.5.1" 1712source = "registry+https://github.com/rust-lang/crates.io-index" 1713checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" 1714 1715[[package]] 1716name = "icu_provider" 1717version = "1.5.0" 1718source = "registry+https://github.com/rust-lang/crates.io-index" 1719checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1720dependencies = [ 1721 "displaydoc", 1722 "icu_locid", 1723 "icu_provider_macros", 1724 "stable_deref_trait", 1725 "tinystr", 1726 "writeable", 1727 "yoke", 1728 "zerofrom", 1729 "zerovec", 1730] 1731 1732[[package]] 1733name = "icu_provider_macros" 1734version = "1.5.0" 1735source = "registry+https://github.com/rust-lang/crates.io-index" 1736checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1737dependencies = [ 1738 "proc-macro2", 1739 "quote", 1740 "syn", 1741] 1742 1743[[package]] 1744name = "ident_case" 1745version = "1.0.1" 1746source = "registry+https://github.com/rust-lang/crates.io-index" 1747checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1748 1749[[package]] 1750name = "idna" 1751version = "1.0.3" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1754dependencies = [ 1755 "idna_adapter", 1756 "smallvec", 1757 "utf8_iter", 1758] 1759 1760[[package]] 1761name = "idna_adapter" 1762version = "1.2.0" 1763source = "registry+https://github.com/rust-lang/crates.io-index" 1764checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1765dependencies = [ 1766 "icu_normalizer", 1767 "icu_properties", 1768] 1769 1770[[package]] 1771name = "indexmap" 1772version = "1.9.3" 1773source = "registry+https://github.com/rust-lang/crates.io-index" 1774checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1775dependencies = [ 1776 "autocfg", 1777 "hashbrown 0.12.3", 1778 "serde", 1779] 1780 1781[[package]] 1782name = "indexmap" 1783version = "2.9.0" 1784source = "registry+https://github.com/rust-lang/crates.io-index" 1785checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 1786dependencies = [ 1787 "equivalent", 1788 "hashbrown 0.15.2", 1789 "serde", 1790] 1791 1792[[package]] 1793name = "interval-heap" 1794version = "0.0.5" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6" 1797dependencies = [ 1798 "compare", 1799] 1800 1801[[package]] 1802name = "ipld-core" 1803version = "0.4.2" 1804source = "registry+https://github.com/rust-lang/crates.io-index" 1805checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1806dependencies = [ 1807 "cid", 1808 "serde", 1809 "serde_bytes", 1810] 1811 1812[[package]] 1813name = "ipnet" 1814version = "2.11.0" 1815source = "registry+https://github.com/rust-lang/crates.io-index" 1816checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1817 1818[[package]] 1819name = "is-terminal" 1820version = "0.4.16" 1821source = "registry+https://github.com/rust-lang/crates.io-index" 1822checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" 1823dependencies = [ 1824 "hermit-abi", 1825 "libc", 1826 "windows-sys 0.59.0", 1827] 1828 1829[[package]] 1830name = "is_terminal_polyfill" 1831version = "1.70.1" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1834 1835[[package]] 1836name = "itertools" 1837version = "0.12.1" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1840dependencies = [ 1841 "either", 1842] 1843 1844[[package]] 1845name = "itertools" 1846version = "0.13.0" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1849dependencies = [ 1850 "either", 1851] 1852 1853[[package]] 1854name = "itoa" 1855version = "1.0.15" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1858 1859[[package]] 1860name = "jetstream" 1861version = "0.1.1" 1862dependencies = [ 1863 "anyhow", 1864 "async-trait", 1865 "atrium-api", 1866 "chrono", 1867 "clap", 1868 "futures-util", 1869 "log", 1870 "serde", 1871 "serde_json", 1872 "thiserror 2.0.12", 1873 "tokio", 1874 "tokio-tungstenite", 1875 "url", 1876 "zstd", 1877] 1878 1879[[package]] 1880name = "jiff" 1881version = "0.2.6" 1882source = "registry+https://github.com/rust-lang/crates.io-index" 1883checksum = "1f33145a5cbea837164362c7bd596106eb7c5198f97d1ba6f6ebb3223952e488" 1884dependencies = [ 1885 "jiff-static", 1886 "log", 1887 "portable-atomic", 1888 "portable-atomic-util", 1889 "serde", 1890] 1891 1892[[package]] 1893name = "jiff-static" 1894version = "0.2.6" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "43ce13c40ec6956157a3635d97a1ee2df323b263f09ea14165131289cb0f5c19" 1897dependencies = [ 1898 "proc-macro2", 1899 "quote", 1900 "syn", 1901] 1902 1903[[package]] 1904name = "jobserver" 1905version = "0.1.33" 1906source = "registry+https://github.com/rust-lang/crates.io-index" 1907checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 1908dependencies = [ 1909 "getrandom 0.3.3", 1910 "libc", 1911] 1912 1913[[package]] 1914name = "js-sys" 1915version = "0.3.77" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1918dependencies = [ 1919 "once_cell", 1920 "wasm-bindgen", 1921] 1922 1923[[package]] 1924name = "langtag" 1925version = "0.3.4" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 1928dependencies = [ 1929 "serde", 1930] 1931 1932[[package]] 1933name = "lazy_static" 1934version = "1.5.0" 1935source = "registry+https://github.com/rust-lang/crates.io-index" 1936checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1937 1938[[package]] 1939name = "lazycell" 1940version = "1.3.0" 1941source = "registry+https://github.com/rust-lang/crates.io-index" 1942checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1943 1944[[package]] 1945name = "libc" 1946version = "0.2.171" 1947source = "registry+https://github.com/rust-lang/crates.io-index" 1948checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" 1949 1950[[package]] 1951name = "libfuzzer-sys" 1952version = "0.4.9" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75" 1955dependencies = [ 1956 "arbitrary", 1957 "cc", 1958] 1959 1960[[package]] 1961name = "libloading" 1962version = "0.8.6" 1963source = "registry+https://github.com/rust-lang/crates.io-index" 1964checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 1965dependencies = [ 1966 "cfg-if", 1967 "windows-targets", 1968] 1969 1970[[package]] 1971name = "libm" 1972version = "0.2.11" 1973source = "registry+https://github.com/rust-lang/crates.io-index" 1974checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" 1975 1976[[package]] 1977name = "libproc" 1978version = "0.14.10" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb" 1981dependencies = [ 1982 "bindgen 0.70.1", 1983 "errno", 1984 "libc", 1985] 1986 1987[[package]] 1988name = "libredox" 1989version = "0.1.3" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1992dependencies = [ 1993 "bitflags", 1994 "libc", 1995] 1996 1997[[package]] 1998name = "librocksdb-sys" 1999version = "0.17.1+9.9.3" 2000source = "registry+https://github.com/rust-lang/crates.io-index" 2001checksum = "2b7869a512ae9982f4d46ba482c2a304f1efd80c6412a3d4bf57bb79a619679f" 2002dependencies = [ 2003 "bindgen 0.69.5", 2004 "bzip2-sys", 2005 "cc", 2006 "libc", 2007 "libz-sys", 2008 "lz4-sys", 2009 "zstd-sys", 2010] 2011 2012[[package]] 2013name = "libz-sys" 2014version = "1.1.22" 2015source = "registry+https://github.com/rust-lang/crates.io-index" 2016checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" 2017dependencies = [ 2018 "cc", 2019 "pkg-config", 2020 "vcpkg", 2021] 2022 2023[[package]] 2024name = "links" 2025version = "0.1.0" 2026dependencies = [ 2027 "anyhow", 2028 "fluent-uri", 2029 "nom", 2030 "thiserror 2.0.12", 2031 "tinyjson", 2032] 2033 2034[[package]] 2035name = "linux-raw-sys" 2036version = "0.4.15" 2037source = "registry+https://github.com/rust-lang/crates.io-index" 2038checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2039 2040[[package]] 2041name = "linux-raw-sys" 2042version = "0.9.4" 2043source = "registry+https://github.com/rust-lang/crates.io-index" 2044checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 2045 2046[[package]] 2047name = "litemap" 2048version = "0.7.5" 2049source = "registry+https://github.com/rust-lang/crates.io-index" 2050checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 2051 2052[[package]] 2053name = "lock_api" 2054version = "0.4.12" 2055source = "registry+https://github.com/rust-lang/crates.io-index" 2056checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2057dependencies = [ 2058 "autocfg", 2059 "scopeguard", 2060] 2061 2062[[package]] 2063name = "log" 2064version = "0.4.27" 2065source = "registry+https://github.com/rust-lang/crates.io-index" 2066checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 2067 2068[[package]] 2069name = "loom" 2070version = "0.7.2" 2071source = "registry+https://github.com/rust-lang/crates.io-index" 2072checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2073dependencies = [ 2074 "cfg-if", 2075 "generator", 2076 "scoped-tls", 2077 "tracing", 2078 "tracing-subscriber", 2079] 2080 2081[[package]] 2082name = "lru" 2083version = "0.12.5" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 2086dependencies = [ 2087 "hashbrown 0.15.2", 2088] 2089 2090[[package]] 2091name = "lsm-tree" 2092version = "2.8.0" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "d0a63a5e98a38b51765274137d8aedfbd848da5f4d016867e186b673fcc06a8c" 2095dependencies = [ 2096 "byteorder", 2097 "crossbeam-skiplist", 2098 "double-ended-peekable", 2099 "enum_dispatch", 2100 "guardian", 2101 "interval-heap", 2102 "log", 2103 "lz4_flex", 2104 "path-absolutize", 2105 "quick_cache", 2106 "rustc-hash 2.1.1", 2107 "self_cell", 2108 "tempfile", 2109 "value-log", 2110 "varint-rs", 2111 "xxhash-rust", 2112] 2113 2114[[package]] 2115name = "lz4-sys" 2116version = "1.11.1+lz4-1.10.0" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" 2119dependencies = [ 2120 "cc", 2121 "libc", 2122] 2123 2124[[package]] 2125name = "lz4_flex" 2126version = "0.11.3" 2127source = "registry+https://github.com/rust-lang/crates.io-index" 2128checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 2129 2130[[package]] 2131name = "mach2" 2132version = "0.4.2" 2133source = "registry+https://github.com/rust-lang/crates.io-index" 2134checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" 2135dependencies = [ 2136 "libc", 2137] 2138 2139[[package]] 2140name = "match_cfg" 2141version = "0.1.0" 2142source = "registry+https://github.com/rust-lang/crates.io-index" 2143checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 2144 2145[[package]] 2146name = "matchers" 2147version = "0.1.0" 2148source = "registry+https://github.com/rust-lang/crates.io-index" 2149checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2150dependencies = [ 2151 "regex-automata 0.1.10", 2152] 2153 2154[[package]] 2155name = "matchit" 2156version = "0.8.4" 2157source = "registry+https://github.com/rust-lang/crates.io-index" 2158checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 2159 2160[[package]] 2161name = "mediatype" 2162version = "0.19.20" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "33746aadcb41349ec291e7f2f0a3aa6834d1d7c58066fb4b01f68efc4c4b7631" 2165 2166[[package]] 2167name = "memchr" 2168version = "2.7.4" 2169source = "registry+https://github.com/rust-lang/crates.io-index" 2170checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2171 2172[[package]] 2173name = "metrics" 2174version = "0.24.1" 2175source = "registry+https://github.com/rust-lang/crates.io-index" 2176checksum = "7a7deb012b3b2767169ff203fadb4c6b0b82b947512e5eb9e0b78c2e186ad9e3" 2177dependencies = [ 2178 "ahash", 2179 "portable-atomic", 2180] 2181 2182[[package]] 2183name = "metrics-exporter-prometheus" 2184version = "0.16.2" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034" 2187dependencies = [ 2188 "base64 0.22.1", 2189 "http-body-util", 2190 "hyper", 2191 "hyper-util", 2192 "indexmap 2.9.0", 2193 "ipnet", 2194 "metrics", 2195 "metrics-util", 2196 "quanta", 2197 "thiserror 1.0.69", 2198 "tokio", 2199 "tracing", 2200] 2201 2202[[package]] 2203name = "metrics-process" 2204version = "2.4.0" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "4a82c8add4382f29a122fa64fff1891453ed0f6b2867d971e7d60cb8dfa322ff" 2207dependencies = [ 2208 "libc", 2209 "libproc", 2210 "mach2", 2211 "metrics", 2212 "once_cell", 2213 "procfs", 2214 "rlimit", 2215 "windows", 2216] 2217 2218[[package]] 2219name = "metrics-util" 2220version = "0.19.0" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "dbd4884b1dd24f7d6628274a2f5ae22465c337c5ba065ec9b6edccddf8acc673" 2223dependencies = [ 2224 "crossbeam-epoch", 2225 "crossbeam-utils", 2226 "hashbrown 0.15.2", 2227 "metrics", 2228 "quanta", 2229 "rand 0.8.5", 2230 "rand_xoshiro", 2231 "sketches-ddsketch", 2232] 2233 2234[[package]] 2235name = "mime" 2236version = "0.3.17" 2237source = "registry+https://github.com/rust-lang/crates.io-index" 2238checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2239 2240[[package]] 2241name = "mime_guess" 2242version = "2.0.5" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2245dependencies = [ 2246 "mime", 2247 "unicase", 2248] 2249 2250[[package]] 2251name = "minimal-lexical" 2252version = "0.2.1" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2255 2256[[package]] 2257name = "miniz_oxide" 2258version = "0.8.8" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 2261dependencies = [ 2262 "adler2", 2263] 2264 2265[[package]] 2266name = "mio" 2267version = "1.0.3" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 2270dependencies = [ 2271 "libc", 2272 "wasi 0.11.0+wasi-snapshot-preview1", 2273 "windows-sys 0.52.0", 2274] 2275 2276[[package]] 2277name = "moka" 2278version = "0.12.10" 2279source = "registry+https://github.com/rust-lang/crates.io-index" 2280checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 2281dependencies = [ 2282 "async-lock", 2283 "crossbeam-channel", 2284 "crossbeam-epoch", 2285 "crossbeam-utils", 2286 "event-listener", 2287 "futures-util", 2288 "loom", 2289 "parking_lot", 2290 "portable-atomic", 2291 "rustc_version", 2292 "smallvec", 2293 "tagptr", 2294 "thiserror 1.0.69", 2295 "uuid", 2296] 2297 2298[[package]] 2299name = "multer" 2300version = "3.1.0" 2301source = "registry+https://github.com/rust-lang/crates.io-index" 2302checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 2303dependencies = [ 2304 "bytes", 2305 "encoding_rs", 2306 "futures-util", 2307 "http", 2308 "httparse", 2309 "memchr", 2310 "mime", 2311 "spin", 2312 "version_check", 2313] 2314 2315[[package]] 2316name = "multibase" 2317version = "0.9.1" 2318source = "registry+https://github.com/rust-lang/crates.io-index" 2319checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 2320dependencies = [ 2321 "base-x", 2322 "data-encoding", 2323 "data-encoding-macro", 2324] 2325 2326[[package]] 2327name = "multihash" 2328version = "0.19.3" 2329source = "registry+https://github.com/rust-lang/crates.io-index" 2330checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 2331dependencies = [ 2332 "core2", 2333 "serde", 2334 "unsigned-varint", 2335] 2336 2337[[package]] 2338name = "native-tls" 2339version = "0.2.14" 2340source = "registry+https://github.com/rust-lang/crates.io-index" 2341checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 2342dependencies = [ 2343 "libc", 2344 "log", 2345 "openssl", 2346 "openssl-probe", 2347 "openssl-sys", 2348 "schannel", 2349 "security-framework", 2350 "security-framework-sys", 2351 "tempfile", 2352] 2353 2354[[package]] 2355name = "nix" 2356version = "0.29.0" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 2359dependencies = [ 2360 "bitflags", 2361 "cfg-if", 2362 "cfg_aliases", 2363 "libc", 2364] 2365 2366[[package]] 2367name = "nom" 2368version = "7.1.3" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2371dependencies = [ 2372 "memchr", 2373 "minimal-lexical", 2374] 2375 2376[[package]] 2377name = "nu-ansi-term" 2378version = "0.46.0" 2379source = "registry+https://github.com/rust-lang/crates.io-index" 2380checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2381dependencies = [ 2382 "overload", 2383 "winapi", 2384] 2385 2386[[package]] 2387name = "num-conv" 2388version = "0.1.0" 2389source = "registry+https://github.com/rust-lang/crates.io-index" 2390checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2391 2392[[package]] 2393name = "num-format" 2394version = "0.4.4" 2395source = "registry+https://github.com/rust-lang/crates.io-index" 2396checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 2397dependencies = [ 2398 "arrayvec", 2399 "itoa", 2400] 2401 2402[[package]] 2403name = "num-traits" 2404version = "0.2.19" 2405source = "registry+https://github.com/rust-lang/crates.io-index" 2406checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2407dependencies = [ 2408 "autocfg", 2409] 2410 2411[[package]] 2412name = "num_threads" 2413version = "0.1.7" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2416dependencies = [ 2417 "libc", 2418] 2419 2420[[package]] 2421name = "object" 2422version = "0.36.7" 2423source = "registry+https://github.com/rust-lang/crates.io-index" 2424checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 2425dependencies = [ 2426 "memchr", 2427] 2428 2429[[package]] 2430name = "once_cell" 2431version = "1.21.3" 2432source = "registry+https://github.com/rust-lang/crates.io-index" 2433checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2434 2435[[package]] 2436name = "openapiv3" 2437version = "2.0.0" 2438source = "registry+https://github.com/rust-lang/crates.io-index" 2439checksum = "cc02deea53ffe807708244e5914f6b099ad7015a207ee24317c22112e17d9c5c" 2440dependencies = [ 2441 "indexmap 2.9.0", 2442 "serde", 2443 "serde_json", 2444] 2445 2446[[package]] 2447name = "openssl" 2448version = "0.10.72" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" 2451dependencies = [ 2452 "bitflags", 2453 "cfg-if", 2454 "foreign-types", 2455 "libc", 2456 "once_cell", 2457 "openssl-macros", 2458 "openssl-sys", 2459] 2460 2461[[package]] 2462name = "openssl-macros" 2463version = "0.1.1" 2464source = "registry+https://github.com/rust-lang/crates.io-index" 2465checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2466dependencies = [ 2467 "proc-macro2", 2468 "quote", 2469 "syn", 2470] 2471 2472[[package]] 2473name = "openssl-probe" 2474version = "0.1.6" 2475source = "registry+https://github.com/rust-lang/crates.io-index" 2476checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 2477 2478[[package]] 2479name = "openssl-src" 2480version = "300.5.0+3.5.0" 2481source = "registry+https://github.com/rust-lang/crates.io-index" 2482checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f" 2483dependencies = [ 2484 "cc", 2485] 2486 2487[[package]] 2488name = "openssl-sys" 2489version = "0.9.107" 2490source = "registry+https://github.com/rust-lang/crates.io-index" 2491checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07" 2492dependencies = [ 2493 "cc", 2494 "libc", 2495 "openssl-src", 2496 "pkg-config", 2497 "vcpkg", 2498] 2499 2500[[package]] 2501name = "overload" 2502version = "0.1.1" 2503source = "registry+https://github.com/rust-lang/crates.io-index" 2504checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2505 2506[[package]] 2507name = "parking" 2508version = "2.2.1" 2509source = "registry+https://github.com/rust-lang/crates.io-index" 2510checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2511 2512[[package]] 2513name = "parking_lot" 2514version = "0.12.3" 2515source = "registry+https://github.com/rust-lang/crates.io-index" 2516checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2517dependencies = [ 2518 "lock_api", 2519 "parking_lot_core", 2520] 2521 2522[[package]] 2523name = "parking_lot_core" 2524version = "0.9.10" 2525source = "registry+https://github.com/rust-lang/crates.io-index" 2526checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2527dependencies = [ 2528 "cfg-if", 2529 "libc", 2530 "redox_syscall", 2531 "smallvec", 2532 "windows-targets", 2533] 2534 2535[[package]] 2536name = "paste" 2537version = "1.0.15" 2538source = "registry+https://github.com/rust-lang/crates.io-index" 2539checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2540 2541[[package]] 2542name = "path-absolutize" 2543version = "3.1.1" 2544source = "registry+https://github.com/rust-lang/crates.io-index" 2545checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5" 2546dependencies = [ 2547 "path-dedot", 2548] 2549 2550[[package]] 2551name = "path-dedot" 2552version = "3.1.1" 2553source = "registry+https://github.com/rust-lang/crates.io-index" 2554checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397" 2555dependencies = [ 2556 "once_cell", 2557] 2558 2559[[package]] 2560name = "percent-encoding" 2561version = "2.3.1" 2562source = "registry+https://github.com/rust-lang/crates.io-index" 2563checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2564 2565[[package]] 2566name = "pin-project-lite" 2567version = "0.2.16" 2568source = "registry+https://github.com/rust-lang/crates.io-index" 2569checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2570 2571[[package]] 2572name = "pin-utils" 2573version = "0.1.0" 2574source = "registry+https://github.com/rust-lang/crates.io-index" 2575checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2576 2577[[package]] 2578name = "pkg-config" 2579version = "0.3.32" 2580source = "registry+https://github.com/rust-lang/crates.io-index" 2581checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2582 2583[[package]] 2584name = "portable-atomic" 2585version = "1.11.0" 2586source = "registry+https://github.com/rust-lang/crates.io-index" 2587checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 2588 2589[[package]] 2590name = "portable-atomic-util" 2591version = "0.2.4" 2592source = "registry+https://github.com/rust-lang/crates.io-index" 2593checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 2594dependencies = [ 2595 "portable-atomic", 2596] 2597 2598[[package]] 2599name = "powerfmt" 2600version = "0.2.0" 2601source = "registry+https://github.com/rust-lang/crates.io-index" 2602checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2603 2604[[package]] 2605name = "ppv-lite86" 2606version = "0.2.21" 2607source = "registry+https://github.com/rust-lang/crates.io-index" 2608checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2609dependencies = [ 2610 "zerocopy 0.8.24", 2611] 2612 2613[[package]] 2614name = "proc-macro2" 2615version = "1.0.94" 2616source = "registry+https://github.com/rust-lang/crates.io-index" 2617checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" 2618dependencies = [ 2619 "unicode-ident", 2620] 2621 2622[[package]] 2623name = "procfs" 2624version = "0.17.0" 2625source = "registry+https://github.com/rust-lang/crates.io-index" 2626checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" 2627dependencies = [ 2628 "bitflags", 2629 "hex", 2630 "procfs-core", 2631 "rustix 0.38.44", 2632] 2633 2634[[package]] 2635name = "procfs-core" 2636version = "0.17.0" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" 2639dependencies = [ 2640 "bitflags", 2641 "hex", 2642] 2643 2644[[package]] 2645name = "quanta" 2646version = "0.12.5" 2647source = "registry+https://github.com/rust-lang/crates.io-index" 2648checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e" 2649dependencies = [ 2650 "crossbeam-utils", 2651 "libc", 2652 "once_cell", 2653 "raw-cpuid", 2654 "wasi 0.11.0+wasi-snapshot-preview1", 2655 "web-sys", 2656 "winapi", 2657] 2658 2659[[package]] 2660name = "quick_cache" 2661version = "0.6.12" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "8f8ed0655cbaf18a26966142ad23b95d8ab47221c50c4f73a1db7d0d2d6e3da8" 2664dependencies = [ 2665 "equivalent", 2666 "hashbrown 0.15.2", 2667] 2668 2669[[package]] 2670name = "quote" 2671version = "1.0.40" 2672source = "registry+https://github.com/rust-lang/crates.io-index" 2673checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 2674dependencies = [ 2675 "proc-macro2", 2676] 2677 2678[[package]] 2679name = "r-efi" 2680version = "5.2.0" 2681source = "registry+https://github.com/rust-lang/crates.io-index" 2682checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 2683 2684[[package]] 2685name = "rand" 2686version = "0.8.5" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2689dependencies = [ 2690 "libc", 2691 "rand_chacha 0.3.1", 2692 "rand_core 0.6.4", 2693] 2694 2695[[package]] 2696name = "rand" 2697version = "0.9.1" 2698source = "registry+https://github.com/rust-lang/crates.io-index" 2699checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 2700dependencies = [ 2701 "rand_chacha 0.9.0", 2702 "rand_core 0.9.3", 2703] 2704 2705[[package]] 2706name = "rand_chacha" 2707version = "0.3.1" 2708source = "registry+https://github.com/rust-lang/crates.io-index" 2709checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2710dependencies = [ 2711 "ppv-lite86", 2712 "rand_core 0.6.4", 2713] 2714 2715[[package]] 2716name = "rand_chacha" 2717version = "0.9.0" 2718source = "registry+https://github.com/rust-lang/crates.io-index" 2719checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2720dependencies = [ 2721 "ppv-lite86", 2722 "rand_core 0.9.3", 2723] 2724 2725[[package]] 2726name = "rand_core" 2727version = "0.6.4" 2728source = "registry+https://github.com/rust-lang/crates.io-index" 2729checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2730dependencies = [ 2731 "getrandom 0.2.15", 2732] 2733 2734[[package]] 2735name = "rand_core" 2736version = "0.9.3" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 2739dependencies = [ 2740 "getrandom 0.3.3", 2741] 2742 2743[[package]] 2744name = "rand_xoshiro" 2745version = "0.6.0" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 2748dependencies = [ 2749 "rand_core 0.6.4", 2750] 2751 2752[[package]] 2753name = "ratelimit" 2754version = "0.10.0" 2755source = "registry+https://github.com/rust-lang/crates.io-index" 2756checksum = "36ea961700fd7260e7fa3701c8287d901b2172c51f9c1421fa0f21d7f7e184b7" 2757dependencies = [ 2758 "clocksource", 2759 "parking_lot", 2760 "thiserror 1.0.69", 2761] 2762 2763[[package]] 2764name = "raw-cpuid" 2765version = "11.5.0" 2766source = "registry+https://github.com/rust-lang/crates.io-index" 2767checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" 2768dependencies = [ 2769 "bitflags", 2770] 2771 2772[[package]] 2773name = "redox_syscall" 2774version = "0.5.11" 2775source = "registry+https://github.com/rust-lang/crates.io-index" 2776checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" 2777dependencies = [ 2778 "bitflags", 2779] 2780 2781[[package]] 2782name = "redox_users" 2783version = "0.4.6" 2784source = "registry+https://github.com/rust-lang/crates.io-index" 2785checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 2786dependencies = [ 2787 "getrandom 0.2.15", 2788 "libredox", 2789 "thiserror 1.0.69", 2790] 2791 2792[[package]] 2793name = "ref-cast" 2794version = "1.0.24" 2795source = "registry+https://github.com/rust-lang/crates.io-index" 2796checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 2797dependencies = [ 2798 "ref-cast-impl", 2799] 2800 2801[[package]] 2802name = "ref-cast-impl" 2803version = "1.0.24" 2804source = "registry+https://github.com/rust-lang/crates.io-index" 2805checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 2806dependencies = [ 2807 "proc-macro2", 2808 "quote", 2809 "syn", 2810] 2811 2812[[package]] 2813name = "regex" 2814version = "1.11.1" 2815source = "registry+https://github.com/rust-lang/crates.io-index" 2816checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 2817dependencies = [ 2818 "aho-corasick", 2819 "memchr", 2820 "regex-automata 0.4.9", 2821 "regex-syntax 0.8.5", 2822] 2823 2824[[package]] 2825name = "regex-automata" 2826version = "0.1.10" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2829dependencies = [ 2830 "regex-syntax 0.6.29", 2831] 2832 2833[[package]] 2834name = "regex-automata" 2835version = "0.4.9" 2836source = "registry+https://github.com/rust-lang/crates.io-index" 2837checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 2838dependencies = [ 2839 "aho-corasick", 2840 "memchr", 2841 "regex-syntax 0.8.5", 2842] 2843 2844[[package]] 2845name = "regex-syntax" 2846version = "0.6.29" 2847source = "registry+https://github.com/rust-lang/crates.io-index" 2848checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2849 2850[[package]] 2851name = "regex-syntax" 2852version = "0.8.5" 2853source = "registry+https://github.com/rust-lang/crates.io-index" 2854checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 2855 2856[[package]] 2857name = "ring" 2858version = "0.17.14" 2859source = "registry+https://github.com/rust-lang/crates.io-index" 2860checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2861dependencies = [ 2862 "cc", 2863 "cfg-if", 2864 "getrandom 0.2.15", 2865 "libc", 2866 "untrusted", 2867 "windows-sys 0.52.0", 2868] 2869 2870[[package]] 2871name = "rlimit" 2872version = "0.10.2" 2873source = "registry+https://github.com/rust-lang/crates.io-index" 2874checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" 2875dependencies = [ 2876 "libc", 2877] 2878 2879[[package]] 2880name = "rocksdb" 2881version = "0.23.0" 2882source = "registry+https://github.com/rust-lang/crates.io-index" 2883checksum = "26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43" 2884dependencies = [ 2885 "libc", 2886 "librocksdb-sys", 2887] 2888 2889[[package]] 2890name = "rustc-demangle" 2891version = "0.1.24" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2894 2895[[package]] 2896name = "rustc-hash" 2897version = "1.1.0" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2900 2901[[package]] 2902name = "rustc-hash" 2903version = "2.1.1" 2904source = "registry+https://github.com/rust-lang/crates.io-index" 2905checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2906 2907[[package]] 2908name = "rustc_version" 2909version = "0.4.1" 2910source = "registry+https://github.com/rust-lang/crates.io-index" 2911checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2912dependencies = [ 2913 "semver", 2914] 2915 2916[[package]] 2917name = "rustix" 2918version = "0.38.44" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 2921dependencies = [ 2922 "bitflags", 2923 "errno", 2924 "libc", 2925 "linux-raw-sys 0.4.15", 2926 "windows-sys 0.59.0", 2927] 2928 2929[[package]] 2930name = "rustix" 2931version = "1.0.5" 2932source = "registry+https://github.com/rust-lang/crates.io-index" 2933checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" 2934dependencies = [ 2935 "bitflags", 2936 "errno", 2937 "libc", 2938 "linux-raw-sys 0.9.4", 2939 "windows-sys 0.59.0", 2940] 2941 2942[[package]] 2943name = "rustls" 2944version = "0.22.4" 2945source = "registry+https://github.com/rust-lang/crates.io-index" 2946checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 2947dependencies = [ 2948 "log", 2949 "ring", 2950 "rustls-pki-types", 2951 "rustls-webpki", 2952 "subtle", 2953 "zeroize", 2954] 2955 2956[[package]] 2957name = "rustls-pemfile" 2958version = "2.2.0" 2959source = "registry+https://github.com/rust-lang/crates.io-index" 2960checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 2961dependencies = [ 2962 "rustls-pki-types", 2963] 2964 2965[[package]] 2966name = "rustls-pki-types" 2967version = "1.11.0" 2968source = "registry+https://github.com/rust-lang/crates.io-index" 2969checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" 2970 2971[[package]] 2972name = "rustls-webpki" 2973version = "0.102.8" 2974source = "registry+https://github.com/rust-lang/crates.io-index" 2975checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 2976dependencies = [ 2977 "ring", 2978 "rustls-pki-types", 2979 "untrusted", 2980] 2981 2982[[package]] 2983name = "rustversion" 2984version = "1.0.20" 2985source = "registry+https://github.com/rust-lang/crates.io-index" 2986checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 2987 2988[[package]] 2989name = "ryu" 2990version = "1.0.20" 2991source = "registry+https://github.com/rust-lang/crates.io-index" 2992checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2993 2994[[package]] 2995name = "schannel" 2996version = "0.1.27" 2997source = "registry+https://github.com/rust-lang/crates.io-index" 2998checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 2999dependencies = [ 3000 "windows-sys 0.59.0", 3001] 3002 3003[[package]] 3004name = "schemars" 3005version = "0.8.22" 3006source = "registry+https://github.com/rust-lang/crates.io-index" 3007checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" 3008dependencies = [ 3009 "chrono", 3010 "dyn-clone", 3011 "schemars_derive", 3012 "serde", 3013 "serde_json", 3014 "uuid", 3015] 3016 3017[[package]] 3018name = "schemars_derive" 3019version = "0.8.22" 3020source = "registry+https://github.com/rust-lang/crates.io-index" 3021checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" 3022dependencies = [ 3023 "proc-macro2", 3024 "quote", 3025 "serde_derive_internals", 3026 "syn", 3027] 3028 3029[[package]] 3030name = "scoped-tls" 3031version = "1.0.1" 3032source = "registry+https://github.com/rust-lang/crates.io-index" 3033checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3034 3035[[package]] 3036name = "scopeguard" 3037version = "1.2.0" 3038source = "registry+https://github.com/rust-lang/crates.io-index" 3039checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3040 3041[[package]] 3042name = "security-framework" 3043version = "2.11.1" 3044source = "registry+https://github.com/rust-lang/crates.io-index" 3045checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 3046dependencies = [ 3047 "bitflags", 3048 "core-foundation", 3049 "core-foundation-sys", 3050 "libc", 3051 "security-framework-sys", 3052] 3053 3054[[package]] 3055name = "security-framework-sys" 3056version = "2.14.0" 3057source = "registry+https://github.com/rust-lang/crates.io-index" 3058checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 3059dependencies = [ 3060 "core-foundation-sys", 3061 "libc", 3062] 3063 3064[[package]] 3065name = "self_cell" 3066version = "1.1.0" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe" 3069 3070[[package]] 3071name = "semver" 3072version = "1.0.26" 3073source = "registry+https://github.com/rust-lang/crates.io-index" 3074checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 3075 3076[[package]] 3077name = "serde" 3078version = "1.0.219" 3079source = "registry+https://github.com/rust-lang/crates.io-index" 3080checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 3081dependencies = [ 3082 "serde_derive", 3083] 3084 3085[[package]] 3086name = "serde_bytes" 3087version = "0.11.17" 3088source = "registry+https://github.com/rust-lang/crates.io-index" 3089checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 3090dependencies = [ 3091 "serde", 3092] 3093 3094[[package]] 3095name = "serde_derive" 3096version = "1.0.219" 3097source = "registry+https://github.com/rust-lang/crates.io-index" 3098checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 3099dependencies = [ 3100 "proc-macro2", 3101 "quote", 3102 "syn", 3103] 3104 3105[[package]] 3106name = "serde_derive_internals" 3107version = "0.29.1" 3108source = "registry+https://github.com/rust-lang/crates.io-index" 3109checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 3110dependencies = [ 3111 "proc-macro2", 3112 "quote", 3113 "syn", 3114] 3115 3116[[package]] 3117name = "serde_html_form" 3118version = "0.2.7" 3119source = "registry+https://github.com/rust-lang/crates.io-index" 3120checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4" 3121dependencies = [ 3122 "form_urlencoded", 3123 "indexmap 2.9.0", 3124 "itoa", 3125 "ryu", 3126 "serde", 3127] 3128 3129[[package]] 3130name = "serde_json" 3131version = "1.0.140" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 3134dependencies = [ 3135 "itoa", 3136 "memchr", 3137 "ryu", 3138 "serde", 3139] 3140 3141[[package]] 3142name = "serde_path_to_error" 3143version = "0.1.17" 3144source = "registry+https://github.com/rust-lang/crates.io-index" 3145checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 3146dependencies = [ 3147 "itoa", 3148 "serde", 3149] 3150 3151[[package]] 3152name = "serde_qs" 3153version = "1.0.0-rc.3" 3154source = "registry+https://github.com/rust-lang/crates.io-index" 3155checksum = "4cb0b9062a400c31442e67d1f2b1e7746bebd691110ebee1b7d0c7293b04fab1" 3156dependencies = [ 3157 "itoa", 3158 "percent-encoding", 3159 "ryu", 3160 "serde", 3161 "thiserror 2.0.12", 3162] 3163 3164[[package]] 3165name = "serde_spanned" 3166version = "0.6.8" 3167source = "registry+https://github.com/rust-lang/crates.io-index" 3168checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 3169dependencies = [ 3170 "serde", 3171] 3172 3173[[package]] 3174name = "serde_tokenstream" 3175version = "0.2.2" 3176source = "registry+https://github.com/rust-lang/crates.io-index" 3177checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" 3178dependencies = [ 3179 "proc-macro2", 3180 "quote", 3181 "serde", 3182 "syn", 3183] 3184 3185[[package]] 3186name = "serde_urlencoded" 3187version = "0.7.1" 3188source = "registry+https://github.com/rust-lang/crates.io-index" 3189checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3190dependencies = [ 3191 "form_urlencoded", 3192 "itoa", 3193 "ryu", 3194 "serde", 3195] 3196 3197[[package]] 3198name = "serde_with" 3199version = "3.12.0" 3200source = "registry+https://github.com/rust-lang/crates.io-index" 3201checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" 3202dependencies = [ 3203 "base64 0.22.1", 3204 "chrono", 3205 "hex", 3206 "indexmap 1.9.3", 3207 "indexmap 2.9.0", 3208 "serde", 3209 "serde_derive", 3210 "serde_json", 3211 "serde_with_macros", 3212 "time", 3213] 3214 3215[[package]] 3216name = "serde_with_macros" 3217version = "3.12.0" 3218source = "registry+https://github.com/rust-lang/crates.io-index" 3219checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" 3220dependencies = [ 3221 "darling", 3222 "proc-macro2", 3223 "quote", 3224 "syn", 3225] 3226 3227[[package]] 3228name = "sha1" 3229version = "0.10.6" 3230source = "registry+https://github.com/rust-lang/crates.io-index" 3231checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3232dependencies = [ 3233 "cfg-if", 3234 "cpufeatures", 3235 "digest", 3236] 3237 3238[[package]] 3239name = "sha2" 3240version = "0.10.9" 3241source = "registry+https://github.com/rust-lang/crates.io-index" 3242checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3243dependencies = [ 3244 "cfg-if", 3245 "cpufeatures", 3246 "digest", 3247] 3248 3249[[package]] 3250name = "sharded-slab" 3251version = "0.1.7" 3252source = "registry+https://github.com/rust-lang/crates.io-index" 3253checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3254dependencies = [ 3255 "lazy_static", 3256] 3257 3258[[package]] 3259name = "shlex" 3260version = "1.3.0" 3261source = "registry+https://github.com/rust-lang/crates.io-index" 3262checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3263 3264[[package]] 3265name = "signal-hook-registry" 3266version = "1.4.2" 3267source = "registry+https://github.com/rust-lang/crates.io-index" 3268checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 3269dependencies = [ 3270 "libc", 3271] 3272 3273[[package]] 3274name = "sketches-ddsketch" 3275version = "0.3.0" 3276source = "registry+https://github.com/rust-lang/crates.io-index" 3277checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" 3278 3279[[package]] 3280name = "slab" 3281version = "0.4.9" 3282source = "registry+https://github.com/rust-lang/crates.io-index" 3283checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3284dependencies = [ 3285 "autocfg", 3286] 3287 3288[[package]] 3289name = "slog" 3290version = "2.7.0" 3291source = "registry+https://github.com/rust-lang/crates.io-index" 3292checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" 3293 3294[[package]] 3295name = "slog-async" 3296version = "2.8.0" 3297source = "registry+https://github.com/rust-lang/crates.io-index" 3298checksum = "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84" 3299dependencies = [ 3300 "crossbeam-channel", 3301 "slog", 3302 "take_mut", 3303 "thread_local", 3304] 3305 3306[[package]] 3307name = "slog-bunyan" 3308version = "2.5.0" 3309source = "registry+https://github.com/rust-lang/crates.io-index" 3310checksum = "dcaaf6e68789d3f0411f1e72bc443214ef252a1038b6e344836e50442541f190" 3311dependencies = [ 3312 "hostname 0.3.1", 3313 "slog", 3314 "slog-json", 3315 "time", 3316] 3317 3318[[package]] 3319name = "slog-json" 3320version = "2.6.1" 3321source = "registry+https://github.com/rust-lang/crates.io-index" 3322checksum = "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219" 3323dependencies = [ 3324 "serde", 3325 "serde_json", 3326 "slog", 3327 "time", 3328] 3329 3330[[package]] 3331name = "slog-term" 3332version = "2.9.1" 3333source = "registry+https://github.com/rust-lang/crates.io-index" 3334checksum = "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8" 3335dependencies = [ 3336 "is-terminal", 3337 "slog", 3338 "term", 3339 "thread_local", 3340 "time", 3341] 3342 3343[[package]] 3344name = "smallvec" 3345version = "1.15.0" 3346source = "registry+https://github.com/rust-lang/crates.io-index" 3347checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 3348 3349[[package]] 3350name = "socket2" 3351version = "0.5.9" 3352source = "registry+https://github.com/rust-lang/crates.io-index" 3353checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 3354dependencies = [ 3355 "libc", 3356 "windows-sys 0.52.0", 3357] 3358 3359[[package]] 3360name = "spin" 3361version = "0.9.8" 3362source = "registry+https://github.com/rust-lang/crates.io-index" 3363checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3364dependencies = [ 3365 "lock_api", 3366] 3367 3368[[package]] 3369name = "stable_deref_trait" 3370version = "1.2.0" 3371source = "registry+https://github.com/rust-lang/crates.io-index" 3372checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3373 3374[[package]] 3375name = "std-semaphore" 3376version = "0.1.0" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "33ae9eec00137a8eed469fb4148acd9fc6ac8c3f9b110f52cd34698c8b5bfa0e" 3379 3380[[package]] 3381name = "strsim" 3382version = "0.11.1" 3383source = "registry+https://github.com/rust-lang/crates.io-index" 3384checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3385 3386[[package]] 3387name = "subtle" 3388version = "2.6.1" 3389source = "registry+https://github.com/rust-lang/crates.io-index" 3390checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3391 3392[[package]] 3393name = "syn" 3394version = "2.0.100" 3395source = "registry+https://github.com/rust-lang/crates.io-index" 3396checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" 3397dependencies = [ 3398 "proc-macro2", 3399 "quote", 3400 "unicode-ident", 3401] 3402 3403[[package]] 3404name = "sync_wrapper" 3405version = "1.0.2" 3406source = "registry+https://github.com/rust-lang/crates.io-index" 3407checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3408 3409[[package]] 3410name = "synstructure" 3411version = "0.13.1" 3412source = "registry+https://github.com/rust-lang/crates.io-index" 3413checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 3414dependencies = [ 3415 "proc-macro2", 3416 "quote", 3417 "syn", 3418] 3419 3420[[package]] 3421name = "tagptr" 3422version = "0.2.0" 3423source = "registry+https://github.com/rust-lang/crates.io-index" 3424checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 3425 3426[[package]] 3427name = "take_mut" 3428version = "0.2.2" 3429source = "registry+https://github.com/rust-lang/crates.io-index" 3430checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" 3431 3432[[package]] 3433name = "tempfile" 3434version = "3.19.1" 3435source = "registry+https://github.com/rust-lang/crates.io-index" 3436checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 3437dependencies = [ 3438 "fastrand", 3439 "getrandom 0.3.3", 3440 "once_cell", 3441 "rustix 1.0.5", 3442 "windows-sys 0.59.0", 3443] 3444 3445[[package]] 3446name = "term" 3447version = "0.7.0" 3448source = "registry+https://github.com/rust-lang/crates.io-index" 3449checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 3450dependencies = [ 3451 "dirs-next", 3452 "rustversion", 3453 "winapi", 3454] 3455 3456[[package]] 3457name = "thiserror" 3458version = "1.0.69" 3459source = "registry+https://github.com/rust-lang/crates.io-index" 3460checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3461dependencies = [ 3462 "thiserror-impl 1.0.69", 3463] 3464 3465[[package]] 3466name = "thiserror" 3467version = "2.0.12" 3468source = "registry+https://github.com/rust-lang/crates.io-index" 3469checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 3470dependencies = [ 3471 "thiserror-impl 2.0.12", 3472] 3473 3474[[package]] 3475name = "thiserror-impl" 3476version = "1.0.69" 3477source = "registry+https://github.com/rust-lang/crates.io-index" 3478checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3479dependencies = [ 3480 "proc-macro2", 3481 "quote", 3482 "syn", 3483] 3484 3485[[package]] 3486name = "thiserror-impl" 3487version = "2.0.12" 3488source = "registry+https://github.com/rust-lang/crates.io-index" 3489checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 3490dependencies = [ 3491 "proc-macro2", 3492 "quote", 3493 "syn", 3494] 3495 3496[[package]] 3497name = "thread_local" 3498version = "1.1.8" 3499source = "registry+https://github.com/rust-lang/crates.io-index" 3500checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3501dependencies = [ 3502 "cfg-if", 3503 "once_cell", 3504] 3505 3506[[package]] 3507name = "tikv-jemalloc-sys" 3508version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" 3509source = "registry+https://github.com/rust-lang/crates.io-index" 3510checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" 3511dependencies = [ 3512 "cc", 3513 "libc", 3514] 3515 3516[[package]] 3517name = "tikv-jemallocator" 3518version = "0.6.0" 3519source = "registry+https://github.com/rust-lang/crates.io-index" 3520checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" 3521dependencies = [ 3522 "libc", 3523 "tikv-jemalloc-sys", 3524] 3525 3526[[package]] 3527name = "time" 3528version = "0.3.41" 3529source = "registry+https://github.com/rust-lang/crates.io-index" 3530checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 3531dependencies = [ 3532 "deranged", 3533 "itoa", 3534 "libc", 3535 "num-conv", 3536 "num_threads", 3537 "powerfmt", 3538 "serde", 3539 "time-core", 3540 "time-macros", 3541] 3542 3543[[package]] 3544name = "time-core" 3545version = "0.1.4" 3546source = "registry+https://github.com/rust-lang/crates.io-index" 3547checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 3548 3549[[package]] 3550name = "time-macros" 3551version = "0.2.22" 3552source = "registry+https://github.com/rust-lang/crates.io-index" 3553checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 3554dependencies = [ 3555 "num-conv", 3556 "time-core", 3557] 3558 3559[[package]] 3560name = "tinyjson" 3561version = "2.5.1" 3562source = "registry+https://github.com/rust-lang/crates.io-index" 3563checksum = "9ab95735ea2c8fd51154d01e39cf13912a78071c2d89abc49a7ef102a7dd725a" 3564 3565[[package]] 3566name = "tinystr" 3567version = "0.7.6" 3568source = "registry+https://github.com/rust-lang/crates.io-index" 3569checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 3570dependencies = [ 3571 "displaydoc", 3572 "zerovec", 3573] 3574 3575[[package]] 3576name = "tokio" 3577version = "1.44.2" 3578source = "registry+https://github.com/rust-lang/crates.io-index" 3579checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" 3580dependencies = [ 3581 "backtrace", 3582 "bytes", 3583 "libc", 3584 "mio", 3585 "parking_lot", 3586 "pin-project-lite", 3587 "signal-hook-registry", 3588 "socket2", 3589 "tokio-macros", 3590 "windows-sys 0.52.0", 3591] 3592 3593[[package]] 3594name = "tokio-macros" 3595version = "2.5.0" 3596source = "registry+https://github.com/rust-lang/crates.io-index" 3597checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 3598dependencies = [ 3599 "proc-macro2", 3600 "quote", 3601 "syn", 3602] 3603 3604[[package]] 3605name = "tokio-native-tls" 3606version = "0.3.1" 3607source = "registry+https://github.com/rust-lang/crates.io-index" 3608checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3609dependencies = [ 3610 "native-tls", 3611 "tokio", 3612] 3613 3614[[package]] 3615name = "tokio-rustls" 3616version = "0.25.0" 3617source = "registry+https://github.com/rust-lang/crates.io-index" 3618checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 3619dependencies = [ 3620 "rustls", 3621 "rustls-pki-types", 3622 "tokio", 3623] 3624 3625[[package]] 3626name = "tokio-tungstenite" 3627version = "0.26.2" 3628source = "registry+https://github.com/rust-lang/crates.io-index" 3629checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 3630dependencies = [ 3631 "futures-util", 3632 "log", 3633 "native-tls", 3634 "tokio", 3635 "tokio-native-tls", 3636 "tungstenite", 3637] 3638 3639[[package]] 3640name = "tokio-util" 3641version = "0.7.15" 3642source = "registry+https://github.com/rust-lang/crates.io-index" 3643checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 3644dependencies = [ 3645 "bytes", 3646 "futures-core", 3647 "futures-sink", 3648 "pin-project-lite", 3649 "tokio", 3650] 3651 3652[[package]] 3653name = "toml" 3654version = "0.8.20" 3655source = "registry+https://github.com/rust-lang/crates.io-index" 3656checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" 3657dependencies = [ 3658 "serde", 3659 "serde_spanned", 3660 "toml_datetime", 3661 "toml_edit", 3662] 3663 3664[[package]] 3665name = "toml_datetime" 3666version = "0.6.8" 3667source = "registry+https://github.com/rust-lang/crates.io-index" 3668checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 3669dependencies = [ 3670 "serde", 3671] 3672 3673[[package]] 3674name = "toml_edit" 3675version = "0.22.24" 3676source = "registry+https://github.com/rust-lang/crates.io-index" 3677checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" 3678dependencies = [ 3679 "indexmap 2.9.0", 3680 "serde", 3681 "serde_spanned", 3682 "toml_datetime", 3683 "winnow", 3684] 3685 3686[[package]] 3687name = "tower" 3688version = "0.5.2" 3689source = "registry+https://github.com/rust-lang/crates.io-index" 3690checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 3691dependencies = [ 3692 "futures-core", 3693 "futures-util", 3694 "pin-project-lite", 3695 "sync_wrapper", 3696 "tokio", 3697 "tower-layer", 3698 "tower-service", 3699 "tracing", 3700] 3701 3702[[package]] 3703name = "tower-http" 3704version = "0.6.2" 3705source = "registry+https://github.com/rust-lang/crates.io-index" 3706checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" 3707dependencies = [ 3708 "bitflags", 3709 "bytes", 3710 "http", 3711 "pin-project-lite", 3712 "tower-layer", 3713 "tower-service", 3714] 3715 3716[[package]] 3717name = "tower-layer" 3718version = "0.3.3" 3719source = "registry+https://github.com/rust-lang/crates.io-index" 3720checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3721 3722[[package]] 3723name = "tower-service" 3724version = "0.3.3" 3725source = "registry+https://github.com/rust-lang/crates.io-index" 3726checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3727 3728[[package]] 3729name = "tracing" 3730version = "0.1.41" 3731source = "registry+https://github.com/rust-lang/crates.io-index" 3732checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 3733dependencies = [ 3734 "log", 3735 "pin-project-lite", 3736 "tracing-core", 3737] 3738 3739[[package]] 3740name = "tracing-core" 3741version = "0.1.33" 3742source = "registry+https://github.com/rust-lang/crates.io-index" 3743checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 3744dependencies = [ 3745 "once_cell", 3746 "valuable", 3747] 3748 3749[[package]] 3750name = "tracing-log" 3751version = "0.2.0" 3752source = "registry+https://github.com/rust-lang/crates.io-index" 3753checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3754dependencies = [ 3755 "log", 3756 "once_cell", 3757 "tracing-core", 3758] 3759 3760[[package]] 3761name = "tracing-subscriber" 3762version = "0.3.19" 3763source = "registry+https://github.com/rust-lang/crates.io-index" 3764checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 3765dependencies = [ 3766 "matchers", 3767 "nu-ansi-term", 3768 "once_cell", 3769 "regex", 3770 "sharded-slab", 3771 "smallvec", 3772 "thread_local", 3773 "tracing", 3774 "tracing-core", 3775 "tracing-log", 3776] 3777 3778[[package]] 3779name = "trait-variant" 3780version = "0.1.2" 3781source = "registry+https://github.com/rust-lang/crates.io-index" 3782checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 3783dependencies = [ 3784 "proc-macro2", 3785 "quote", 3786 "syn", 3787] 3788 3789[[package]] 3790name = "try-lock" 3791version = "0.2.5" 3792source = "registry+https://github.com/rust-lang/crates.io-index" 3793checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3794 3795[[package]] 3796name = "tungstenite" 3797version = "0.26.2" 3798source = "registry+https://github.com/rust-lang/crates.io-index" 3799checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 3800dependencies = [ 3801 "bytes", 3802 "data-encoding", 3803 "http", 3804 "httparse", 3805 "log", 3806 "native-tls", 3807 "rand 0.9.1", 3808 "sha1", 3809 "thiserror 2.0.12", 3810 "url", 3811 "utf-8", 3812] 3813 3814[[package]] 3815name = "typenum" 3816version = "1.18.0" 3817source = "registry+https://github.com/rust-lang/crates.io-index" 3818checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 3819 3820[[package]] 3821name = "ufos" 3822version = "0.1.0" 3823dependencies = [ 3824 "anyhow", 3825 "async-trait", 3826 "base64 0.22.1", 3827 "bincode 2.0.1", 3828 "cardinality-estimator-safe", 3829 "chrono", 3830 "clap", 3831 "dropshot", 3832 "env_logger", 3833 "fjall", 3834 "getrandom 0.3.3", 3835 "http", 3836 "jetstream", 3837 "log", 3838 "lsm-tree", 3839 "schemars", 3840 "semver", 3841 "serde", 3842 "serde_json", 3843 "serde_qs", 3844 "sha2", 3845 "tempfile", 3846 "thiserror 2.0.12", 3847 "tikv-jemallocator", 3848 "tokio", 3849 "tokio-util", 3850] 3851 3852[[package]] 3853name = "ufos-fuzz" 3854version = "0.0.0" 3855dependencies = [ 3856 "bincode 2.0.1", 3857 "cardinality-estimator", 3858 "jetstream", 3859 "libfuzzer-sys", 3860 "tikv-jemallocator", 3861 "ufos", 3862] 3863 3864[[package]] 3865name = "unicase" 3866version = "2.8.1" 3867source = "registry+https://github.com/rust-lang/crates.io-index" 3868checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 3869 3870[[package]] 3871name = "unicode-ident" 3872version = "1.0.18" 3873source = "registry+https://github.com/rust-lang/crates.io-index" 3874checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 3875 3876[[package]] 3877name = "unsigned-varint" 3878version = "0.8.0" 3879source = "registry+https://github.com/rust-lang/crates.io-index" 3880checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 3881 3882[[package]] 3883name = "untrusted" 3884version = "0.9.0" 3885source = "registry+https://github.com/rust-lang/crates.io-index" 3886checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3887 3888[[package]] 3889name = "unty" 3890version = "0.0.4" 3891source = "registry+https://github.com/rust-lang/crates.io-index" 3892checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" 3893 3894[[package]] 3895name = "url" 3896version = "2.5.4" 3897source = "registry+https://github.com/rust-lang/crates.io-index" 3898checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 3899dependencies = [ 3900 "form_urlencoded", 3901 "idna", 3902 "percent-encoding", 3903] 3904 3905[[package]] 3906name = "utf-8" 3907version = "0.7.6" 3908source = "registry+https://github.com/rust-lang/crates.io-index" 3909checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3910 3911[[package]] 3912name = "utf16_iter" 3913version = "1.0.5" 3914source = "registry+https://github.com/rust-lang/crates.io-index" 3915checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 3916 3917[[package]] 3918name = "utf8_iter" 3919version = "1.0.4" 3920source = "registry+https://github.com/rust-lang/crates.io-index" 3921checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3922 3923[[package]] 3924name = "utf8parse" 3925version = "0.2.2" 3926source = "registry+https://github.com/rust-lang/crates.io-index" 3927checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3928 3929[[package]] 3930name = "uuid" 3931version = "1.16.0" 3932source = "registry+https://github.com/rust-lang/crates.io-index" 3933checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" 3934dependencies = [ 3935 "getrandom 0.3.3", 3936 "serde", 3937] 3938 3939[[package]] 3940name = "valuable" 3941version = "0.1.1" 3942source = "registry+https://github.com/rust-lang/crates.io-index" 3943checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3944 3945[[package]] 3946name = "value-log" 3947version = "1.8.0" 3948source = "registry+https://github.com/rust-lang/crates.io-index" 3949checksum = "fd29b17c041f94e0885179637289815cd038f0c9fc19c4549d5a97017404fb7d" 3950dependencies = [ 3951 "byteorder", 3952 "byteview", 3953 "interval-heap", 3954 "log", 3955 "path-absolutize", 3956 "rustc-hash 2.1.1", 3957 "tempfile", 3958 "varint-rs", 3959 "xxhash-rust", 3960] 3961 3962[[package]] 3963name = "varint-rs" 3964version = "2.2.0" 3965source = "registry+https://github.com/rust-lang/crates.io-index" 3966checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23" 3967 3968[[package]] 3969name = "vcpkg" 3970version = "0.2.15" 3971source = "registry+https://github.com/rust-lang/crates.io-index" 3972checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3973 3974[[package]] 3975name = "version_check" 3976version = "0.9.5" 3977source = "registry+https://github.com/rust-lang/crates.io-index" 3978checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3979 3980[[package]] 3981name = "virtue" 3982version = "0.0.18" 3983source = "registry+https://github.com/rust-lang/crates.io-index" 3984checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" 3985 3986[[package]] 3987name = "waitgroup" 3988version = "0.1.2" 3989source = "registry+https://github.com/rust-lang/crates.io-index" 3990checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" 3991dependencies = [ 3992 "atomic-waker", 3993] 3994 3995[[package]] 3996name = "want" 3997version = "0.3.1" 3998source = "registry+https://github.com/rust-lang/crates.io-index" 3999checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4000dependencies = [ 4001 "try-lock", 4002] 4003 4004[[package]] 4005name = "wasi" 4006version = "0.11.0+wasi-snapshot-preview1" 4007source = "registry+https://github.com/rust-lang/crates.io-index" 4008checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4009 4010[[package]] 4011name = "wasi" 4012version = "0.14.2+wasi-0.2.4" 4013source = "registry+https://github.com/rust-lang/crates.io-index" 4014checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 4015dependencies = [ 4016 "wit-bindgen-rt", 4017] 4018 4019[[package]] 4020name = "wasm-bindgen" 4021version = "0.2.100" 4022source = "registry+https://github.com/rust-lang/crates.io-index" 4023checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 4024dependencies = [ 4025 "cfg-if", 4026 "once_cell", 4027 "rustversion", 4028 "wasm-bindgen-macro", 4029] 4030 4031[[package]] 4032name = "wasm-bindgen-backend" 4033version = "0.2.100" 4034source = "registry+https://github.com/rust-lang/crates.io-index" 4035checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 4036dependencies = [ 4037 "bumpalo", 4038 "log", 4039 "proc-macro2", 4040 "quote", 4041 "syn", 4042 "wasm-bindgen-shared", 4043] 4044 4045[[package]] 4046name = "wasm-bindgen-macro" 4047version = "0.2.100" 4048source = "registry+https://github.com/rust-lang/crates.io-index" 4049checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 4050dependencies = [ 4051 "quote", 4052 "wasm-bindgen-macro-support", 4053] 4054 4055[[package]] 4056name = "wasm-bindgen-macro-support" 4057version = "0.2.100" 4058source = "registry+https://github.com/rust-lang/crates.io-index" 4059checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 4060dependencies = [ 4061 "proc-macro2", 4062 "quote", 4063 "syn", 4064 "wasm-bindgen-backend", 4065 "wasm-bindgen-shared", 4066] 4067 4068[[package]] 4069name = "wasm-bindgen-shared" 4070version = "0.2.100" 4071source = "registry+https://github.com/rust-lang/crates.io-index" 4072checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 4073dependencies = [ 4074 "unicode-ident", 4075] 4076 4077[[package]] 4078name = "web-sys" 4079version = "0.3.77" 4080source = "registry+https://github.com/rust-lang/crates.io-index" 4081checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 4082dependencies = [ 4083 "js-sys", 4084 "wasm-bindgen", 4085] 4086 4087[[package]] 4088name = "web-time" 4089version = "1.1.0" 4090source = "registry+https://github.com/rust-lang/crates.io-index" 4091checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4092dependencies = [ 4093 "js-sys", 4094 "wasm-bindgen", 4095] 4096 4097[[package]] 4098name = "winapi" 4099version = "0.3.9" 4100source = "registry+https://github.com/rust-lang/crates.io-index" 4101checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4102dependencies = [ 4103 "winapi-i686-pc-windows-gnu", 4104 "winapi-x86_64-pc-windows-gnu", 4105] 4106 4107[[package]] 4108name = "winapi-i686-pc-windows-gnu" 4109version = "0.4.0" 4110source = "registry+https://github.com/rust-lang/crates.io-index" 4111checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4112 4113[[package]] 4114name = "winapi-x86_64-pc-windows-gnu" 4115version = "0.4.0" 4116source = "registry+https://github.com/rust-lang/crates.io-index" 4117checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4118 4119[[package]] 4120name = "windows" 4121version = "0.58.0" 4122source = "registry+https://github.com/rust-lang/crates.io-index" 4123checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 4124dependencies = [ 4125 "windows-core 0.58.0", 4126 "windows-targets", 4127] 4128 4129[[package]] 4130name = "windows-core" 4131version = "0.58.0" 4132source = "registry+https://github.com/rust-lang/crates.io-index" 4133checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 4134dependencies = [ 4135 "windows-implement 0.58.0", 4136 "windows-interface 0.58.0", 4137 "windows-result 0.2.0", 4138 "windows-strings 0.1.0", 4139 "windows-targets", 4140] 4141 4142[[package]] 4143name = "windows-core" 4144version = "0.61.0" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" 4147dependencies = [ 4148 "windows-implement 0.60.0", 4149 "windows-interface 0.59.1", 4150 "windows-link", 4151 "windows-result 0.3.2", 4152 "windows-strings 0.4.0", 4153] 4154 4155[[package]] 4156name = "windows-implement" 4157version = "0.58.0" 4158source = "registry+https://github.com/rust-lang/crates.io-index" 4159checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 4160dependencies = [ 4161 "proc-macro2", 4162 "quote", 4163 "syn", 4164] 4165 4166[[package]] 4167name = "windows-implement" 4168version = "0.60.0" 4169source = "registry+https://github.com/rust-lang/crates.io-index" 4170checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 4171dependencies = [ 4172 "proc-macro2", 4173 "quote", 4174 "syn", 4175] 4176 4177[[package]] 4178name = "windows-interface" 4179version = "0.58.0" 4180source = "registry+https://github.com/rust-lang/crates.io-index" 4181checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 4182dependencies = [ 4183 "proc-macro2", 4184 "quote", 4185 "syn", 4186] 4187 4188[[package]] 4189name = "windows-interface" 4190version = "0.59.1" 4191source = "registry+https://github.com/rust-lang/crates.io-index" 4192checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 4193dependencies = [ 4194 "proc-macro2", 4195 "quote", 4196 "syn", 4197] 4198 4199[[package]] 4200name = "windows-link" 4201version = "0.1.1" 4202source = "registry+https://github.com/rust-lang/crates.io-index" 4203checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 4204 4205[[package]] 4206name = "windows-result" 4207version = "0.2.0" 4208source = "registry+https://github.com/rust-lang/crates.io-index" 4209checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 4210dependencies = [ 4211 "windows-targets", 4212] 4213 4214[[package]] 4215name = "windows-result" 4216version = "0.3.2" 4217source = "registry+https://github.com/rust-lang/crates.io-index" 4218checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" 4219dependencies = [ 4220 "windows-link", 4221] 4222 4223[[package]] 4224name = "windows-strings" 4225version = "0.1.0" 4226source = "registry+https://github.com/rust-lang/crates.io-index" 4227checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 4228dependencies = [ 4229 "windows-result 0.2.0", 4230 "windows-targets", 4231] 4232 4233[[package]] 4234name = "windows-strings" 4235version = "0.4.0" 4236source = "registry+https://github.com/rust-lang/crates.io-index" 4237checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" 4238dependencies = [ 4239 "windows-link", 4240] 4241 4242[[package]] 4243name = "windows-sys" 4244version = "0.52.0" 4245source = "registry+https://github.com/rust-lang/crates.io-index" 4246checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4247dependencies = [ 4248 "windows-targets", 4249] 4250 4251[[package]] 4252name = "windows-sys" 4253version = "0.59.0" 4254source = "registry+https://github.com/rust-lang/crates.io-index" 4255checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4256dependencies = [ 4257 "windows-targets", 4258] 4259 4260[[package]] 4261name = "windows-targets" 4262version = "0.52.6" 4263source = "registry+https://github.com/rust-lang/crates.io-index" 4264checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4265dependencies = [ 4266 "windows_aarch64_gnullvm", 4267 "windows_aarch64_msvc", 4268 "windows_i686_gnu", 4269 "windows_i686_gnullvm", 4270 "windows_i686_msvc", 4271 "windows_x86_64_gnu", 4272 "windows_x86_64_gnullvm", 4273 "windows_x86_64_msvc", 4274] 4275 4276[[package]] 4277name = "windows_aarch64_gnullvm" 4278version = "0.52.6" 4279source = "registry+https://github.com/rust-lang/crates.io-index" 4280checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4281 4282[[package]] 4283name = "windows_aarch64_msvc" 4284version = "0.52.6" 4285source = "registry+https://github.com/rust-lang/crates.io-index" 4286checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4287 4288[[package]] 4289name = "windows_i686_gnu" 4290version = "0.52.6" 4291source = "registry+https://github.com/rust-lang/crates.io-index" 4292checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4293 4294[[package]] 4295name = "windows_i686_gnullvm" 4296version = "0.52.6" 4297source = "registry+https://github.com/rust-lang/crates.io-index" 4298checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4299 4300[[package]] 4301name = "windows_i686_msvc" 4302version = "0.52.6" 4303source = "registry+https://github.com/rust-lang/crates.io-index" 4304checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4305 4306[[package]] 4307name = "windows_x86_64_gnu" 4308version = "0.52.6" 4309source = "registry+https://github.com/rust-lang/crates.io-index" 4310checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4311 4312[[package]] 4313name = "windows_x86_64_gnullvm" 4314version = "0.52.6" 4315source = "registry+https://github.com/rust-lang/crates.io-index" 4316checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4317 4318[[package]] 4319name = "windows_x86_64_msvc" 4320version = "0.52.6" 4321source = "registry+https://github.com/rust-lang/crates.io-index" 4322checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4323 4324[[package]] 4325name = "winnow" 4326version = "0.7.6" 4327source = "registry+https://github.com/rust-lang/crates.io-index" 4328checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10" 4329dependencies = [ 4330 "memchr", 4331] 4332 4333[[package]] 4334name = "wit-bindgen-rt" 4335version = "0.39.0" 4336source = "registry+https://github.com/rust-lang/crates.io-index" 4337checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 4338dependencies = [ 4339 "bitflags", 4340] 4341 4342[[package]] 4343name = "write16" 4344version = "1.0.0" 4345source = "registry+https://github.com/rust-lang/crates.io-index" 4346checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 4347 4348[[package]] 4349name = "writeable" 4350version = "0.5.5" 4351source = "registry+https://github.com/rust-lang/crates.io-index" 4352checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 4353 4354[[package]] 4355name = "wyhash" 4356version = "0.5.0" 4357source = "registry+https://github.com/rust-lang/crates.io-index" 4358checksum = "baf6e163c25e3fac820b4b453185ea2dea3b6a3e0a721d4d23d75bd33734c295" 4359dependencies = [ 4360 "rand_core 0.6.4", 4361] 4362 4363[[package]] 4364name = "xxhash-rust" 4365version = "0.8.15" 4366source = "registry+https://github.com/rust-lang/crates.io-index" 4367checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 4368 4369[[package]] 4370name = "yoke" 4371version = "0.7.5" 4372source = "registry+https://github.com/rust-lang/crates.io-index" 4373checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 4374dependencies = [ 4375 "serde", 4376 "stable_deref_trait", 4377 "yoke-derive", 4378 "zerofrom", 4379] 4380 4381[[package]] 4382name = "yoke-derive" 4383version = "0.7.5" 4384source = "registry+https://github.com/rust-lang/crates.io-index" 4385checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 4386dependencies = [ 4387 "proc-macro2", 4388 "quote", 4389 "syn", 4390 "synstructure", 4391] 4392 4393[[package]] 4394name = "zerocopy" 4395version = "0.7.35" 4396source = "registry+https://github.com/rust-lang/crates.io-index" 4397checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 4398dependencies = [ 4399 "zerocopy-derive 0.7.35", 4400] 4401 4402[[package]] 4403name = "zerocopy" 4404version = "0.8.24" 4405source = "registry+https://github.com/rust-lang/crates.io-index" 4406checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" 4407dependencies = [ 4408 "zerocopy-derive 0.8.24", 4409] 4410 4411[[package]] 4412name = "zerocopy-derive" 4413version = "0.7.35" 4414source = "registry+https://github.com/rust-lang/crates.io-index" 4415checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 4416dependencies = [ 4417 "proc-macro2", 4418 "quote", 4419 "syn", 4420] 4421 4422[[package]] 4423name = "zerocopy-derive" 4424version = "0.8.24" 4425source = "registry+https://github.com/rust-lang/crates.io-index" 4426checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" 4427dependencies = [ 4428 "proc-macro2", 4429 "quote", 4430 "syn", 4431] 4432 4433[[package]] 4434name = "zerofrom" 4435version = "0.1.6" 4436source = "registry+https://github.com/rust-lang/crates.io-index" 4437checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 4438dependencies = [ 4439 "zerofrom-derive", 4440] 4441 4442[[package]] 4443name = "zerofrom-derive" 4444version = "0.1.6" 4445source = "registry+https://github.com/rust-lang/crates.io-index" 4446checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 4447dependencies = [ 4448 "proc-macro2", 4449 "quote", 4450 "syn", 4451 "synstructure", 4452] 4453 4454[[package]] 4455name = "zeroize" 4456version = "1.8.1" 4457source = "registry+https://github.com/rust-lang/crates.io-index" 4458checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 4459 4460[[package]] 4461name = "zerovec" 4462version = "0.10.4" 4463source = "registry+https://github.com/rust-lang/crates.io-index" 4464checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 4465dependencies = [ 4466 "yoke", 4467 "zerofrom", 4468 "zerovec-derive", 4469] 4470 4471[[package]] 4472name = "zerovec-derive" 4473version = "0.10.3" 4474source = "registry+https://github.com/rust-lang/crates.io-index" 4475checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 4476dependencies = [ 4477 "proc-macro2", 4478 "quote", 4479 "syn", 4480] 4481 4482[[package]] 4483name = "zstd" 4484version = "0.13.3" 4485source = "registry+https://github.com/rust-lang/crates.io-index" 4486checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 4487dependencies = [ 4488 "zstd-safe", 4489] 4490 4491[[package]] 4492name = "zstd-safe" 4493version = "7.2.4" 4494source = "registry+https://github.com/rust-lang/crates.io-index" 4495checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 4496dependencies = [ 4497 "zstd-sys", 4498] 4499 4500[[package]] 4501name = "zstd-sys" 4502version = "2.0.15+zstd.1.5.7" 4503source = "registry+https://github.com/rust-lang/crates.io-index" 4504checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" 4505dependencies = [ 4506 "bindgen 0.71.1", 4507 "cc", 4508 "pkg-config", 4509]