Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0

Configure Feed

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

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