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

Configure Feed

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

at constellation/eat-rocks 6677 lines 160 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "ahash" 22version = "0.8.11" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25dependencies = [ 26 "cfg-if", 27 "once_cell", 28 "version_check", 29 "zerocopy 0.7.35", 30] 31 32[[package]] 33name = "aho-corasick" 34version = "1.1.3" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 37dependencies = [ 38 "memchr", 39] 40 41[[package]] 42name = "allocator-api2" 43version = "0.2.21" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 46 47[[package]] 48name = "android-tzdata" 49version = "0.1.1" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 52 53[[package]] 54name = "android_system_properties" 55version = "0.1.5" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 58dependencies = [ 59 "libc", 60] 61 62[[package]] 63name = "anstream" 64version = "0.6.18" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 67dependencies = [ 68 "anstyle", 69 "anstyle-parse", 70 "anstyle-query", 71 "anstyle-wincon", 72 "colorchoice", 73 "is_terminal_polyfill", 74 "utf8parse", 75] 76 77[[package]] 78name = "anstyle" 79version = "1.0.10" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 82 83[[package]] 84name = "anstyle-parse" 85version = "0.2.6" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 88dependencies = [ 89 "utf8parse", 90] 91 92[[package]] 93name = "anstyle-query" 94version = "1.1.2" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 97dependencies = [ 98 "windows-sys 0.59.0", 99] 100 101[[package]] 102name = "anstyle-wincon" 103version = "3.0.7" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 106dependencies = [ 107 "anstyle", 108 "once_cell", 109 "windows-sys 0.59.0", 110] 111 112[[package]] 113name = "anyhow" 114version = "1.0.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 = "asn1-rs" 178version = "0.7.1" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" 181dependencies = [ 182 "asn1-rs-derive", 183 "asn1-rs-impl", 184 "displaydoc", 185 "nom", 186 "num-traits", 187 "rusticata-macros", 188 "thiserror 2.0.16", 189 "time", 190] 191 192[[package]] 193name = "asn1-rs-derive" 194version = "0.6.0" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" 197dependencies = [ 198 "proc-macro2", 199 "quote", 200 "syn", 201 "synstructure", 202] 203 204[[package]] 205name = "asn1-rs-impl" 206version = "0.2.0" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 209dependencies = [ 210 "proc-macro2", 211 "quote", 212 "syn", 213] 214 215[[package]] 216name = "async-compression" 217version = "0.4.25" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "40f6024f3f856663b45fd0c9b6f2024034a702f453549449e0d84a305900dad4" 220dependencies = [ 221 "flate2", 222 "futures-core", 223 "memchr", 224 "pin-project-lite", 225 "tokio", 226] 227 228[[package]] 229name = "async-lock" 230version = "3.4.0" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 233dependencies = [ 234 "event-listener", 235 "event-listener-strategy", 236 "pin-project-lite", 237] 238 239[[package]] 240name = "async-stream" 241version = "0.3.6" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 244dependencies = [ 245 "async-stream-impl", 246 "futures-core", 247 "pin-project-lite", 248] 249 250[[package]] 251name = "async-stream-impl" 252version = "0.3.6" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 255dependencies = [ 256 "proc-macro2", 257 "quote", 258 "syn", 259] 260 261[[package]] 262name = "async-trait" 263version = "0.1.88" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 266dependencies = [ 267 "proc-macro2", 268 "quote", 269 "syn", 270] 271 272[[package]] 273name = "atomic-waker" 274version = "1.1.2" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 277 278[[package]] 279name = "atrium-api" 280version = "0.25.4" 281source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#80a355991ac9b48ba3f559d12aac74f071fc638c" 282dependencies = [ 283 "atrium-common", 284 "atrium-xrpc", 285 "chrono", 286 "http", 287 "ipld-core", 288 "langtag", 289 "regex", 290 "serde", 291 "serde_bytes", 292 "serde_json", 293 "thiserror 1.0.69", 294 "tokio", 295 "trait-variant", 296] 297 298[[package]] 299name = "atrium-common" 300version = "0.1.2" 301source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#80a355991ac9b48ba3f559d12aac74f071fc638c" 302dependencies = [ 303 "dashmap", 304 "lru", 305 "moka", 306 "thiserror 1.0.69", 307 "tokio", 308 "trait-variant", 309 "web-time", 310] 311 312[[package]] 313name = "atrium-crypto" 314version = "0.1.2" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "73a3da430c71dd9006d61072c20771f264e5c498420a49c32305ceab8bd71955" 317dependencies = [ 318 "ecdsa", 319 "k256", 320 "multibase", 321 "p256", 322 "thiserror 1.0.69", 323] 324 325[[package]] 326name = "atrium-identity" 327version = "0.1.5" 328source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#80a355991ac9b48ba3f559d12aac74f071fc638c" 329dependencies = [ 330 "atrium-api", 331 "atrium-common", 332 "atrium-xrpc", 333 "serde", 334 "serde_html_form", 335 "serde_json", 336 "thiserror 1.0.69", 337 "trait-variant", 338] 339 340[[package]] 341name = "atrium-oauth" 342version = "0.1.3" 343source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#80a355991ac9b48ba3f559d12aac74f071fc638c" 344dependencies = [ 345 "atrium-api", 346 "atrium-common", 347 "atrium-identity", 348 "atrium-xrpc", 349 "base64 0.22.1", 350 "chrono", 351 "dashmap", 352 "ecdsa", 353 "elliptic-curve", 354 "jose-jwa", 355 "jose-jwk", 356 "p256", 357 "rand 0.8.5", 358 "reqwest", 359 "serde", 360 "serde_html_form", 361 "serde_json", 362 "sha2", 363 "thiserror 1.0.69", 364 "tokio", 365 "trait-variant", 366] 367 368[[package]] 369name = "atrium-xrpc" 370version = "0.12.3" 371source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#80a355991ac9b48ba3f559d12aac74f071fc638c" 372dependencies = [ 373 "http", 374 "serde", 375 "serde_html_form", 376 "serde_json", 377 "thiserror 1.0.69", 378 "trait-variant", 379] 380 381[[package]] 382name = "autocfg" 383version = "1.4.0" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 386 387[[package]] 388name = "aws-lc-rs" 389version = "1.13.1" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7" 392dependencies = [ 393 "aws-lc-sys", 394 "zeroize", 395] 396 397[[package]] 398name = "aws-lc-sys" 399version = "0.29.0" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079" 402dependencies = [ 403 "bindgen 0.69.5", 404 "cc", 405 "cmake", 406 "dunce", 407 "fs_extra", 408] 409 410[[package]] 411name = "axum" 412version = "0.8.4" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 415dependencies = [ 416 "axum-core", 417 "bytes", 418 "form_urlencoded", 419 "futures-util", 420 "http", 421 "http-body", 422 "http-body-util", 423 "hyper", 424 "hyper-util", 425 "itoa", 426 "matchit", 427 "memchr", 428 "mime", 429 "percent-encoding", 430 "pin-project-lite", 431 "rustversion", 432 "serde", 433 "serde_json", 434 "serde_path_to_error", 435 "serde_urlencoded", 436 "sync_wrapper", 437 "tokio", 438 "tower", 439 "tower-layer", 440 "tower-service", 441 "tracing", 442] 443 444[[package]] 445name = "axum-core" 446version = "0.5.2" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 449dependencies = [ 450 "bytes", 451 "futures-core", 452 "http", 453 "http-body", 454 "http-body-util", 455 "mime", 456 "pin-project-lite", 457 "rustversion", 458 "sync_wrapper", 459 "tower-layer", 460 "tower-service", 461 "tracing", 462] 463 464[[package]] 465name = "axum-extra" 466version = "0.10.1" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d" 469dependencies = [ 470 "axum", 471 "axum-core", 472 "bytes", 473 "form_urlencoded", 474 "futures-util", 475 "headers", 476 "http", 477 "http-body", 478 "http-body-util", 479 "mime", 480 "pin-project-lite", 481 "rustversion", 482 "serde", 483 "serde_html_form", 484 "serde_path_to_error", 485 "tower", 486 "tower-layer", 487 "tower-service", 488] 489 490[[package]] 491name = "axum-metrics" 492version = "0.2.0" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "5534db72cef9897272302f3eb28c43a1a3bbd20fb40b4956da8d32366d7c8c69" 495dependencies = [ 496 "axum", 497 "bytes", 498 "http-body", 499 "metrics", 500 "pin-project-lite", 501 "tower-layer", 502 "tower-service", 503] 504 505[[package]] 506name = "backtrace" 507version = "0.3.74" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 510dependencies = [ 511 "addr2line", 512 "cfg-if", 513 "libc", 514 "miniz_oxide", 515 "object", 516 "rustc-demangle", 517 "windows-targets 0.52.6", 518] 519 520[[package]] 521name = "base-x" 522version = "0.2.11" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 525 526[[package]] 527name = "base16ct" 528version = "0.2.0" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 531 532[[package]] 533name = "base64" 534version = "0.21.7" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 537 538[[package]] 539name = "base64" 540version = "0.22.1" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 543 544[[package]] 545name = "base64ct" 546version = "1.8.0" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" 549 550[[package]] 551name = "basic-toml" 552version = "0.1.10" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" 555dependencies = [ 556 "serde", 557] 558 559[[package]] 560name = "bincode" 561version = "1.3.3" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 564dependencies = [ 565 "serde", 566] 567 568[[package]] 569name = "bincode" 570version = "2.0.1" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740" 573dependencies = [ 574 "bincode_derive", 575 "serde", 576 "unty", 577] 578 579[[package]] 580name = "bincode_derive" 581version = "2.0.1" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09" 584dependencies = [ 585 "virtue", 586] 587 588[[package]] 589name = "bindgen" 590version = "0.69.5" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 593dependencies = [ 594 "bitflags", 595 "cexpr", 596 "clang-sys", 597 "itertools 0.12.1", 598 "lazy_static", 599 "lazycell", 600 "log", 601 "prettyplease", 602 "proc-macro2", 603 "quote", 604 "regex", 605 "rustc-hash 1.1.0", 606 "shlex", 607 "syn", 608 "which", 609] 610 611[[package]] 612name = "bindgen" 613version = "0.70.1" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" 616dependencies = [ 617 "bitflags", 618 "cexpr", 619 "clang-sys", 620 "itertools 0.12.1", 621 "proc-macro2", 622 "quote", 623 "regex", 624 "rustc-hash 1.1.0", 625 "shlex", 626 "syn", 627] 628 629[[package]] 630name = "bindgen" 631version = "0.71.1" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" 634dependencies = [ 635 "bitflags", 636 "cexpr", 637 "clang-sys", 638 "itertools 0.12.1", 639 "proc-macro2", 640 "quote", 641 "regex", 642 "rustc-hash 2.1.1", 643 "shlex", 644 "syn", 645] 646 647[[package]] 648name = "bitcoin-io" 649version = "0.1.3" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" 652 653[[package]] 654name = "bitcoin_hashes" 655version = "0.14.0" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" 658dependencies = [ 659 "bitcoin-io", 660 "hex-conservative", 661] 662 663[[package]] 664name = "bitflags" 665version = "2.9.0" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 668 669[[package]] 670name = "block-buffer" 671version = "0.10.4" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 674dependencies = [ 675 "generic-array", 676] 677 678[[package]] 679name = "borrow-or-share" 680version = "0.2.2" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32" 683 684[[package]] 685name = "bumpalo" 686version = "3.17.0" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 689 690[[package]] 691name = "byteorder" 692version = "1.5.0" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 695 696[[package]] 697name = "bytes" 698version = "1.11.1" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 701 702[[package]] 703name = "byteview" 704version = "0.6.1" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "6236364b88b9b6d0bc181ba374cf1ab55ba3ef97a1cb6f8cddad48a273767fb5" 707 708[[package]] 709name = "bzip2-sys" 710version = "0.1.13+1.0.8" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" 713dependencies = [ 714 "cc", 715 "pkg-config", 716] 717 718[[package]] 719name = "camino" 720version = "1.2.1" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609" 723dependencies = [ 724 "serde_core", 725] 726 727[[package]] 728name = "cardinality-estimator" 729version = "1.0.2" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "6ae5e12c435064f9e8ec53c5a782ca9a362702a4863fe1b6448f524ecede8fe3" 732dependencies = [ 733 "enum_dispatch", 734 "serde", 735 "wyhash", 736] 737 738[[package]] 739name = "cardinality-estimator-safe" 740version = "4.0.2" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "dc9887b4092040ea9a416fc3de9769ee7783e3cd5c168c941e6a8de69723b971" 743dependencies = [ 744 "digest", 745 "enum_dispatch", 746 "serde", 747] 748 749[[package]] 750name = "cc" 751version = "1.2.18" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c" 754dependencies = [ 755 "jobserver", 756 "libc", 757 "shlex", 758] 759 760[[package]] 761name = "cexpr" 762version = "0.6.0" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 765dependencies = [ 766 "nom", 767] 768 769[[package]] 770name = "cfg-if" 771version = "1.0.0" 772source = "registry+https://github.com/rust-lang/crates.io-index" 773checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 774 775[[package]] 776name = "cfg_aliases" 777version = "0.2.1" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 780 781[[package]] 782name = "chacha20" 783version = "0.10.0" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 786dependencies = [ 787 "cfg-if", 788 "cpufeatures 0.3.0", 789 "rand_core 0.10.0", 790] 791 792[[package]] 793name = "chrono" 794version = "0.4.41" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 797dependencies = [ 798 "android-tzdata", 799 "iana-time-zone", 800 "js-sys", 801 "num-traits", 802 "serde", 803 "wasm-bindgen", 804 "windows-link", 805] 806 807[[package]] 808name = "ciborium" 809version = "0.2.2" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 812dependencies = [ 813 "ciborium-io", 814 "ciborium-ll", 815 "serde", 816] 817 818[[package]] 819name = "ciborium-io" 820version = "0.2.2" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 823 824[[package]] 825name = "ciborium-ll" 826version = "0.2.2" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 829dependencies = [ 830 "ciborium-io", 831 "half", 832] 833 834[[package]] 835name = "cid" 836version = "0.11.1" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 839dependencies = [ 840 "core2", 841 "multibase", 842 "multihash", 843 "serde", 844 "serde_bytes", 845 "unsigned-varint", 846] 847 848[[package]] 849name = "clang-sys" 850version = "1.8.1" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 853dependencies = [ 854 "glob", 855 "libc", 856 "libloading", 857] 858 859[[package]] 860name = "clap" 861version = "4.5.56" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "a75ca66430e33a14957acc24c5077b503e7d374151b2b4b3a10c83b4ceb4be0e" 864dependencies = [ 865 "clap_builder", 866 "clap_derive", 867] 868 869[[package]] 870name = "clap_builder" 871version = "4.5.56" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "793207c7fa6300a0608d1080b858e5fdbe713cdc1c8db9fb17777d8a13e63df0" 874dependencies = [ 875 "anstream", 876 "anstyle", 877 "clap_lex", 878 "strsim", 879] 880 881[[package]] 882name = "clap_derive" 883version = "4.5.55" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 886dependencies = [ 887 "heck", 888 "proc-macro2", 889 "quote", 890 "syn", 891] 892 893[[package]] 894name = "clap_lex" 895version = "0.7.4" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 898 899[[package]] 900name = "clocksource" 901version = "0.8.1" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "129026dd5a8a9592d96916258f3a5379589e513ea5e86aeb0bd2530286e44e9e" 904dependencies = [ 905 "libc", 906 "time", 907 "winapi", 908] 909 910[[package]] 911name = "cmake" 912version = "0.1.54" 913source = "registry+https://github.com/rust-lang/crates.io-index" 914checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 915dependencies = [ 916 "cc", 917] 918 919[[package]] 920name = "cmsketch" 921version = "0.2.2" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "553c840ee51da812c6cd621f9f7e07dfb00a49f91283a8e6380c78cba4f61aba" 924dependencies = [ 925 "paste", 926] 927 928[[package]] 929name = "colorchoice" 930version = "1.0.3" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 933 934[[package]] 935name = "compare" 936version = "0.0.6" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7" 939 940[[package]] 941name = "concurrent-queue" 942version = "2.5.0" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 945dependencies = [ 946 "crossbeam-utils", 947] 948 949[[package]] 950name = "const-oid" 951version = "0.9.6" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 954 955[[package]] 956name = "constellation" 957version = "0.1.0" 958dependencies = [ 959 "anyhow", 960 "askama", 961 "axum", 962 "axum-extra", 963 "axum-metrics", 964 "bincode 1.3.3", 965 "clap", 966 "ctrlc", 967 "eat-rocks", 968 "flume", 969 "fs4 0.12.0", 970 "headers-accept", 971 "links", 972 "mediatype", 973 "metrics", 974 "metrics-exporter-prometheus 0.16.2", 975 "metrics-process", 976 "num-format", 977 "ratelimit", 978 "rocksdb", 979 "serde", 980 "serde_json", 981 "serde_with", 982 "tempfile", 983 "tinyjson", 984 "tokio", 985 "tokio-util", 986 "tower-http", 987 "tracing", 988 "tracing-subscriber", 989 "tungstenite 0.26.2", 990 "zstd", 991] 992 993[[package]] 994name = "core-foundation" 995version = "0.9.4" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 998dependencies = [ 999 "core-foundation-sys", 1000 "libc", 1001] 1002 1003[[package]] 1004name = "core-foundation" 1005version = "0.10.1" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 1008dependencies = [ 1009 "core-foundation-sys", 1010 "libc", 1011] 1012 1013[[package]] 1014name = "core-foundation-sys" 1015version = "0.8.7" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1018 1019[[package]] 1020name = "core2" 1021version = "0.4.0" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 1024dependencies = [ 1025 "memchr", 1026] 1027 1028[[package]] 1029name = "core_affinity" 1030version = "0.8.3" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342" 1033dependencies = [ 1034 "libc", 1035 "num_cpus", 1036 "winapi", 1037] 1038 1039[[package]] 1040name = "cpufeatures" 1041version = "0.2.17" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 1044dependencies = [ 1045 "libc", 1046] 1047 1048[[package]] 1049name = "cpufeatures" 1050version = "0.3.0" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 1053dependencies = [ 1054 "libc", 1055] 1056 1057[[package]] 1058name = "crc32c" 1059version = "0.6.8" 1060source = "registry+https://github.com/rust-lang/crates.io-index" 1061checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" 1062dependencies = [ 1063 "rustc_version", 1064] 1065 1066[[package]] 1067name = "crc32fast" 1068version = "1.4.2" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1071dependencies = [ 1072 "cfg-if", 1073] 1074 1075[[package]] 1076name = "critical-section" 1077version = "1.2.0" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 1080 1081[[package]] 1082name = "crossbeam-channel" 1083version = "0.5.15" 1084source = "registry+https://github.com/rust-lang/crates.io-index" 1085checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 1086dependencies = [ 1087 "crossbeam-utils", 1088] 1089 1090[[package]] 1091name = "crossbeam-epoch" 1092version = "0.9.18" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1095dependencies = [ 1096 "crossbeam-utils", 1097] 1098 1099[[package]] 1100name = "crossbeam-skiplist" 1101version = "0.1.3" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b" 1104dependencies = [ 1105 "crossbeam-epoch", 1106 "crossbeam-utils", 1107] 1108 1109[[package]] 1110name = "crossbeam-utils" 1111version = "0.8.21" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 1114 1115[[package]] 1116name = "crunchy" 1117version = "0.2.4" 1118source = "registry+https://github.com/rust-lang/crates.io-index" 1119checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 1120 1121[[package]] 1122name = "crypto-bigint" 1123version = "0.5.5" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1126dependencies = [ 1127 "generic-array", 1128 "rand_core 0.6.4", 1129 "subtle", 1130 "zeroize", 1131] 1132 1133[[package]] 1134name = "crypto-common" 1135version = "0.1.6" 1136source = "registry+https://github.com/rust-lang/crates.io-index" 1137checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1138dependencies = [ 1139 "generic-array", 1140 "typenum", 1141] 1142 1143[[package]] 1144name = "ctrlc" 1145version = "3.4.7" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73" 1148dependencies = [ 1149 "nix", 1150 "windows-sys 0.59.0", 1151] 1152 1153[[package]] 1154name = "darling" 1155version = "0.20.11" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 1158dependencies = [ 1159 "darling_core", 1160 "darling_macro", 1161] 1162 1163[[package]] 1164name = "darling_core" 1165version = "0.20.11" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 1168dependencies = [ 1169 "fnv", 1170 "ident_case", 1171 "proc-macro2", 1172 "quote", 1173 "strsim", 1174 "syn", 1175] 1176 1177[[package]] 1178name = "darling_macro" 1179version = "0.20.11" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 1182dependencies = [ 1183 "darling_core", 1184 "quote", 1185 "syn", 1186] 1187 1188[[package]] 1189name = "dashmap" 1190version = "6.1.0" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 1193dependencies = [ 1194 "cfg-if", 1195 "crossbeam-utils", 1196 "hashbrown 0.14.5", 1197 "lock_api", 1198 "once_cell", 1199 "parking_lot_core", 1200] 1201 1202[[package]] 1203name = "data-encoding" 1204version = "2.8.0" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" 1207 1208[[package]] 1209name = "data-encoding-macro" 1210version = "0.1.17" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "9f9724adfcf41f45bf652b3995837669d73c4d49a1b5ac1ff82905ac7d9b5558" 1213dependencies = [ 1214 "data-encoding", 1215 "data-encoding-macro-internal", 1216] 1217 1218[[package]] 1219name = "data-encoding-macro-internal" 1220version = "0.1.15" 1221source = "registry+https://github.com/rust-lang/crates.io-index" 1222checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f" 1223dependencies = [ 1224 "data-encoding", 1225 "syn", 1226] 1227 1228[[package]] 1229name = "debug-ignore" 1230version = "1.0.5" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21" 1233 1234[[package]] 1235name = "der" 1236version = "0.7.10" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1239dependencies = [ 1240 "const-oid", 1241 "zeroize", 1242] 1243 1244[[package]] 1245name = "der-parser" 1246version = "10.0.0" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" 1249dependencies = [ 1250 "asn1-rs", 1251 "displaydoc", 1252 "nom", 1253 "num-bigint", 1254 "num-traits", 1255 "rusticata-macros", 1256] 1257 1258[[package]] 1259name = "deranged" 1260version = "0.5.8" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 1263dependencies = [ 1264 "powerfmt", 1265 "serde_core", 1266] 1267 1268[[package]] 1269name = "derive_more" 1270version = "2.0.1" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" 1273dependencies = [ 1274 "derive_more-impl", 1275] 1276 1277[[package]] 1278name = "derive_more-impl" 1279version = "2.0.1" 1280source = "registry+https://github.com/rust-lang/crates.io-index" 1281checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" 1282dependencies = [ 1283 "proc-macro2", 1284 "quote", 1285 "syn", 1286 "unicode-xid", 1287] 1288 1289[[package]] 1290name = "digest" 1291version = "0.10.7" 1292source = "registry+https://github.com/rust-lang/crates.io-index" 1293checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1294dependencies = [ 1295 "block-buffer", 1296 "const-oid", 1297 "crypto-common", 1298 "subtle", 1299] 1300 1301[[package]] 1302name = "dirs-next" 1303version = "2.0.0" 1304source = "registry+https://github.com/rust-lang/crates.io-index" 1305checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1306dependencies = [ 1307 "cfg-if", 1308 "dirs-sys-next", 1309] 1310 1311[[package]] 1312name = "dirs-sys-next" 1313version = "0.1.2" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1316dependencies = [ 1317 "libc", 1318 "redox_users", 1319 "winapi", 1320] 1321 1322[[package]] 1323name = "displaydoc" 1324version = "0.2.5" 1325source = "registry+https://github.com/rust-lang/crates.io-index" 1326checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1327dependencies = [ 1328 "proc-macro2", 1329 "quote", 1330 "syn", 1331] 1332 1333[[package]] 1334name = "double-ended-peekable" 1335version = "0.1.0" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "c0d05e1c0dbad51b52c38bda7adceef61b9efc2baf04acfe8726a8c4630a6f57" 1338 1339[[package]] 1340name = "dropshot" 1341version = "0.16.3" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "eedf902e40c1024b8ed9ca16378a54e9655cdf0e698245ba82d81a3778dcbc54" 1344dependencies = [ 1345 "async-stream", 1346 "async-trait", 1347 "base64 0.22.1", 1348 "bytes", 1349 "camino", 1350 "chrono", 1351 "debug-ignore", 1352 "dropshot_endpoint", 1353 "form_urlencoded", 1354 "futures", 1355 "hostname 0.4.1", 1356 "http", 1357 "http-body-util", 1358 "hyper", 1359 "hyper-util", 1360 "indexmap 2.11.4", 1361 "multer", 1362 "openapiv3", 1363 "paste", 1364 "percent-encoding", 1365 "rustls 0.22.4", 1366 "rustls-pemfile", 1367 "schemars", 1368 "scopeguard", 1369 "semver", 1370 "serde", 1371 "serde_json", 1372 "serde_path_to_error", 1373 "serde_urlencoded", 1374 "sha1", 1375 "slog", 1376 "slog-async", 1377 "slog-bunyan", 1378 "slog-json", 1379 "slog-term", 1380 "thiserror 2.0.16", 1381 "tokio", 1382 "tokio-rustls 0.25.0", 1383 "toml", 1384 "uuid", 1385 "version_check", 1386 "waitgroup", 1387] 1388 1389[[package]] 1390name = "dropshot_endpoint" 1391version = "0.16.4" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "89d09440e73a9dcf8a0f7fbd6ab889a7751d59f0fe76e5082a0a6d5623ec6da3" 1394dependencies = [ 1395 "heck", 1396 "proc-macro2", 1397 "quote", 1398 "semver", 1399 "serde", 1400 "serde_tokenstream", 1401 "syn", 1402] 1403 1404[[package]] 1405name = "dunce" 1406version = "1.0.5" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1409 1410[[package]] 1411name = "dyn-clone" 1412version = "1.0.19" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" 1415 1416[[package]] 1417name = "eat-rocks" 1418version = "0.1.1" 1419source = "registry+https://github.com/rust-lang/crates.io-index" 1420checksum = "19a562da0f74abda90eb1cc96f7adf23a33ce1c71a8d714ae93afa27d33a7a31" 1421dependencies = [ 1422 "crc32c", 1423 "futures", 1424 "object_store", 1425 "thiserror 2.0.16", 1426 "tokio", 1427 "tracing", 1428] 1429 1430[[package]] 1431name = "ecdsa" 1432version = "0.16.9" 1433source = "registry+https://github.com/rust-lang/crates.io-index" 1434checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1435dependencies = [ 1436 "der", 1437 "digest", 1438 "elliptic-curve", 1439 "rfc6979", 1440 "signature", 1441 "spki", 1442] 1443 1444[[package]] 1445name = "either" 1446version = "1.15.0" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1449 1450[[package]] 1451name = "elliptic-curve" 1452version = "0.13.8" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1455dependencies = [ 1456 "base16ct", 1457 "crypto-bigint", 1458 "digest", 1459 "ff", 1460 "generic-array", 1461 "group", 1462 "pkcs8", 1463 "rand_core 0.6.4", 1464 "sec1", 1465 "subtle", 1466 "zeroize", 1467] 1468 1469[[package]] 1470name = "encoding_rs" 1471version = "0.8.35" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1474dependencies = [ 1475 "cfg-if", 1476] 1477 1478[[package]] 1479name = "enum-as-inner" 1480version = "0.6.1" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 1483dependencies = [ 1484 "heck", 1485 "proc-macro2", 1486 "quote", 1487 "syn", 1488] 1489 1490[[package]] 1491name = "enum_dispatch" 1492version = "0.3.13" 1493source = "registry+https://github.com/rust-lang/crates.io-index" 1494checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 1495dependencies = [ 1496 "once_cell", 1497 "proc-macro2", 1498 "quote", 1499 "syn", 1500] 1501 1502[[package]] 1503name = "env_filter" 1504version = "0.1.3" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" 1507dependencies = [ 1508 "log", 1509 "regex", 1510] 1511 1512[[package]] 1513name = "env_logger" 1514version = "0.11.8" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 1517dependencies = [ 1518 "anstream", 1519 "anstyle", 1520 "env_filter", 1521 "jiff", 1522 "log", 1523] 1524 1525[[package]] 1526name = "equivalent" 1527version = "1.0.2" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1530 1531[[package]] 1532name = "errno" 1533version = "0.3.11" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 1536dependencies = [ 1537 "libc", 1538 "windows-sys 0.59.0", 1539] 1540 1541[[package]] 1542name = "event-listener" 1543version = "5.4.0" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" 1546dependencies = [ 1547 "concurrent-queue", 1548 "parking", 1549 "pin-project-lite", 1550] 1551 1552[[package]] 1553name = "event-listener-strategy" 1554version = "0.5.4" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1557dependencies = [ 1558 "event-listener", 1559 "pin-project-lite", 1560] 1561 1562[[package]] 1563name = "fallible-iterator" 1564version = "0.3.0" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 1567 1568[[package]] 1569name = "fallible-streaming-iterator" 1570version = "0.1.9" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 1573 1574[[package]] 1575name = "fastant" 1576version = "0.1.11" 1577source = "registry+https://github.com/rust-lang/crates.io-index" 1578checksum = "2e825441bfb2d831c47c97d05821552db8832479f44c571b97fededbf0099c07" 1579dependencies = [ 1580 "small_ctor", 1581 "web-time", 1582] 1583 1584[[package]] 1585name = "fastrand" 1586version = "2.3.0" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1589 1590[[package]] 1591name = "ff" 1592version = "0.13.1" 1593source = "registry+https://github.com/rust-lang/crates.io-index" 1594checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1595dependencies = [ 1596 "rand_core 0.6.4", 1597 "subtle", 1598] 1599 1600[[package]] 1601name = "fjall" 1602version = "2.11.2" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "0b25ad44cd4360a0448a9b5a0a6f1c7a621101cca4578706d43c9a821418aebc" 1605dependencies = [ 1606 "byteorder", 1607 "byteview", 1608 "dashmap", 1609 "log", 1610 "lsm-tree", 1611 "path-absolutize", 1612 "std-semaphore", 1613 "tempfile", 1614 "xxhash-rust", 1615] 1616 1617[[package]] 1618name = "fjall" 1619version = "2.11.2" 1620source = "git+https://github.com/fjall-rs/fjall.git?rev=fb229572bb7d1d6966a596994dc1708e47ec57d8#fb229572bb7d1d6966a596994dc1708e47ec57d8" 1621dependencies = [ 1622 "byteorder", 1623 "byteview", 1624 "dashmap", 1625 "log", 1626 "lsm-tree", 1627 "path-absolutize", 1628 "std-semaphore", 1629 "tempfile", 1630 "xxhash-rust", 1631] 1632 1633[[package]] 1634name = "flate2" 1635version = "1.1.2" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 1638dependencies = [ 1639 "crc32fast", 1640 "miniz_oxide", 1641] 1642 1643[[package]] 1644name = "fluent-uri" 1645version = "0.3.2" 1646source = "registry+https://github.com/rust-lang/crates.io-index" 1647checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5" 1648dependencies = [ 1649 "borrow-or-share", 1650 "ref-cast", 1651] 1652 1653[[package]] 1654name = "flume" 1655version = "0.11.1" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 1658dependencies = [ 1659 "spin", 1660] 1661 1662[[package]] 1663name = "fnv" 1664version = "1.0.7" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1667 1668[[package]] 1669name = "foldhash" 1670version = "0.1.5" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1673 1674[[package]] 1675name = "foldhash" 1676version = "0.2.0" 1677source = "registry+https://github.com/rust-lang/crates.io-index" 1678checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1679 1680[[package]] 1681name = "foreign-types" 1682version = "0.3.2" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1685dependencies = [ 1686 "foreign-types-shared", 1687] 1688 1689[[package]] 1690name = "foreign-types-shared" 1691version = "0.1.1" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1694 1695[[package]] 1696name = "form_urlencoded" 1697version = "1.2.1" 1698source = "registry+https://github.com/rust-lang/crates.io-index" 1699checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1700dependencies = [ 1701 "percent-encoding", 1702] 1703 1704[[package]] 1705name = "foyer" 1706version = "0.22.3" 1707source = "registry+https://github.com/rust-lang/crates.io-index" 1708checksum = "3b0abc0b87814989efa711f9becd9f26969820e2d3905db27d10969c4bd45890" 1709dependencies = [ 1710 "anyhow", 1711 "equivalent", 1712 "foyer-common", 1713 "foyer-memory", 1714 "foyer-storage", 1715 "foyer-tokio", 1716 "futures-util", 1717 "mea", 1718 "mixtrics", 1719 "pin-project", 1720 "serde", 1721 "tracing", 1722] 1723 1724[[package]] 1725name = "foyer-common" 1726version = "0.22.3" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "a3db80d5dece93adb7ad709c84578794724a9cba342a7e566c3551c7ec626789" 1729dependencies = [ 1730 "anyhow", 1731 "bincode 1.3.3", 1732 "bytes", 1733 "cfg-if", 1734 "foyer-tokio", 1735 "mixtrics", 1736 "parking_lot", 1737 "pin-project", 1738 "serde", 1739 "twox-hash", 1740] 1741 1742[[package]] 1743name = "foyer-intrusive-collections" 1744version = "0.10.0-dev" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "6e4fee46bea69e0596130e3210e65d3424e0ac1e6df3bde6636304bdf1ca4a3b" 1747dependencies = [ 1748 "memoffset", 1749] 1750 1751[[package]] 1752name = "foyer-memory" 1753version = "0.22.3" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "db907f40a527ca2aa2f40a5f68b32ea58aa70f050cd233518e9ffd402cfba6ce" 1756dependencies = [ 1757 "anyhow", 1758 "bitflags", 1759 "cmsketch", 1760 "equivalent", 1761 "foyer-common", 1762 "foyer-intrusive-collections", 1763 "foyer-tokio", 1764 "futures-util", 1765 "hashbrown 0.16.1", 1766 "itertools 0.14.0", 1767 "mea", 1768 "mixtrics", 1769 "parking_lot", 1770 "paste", 1771 "pin-project", 1772 "serde", 1773 "tracing", 1774] 1775 1776[[package]] 1777name = "foyer-storage" 1778version = "0.22.3" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "1983f1db3d0710e9c9d5fc116d9202dccd41a2d1e032572224f1aff5520aa958" 1781dependencies = [ 1782 "allocator-api2", 1783 "anyhow", 1784 "bytes", 1785 "core_affinity", 1786 "equivalent", 1787 "fastant", 1788 "foyer-common", 1789 "foyer-memory", 1790 "foyer-tokio", 1791 "fs4 0.13.1", 1792 "futures-core", 1793 "futures-util", 1794 "hashbrown 0.16.1", 1795 "io-uring", 1796 "itertools 0.14.0", 1797 "libc", 1798 "lz4", 1799 "mea", 1800 "parking_lot", 1801 "pin-project", 1802 "rand 0.9.1", 1803 "serde", 1804 "tracing", 1805 "twox-hash", 1806 "zstd", 1807] 1808 1809[[package]] 1810name = "foyer-tokio" 1811version = "0.22.3" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "f6577b05a7ffad0db555aedf00bfe52af818220fc4c1c3a7a12520896fc38627" 1814dependencies = [ 1815 "tokio", 1816] 1817 1818[[package]] 1819name = "fs4" 1820version = "0.12.0" 1821source = "registry+https://github.com/rust-lang/crates.io-index" 1822checksum = "c29c30684418547d476f0b48e84f4821639119c483b1eccd566c8cd0cd05f521" 1823dependencies = [ 1824 "rustix 0.38.44", 1825 "windows-sys 0.52.0", 1826] 1827 1828[[package]] 1829name = "fs4" 1830version = "0.13.1" 1831source = "registry+https://github.com/rust-lang/crates.io-index" 1832checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4" 1833dependencies = [ 1834 "rustix 1.0.5", 1835 "windows-sys 0.59.0", 1836] 1837 1838[[package]] 1839name = "fs_extra" 1840version = "1.3.0" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1843 1844[[package]] 1845name = "futures" 1846version = "0.3.31" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1849dependencies = [ 1850 "futures-channel", 1851 "futures-core", 1852 "futures-executor", 1853 "futures-io", 1854 "futures-sink", 1855 "futures-task", 1856 "futures-util", 1857] 1858 1859[[package]] 1860name = "futures-channel" 1861version = "0.3.31" 1862source = "registry+https://github.com/rust-lang/crates.io-index" 1863checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1864dependencies = [ 1865 "futures-core", 1866 "futures-sink", 1867] 1868 1869[[package]] 1870name = "futures-core" 1871version = "0.3.31" 1872source = "registry+https://github.com/rust-lang/crates.io-index" 1873checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1874 1875[[package]] 1876name = "futures-executor" 1877version = "0.3.31" 1878source = "registry+https://github.com/rust-lang/crates.io-index" 1879checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1880dependencies = [ 1881 "futures-core", 1882 "futures-task", 1883 "futures-util", 1884] 1885 1886[[package]] 1887name = "futures-io" 1888version = "0.3.31" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1891 1892[[package]] 1893name = "futures-macro" 1894version = "0.3.31" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1897dependencies = [ 1898 "proc-macro2", 1899 "quote", 1900 "syn", 1901] 1902 1903[[package]] 1904name = "futures-sink" 1905version = "0.3.31" 1906source = "registry+https://github.com/rust-lang/crates.io-index" 1907checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1908 1909[[package]] 1910name = "futures-task" 1911version = "0.3.31" 1912source = "registry+https://github.com/rust-lang/crates.io-index" 1913checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1914 1915[[package]] 1916name = "futures-util" 1917version = "0.3.31" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1920dependencies = [ 1921 "futures-channel", 1922 "futures-core", 1923 "futures-io", 1924 "futures-macro", 1925 "futures-sink", 1926 "futures-task", 1927 "memchr", 1928 "pin-project-lite", 1929 "pin-utils", 1930 "slab", 1931] 1932 1933[[package]] 1934name = "generator" 1935version = "0.8.4" 1936source = "registry+https://github.com/rust-lang/crates.io-index" 1937checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd" 1938dependencies = [ 1939 "cfg-if", 1940 "libc", 1941 "log", 1942 "rustversion", 1943 "windows", 1944] 1945 1946[[package]] 1947name = "generic-array" 1948version = "0.14.7" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1951dependencies = [ 1952 "typenum", 1953 "version_check", 1954 "zeroize", 1955] 1956 1957[[package]] 1958name = "getrandom" 1959version = "0.2.15" 1960source = "registry+https://github.com/rust-lang/crates.io-index" 1961checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1962dependencies = [ 1963 "cfg-if", 1964 "js-sys", 1965 "libc", 1966 "wasi 0.11.0+wasi-snapshot-preview1", 1967 "wasm-bindgen", 1968] 1969 1970[[package]] 1971name = "getrandom" 1972version = "0.3.3" 1973source = "registry+https://github.com/rust-lang/crates.io-index" 1974checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 1975dependencies = [ 1976 "cfg-if", 1977 "js-sys", 1978 "libc", 1979 "r-efi 5.2.0", 1980 "wasi 0.14.2+wasi-0.2.4", 1981 "wasm-bindgen", 1982] 1983 1984[[package]] 1985name = "getrandom" 1986version = "0.4.2" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 1989dependencies = [ 1990 "cfg-if", 1991 "libc", 1992 "r-efi 6.0.0", 1993 "rand_core 0.10.0", 1994 "wasip2", 1995 "wasip3", 1996] 1997 1998[[package]] 1999name = "gimli" 2000version = "0.31.1" 2001source = "registry+https://github.com/rust-lang/crates.io-index" 2002checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 2003 2004[[package]] 2005name = "glob" 2006version = "0.3.2" 2007source = "registry+https://github.com/rust-lang/crates.io-index" 2008checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 2009 2010[[package]] 2011name = "group" 2012version = "0.13.0" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 2015dependencies = [ 2016 "ff", 2017 "rand_core 0.6.4", 2018 "subtle", 2019] 2020 2021[[package]] 2022name = "guardian" 2023version = "1.3.0" 2024source = "registry+https://github.com/rust-lang/crates.io-index" 2025checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f" 2026 2027[[package]] 2028name = "h2" 2029version = "0.4.8" 2030source = "registry+https://github.com/rust-lang/crates.io-index" 2031checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" 2032dependencies = [ 2033 "atomic-waker", 2034 "bytes", 2035 "fnv", 2036 "futures-core", 2037 "futures-sink", 2038 "http", 2039 "indexmap 2.11.4", 2040 "slab", 2041 "tokio", 2042 "tokio-util", 2043 "tracing", 2044] 2045 2046[[package]] 2047name = "half" 2048version = "2.6.0" 2049source = "registry+https://github.com/rust-lang/crates.io-index" 2050checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" 2051dependencies = [ 2052 "cfg-if", 2053 "crunchy", 2054] 2055 2056[[package]] 2057name = "hashbrown" 2058version = "0.12.3" 2059source = "registry+https://github.com/rust-lang/crates.io-index" 2060checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2061 2062[[package]] 2063name = "hashbrown" 2064version = "0.14.5" 2065source = "registry+https://github.com/rust-lang/crates.io-index" 2066checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2067 2068[[package]] 2069name = "hashbrown" 2070version = "0.15.2" 2071source = "registry+https://github.com/rust-lang/crates.io-index" 2072checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 2073dependencies = [ 2074 "allocator-api2", 2075 "equivalent", 2076 "foldhash 0.1.5", 2077] 2078 2079[[package]] 2080name = "hashbrown" 2081version = "0.16.1" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 2084dependencies = [ 2085 "allocator-api2", 2086 "equivalent", 2087 "foldhash 0.2.0", 2088] 2089 2090[[package]] 2091name = "hashlink" 2092version = "0.10.0" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 2095dependencies = [ 2096 "hashbrown 0.15.2", 2097] 2098 2099[[package]] 2100name = "headers" 2101version = "0.4.0" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9" 2104dependencies = [ 2105 "base64 0.21.7", 2106 "bytes", 2107 "headers-core", 2108 "http", 2109 "httpdate", 2110 "mime", 2111 "sha1", 2112] 2113 2114[[package]] 2115name = "headers-accept" 2116version = "0.1.4" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "244c37aaa637e64fb73af1bb2a4f3f6f2b72f1f39f1cd6f4443f0cc21fe80280" 2119dependencies = [ 2120 "headers-core", 2121 "http", 2122 "mediatype", 2123] 2124 2125[[package]] 2126name = "headers-core" 2127version = "0.3.0" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" 2130dependencies = [ 2131 "http", 2132] 2133 2134[[package]] 2135name = "heck" 2136version = "0.5.0" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2139 2140[[package]] 2141name = "hermit-abi" 2142version = "0.5.0" 2143source = "registry+https://github.com/rust-lang/crates.io-index" 2144checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e" 2145 2146[[package]] 2147name = "hex" 2148version = "0.4.3" 2149source = "registry+https://github.com/rust-lang/crates.io-index" 2150checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2151 2152[[package]] 2153name = "hex-conservative" 2154version = "0.2.1" 2155source = "registry+https://github.com/rust-lang/crates.io-index" 2156checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" 2157dependencies = [ 2158 "arrayvec", 2159] 2160 2161[[package]] 2162name = "hickory-proto" 2163version = "0.25.2" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 2166dependencies = [ 2167 "async-trait", 2168 "cfg-if", 2169 "data-encoding", 2170 "enum-as-inner", 2171 "futures-channel", 2172 "futures-io", 2173 "futures-util", 2174 "idna", 2175 "ipnet", 2176 "once_cell", 2177 "rand 0.9.1", 2178 "ring", 2179 "thiserror 2.0.16", 2180 "tinyvec", 2181 "tokio", 2182 "tracing", 2183 "url", 2184] 2185 2186[[package]] 2187name = "hickory-resolver" 2188version = "0.25.2" 2189source = "registry+https://github.com/rust-lang/crates.io-index" 2190checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 2191dependencies = [ 2192 "cfg-if", 2193 "futures-util", 2194 "hickory-proto", 2195 "ipconfig", 2196 "moka", 2197 "once_cell", 2198 "parking_lot", 2199 "rand 0.9.1", 2200 "resolv-conf", 2201 "smallvec", 2202 "thiserror 2.0.16", 2203 "tokio", 2204 "tracing", 2205] 2206 2207[[package]] 2208name = "hmac" 2209version = "0.12.1" 2210source = "registry+https://github.com/rust-lang/crates.io-index" 2211checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2212dependencies = [ 2213 "digest", 2214] 2215 2216[[package]] 2217name = "home" 2218version = "0.5.11" 2219source = "registry+https://github.com/rust-lang/crates.io-index" 2220checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 2221dependencies = [ 2222 "windows-sys 0.59.0", 2223] 2224 2225[[package]] 2226name = "hostname" 2227version = "0.3.1" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 2230dependencies = [ 2231 "libc", 2232 "match_cfg", 2233 "winapi", 2234] 2235 2236[[package]] 2237name = "hostname" 2238version = "0.4.1" 2239source = "registry+https://github.com/rust-lang/crates.io-index" 2240checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65" 2241dependencies = [ 2242 "cfg-if", 2243 "libc", 2244 "windows-link", 2245] 2246 2247[[package]] 2248name = "http" 2249version = "1.3.1" 2250source = "registry+https://github.com/rust-lang/crates.io-index" 2251checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 2252dependencies = [ 2253 "bytes", 2254 "fnv", 2255 "itoa", 2256] 2257 2258[[package]] 2259name = "http-body" 2260version = "1.0.1" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2263dependencies = [ 2264 "bytes", 2265 "http", 2266] 2267 2268[[package]] 2269name = "http-body-util" 2270version = "0.1.3" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 2273dependencies = [ 2274 "bytes", 2275 "futures-core", 2276 "http", 2277 "http-body", 2278 "pin-project-lite", 2279] 2280 2281[[package]] 2282name = "httparse" 2283version = "1.10.1" 2284source = "registry+https://github.com/rust-lang/crates.io-index" 2285checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 2286 2287[[package]] 2288name = "httpdate" 2289version = "1.0.3" 2290source = "registry+https://github.com/rust-lang/crates.io-index" 2291checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2292 2293[[package]] 2294name = "humansize" 2295version = "2.1.3" 2296source = "registry+https://github.com/rust-lang/crates.io-index" 2297checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 2298dependencies = [ 2299 "libm", 2300] 2301 2302[[package]] 2303name = "humantime" 2304version = "2.3.0" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" 2307 2308[[package]] 2309name = "hyper" 2310version = "1.6.0" 2311source = "registry+https://github.com/rust-lang/crates.io-index" 2312checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 2313dependencies = [ 2314 "bytes", 2315 "futures-channel", 2316 "futures-util", 2317 "h2", 2318 "http", 2319 "http-body", 2320 "httparse", 2321 "httpdate", 2322 "itoa", 2323 "pin-project-lite", 2324 "smallvec", 2325 "tokio", 2326 "want", 2327] 2328 2329[[package]] 2330name = "hyper-rustls" 2331version = "0.27.7" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 2334dependencies = [ 2335 "http", 2336 "hyper", 2337 "hyper-util", 2338 "rustls 0.23.31", 2339 "rustls-native-certs", 2340 "rustls-pki-types", 2341 "tokio", 2342 "tokio-rustls 0.26.2", 2343 "tower-service", 2344] 2345 2346[[package]] 2347name = "hyper-tls" 2348version = "0.6.0" 2349source = "registry+https://github.com/rust-lang/crates.io-index" 2350checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 2351dependencies = [ 2352 "bytes", 2353 "http-body-util", 2354 "hyper", 2355 "hyper-util", 2356 "native-tls", 2357 "tokio", 2358 "tokio-native-tls", 2359 "tower-service", 2360] 2361 2362[[package]] 2363name = "hyper-util" 2364version = "0.1.16" 2365source = "registry+https://github.com/rust-lang/crates.io-index" 2366checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" 2367dependencies = [ 2368 "base64 0.22.1", 2369 "bytes", 2370 "futures-channel", 2371 "futures-core", 2372 "futures-util", 2373 "http", 2374 "http-body", 2375 "hyper", 2376 "ipnet", 2377 "libc", 2378 "percent-encoding", 2379 "pin-project-lite", 2380 "socket2 0.6.0", 2381 "system-configuration", 2382 "tokio", 2383 "tower-service", 2384 "tracing", 2385 "windows-registry", 2386] 2387 2388[[package]] 2389name = "iana-time-zone" 2390version = "0.1.63" 2391source = "registry+https://github.com/rust-lang/crates.io-index" 2392checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 2393dependencies = [ 2394 "android_system_properties", 2395 "core-foundation-sys", 2396 "iana-time-zone-haiku", 2397 "js-sys", 2398 "log", 2399 "wasm-bindgen", 2400 "windows-core", 2401] 2402 2403[[package]] 2404name = "iana-time-zone-haiku" 2405version = "0.1.2" 2406source = "registry+https://github.com/rust-lang/crates.io-index" 2407checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2408dependencies = [ 2409 "cc", 2410] 2411 2412[[package]] 2413name = "icu_collections" 2414version = "1.5.0" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 2417dependencies = [ 2418 "displaydoc", 2419 "yoke", 2420 "zerofrom", 2421 "zerovec", 2422] 2423 2424[[package]] 2425name = "icu_locid" 2426version = "1.5.0" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 2429dependencies = [ 2430 "displaydoc", 2431 "litemap", 2432 "tinystr", 2433 "writeable", 2434 "zerovec", 2435] 2436 2437[[package]] 2438name = "icu_locid_transform" 2439version = "1.5.0" 2440source = "registry+https://github.com/rust-lang/crates.io-index" 2441checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 2442dependencies = [ 2443 "displaydoc", 2444 "icu_locid", 2445 "icu_locid_transform_data", 2446 "icu_provider", 2447 "tinystr", 2448 "zerovec", 2449] 2450 2451[[package]] 2452name = "icu_locid_transform_data" 2453version = "1.5.1" 2454source = "registry+https://github.com/rust-lang/crates.io-index" 2455checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" 2456 2457[[package]] 2458name = "icu_normalizer" 2459version = "1.5.0" 2460source = "registry+https://github.com/rust-lang/crates.io-index" 2461checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 2462dependencies = [ 2463 "displaydoc", 2464 "icu_collections", 2465 "icu_normalizer_data", 2466 "icu_properties", 2467 "icu_provider", 2468 "smallvec", 2469 "utf16_iter", 2470 "utf8_iter", 2471 "write16", 2472 "zerovec", 2473] 2474 2475[[package]] 2476name = "icu_normalizer_data" 2477version = "1.5.1" 2478source = "registry+https://github.com/rust-lang/crates.io-index" 2479checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" 2480 2481[[package]] 2482name = "icu_properties" 2483version = "1.5.1" 2484source = "registry+https://github.com/rust-lang/crates.io-index" 2485checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 2486dependencies = [ 2487 "displaydoc", 2488 "icu_collections", 2489 "icu_locid_transform", 2490 "icu_properties_data", 2491 "icu_provider", 2492 "tinystr", 2493 "zerovec", 2494] 2495 2496[[package]] 2497name = "icu_properties_data" 2498version = "1.5.1" 2499source = "registry+https://github.com/rust-lang/crates.io-index" 2500checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" 2501 2502[[package]] 2503name = "icu_provider" 2504version = "1.5.0" 2505source = "registry+https://github.com/rust-lang/crates.io-index" 2506checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 2507dependencies = [ 2508 "displaydoc", 2509 "icu_locid", 2510 "icu_provider_macros", 2511 "stable_deref_trait", 2512 "tinystr", 2513 "writeable", 2514 "yoke", 2515 "zerofrom", 2516 "zerovec", 2517] 2518 2519[[package]] 2520name = "icu_provider_macros" 2521version = "1.5.0" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 2524dependencies = [ 2525 "proc-macro2", 2526 "quote", 2527 "syn", 2528] 2529 2530[[package]] 2531name = "id-arena" 2532version = "2.3.0" 2533source = "registry+https://github.com/rust-lang/crates.io-index" 2534checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 2535 2536[[package]] 2537name = "ident_case" 2538version = "1.0.1" 2539source = "registry+https://github.com/rust-lang/crates.io-index" 2540checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2541 2542[[package]] 2543name = "idna" 2544version = "1.0.3" 2545source = "registry+https://github.com/rust-lang/crates.io-index" 2546checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 2547dependencies = [ 2548 "idna_adapter", 2549 "smallvec", 2550 "utf8_iter", 2551] 2552 2553[[package]] 2554name = "idna_adapter" 2555version = "1.2.0" 2556source = "registry+https://github.com/rust-lang/crates.io-index" 2557checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 2558dependencies = [ 2559 "icu_normalizer", 2560 "icu_properties", 2561] 2562 2563[[package]] 2564name = "indexmap" 2565version = "1.9.3" 2566source = "registry+https://github.com/rust-lang/crates.io-index" 2567checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2568dependencies = [ 2569 "autocfg", 2570 "hashbrown 0.12.3", 2571 "serde", 2572] 2573 2574[[package]] 2575name = "indexmap" 2576version = "2.11.4" 2577source = "registry+https://github.com/rust-lang/crates.io-index" 2578checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 2579dependencies = [ 2580 "equivalent", 2581 "hashbrown 0.16.1", 2582 "serde", 2583 "serde_core", 2584] 2585 2586[[package]] 2587name = "interval-heap" 2588version = "0.0.5" 2589source = "registry+https://github.com/rust-lang/crates.io-index" 2590checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6" 2591dependencies = [ 2592 "compare", 2593] 2594 2595[[package]] 2596name = "io-uring" 2597version = "0.7.9" 2598source = "registry+https://github.com/rust-lang/crates.io-index" 2599checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" 2600dependencies = [ 2601 "bitflags", 2602 "cfg-if", 2603 "libc", 2604] 2605 2606[[package]] 2607name = "ipconfig" 2608version = "0.3.2" 2609source = "registry+https://github.com/rust-lang/crates.io-index" 2610checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 2611dependencies = [ 2612 "socket2 0.5.9", 2613 "widestring", 2614 "windows-sys 0.48.0", 2615 "winreg", 2616] 2617 2618[[package]] 2619name = "ipld-core" 2620version = "0.4.2" 2621source = "registry+https://github.com/rust-lang/crates.io-index" 2622checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 2623dependencies = [ 2624 "cid", 2625 "serde", 2626 "serde_bytes", 2627] 2628 2629[[package]] 2630name = "ipnet" 2631version = "2.11.0" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 2634 2635[[package]] 2636name = "iri-string" 2637version = "0.7.8" 2638source = "registry+https://github.com/rust-lang/crates.io-index" 2639checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 2640dependencies = [ 2641 "memchr", 2642 "serde", 2643] 2644 2645[[package]] 2646name = "is-terminal" 2647version = "0.4.16" 2648source = "registry+https://github.com/rust-lang/crates.io-index" 2649checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" 2650dependencies = [ 2651 "hermit-abi", 2652 "libc", 2653 "windows-sys 0.59.0", 2654] 2655 2656[[package]] 2657name = "is_terminal_polyfill" 2658version = "1.70.1" 2659source = "registry+https://github.com/rust-lang/crates.io-index" 2660checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2661 2662[[package]] 2663name = "itertools" 2664version = "0.12.1" 2665source = "registry+https://github.com/rust-lang/crates.io-index" 2666checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2667dependencies = [ 2668 "either", 2669] 2670 2671[[package]] 2672name = "itertools" 2673version = "0.14.0" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 2676dependencies = [ 2677 "either", 2678] 2679 2680[[package]] 2681name = "itoa" 2682version = "1.0.15" 2683source = "registry+https://github.com/rust-lang/crates.io-index" 2684checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 2685 2686[[package]] 2687name = "jetstream" 2688version = "0.1.1" 2689dependencies = [ 2690 "anyhow", 2691 "async-trait", 2692 "atrium-api", 2693 "chrono", 2694 "clap", 2695 "futures-util", 2696 "log", 2697 "metrics", 2698 "serde", 2699 "serde_json", 2700 "thiserror 2.0.16", 2701 "tokio", 2702 "tokio-tungstenite 0.26.2", 2703 "url", 2704 "zstd", 2705] 2706 2707[[package]] 2708name = "jiff" 2709version = "0.2.6" 2710source = "registry+https://github.com/rust-lang/crates.io-index" 2711checksum = "1f33145a5cbea837164362c7bd596106eb7c5198f97d1ba6f6ebb3223952e488" 2712dependencies = [ 2713 "jiff-static", 2714 "log", 2715 "portable-atomic", 2716 "portable-atomic-util", 2717 "serde", 2718] 2719 2720[[package]] 2721name = "jiff-static" 2722version = "0.2.6" 2723source = "registry+https://github.com/rust-lang/crates.io-index" 2724checksum = "43ce13c40ec6956157a3635d97a1ee2df323b263f09ea14165131289cb0f5c19" 2725dependencies = [ 2726 "proc-macro2", 2727 "quote", 2728 "syn", 2729] 2730 2731[[package]] 2732name = "jobserver" 2733version = "0.1.33" 2734source = "registry+https://github.com/rust-lang/crates.io-index" 2735checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 2736dependencies = [ 2737 "getrandom 0.3.3", 2738 "libc", 2739] 2740 2741[[package]] 2742name = "jose-b64" 2743version = "0.1.2" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56" 2746dependencies = [ 2747 "base64ct", 2748 "serde", 2749 "subtle", 2750 "zeroize", 2751] 2752 2753[[package]] 2754name = "jose-jwa" 2755version = "0.1.2" 2756source = "registry+https://github.com/rust-lang/crates.io-index" 2757checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7" 2758dependencies = [ 2759 "serde", 2760] 2761 2762[[package]] 2763name = "jose-jwk" 2764version = "0.1.2" 2765source = "registry+https://github.com/rust-lang/crates.io-index" 2766checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7" 2767dependencies = [ 2768 "jose-b64", 2769 "jose-jwa", 2770 "p256", 2771 "serde", 2772 "zeroize", 2773] 2774 2775[[package]] 2776name = "js-sys" 2777version = "0.3.77" 2778source = "registry+https://github.com/rust-lang/crates.io-index" 2779checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 2780dependencies = [ 2781 "once_cell", 2782 "wasm-bindgen", 2783] 2784 2785[[package]] 2786name = "jwt-compact" 2787version = "0.9.0-beta.1" 2788source = "git+https://github.com/fatfingers23/jwt-compact.git#aed088b8ff5ad44ef2785c453f6a4b7916728b1c" 2789dependencies = [ 2790 "anyhow", 2791 "base64ct", 2792 "chrono", 2793 "ciborium", 2794 "hmac", 2795 "lazy_static", 2796 "rand_core 0.6.4", 2797 "secp256k1", 2798 "serde", 2799 "serde_json", 2800 "sha2", 2801 "smallvec", 2802 "subtle", 2803 "zeroize", 2804] 2805 2806[[package]] 2807name = "k256" 2808version = "0.13.4" 2809source = "registry+https://github.com/rust-lang/crates.io-index" 2810checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 2811dependencies = [ 2812 "cfg-if", 2813 "ecdsa", 2814 "elliptic-curve", 2815 "sha2", 2816] 2817 2818[[package]] 2819name = "langtag" 2820version = "0.3.4" 2821source = "registry+https://github.com/rust-lang/crates.io-index" 2822checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 2823dependencies = [ 2824 "serde", 2825] 2826 2827[[package]] 2828name = "lazy_static" 2829version = "1.5.0" 2830source = "registry+https://github.com/rust-lang/crates.io-index" 2831checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2832 2833[[package]] 2834name = "lazycell" 2835version = "1.3.0" 2836source = "registry+https://github.com/rust-lang/crates.io-index" 2837checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2838 2839[[package]] 2840name = "leb128fmt" 2841version = "0.1.0" 2842source = "registry+https://github.com/rust-lang/crates.io-index" 2843checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 2844 2845[[package]] 2846name = "libc" 2847version = "0.2.174" 2848source = "registry+https://github.com/rust-lang/crates.io-index" 2849checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 2850 2851[[package]] 2852name = "libfuzzer-sys" 2853version = "0.4.9" 2854source = "registry+https://github.com/rust-lang/crates.io-index" 2855checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75" 2856dependencies = [ 2857 "arbitrary", 2858 "cc", 2859] 2860 2861[[package]] 2862name = "libloading" 2863version = "0.8.6" 2864source = "registry+https://github.com/rust-lang/crates.io-index" 2865checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 2866dependencies = [ 2867 "cfg-if", 2868 "windows-targets 0.52.6", 2869] 2870 2871[[package]] 2872name = "libm" 2873version = "0.2.11" 2874source = "registry+https://github.com/rust-lang/crates.io-index" 2875checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" 2876 2877[[package]] 2878name = "libproc" 2879version = "0.14.10" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb" 2882dependencies = [ 2883 "bindgen 0.70.1", 2884 "errno", 2885 "libc", 2886] 2887 2888[[package]] 2889name = "libredox" 2890version = "0.1.3" 2891source = "registry+https://github.com/rust-lang/crates.io-index" 2892checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2893dependencies = [ 2894 "bitflags", 2895 "libc", 2896] 2897 2898[[package]] 2899name = "librocksdb-sys" 2900version = "0.17.1+9.9.3" 2901source = "registry+https://github.com/rust-lang/crates.io-index" 2902checksum = "2b7869a512ae9982f4d46ba482c2a304f1efd80c6412a3d4bf57bb79a619679f" 2903dependencies = [ 2904 "bindgen 0.69.5", 2905 "bzip2-sys", 2906 "cc", 2907 "libc", 2908 "libz-sys", 2909 "lz4-sys", 2910 "zstd-sys", 2911] 2912 2913[[package]] 2914name = "libsqlite3-sys" 2915version = "0.35.0" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f" 2918dependencies = [ 2919 "pkg-config", 2920 "vcpkg", 2921] 2922 2923[[package]] 2924name = "libz-sys" 2925version = "1.1.22" 2926source = "registry+https://github.com/rust-lang/crates.io-index" 2927checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" 2928dependencies = [ 2929 "cc", 2930 "pkg-config", 2931 "vcpkg", 2932] 2933 2934[[package]] 2935name = "links" 2936version = "0.1.0" 2937dependencies = [ 2938 "anyhow", 2939 "fluent-uri", 2940 "nom", 2941 "thiserror 2.0.16", 2942 "tinyjson", 2943] 2944 2945[[package]] 2946name = "linux-raw-sys" 2947version = "0.4.15" 2948source = "registry+https://github.com/rust-lang/crates.io-index" 2949checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2950 2951[[package]] 2952name = "linux-raw-sys" 2953version = "0.9.4" 2954source = "registry+https://github.com/rust-lang/crates.io-index" 2955checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 2956 2957[[package]] 2958name = "litemap" 2959version = "0.7.5" 2960source = "registry+https://github.com/rust-lang/crates.io-index" 2961checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 2962 2963[[package]] 2964name = "lock_api" 2965version = "0.4.12" 2966source = "registry+https://github.com/rust-lang/crates.io-index" 2967checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2968dependencies = [ 2969 "autocfg", 2970 "scopeguard", 2971] 2972 2973[[package]] 2974name = "log" 2975version = "0.4.28" 2976source = "registry+https://github.com/rust-lang/crates.io-index" 2977checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 2978 2979[[package]] 2980name = "loom" 2981version = "0.7.2" 2982source = "registry+https://github.com/rust-lang/crates.io-index" 2983checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2984dependencies = [ 2985 "cfg-if", 2986 "generator", 2987 "scoped-tls", 2988 "tracing", 2989 "tracing-subscriber", 2990] 2991 2992[[package]] 2993name = "lru" 2994version = "0.12.5" 2995source = "registry+https://github.com/rust-lang/crates.io-index" 2996checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 2997dependencies = [ 2998 "hashbrown 0.15.2", 2999] 3000 3001[[package]] 3002name = "lru-slab" 3003version = "0.1.2" 3004source = "registry+https://github.com/rust-lang/crates.io-index" 3005checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 3006 3007[[package]] 3008name = "lsm-tree" 3009version = "2.10.2" 3010source = "registry+https://github.com/rust-lang/crates.io-index" 3011checksum = "55b6d7475a8dd22e749186968daacf8e2a77932b061b1bd263157987bbfc0c6c" 3012dependencies = [ 3013 "byteorder", 3014 "crossbeam-skiplist", 3015 "double-ended-peekable", 3016 "enum_dispatch", 3017 "guardian", 3018 "interval-heap", 3019 "log", 3020 "lz4_flex", 3021 "path-absolutize", 3022 "quick_cache", 3023 "rustc-hash 2.1.1", 3024 "self_cell", 3025 "tempfile", 3026 "value-log", 3027 "varint-rs", 3028 "xxhash-rust", 3029] 3030 3031[[package]] 3032name = "lz4" 3033version = "1.28.1" 3034source = "registry+https://github.com/rust-lang/crates.io-index" 3035checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4" 3036dependencies = [ 3037 "lz4-sys", 3038] 3039 3040[[package]] 3041name = "lz4-sys" 3042version = "1.11.1+lz4-1.10.0" 3043source = "registry+https://github.com/rust-lang/crates.io-index" 3044checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" 3045dependencies = [ 3046 "cc", 3047 "libc", 3048] 3049 3050[[package]] 3051name = "lz4_flex" 3052version = "0.11.3" 3053source = "registry+https://github.com/rust-lang/crates.io-index" 3054checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 3055 3056[[package]] 3057name = "mach2" 3058version = "0.4.2" 3059source = "registry+https://github.com/rust-lang/crates.io-index" 3060checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" 3061dependencies = [ 3062 "libc", 3063] 3064 3065[[package]] 3066name = "match_cfg" 3067version = "0.1.0" 3068source = "registry+https://github.com/rust-lang/crates.io-index" 3069checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 3070 3071[[package]] 3072name = "matchers" 3073version = "0.2.0" 3074source = "registry+https://github.com/rust-lang/crates.io-index" 3075checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 3076dependencies = [ 3077 "regex-automata", 3078] 3079 3080[[package]] 3081name = "matchit" 3082version = "0.8.4" 3083source = "registry+https://github.com/rust-lang/crates.io-index" 3084checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 3085 3086[[package]] 3087name = "md-5" 3088version = "0.10.6" 3089source = "registry+https://github.com/rust-lang/crates.io-index" 3090checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 3091dependencies = [ 3092 "cfg-if", 3093 "digest", 3094] 3095 3096[[package]] 3097name = "mea" 3098version = "0.6.3" 3099source = "registry+https://github.com/rust-lang/crates.io-index" 3100checksum = "6747f54621d156e1b47eb6b25f39a941b9fc347f98f67d25d8881ff99e8ed832" 3101dependencies = [ 3102 "slab", 3103] 3104 3105[[package]] 3106name = "mediatype" 3107version = "0.19.20" 3108source = "registry+https://github.com/rust-lang/crates.io-index" 3109checksum = "33746aadcb41349ec291e7f2f0a3aa6834d1d7c58066fb4b01f68efc4c4b7631" 3110 3111[[package]] 3112name = "memchr" 3113version = "2.7.4" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 3116 3117[[package]] 3118name = "memoffset" 3119version = "0.9.1" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3122dependencies = [ 3123 "autocfg", 3124] 3125 3126[[package]] 3127name = "metrics" 3128version = "0.24.2" 3129source = "registry+https://github.com/rust-lang/crates.io-index" 3130checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5" 3131dependencies = [ 3132 "ahash", 3133 "portable-atomic", 3134] 3135 3136[[package]] 3137name = "metrics-exporter-prometheus" 3138version = "0.16.2" 3139source = "registry+https://github.com/rust-lang/crates.io-index" 3140checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034" 3141dependencies = [ 3142 "base64 0.22.1", 3143 "http-body-util", 3144 "hyper", 3145 "hyper-util", 3146 "indexmap 2.11.4", 3147 "ipnet", 3148 "metrics", 3149 "metrics-util 0.19.0", 3150 "quanta", 3151 "thiserror 1.0.69", 3152 "tokio", 3153 "tracing", 3154] 3155 3156[[package]] 3157name = "metrics-exporter-prometheus" 3158version = "0.17.2" 3159source = "registry+https://github.com/rust-lang/crates.io-index" 3160checksum = "2b166dea96003ee2531cf14833efedced545751d800f03535801d833313f8c15" 3161dependencies = [ 3162 "base64 0.22.1", 3163 "http-body-util", 3164 "hyper", 3165 "hyper-rustls", 3166 "hyper-util", 3167 "indexmap 2.11.4", 3168 "ipnet", 3169 "metrics", 3170 "metrics-util 0.20.0", 3171 "quanta", 3172 "thiserror 2.0.16", 3173 "tokio", 3174 "tracing", 3175] 3176 3177[[package]] 3178name = "metrics-process" 3179version = "2.4.0" 3180source = "registry+https://github.com/rust-lang/crates.io-index" 3181checksum = "4a82c8add4382f29a122fa64fff1891453ed0f6b2867d971e7d60cb8dfa322ff" 3182dependencies = [ 3183 "libc", 3184 "libproc", 3185 "mach2", 3186 "metrics", 3187 "once_cell", 3188 "procfs", 3189 "rlimit", 3190 "windows", 3191] 3192 3193[[package]] 3194name = "metrics-util" 3195version = "0.19.0" 3196source = "registry+https://github.com/rust-lang/crates.io-index" 3197checksum = "dbd4884b1dd24f7d6628274a2f5ae22465c337c5ba065ec9b6edccddf8acc673" 3198dependencies = [ 3199 "crossbeam-epoch", 3200 "crossbeam-utils", 3201 "hashbrown 0.15.2", 3202 "metrics", 3203 "quanta", 3204 "rand 0.8.5", 3205 "rand_xoshiro 0.6.0", 3206 "sketches-ddsketch", 3207] 3208 3209[[package]] 3210name = "metrics-util" 3211version = "0.20.0" 3212source = "registry+https://github.com/rust-lang/crates.io-index" 3213checksum = "fe8db7a05415d0f919ffb905afa37784f71901c9a773188876984b4f769ab986" 3214dependencies = [ 3215 "crossbeam-epoch", 3216 "crossbeam-utils", 3217 "hashbrown 0.15.2", 3218 "metrics", 3219 "quanta", 3220 "rand 0.9.1", 3221 "rand_xoshiro 0.7.0", 3222 "sketches-ddsketch", 3223] 3224 3225[[package]] 3226name = "mime" 3227version = "0.3.17" 3228source = "registry+https://github.com/rust-lang/crates.io-index" 3229checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3230 3231[[package]] 3232name = "mime_guess" 3233version = "2.0.5" 3234source = "registry+https://github.com/rust-lang/crates.io-index" 3235checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 3236dependencies = [ 3237 "mime", 3238 "unicase", 3239] 3240 3241[[package]] 3242name = "minimal-lexical" 3243version = "0.2.1" 3244source = "registry+https://github.com/rust-lang/crates.io-index" 3245checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3246 3247[[package]] 3248name = "miniz_oxide" 3249version = "0.8.8" 3250source = "registry+https://github.com/rust-lang/crates.io-index" 3251checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 3252dependencies = [ 3253 "adler2", 3254] 3255 3256[[package]] 3257name = "mio" 3258version = "1.0.3" 3259source = "registry+https://github.com/rust-lang/crates.io-index" 3260checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 3261dependencies = [ 3262 "libc", 3263 "wasi 0.11.0+wasi-snapshot-preview1", 3264 "windows-sys 0.52.0", 3265] 3266 3267[[package]] 3268name = "mixtrics" 3269version = "0.2.0" 3270source = "registry+https://github.com/rust-lang/crates.io-index" 3271checksum = "adbcddf5a90b959eea97ae505e0391f5c6dd411fbf546d43b9c59ad1c3bd4391" 3272dependencies = [ 3273 "itertools 0.14.0", 3274 "parking_lot", 3275] 3276 3277[[package]] 3278name = "moka" 3279version = "0.12.10" 3280source = "registry+https://github.com/rust-lang/crates.io-index" 3281checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 3282dependencies = [ 3283 "async-lock", 3284 "crossbeam-channel", 3285 "crossbeam-epoch", 3286 "crossbeam-utils", 3287 "event-listener", 3288 "futures-util", 3289 "loom", 3290 "parking_lot", 3291 "portable-atomic", 3292 "rustc_version", 3293 "smallvec", 3294 "tagptr", 3295 "thiserror 1.0.69", 3296 "uuid", 3297] 3298 3299[[package]] 3300name = "multer" 3301version = "3.1.0" 3302source = "registry+https://github.com/rust-lang/crates.io-index" 3303checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 3304dependencies = [ 3305 "bytes", 3306 "encoding_rs", 3307 "futures-util", 3308 "http", 3309 "httparse", 3310 "memchr", 3311 "mime", 3312 "spin", 3313 "tokio", 3314 "version_check", 3315] 3316 3317[[package]] 3318name = "multibase" 3319version = "0.9.1" 3320source = "registry+https://github.com/rust-lang/crates.io-index" 3321checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 3322dependencies = [ 3323 "base-x", 3324 "data-encoding", 3325 "data-encoding-macro", 3326] 3327 3328[[package]] 3329name = "multihash" 3330version = "0.19.3" 3331source = "registry+https://github.com/rust-lang/crates.io-index" 3332checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 3333dependencies = [ 3334 "core2", 3335 "serde", 3336 "unsigned-varint", 3337] 3338 3339[[package]] 3340name = "native-tls" 3341version = "0.2.14" 3342source = "registry+https://github.com/rust-lang/crates.io-index" 3343checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 3344dependencies = [ 3345 "libc", 3346 "log", 3347 "openssl", 3348 "openssl-probe", 3349 "openssl-sys", 3350 "schannel", 3351 "security-framework 2.11.1", 3352 "security-framework-sys", 3353 "tempfile", 3354] 3355 3356[[package]] 3357name = "nix" 3358version = "0.30.1" 3359source = "registry+https://github.com/rust-lang/crates.io-index" 3360checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 3361dependencies = [ 3362 "bitflags", 3363 "cfg-if", 3364 "cfg_aliases", 3365 "libc", 3366] 3367 3368[[package]] 3369name = "nom" 3370version = "7.1.3" 3371source = "registry+https://github.com/rust-lang/crates.io-index" 3372checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3373dependencies = [ 3374 "memchr", 3375 "minimal-lexical", 3376] 3377 3378[[package]] 3379name = "nu-ansi-term" 3380version = "0.50.1" 3381source = "registry+https://github.com/rust-lang/crates.io-index" 3382checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 3383dependencies = [ 3384 "windows-sys 0.52.0", 3385] 3386 3387[[package]] 3388name = "num-bigint" 3389version = "0.4.6" 3390source = "registry+https://github.com/rust-lang/crates.io-index" 3391checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3392dependencies = [ 3393 "num-integer", 3394 "num-traits", 3395] 3396 3397[[package]] 3398name = "num-conv" 3399version = "0.2.0" 3400source = "registry+https://github.com/rust-lang/crates.io-index" 3401checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 3402 3403[[package]] 3404name = "num-format" 3405version = "0.4.4" 3406source = "registry+https://github.com/rust-lang/crates.io-index" 3407checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 3408dependencies = [ 3409 "arrayvec", 3410 "itoa", 3411] 3412 3413[[package]] 3414name = "num-integer" 3415version = "0.1.46" 3416source = "registry+https://github.com/rust-lang/crates.io-index" 3417checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3418dependencies = [ 3419 "num-traits", 3420] 3421 3422[[package]] 3423name = "num-traits" 3424version = "0.2.19" 3425source = "registry+https://github.com/rust-lang/crates.io-index" 3426checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3427dependencies = [ 3428 "autocfg", 3429] 3430 3431[[package]] 3432name = "num_cpus" 3433version = "1.17.0" 3434source = "registry+https://github.com/rust-lang/crates.io-index" 3435checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 3436dependencies = [ 3437 "hermit-abi", 3438 "libc", 3439] 3440 3441[[package]] 3442name = "num_threads" 3443version = "0.1.7" 3444source = "registry+https://github.com/rust-lang/crates.io-index" 3445checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 3446dependencies = [ 3447 "libc", 3448] 3449 3450[[package]] 3451name = "object" 3452version = "0.36.7" 3453source = "registry+https://github.com/rust-lang/crates.io-index" 3454checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 3455dependencies = [ 3456 "memchr", 3457] 3458 3459[[package]] 3460name = "object_store" 3461version = "0.13.2" 3462source = "registry+https://github.com/rust-lang/crates.io-index" 3463checksum = "622acbc9100d3c10e2ee15804b0caa40e55c933d5aa53814cd520805b7958a49" 3464dependencies = [ 3465 "async-trait", 3466 "base64 0.22.1", 3467 "bytes", 3468 "chrono", 3469 "form_urlencoded", 3470 "futures-channel", 3471 "futures-core", 3472 "futures-util", 3473 "http", 3474 "http-body-util", 3475 "humantime", 3476 "hyper", 3477 "itertools 0.14.0", 3478 "md-5", 3479 "parking_lot", 3480 "percent-encoding", 3481 "quick-xml 0.39.2", 3482 "rand 0.10.1", 3483 "reqwest", 3484 "ring", 3485 "serde", 3486 "serde_json", 3487 "serde_urlencoded", 3488 "thiserror 2.0.16", 3489 "tokio", 3490 "tracing", 3491 "url", 3492 "walkdir", 3493 "wasm-bindgen-futures", 3494 "web-time", 3495] 3496 3497[[package]] 3498name = "oid-registry" 3499version = "0.8.1" 3500source = "registry+https://github.com/rust-lang/crates.io-index" 3501checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" 3502dependencies = [ 3503 "asn1-rs", 3504] 3505 3506[[package]] 3507name = "once_cell" 3508version = "1.21.3" 3509source = "registry+https://github.com/rust-lang/crates.io-index" 3510checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3511dependencies = [ 3512 "critical-section", 3513 "portable-atomic", 3514] 3515 3516[[package]] 3517name = "openapiv3" 3518version = "2.2.0" 3519source = "registry+https://github.com/rust-lang/crates.io-index" 3520checksum = "5c8d427828b22ae1fff2833a03d8486c2c881367f1c336349f307f321e7f4d05" 3521dependencies = [ 3522 "indexmap 2.11.4", 3523 "serde", 3524 "serde_json", 3525] 3526 3527[[package]] 3528name = "openssl" 3529version = "0.10.72" 3530source = "registry+https://github.com/rust-lang/crates.io-index" 3531checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" 3532dependencies = [ 3533 "bitflags", 3534 "cfg-if", 3535 "foreign-types", 3536 "libc", 3537 "once_cell", 3538 "openssl-macros", 3539 "openssl-sys", 3540] 3541 3542[[package]] 3543name = "openssl-macros" 3544version = "0.1.1" 3545source = "registry+https://github.com/rust-lang/crates.io-index" 3546checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3547dependencies = [ 3548 "proc-macro2", 3549 "quote", 3550 "syn", 3551] 3552 3553[[package]] 3554name = "openssl-probe" 3555version = "0.1.6" 3556source = "registry+https://github.com/rust-lang/crates.io-index" 3557checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 3558 3559[[package]] 3560name = "openssl-src" 3561version = "300.5.0+3.5.0" 3562source = "registry+https://github.com/rust-lang/crates.io-index" 3563checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f" 3564dependencies = [ 3565 "cc", 3566] 3567 3568[[package]] 3569name = "openssl-sys" 3570version = "0.9.107" 3571source = "registry+https://github.com/rust-lang/crates.io-index" 3572checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07" 3573dependencies = [ 3574 "cc", 3575 "libc", 3576 "openssl-src", 3577 "pkg-config", 3578 "vcpkg", 3579] 3580 3581[[package]] 3582name = "p256" 3583version = "0.13.2" 3584source = "registry+https://github.com/rust-lang/crates.io-index" 3585checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 3586dependencies = [ 3587 "ecdsa", 3588 "elliptic-curve", 3589 "primeorder", 3590 "sha2", 3591] 3592 3593[[package]] 3594name = "parking" 3595version = "2.2.1" 3596source = "registry+https://github.com/rust-lang/crates.io-index" 3597checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3598 3599[[package]] 3600name = "parking_lot" 3601version = "0.12.3" 3602source = "registry+https://github.com/rust-lang/crates.io-index" 3603checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3604dependencies = [ 3605 "lock_api", 3606 "parking_lot_core", 3607] 3608 3609[[package]] 3610name = "parking_lot_core" 3611version = "0.9.10" 3612source = "registry+https://github.com/rust-lang/crates.io-index" 3613checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3614dependencies = [ 3615 "cfg-if", 3616 "libc", 3617 "redox_syscall", 3618 "smallvec", 3619 "windows-targets 0.52.6", 3620] 3621 3622[[package]] 3623name = "paste" 3624version = "1.0.15" 3625source = "registry+https://github.com/rust-lang/crates.io-index" 3626checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3627 3628[[package]] 3629name = "path-absolutize" 3630version = "3.1.1" 3631source = "registry+https://github.com/rust-lang/crates.io-index" 3632checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5" 3633dependencies = [ 3634 "path-dedot", 3635] 3636 3637[[package]] 3638name = "path-dedot" 3639version = "3.1.1" 3640source = "registry+https://github.com/rust-lang/crates.io-index" 3641checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397" 3642dependencies = [ 3643 "once_cell", 3644] 3645 3646[[package]] 3647name = "pem" 3648version = "3.0.5" 3649source = "registry+https://github.com/rust-lang/crates.io-index" 3650checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" 3651dependencies = [ 3652 "base64 0.22.1", 3653 "serde", 3654] 3655 3656[[package]] 3657name = "percent-encoding" 3658version = "2.3.1" 3659source = "registry+https://github.com/rust-lang/crates.io-index" 3660checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3661 3662[[package]] 3663name = "pin-project" 3664version = "1.1.10" 3665source = "registry+https://github.com/rust-lang/crates.io-index" 3666checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 3667dependencies = [ 3668 "pin-project-internal", 3669] 3670 3671[[package]] 3672name = "pin-project-internal" 3673version = "1.1.10" 3674source = "registry+https://github.com/rust-lang/crates.io-index" 3675checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 3676dependencies = [ 3677 "proc-macro2", 3678 "quote", 3679 "syn", 3680] 3681 3682[[package]] 3683name = "pin-project-lite" 3684version = "0.2.16" 3685source = "registry+https://github.com/rust-lang/crates.io-index" 3686checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 3687 3688[[package]] 3689name = "pin-utils" 3690version = "0.1.0" 3691source = "registry+https://github.com/rust-lang/crates.io-index" 3692checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3693 3694[[package]] 3695name = "pkcs8" 3696version = "0.10.2" 3697source = "registry+https://github.com/rust-lang/crates.io-index" 3698checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3699dependencies = [ 3700 "der", 3701 "spki", 3702] 3703 3704[[package]] 3705name = "pkg-config" 3706version = "0.3.32" 3707source = "registry+https://github.com/rust-lang/crates.io-index" 3708checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 3709 3710[[package]] 3711name = "pocket" 3712version = "0.1.0" 3713dependencies = [ 3714 "atrium-crypto", 3715 "clap", 3716 "jwt-compact", 3717 "log", 3718 "poem", 3719 "poem-openapi", 3720 "reqwest", 3721 "rusqlite", 3722 "serde", 3723 "serde_json", 3724 "thiserror 2.0.16", 3725 "tokio", 3726 "tracing-subscriber", 3727] 3728 3729[[package]] 3730name = "poem" 3731version = "3.1.12" 3732source = "registry+https://github.com/rust-lang/crates.io-index" 3733checksum = "9f977080932c87287147dca052951c3e2696f8759863f6b4e4c0c9ffe7a4cc8b" 3734dependencies = [ 3735 "base64 0.22.1", 3736 "bytes", 3737 "chrono", 3738 "futures-util", 3739 "headers", 3740 "http", 3741 "http-body-util", 3742 "httpdate", 3743 "hyper", 3744 "hyper-util", 3745 "mime", 3746 "mime_guess", 3747 "multer", 3748 "nix", 3749 "parking_lot", 3750 "percent-encoding", 3751 "pin-project-lite", 3752 "poem-derive", 3753 "quick-xml 0.36.2", 3754 "rcgen", 3755 "regex", 3756 "reqwest", 3757 "rfc7239", 3758 "ring", 3759 "rustls-pemfile", 3760 "serde", 3761 "serde_json", 3762 "serde_urlencoded", 3763 "serde_yaml", 3764 "smallvec", 3765 "sync_wrapper", 3766 "tempfile", 3767 "thiserror 2.0.16", 3768 "tokio", 3769 "tokio-rustls 0.26.2", 3770 "tokio-stream", 3771 "tokio-util", 3772 "tracing", 3773 "wildmatch", 3774 "x509-parser", 3775] 3776 3777[[package]] 3778name = "poem-derive" 3779version = "3.1.12" 3780source = "registry+https://github.com/rust-lang/crates.io-index" 3781checksum = "056e2fea6de1cb240ffe23cfc4fc370b629f8be83b5f27e16b7acd5231a72de4" 3782dependencies = [ 3783 "proc-macro-crate", 3784 "proc-macro2", 3785 "quote", 3786 "syn", 3787] 3788 3789[[package]] 3790name = "poem-openapi" 3791version = "5.1.16" 3792source = "registry+https://github.com/rust-lang/crates.io-index" 3793checksum = "1ccbcc395bf4dd03df1da32da351b6b6732e4074ce27ddec315650e52a2be44c" 3794dependencies = [ 3795 "base64 0.22.1", 3796 "bytes", 3797 "derive_more", 3798 "futures-util", 3799 "indexmap 2.11.4", 3800 "itertools 0.14.0", 3801 "mime", 3802 "num-traits", 3803 "poem", 3804 "poem-openapi-derive", 3805 "quick-xml 0.36.2", 3806 "regex", 3807 "serde", 3808 "serde_json", 3809 "serde_urlencoded", 3810 "serde_yaml", 3811 "thiserror 2.0.16", 3812 "tokio", 3813] 3814 3815[[package]] 3816name = "poem-openapi-derive" 3817version = "5.1.16" 3818source = "registry+https://github.com/rust-lang/crates.io-index" 3819checksum = "41273b691a3d467a8c44d05506afba9f7b6bd56c9cdf80123de13fe52d7ec587" 3820dependencies = [ 3821 "darling", 3822 "http", 3823 "indexmap 2.11.4", 3824 "mime", 3825 "proc-macro-crate", 3826 "proc-macro2", 3827 "quote", 3828 "regex", 3829 "syn", 3830 "thiserror 2.0.16", 3831] 3832 3833[[package]] 3834name = "portable-atomic" 3835version = "1.11.0" 3836source = "registry+https://github.com/rust-lang/crates.io-index" 3837checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 3838 3839[[package]] 3840name = "portable-atomic-util" 3841version = "0.2.4" 3842source = "registry+https://github.com/rust-lang/crates.io-index" 3843checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 3844dependencies = [ 3845 "portable-atomic", 3846] 3847 3848[[package]] 3849name = "powerfmt" 3850version = "0.2.0" 3851source = "registry+https://github.com/rust-lang/crates.io-index" 3852checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3853 3854[[package]] 3855name = "ppv-lite86" 3856version = "0.2.21" 3857source = "registry+https://github.com/rust-lang/crates.io-index" 3858checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3859dependencies = [ 3860 "zerocopy 0.8.24", 3861] 3862 3863[[package]] 3864name = "prettyplease" 3865version = "0.2.34" 3866source = "registry+https://github.com/rust-lang/crates.io-index" 3867checksum = "6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55" 3868dependencies = [ 3869 "proc-macro2", 3870 "syn", 3871] 3872 3873[[package]] 3874name = "primeorder" 3875version = "0.13.6" 3876source = "registry+https://github.com/rust-lang/crates.io-index" 3877checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 3878dependencies = [ 3879 "elliptic-curve", 3880] 3881 3882[[package]] 3883name = "proc-macro-crate" 3884version = "3.3.0" 3885source = "registry+https://github.com/rust-lang/crates.io-index" 3886checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" 3887dependencies = [ 3888 "toml_edit", 3889] 3890 3891[[package]] 3892name = "proc-macro2" 3893version = "1.0.94" 3894source = "registry+https://github.com/rust-lang/crates.io-index" 3895checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" 3896dependencies = [ 3897 "unicode-ident", 3898] 3899 3900[[package]] 3901name = "procfs" 3902version = "0.17.0" 3903source = "registry+https://github.com/rust-lang/crates.io-index" 3904checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" 3905dependencies = [ 3906 "bitflags", 3907 "hex", 3908 "procfs-core", 3909 "rustix 0.38.44", 3910] 3911 3912[[package]] 3913name = "procfs-core" 3914version = "0.17.0" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" 3917dependencies = [ 3918 "bitflags", 3919 "hex", 3920] 3921 3922[[package]] 3923name = "quanta" 3924version = "0.12.5" 3925source = "registry+https://github.com/rust-lang/crates.io-index" 3926checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e" 3927dependencies = [ 3928 "crossbeam-utils", 3929 "libc", 3930 "once_cell", 3931 "raw-cpuid", 3932 "wasi 0.11.0+wasi-snapshot-preview1", 3933 "web-sys", 3934 "winapi", 3935] 3936 3937[[package]] 3938name = "quasar" 3939version = "0.1.0" 3940dependencies = [ 3941 "clap", 3942 "fjall 2.11.2 (registry+https://github.com/rust-lang/crates.io-index)", 3943] 3944 3945[[package]] 3946name = "quick-xml" 3947version = "0.36.2" 3948source = "registry+https://github.com/rust-lang/crates.io-index" 3949checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" 3950dependencies = [ 3951 "memchr", 3952 "serde", 3953] 3954 3955[[package]] 3956name = "quick-xml" 3957version = "0.39.2" 3958source = "registry+https://github.com/rust-lang/crates.io-index" 3959checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" 3960dependencies = [ 3961 "memchr", 3962 "serde", 3963] 3964 3965[[package]] 3966name = "quick_cache" 3967version = "0.6.12" 3968source = "registry+https://github.com/rust-lang/crates.io-index" 3969checksum = "8f8ed0655cbaf18a26966142ad23b95d8ab47221c50c4f73a1db7d0d2d6e3da8" 3970dependencies = [ 3971 "equivalent", 3972 "hashbrown 0.15.2", 3973] 3974 3975[[package]] 3976name = "quinn" 3977version = "0.11.8" 3978source = "registry+https://github.com/rust-lang/crates.io-index" 3979checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" 3980dependencies = [ 3981 "bytes", 3982 "cfg_aliases", 3983 "pin-project-lite", 3984 "quinn-proto", 3985 "quinn-udp", 3986 "rustc-hash 2.1.1", 3987 "rustls 0.23.31", 3988 "socket2 0.5.9", 3989 "thiserror 2.0.16", 3990 "tokio", 3991 "tracing", 3992 "web-time", 3993] 3994 3995[[package]] 3996name = "quinn-proto" 3997version = "0.11.14" 3998source = "registry+https://github.com/rust-lang/crates.io-index" 3999checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 4000dependencies = [ 4001 "bytes", 4002 "getrandom 0.3.3", 4003 "lru-slab", 4004 "rand 0.9.1", 4005 "ring", 4006 "rustc-hash 2.1.1", 4007 "rustls 0.23.31", 4008 "rustls-pki-types", 4009 "slab", 4010 "thiserror 2.0.16", 4011 "tinyvec", 4012 "tracing", 4013 "web-time", 4014] 4015 4016[[package]] 4017name = "quinn-udp" 4018version = "0.5.13" 4019source = "registry+https://github.com/rust-lang/crates.io-index" 4020checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970" 4021dependencies = [ 4022 "cfg_aliases", 4023 "libc", 4024 "once_cell", 4025 "socket2 0.5.9", 4026 "tracing", 4027 "windows-sys 0.59.0", 4028] 4029 4030[[package]] 4031name = "quote" 4032version = "1.0.40" 4033source = "registry+https://github.com/rust-lang/crates.io-index" 4034checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 4035dependencies = [ 4036 "proc-macro2", 4037] 4038 4039[[package]] 4040name = "r-efi" 4041version = "5.2.0" 4042source = "registry+https://github.com/rust-lang/crates.io-index" 4043checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 4044 4045[[package]] 4046name = "r-efi" 4047version = "6.0.0" 4048source = "registry+https://github.com/rust-lang/crates.io-index" 4049checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 4050 4051[[package]] 4052name = "rand" 4053version = "0.8.5" 4054source = "registry+https://github.com/rust-lang/crates.io-index" 4055checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4056dependencies = [ 4057 "libc", 4058 "rand_chacha 0.3.1", 4059 "rand_core 0.6.4", 4060] 4061 4062[[package]] 4063name = "rand" 4064version = "0.9.1" 4065source = "registry+https://github.com/rust-lang/crates.io-index" 4066checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 4067dependencies = [ 4068 "rand_chacha 0.9.0", 4069 "rand_core 0.9.3", 4070] 4071 4072[[package]] 4073name = "rand" 4074version = "0.10.1" 4075source = "registry+https://github.com/rust-lang/crates.io-index" 4076checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" 4077dependencies = [ 4078 "chacha20", 4079 "getrandom 0.4.2", 4080 "rand_core 0.10.0", 4081] 4082 4083[[package]] 4084name = "rand_chacha" 4085version = "0.3.1" 4086source = "registry+https://github.com/rust-lang/crates.io-index" 4087checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4088dependencies = [ 4089 "ppv-lite86", 4090 "rand_core 0.6.4", 4091] 4092 4093[[package]] 4094name = "rand_chacha" 4095version = "0.9.0" 4096source = "registry+https://github.com/rust-lang/crates.io-index" 4097checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 4098dependencies = [ 4099 "ppv-lite86", 4100 "rand_core 0.9.3", 4101] 4102 4103[[package]] 4104name = "rand_core" 4105version = "0.6.4" 4106source = "registry+https://github.com/rust-lang/crates.io-index" 4107checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4108dependencies = [ 4109 "getrandom 0.2.15", 4110] 4111 4112[[package]] 4113name = "rand_core" 4114version = "0.9.3" 4115source = "registry+https://github.com/rust-lang/crates.io-index" 4116checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 4117dependencies = [ 4118 "getrandom 0.3.3", 4119] 4120 4121[[package]] 4122name = "rand_core" 4123version = "0.10.0" 4124source = "registry+https://github.com/rust-lang/crates.io-index" 4125checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" 4126 4127[[package]] 4128name = "rand_xoshiro" 4129version = "0.6.0" 4130source = "registry+https://github.com/rust-lang/crates.io-index" 4131checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 4132dependencies = [ 4133 "rand_core 0.6.4", 4134] 4135 4136[[package]] 4137name = "rand_xoshiro" 4138version = "0.7.0" 4139source = "registry+https://github.com/rust-lang/crates.io-index" 4140checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" 4141dependencies = [ 4142 "rand_core 0.9.3", 4143] 4144 4145[[package]] 4146name = "ratelimit" 4147version = "0.10.0" 4148source = "registry+https://github.com/rust-lang/crates.io-index" 4149checksum = "36ea961700fd7260e7fa3701c8287d901b2172c51f9c1421fa0f21d7f7e184b7" 4150dependencies = [ 4151 "clocksource", 4152 "parking_lot", 4153 "thiserror 1.0.69", 4154] 4155 4156[[package]] 4157name = "raw-cpuid" 4158version = "11.5.0" 4159source = "registry+https://github.com/rust-lang/crates.io-index" 4160checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" 4161dependencies = [ 4162 "bitflags", 4163] 4164 4165[[package]] 4166name = "rcgen" 4167version = "0.12.1" 4168source = "registry+https://github.com/rust-lang/crates.io-index" 4169checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1" 4170dependencies = [ 4171 "pem", 4172 "ring", 4173 "time", 4174 "yasna", 4175] 4176 4177[[package]] 4178name = "redox_syscall" 4179version = "0.5.11" 4180source = "registry+https://github.com/rust-lang/crates.io-index" 4181checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" 4182dependencies = [ 4183 "bitflags", 4184] 4185 4186[[package]] 4187name = "redox_users" 4188version = "0.4.6" 4189source = "registry+https://github.com/rust-lang/crates.io-index" 4190checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 4191dependencies = [ 4192 "getrandom 0.2.15", 4193 "libredox", 4194 "thiserror 1.0.69", 4195] 4196 4197[[package]] 4198name = "ref-cast" 4199version = "1.0.24" 4200source = "registry+https://github.com/rust-lang/crates.io-index" 4201checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 4202dependencies = [ 4203 "ref-cast-impl", 4204] 4205 4206[[package]] 4207name = "ref-cast-impl" 4208version = "1.0.24" 4209source = "registry+https://github.com/rust-lang/crates.io-index" 4210checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 4211dependencies = [ 4212 "proc-macro2", 4213 "quote", 4214 "syn", 4215] 4216 4217[[package]] 4218name = "regex" 4219version = "1.11.1" 4220source = "registry+https://github.com/rust-lang/crates.io-index" 4221checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 4222dependencies = [ 4223 "aho-corasick", 4224 "memchr", 4225 "regex-automata", 4226 "regex-syntax", 4227] 4228 4229[[package]] 4230name = "regex-automata" 4231version = "0.4.9" 4232source = "registry+https://github.com/rust-lang/crates.io-index" 4233checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 4234dependencies = [ 4235 "aho-corasick", 4236 "memchr", 4237 "regex-syntax", 4238] 4239 4240[[package]] 4241name = "regex-syntax" 4242version = "0.8.5" 4243source = "registry+https://github.com/rust-lang/crates.io-index" 4244checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 4245 4246[[package]] 4247name = "reqwest" 4248version = "0.12.23" 4249source = "registry+https://github.com/rust-lang/crates.io-index" 4250checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 4251dependencies = [ 4252 "async-compression", 4253 "base64 0.22.1", 4254 "bytes", 4255 "encoding_rs", 4256 "futures-core", 4257 "futures-util", 4258 "h2", 4259 "http", 4260 "http-body", 4261 "http-body-util", 4262 "hyper", 4263 "hyper-rustls", 4264 "hyper-tls", 4265 "hyper-util", 4266 "js-sys", 4267 "log", 4268 "mime", 4269 "native-tls", 4270 "percent-encoding", 4271 "pin-project-lite", 4272 "quinn", 4273 "rustls 0.23.31", 4274 "rustls-native-certs", 4275 "rustls-pki-types", 4276 "serde", 4277 "serde_json", 4278 "serde_urlencoded", 4279 "sync_wrapper", 4280 "tokio", 4281 "tokio-native-tls", 4282 "tokio-rustls 0.26.2", 4283 "tokio-util", 4284 "tower", 4285 "tower-http", 4286 "tower-service", 4287 "url", 4288 "wasm-bindgen", 4289 "wasm-bindgen-futures", 4290 "wasm-streams", 4291 "web-sys", 4292] 4293 4294[[package]] 4295name = "resolv-conf" 4296version = "0.7.4" 4297source = "registry+https://github.com/rust-lang/crates.io-index" 4298checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" 4299 4300[[package]] 4301name = "rfc6979" 4302version = "0.4.0" 4303source = "registry+https://github.com/rust-lang/crates.io-index" 4304checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 4305dependencies = [ 4306 "hmac", 4307 "subtle", 4308] 4309 4310[[package]] 4311name = "rfc7239" 4312version = "0.1.3" 4313source = "registry+https://github.com/rust-lang/crates.io-index" 4314checksum = "4a82f1d1e38e9a85bb58ffcfadf22ed6f2c94e8cd8581ec2b0f80a2a6858350f" 4315dependencies = [ 4316 "uncased", 4317] 4318 4319[[package]] 4320name = "ring" 4321version = "0.17.14" 4322source = "registry+https://github.com/rust-lang/crates.io-index" 4323checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 4324dependencies = [ 4325 "cc", 4326 "cfg-if", 4327 "getrandom 0.2.15", 4328 "libc", 4329 "untrusted", 4330 "windows-sys 0.52.0", 4331] 4332 4333[[package]] 4334name = "rlimit" 4335version = "0.10.2" 4336source = "registry+https://github.com/rust-lang/crates.io-index" 4337checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" 4338dependencies = [ 4339 "libc", 4340] 4341 4342[[package]] 4343name = "rocksdb" 4344version = "0.23.0" 4345source = "registry+https://github.com/rust-lang/crates.io-index" 4346checksum = "26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43" 4347dependencies = [ 4348 "libc", 4349 "librocksdb-sys", 4350] 4351 4352[[package]] 4353name = "rusqlite" 4354version = "0.37.0" 4355source = "registry+https://github.com/rust-lang/crates.io-index" 4356checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f" 4357dependencies = [ 4358 "bitflags", 4359 "fallible-iterator", 4360 "fallible-streaming-iterator", 4361 "hashlink", 4362 "libsqlite3-sys", 4363 "smallvec", 4364] 4365 4366[[package]] 4367name = "rustc-demangle" 4368version = "0.1.24" 4369source = "registry+https://github.com/rust-lang/crates.io-index" 4370checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 4371 4372[[package]] 4373name = "rustc-hash" 4374version = "1.1.0" 4375source = "registry+https://github.com/rust-lang/crates.io-index" 4376checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4377 4378[[package]] 4379name = "rustc-hash" 4380version = "2.1.1" 4381source = "registry+https://github.com/rust-lang/crates.io-index" 4382checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4383 4384[[package]] 4385name = "rustc_version" 4386version = "0.4.1" 4387source = "registry+https://github.com/rust-lang/crates.io-index" 4388checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4389dependencies = [ 4390 "semver", 4391] 4392 4393[[package]] 4394name = "rusticata-macros" 4395version = "4.1.0" 4396source = "registry+https://github.com/rust-lang/crates.io-index" 4397checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 4398dependencies = [ 4399 "nom", 4400] 4401 4402[[package]] 4403name = "rustix" 4404version = "0.38.44" 4405source = "registry+https://github.com/rust-lang/crates.io-index" 4406checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 4407dependencies = [ 4408 "bitflags", 4409 "errno", 4410 "libc", 4411 "linux-raw-sys 0.4.15", 4412 "windows-sys 0.59.0", 4413] 4414 4415[[package]] 4416name = "rustix" 4417version = "1.0.5" 4418source = "registry+https://github.com/rust-lang/crates.io-index" 4419checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" 4420dependencies = [ 4421 "bitflags", 4422 "errno", 4423 "libc", 4424 "linux-raw-sys 0.9.4", 4425 "windows-sys 0.59.0", 4426] 4427 4428[[package]] 4429name = "rustls" 4430version = "0.22.4" 4431source = "registry+https://github.com/rust-lang/crates.io-index" 4432checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 4433dependencies = [ 4434 "log", 4435 "ring", 4436 "rustls-pki-types", 4437 "rustls-webpki 0.102.8", 4438 "subtle", 4439 "zeroize", 4440] 4441 4442[[package]] 4443name = "rustls" 4444version = "0.23.31" 4445source = "registry+https://github.com/rust-lang/crates.io-index" 4446checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" 4447dependencies = [ 4448 "aws-lc-rs", 4449 "log", 4450 "once_cell", 4451 "ring", 4452 "rustls-pki-types", 4453 "rustls-webpki 0.103.4", 4454 "subtle", 4455 "zeroize", 4456] 4457 4458[[package]] 4459name = "rustls-native-certs" 4460version = "0.8.1" 4461source = "registry+https://github.com/rust-lang/crates.io-index" 4462checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 4463dependencies = [ 4464 "openssl-probe", 4465 "rustls-pki-types", 4466 "schannel", 4467 "security-framework 3.2.0", 4468] 4469 4470[[package]] 4471name = "rustls-pemfile" 4472version = "2.2.0" 4473source = "registry+https://github.com/rust-lang/crates.io-index" 4474checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 4475dependencies = [ 4476 "rustls-pki-types", 4477] 4478 4479[[package]] 4480name = "rustls-pki-types" 4481version = "1.12.0" 4482source = "registry+https://github.com/rust-lang/crates.io-index" 4483checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 4484dependencies = [ 4485 "web-time", 4486 "zeroize", 4487] 4488 4489[[package]] 4490name = "rustls-webpki" 4491version = "0.102.8" 4492source = "registry+https://github.com/rust-lang/crates.io-index" 4493checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 4494dependencies = [ 4495 "ring", 4496 "rustls-pki-types", 4497 "untrusted", 4498] 4499 4500[[package]] 4501name = "rustls-webpki" 4502version = "0.103.4" 4503source = "registry+https://github.com/rust-lang/crates.io-index" 4504checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" 4505dependencies = [ 4506 "aws-lc-rs", 4507 "ring", 4508 "rustls-pki-types", 4509 "untrusted", 4510] 4511 4512[[package]] 4513name = "rustversion" 4514version = "1.0.20" 4515source = "registry+https://github.com/rust-lang/crates.io-index" 4516checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 4517 4518[[package]] 4519name = "ryu" 4520version = "1.0.20" 4521source = "registry+https://github.com/rust-lang/crates.io-index" 4522checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 4523 4524[[package]] 4525name = "same-file" 4526version = "1.0.6" 4527source = "registry+https://github.com/rust-lang/crates.io-index" 4528checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4529dependencies = [ 4530 "winapi-util", 4531] 4532 4533[[package]] 4534name = "schannel" 4535version = "0.1.27" 4536source = "registry+https://github.com/rust-lang/crates.io-index" 4537checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 4538dependencies = [ 4539 "windows-sys 0.59.0", 4540] 4541 4542[[package]] 4543name = "schemars" 4544version = "0.8.22" 4545source = "registry+https://github.com/rust-lang/crates.io-index" 4546checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" 4547dependencies = [ 4548 "chrono", 4549 "dyn-clone", 4550 "schemars_derive", 4551 "serde", 4552 "serde_json", 4553 "uuid", 4554] 4555 4556[[package]] 4557name = "schemars_derive" 4558version = "0.8.22" 4559source = "registry+https://github.com/rust-lang/crates.io-index" 4560checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" 4561dependencies = [ 4562 "proc-macro2", 4563 "quote", 4564 "serde_derive_internals", 4565 "syn", 4566] 4567 4568[[package]] 4569name = "scoped-tls" 4570version = "1.0.1" 4571source = "registry+https://github.com/rust-lang/crates.io-index" 4572checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4573 4574[[package]] 4575name = "scopeguard" 4576version = "1.2.0" 4577source = "registry+https://github.com/rust-lang/crates.io-index" 4578checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4579 4580[[package]] 4581name = "sec1" 4582version = "0.7.3" 4583source = "registry+https://github.com/rust-lang/crates.io-index" 4584checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 4585dependencies = [ 4586 "base16ct", 4587 "der", 4588 "generic-array", 4589 "pkcs8", 4590 "subtle", 4591 "zeroize", 4592] 4593 4594[[package]] 4595name = "secp256k1" 4596version = "0.30.0" 4597source = "registry+https://github.com/rust-lang/crates.io-index" 4598checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" 4599dependencies = [ 4600 "bitcoin_hashes", 4601 "rand 0.8.5", 4602 "secp256k1-sys", 4603] 4604 4605[[package]] 4606name = "secp256k1-sys" 4607version = "0.10.1" 4608source = "registry+https://github.com/rust-lang/crates.io-index" 4609checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9" 4610dependencies = [ 4611 "cc", 4612] 4613 4614[[package]] 4615name = "security-framework" 4616version = "2.11.1" 4617source = "registry+https://github.com/rust-lang/crates.io-index" 4618checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 4619dependencies = [ 4620 "bitflags", 4621 "core-foundation 0.9.4", 4622 "core-foundation-sys", 4623 "libc", 4624 "security-framework-sys", 4625] 4626 4627[[package]] 4628name = "security-framework" 4629version = "3.2.0" 4630source = "registry+https://github.com/rust-lang/crates.io-index" 4631checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" 4632dependencies = [ 4633 "bitflags", 4634 "core-foundation 0.10.1", 4635 "core-foundation-sys", 4636 "libc", 4637 "security-framework-sys", 4638] 4639 4640[[package]] 4641name = "security-framework-sys" 4642version = "2.14.0" 4643source = "registry+https://github.com/rust-lang/crates.io-index" 4644checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 4645dependencies = [ 4646 "core-foundation-sys", 4647 "libc", 4648] 4649 4650[[package]] 4651name = "self_cell" 4652version = "1.1.0" 4653source = "registry+https://github.com/rust-lang/crates.io-index" 4654checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe" 4655 4656[[package]] 4657name = "semver" 4658version = "1.0.26" 4659source = "registry+https://github.com/rust-lang/crates.io-index" 4660checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 4661 4662[[package]] 4663name = "serde" 4664version = "1.0.228" 4665source = "registry+https://github.com/rust-lang/crates.io-index" 4666checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 4667dependencies = [ 4668 "serde_core", 4669 "serde_derive", 4670] 4671 4672[[package]] 4673name = "serde_bytes" 4674version = "0.11.17" 4675source = "registry+https://github.com/rust-lang/crates.io-index" 4676checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 4677dependencies = [ 4678 "serde", 4679] 4680 4681[[package]] 4682name = "serde_core" 4683version = "1.0.228" 4684source = "registry+https://github.com/rust-lang/crates.io-index" 4685checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 4686dependencies = [ 4687 "serde_derive", 4688] 4689 4690[[package]] 4691name = "serde_derive" 4692version = "1.0.228" 4693source = "registry+https://github.com/rust-lang/crates.io-index" 4694checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 4695dependencies = [ 4696 "proc-macro2", 4697 "quote", 4698 "syn", 4699] 4700 4701[[package]] 4702name = "serde_derive_internals" 4703version = "0.29.1" 4704source = "registry+https://github.com/rust-lang/crates.io-index" 4705checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 4706dependencies = [ 4707 "proc-macro2", 4708 "quote", 4709 "syn", 4710] 4711 4712[[package]] 4713name = "serde_html_form" 4714version = "0.2.7" 4715source = "registry+https://github.com/rust-lang/crates.io-index" 4716checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4" 4717dependencies = [ 4718 "form_urlencoded", 4719 "indexmap 2.11.4", 4720 "itoa", 4721 "ryu", 4722 "serde", 4723] 4724 4725[[package]] 4726name = "serde_json" 4727version = "1.0.145" 4728source = "registry+https://github.com/rust-lang/crates.io-index" 4729checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 4730dependencies = [ 4731 "itoa", 4732 "memchr", 4733 "ryu", 4734 "serde", 4735 "serde_core", 4736] 4737 4738[[package]] 4739name = "serde_path_to_error" 4740version = "0.1.17" 4741source = "registry+https://github.com/rust-lang/crates.io-index" 4742checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 4743dependencies = [ 4744 "itoa", 4745 "serde", 4746] 4747 4748[[package]] 4749name = "serde_qs" 4750version = "1.0.0-rc.3" 4751source = "registry+https://github.com/rust-lang/crates.io-index" 4752checksum = "4cb0b9062a400c31442e67d1f2b1e7746bebd691110ebee1b7d0c7293b04fab1" 4753dependencies = [ 4754 "itoa", 4755 "percent-encoding", 4756 "ryu", 4757 "serde", 4758 "thiserror 2.0.16", 4759] 4760 4761[[package]] 4762name = "serde_spanned" 4763version = "1.0.2" 4764source = "registry+https://github.com/rust-lang/crates.io-index" 4765checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee" 4766dependencies = [ 4767 "serde_core", 4768] 4769 4770[[package]] 4771name = "serde_tokenstream" 4772version = "0.2.2" 4773source = "registry+https://github.com/rust-lang/crates.io-index" 4774checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" 4775dependencies = [ 4776 "proc-macro2", 4777 "quote", 4778 "serde", 4779 "syn", 4780] 4781 4782[[package]] 4783name = "serde_urlencoded" 4784version = "0.7.1" 4785source = "registry+https://github.com/rust-lang/crates.io-index" 4786checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4787dependencies = [ 4788 "form_urlencoded", 4789 "itoa", 4790 "ryu", 4791 "serde", 4792] 4793 4794[[package]] 4795name = "serde_with" 4796version = "3.12.0" 4797source = "registry+https://github.com/rust-lang/crates.io-index" 4798checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" 4799dependencies = [ 4800 "base64 0.22.1", 4801 "chrono", 4802 "hex", 4803 "indexmap 1.9.3", 4804 "indexmap 2.11.4", 4805 "serde", 4806 "serde_derive", 4807 "serde_json", 4808 "serde_with_macros", 4809 "time", 4810] 4811 4812[[package]] 4813name = "serde_with_macros" 4814version = "3.12.0" 4815source = "registry+https://github.com/rust-lang/crates.io-index" 4816checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" 4817dependencies = [ 4818 "darling", 4819 "proc-macro2", 4820 "quote", 4821 "syn", 4822] 4823 4824[[package]] 4825name = "serde_yaml" 4826version = "0.9.34+deprecated" 4827source = "registry+https://github.com/rust-lang/crates.io-index" 4828checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 4829dependencies = [ 4830 "indexmap 2.11.4", 4831 "itoa", 4832 "ryu", 4833 "serde", 4834 "unsafe-libyaml", 4835] 4836 4837[[package]] 4838name = "sha1" 4839version = "0.10.6" 4840source = "registry+https://github.com/rust-lang/crates.io-index" 4841checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4842dependencies = [ 4843 "cfg-if", 4844 "cpufeatures 0.2.17", 4845 "digest", 4846] 4847 4848[[package]] 4849name = "sha2" 4850version = "0.10.9" 4851source = "registry+https://github.com/rust-lang/crates.io-index" 4852checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 4853dependencies = [ 4854 "cfg-if", 4855 "cpufeatures 0.2.17", 4856 "digest", 4857] 4858 4859[[package]] 4860name = "sharded-slab" 4861version = "0.1.7" 4862source = "registry+https://github.com/rust-lang/crates.io-index" 4863checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4864dependencies = [ 4865 "lazy_static", 4866] 4867 4868[[package]] 4869name = "shlex" 4870version = "1.3.0" 4871source = "registry+https://github.com/rust-lang/crates.io-index" 4872checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4873 4874[[package]] 4875name = "signal-hook-registry" 4876version = "1.4.2" 4877source = "registry+https://github.com/rust-lang/crates.io-index" 4878checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 4879dependencies = [ 4880 "libc", 4881] 4882 4883[[package]] 4884name = "signature" 4885version = "2.2.0" 4886source = "registry+https://github.com/rust-lang/crates.io-index" 4887checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4888dependencies = [ 4889 "digest", 4890 "rand_core 0.6.4", 4891] 4892 4893[[package]] 4894name = "sketches-ddsketch" 4895version = "0.3.0" 4896source = "registry+https://github.com/rust-lang/crates.io-index" 4897checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" 4898 4899[[package]] 4900name = "slab" 4901version = "0.4.12" 4902source = "registry+https://github.com/rust-lang/crates.io-index" 4903checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 4904 4905[[package]] 4906name = "slingshot" 4907version = "0.1.0" 4908dependencies = [ 4909 "atrium-api", 4910 "atrium-common", 4911 "atrium-identity", 4912 "atrium-oauth", 4913 "clap", 4914 "ctrlc", 4915 "foyer", 4916 "hickory-resolver", 4917 "jetstream", 4918 "links", 4919 "log", 4920 "metrics", 4921 "metrics-exporter-prometheus 0.17.2", 4922 "poem", 4923 "poem-openapi", 4924 "reqwest", 4925 "rustls 0.23.31", 4926 "serde", 4927 "serde_json", 4928 "thiserror 2.0.16", 4929 "time", 4930 "tokio", 4931 "tokio-util", 4932 "tracing-subscriber", 4933 "url", 4934] 4935 4936[[package]] 4937name = "slog" 4938version = "2.7.0" 4939source = "registry+https://github.com/rust-lang/crates.io-index" 4940checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" 4941 4942[[package]] 4943name = "slog-async" 4944version = "2.8.0" 4945source = "registry+https://github.com/rust-lang/crates.io-index" 4946checksum = "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84" 4947dependencies = [ 4948 "crossbeam-channel", 4949 "slog", 4950 "take_mut", 4951 "thread_local", 4952] 4953 4954[[package]] 4955name = "slog-bunyan" 4956version = "2.5.0" 4957source = "registry+https://github.com/rust-lang/crates.io-index" 4958checksum = "dcaaf6e68789d3f0411f1e72bc443214ef252a1038b6e344836e50442541f190" 4959dependencies = [ 4960 "hostname 0.3.1", 4961 "slog", 4962 "slog-json", 4963 "time", 4964] 4965 4966[[package]] 4967name = "slog-json" 4968version = "2.6.1" 4969source = "registry+https://github.com/rust-lang/crates.io-index" 4970checksum = "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219" 4971dependencies = [ 4972 "serde", 4973 "serde_json", 4974 "slog", 4975 "time", 4976] 4977 4978[[package]] 4979name = "slog-term" 4980version = "2.9.1" 4981source = "registry+https://github.com/rust-lang/crates.io-index" 4982checksum = "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8" 4983dependencies = [ 4984 "is-terminal", 4985 "slog", 4986 "term", 4987 "thread_local", 4988 "time", 4989] 4990 4991[[package]] 4992name = "small_ctor" 4993version = "0.1.2" 4994source = "registry+https://github.com/rust-lang/crates.io-index" 4995checksum = "88414a5ca1f85d82cc34471e975f0f74f6aa54c40f062efa42c0080e7f763f81" 4996 4997[[package]] 4998name = "smallvec" 4999version = "1.15.0" 5000source = "registry+https://github.com/rust-lang/crates.io-index" 5001checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 5002 5003[[package]] 5004name = "socket2" 5005version = "0.5.9" 5006source = "registry+https://github.com/rust-lang/crates.io-index" 5007checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 5008dependencies = [ 5009 "libc", 5010 "windows-sys 0.52.0", 5011] 5012 5013[[package]] 5014name = "socket2" 5015version = "0.6.0" 5016source = "registry+https://github.com/rust-lang/crates.io-index" 5017checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 5018dependencies = [ 5019 "libc", 5020 "windows-sys 0.59.0", 5021] 5022 5023[[package]] 5024name = "spacedust" 5025version = "0.1.0" 5026dependencies = [ 5027 "async-trait", 5028 "clap", 5029 "ctrlc", 5030 "dropshot", 5031 "env_logger", 5032 "futures", 5033 "http", 5034 "jetstream", 5035 "links", 5036 "log", 5037 "metrics", 5038 "metrics-exporter-prometheus 0.17.2", 5039 "rand 0.9.1", 5040 "schemars", 5041 "semver", 5042 "serde", 5043 "serde_json", 5044 "serde_qs", 5045 "thiserror 2.0.16", 5046 "tinyjson", 5047 "tokio", 5048 "tokio-tungstenite 0.27.0", 5049 "tokio-util", 5050] 5051 5052[[package]] 5053name = "spin" 5054version = "0.9.8" 5055source = "registry+https://github.com/rust-lang/crates.io-index" 5056checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 5057dependencies = [ 5058 "lock_api", 5059] 5060 5061[[package]] 5062name = "spki" 5063version = "0.7.3" 5064source = "registry+https://github.com/rust-lang/crates.io-index" 5065checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 5066dependencies = [ 5067 "base64ct", 5068 "der", 5069] 5070 5071[[package]] 5072name = "stable_deref_trait" 5073version = "1.2.0" 5074source = "registry+https://github.com/rust-lang/crates.io-index" 5075checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 5076 5077[[package]] 5078name = "std-semaphore" 5079version = "0.1.0" 5080source = "registry+https://github.com/rust-lang/crates.io-index" 5081checksum = "33ae9eec00137a8eed469fb4148acd9fc6ac8c3f9b110f52cd34698c8b5bfa0e" 5082 5083[[package]] 5084name = "strsim" 5085version = "0.11.1" 5086source = "registry+https://github.com/rust-lang/crates.io-index" 5087checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 5088 5089[[package]] 5090name = "subtle" 5091version = "2.6.1" 5092source = "registry+https://github.com/rust-lang/crates.io-index" 5093checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 5094 5095[[package]] 5096name = "syn" 5097version = "2.0.106" 5098source = "registry+https://github.com/rust-lang/crates.io-index" 5099checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 5100dependencies = [ 5101 "proc-macro2", 5102 "quote", 5103 "unicode-ident", 5104] 5105 5106[[package]] 5107name = "sync_wrapper" 5108version = "1.0.2" 5109source = "registry+https://github.com/rust-lang/crates.io-index" 5110checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 5111dependencies = [ 5112 "futures-core", 5113] 5114 5115[[package]] 5116name = "synstructure" 5117version = "0.13.1" 5118source = "registry+https://github.com/rust-lang/crates.io-index" 5119checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 5120dependencies = [ 5121 "proc-macro2", 5122 "quote", 5123 "syn", 5124] 5125 5126[[package]] 5127name = "system-configuration" 5128version = "0.6.1" 5129source = "registry+https://github.com/rust-lang/crates.io-index" 5130checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 5131dependencies = [ 5132 "bitflags", 5133 "core-foundation 0.9.4", 5134 "system-configuration-sys", 5135] 5136 5137[[package]] 5138name = "system-configuration-sys" 5139version = "0.6.0" 5140source = "registry+https://github.com/rust-lang/crates.io-index" 5141checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 5142dependencies = [ 5143 "core-foundation-sys", 5144 "libc", 5145] 5146 5147[[package]] 5148name = "tagptr" 5149version = "0.2.0" 5150source = "registry+https://github.com/rust-lang/crates.io-index" 5151checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 5152 5153[[package]] 5154name = "take_mut" 5155version = "0.2.2" 5156source = "registry+https://github.com/rust-lang/crates.io-index" 5157checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" 5158 5159[[package]] 5160name = "tempfile" 5161version = "3.19.1" 5162source = "registry+https://github.com/rust-lang/crates.io-index" 5163checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 5164dependencies = [ 5165 "fastrand", 5166 "getrandom 0.3.3", 5167 "once_cell", 5168 "rustix 1.0.5", 5169 "windows-sys 0.59.0", 5170] 5171 5172[[package]] 5173name = "term" 5174version = "0.7.0" 5175source = "registry+https://github.com/rust-lang/crates.io-index" 5176checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 5177dependencies = [ 5178 "dirs-next", 5179 "rustversion", 5180 "winapi", 5181] 5182 5183[[package]] 5184name = "thiserror" 5185version = "1.0.69" 5186source = "registry+https://github.com/rust-lang/crates.io-index" 5187checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 5188dependencies = [ 5189 "thiserror-impl 1.0.69", 5190] 5191 5192[[package]] 5193name = "thiserror" 5194version = "2.0.16" 5195source = "registry+https://github.com/rust-lang/crates.io-index" 5196checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 5197dependencies = [ 5198 "thiserror-impl 2.0.16", 5199] 5200 5201[[package]] 5202name = "thiserror-impl" 5203version = "1.0.69" 5204source = "registry+https://github.com/rust-lang/crates.io-index" 5205checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 5206dependencies = [ 5207 "proc-macro2", 5208 "quote", 5209 "syn", 5210] 5211 5212[[package]] 5213name = "thiserror-impl" 5214version = "2.0.16" 5215source = "registry+https://github.com/rust-lang/crates.io-index" 5216checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 5217dependencies = [ 5218 "proc-macro2", 5219 "quote", 5220 "syn", 5221] 5222 5223[[package]] 5224name = "thread_local" 5225version = "1.1.8" 5226source = "registry+https://github.com/rust-lang/crates.io-index" 5227checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 5228dependencies = [ 5229 "cfg-if", 5230 "once_cell", 5231] 5232 5233[[package]] 5234name = "tikv-jemalloc-sys" 5235version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" 5236source = "registry+https://github.com/rust-lang/crates.io-index" 5237checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" 5238dependencies = [ 5239 "cc", 5240 "libc", 5241] 5242 5243[[package]] 5244name = "tikv-jemallocator" 5245version = "0.6.0" 5246source = "registry+https://github.com/rust-lang/crates.io-index" 5247checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" 5248dependencies = [ 5249 "libc", 5250 "tikv-jemalloc-sys", 5251] 5252 5253[[package]] 5254name = "time" 5255version = "0.3.47" 5256source = "registry+https://github.com/rust-lang/crates.io-index" 5257checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 5258dependencies = [ 5259 "deranged", 5260 "itoa", 5261 "libc", 5262 "num-conv", 5263 "num_threads", 5264 "powerfmt", 5265 "serde_core", 5266 "time-core", 5267 "time-macros", 5268] 5269 5270[[package]] 5271name = "time-core" 5272version = "0.1.8" 5273source = "registry+https://github.com/rust-lang/crates.io-index" 5274checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 5275 5276[[package]] 5277name = "time-macros" 5278version = "0.2.27" 5279source = "registry+https://github.com/rust-lang/crates.io-index" 5280checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 5281dependencies = [ 5282 "num-conv", 5283 "time-core", 5284] 5285 5286[[package]] 5287name = "tinyjson" 5288version = "2.5.1" 5289source = "registry+https://github.com/rust-lang/crates.io-index" 5290checksum = "9ab95735ea2c8fd51154d01e39cf13912a78071c2d89abc49a7ef102a7dd725a" 5291 5292[[package]] 5293name = "tinystr" 5294version = "0.7.6" 5295source = "registry+https://github.com/rust-lang/crates.io-index" 5296checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 5297dependencies = [ 5298 "displaydoc", 5299 "zerovec", 5300] 5301 5302[[package]] 5303name = "tinyvec" 5304version = "1.9.0" 5305source = "registry+https://github.com/rust-lang/crates.io-index" 5306checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 5307dependencies = [ 5308 "tinyvec_macros", 5309] 5310 5311[[package]] 5312name = "tinyvec_macros" 5313version = "0.1.1" 5314source = "registry+https://github.com/rust-lang/crates.io-index" 5315checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5316 5317[[package]] 5318name = "tokio" 5319version = "1.47.1" 5320source = "registry+https://github.com/rust-lang/crates.io-index" 5321checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 5322dependencies = [ 5323 "backtrace", 5324 "bytes", 5325 "io-uring", 5326 "libc", 5327 "mio", 5328 "parking_lot", 5329 "pin-project-lite", 5330 "signal-hook-registry", 5331 "slab", 5332 "socket2 0.6.0", 5333 "tokio-macros", 5334 "windows-sys 0.59.0", 5335] 5336 5337[[package]] 5338name = "tokio-macros" 5339version = "2.5.0" 5340source = "registry+https://github.com/rust-lang/crates.io-index" 5341checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 5342dependencies = [ 5343 "proc-macro2", 5344 "quote", 5345 "syn", 5346] 5347 5348[[package]] 5349name = "tokio-native-tls" 5350version = "0.3.1" 5351source = "registry+https://github.com/rust-lang/crates.io-index" 5352checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 5353dependencies = [ 5354 "native-tls", 5355 "tokio", 5356] 5357 5358[[package]] 5359name = "tokio-rustls" 5360version = "0.25.0" 5361source = "registry+https://github.com/rust-lang/crates.io-index" 5362checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 5363dependencies = [ 5364 "rustls 0.22.4", 5365 "rustls-pki-types", 5366 "tokio", 5367] 5368 5369[[package]] 5370name = "tokio-rustls" 5371version = "0.26.2" 5372source = "registry+https://github.com/rust-lang/crates.io-index" 5373checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 5374dependencies = [ 5375 "rustls 0.23.31", 5376 "tokio", 5377] 5378 5379[[package]] 5380name = "tokio-stream" 5381version = "0.1.17" 5382source = "registry+https://github.com/rust-lang/crates.io-index" 5383checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 5384dependencies = [ 5385 "futures-core", 5386 "pin-project-lite", 5387 "tokio", 5388] 5389 5390[[package]] 5391name = "tokio-tungstenite" 5392version = "0.26.2" 5393source = "registry+https://github.com/rust-lang/crates.io-index" 5394checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 5395dependencies = [ 5396 "futures-util", 5397 "log", 5398 "native-tls", 5399 "tokio", 5400 "tokio-native-tls", 5401 "tungstenite 0.26.2", 5402] 5403 5404[[package]] 5405name = "tokio-tungstenite" 5406version = "0.27.0" 5407source = "registry+https://github.com/rust-lang/crates.io-index" 5408checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1" 5409dependencies = [ 5410 "futures-util", 5411 "log", 5412 "tokio", 5413 "tungstenite 0.27.0", 5414] 5415 5416[[package]] 5417name = "tokio-util" 5418version = "0.7.15" 5419source = "registry+https://github.com/rust-lang/crates.io-index" 5420checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 5421dependencies = [ 5422 "bytes", 5423 "futures-core", 5424 "futures-sink", 5425 "pin-project-lite", 5426 "tokio", 5427] 5428 5429[[package]] 5430name = "toml" 5431version = "0.9.7" 5432source = "registry+https://github.com/rust-lang/crates.io-index" 5433checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0" 5434dependencies = [ 5435 "indexmap 2.11.4", 5436 "serde_core", 5437 "serde_spanned", 5438 "toml_datetime 0.7.2", 5439 "toml_parser", 5440 "toml_writer", 5441 "winnow", 5442] 5443 5444[[package]] 5445name = "toml_datetime" 5446version = "0.6.11" 5447source = "registry+https://github.com/rust-lang/crates.io-index" 5448checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 5449 5450[[package]] 5451name = "toml_datetime" 5452version = "0.7.2" 5453source = "registry+https://github.com/rust-lang/crates.io-index" 5454checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" 5455dependencies = [ 5456 "serde_core", 5457] 5458 5459[[package]] 5460name = "toml_edit" 5461version = "0.22.27" 5462source = "registry+https://github.com/rust-lang/crates.io-index" 5463checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 5464dependencies = [ 5465 "indexmap 2.11.4", 5466 "toml_datetime 0.6.11", 5467 "winnow", 5468] 5469 5470[[package]] 5471name = "toml_parser" 5472version = "1.0.3" 5473source = "registry+https://github.com/rust-lang/crates.io-index" 5474checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" 5475dependencies = [ 5476 "winnow", 5477] 5478 5479[[package]] 5480name = "toml_writer" 5481version = "1.0.3" 5482source = "registry+https://github.com/rust-lang/crates.io-index" 5483checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109" 5484 5485[[package]] 5486name = "tower" 5487version = "0.5.2" 5488source = "registry+https://github.com/rust-lang/crates.io-index" 5489checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 5490dependencies = [ 5491 "futures-core", 5492 "futures-util", 5493 "pin-project-lite", 5494 "sync_wrapper", 5495 "tokio", 5496 "tower-layer", 5497 "tower-service", 5498 "tracing", 5499] 5500 5501[[package]] 5502name = "tower-http" 5503version = "0.6.6" 5504source = "registry+https://github.com/rust-lang/crates.io-index" 5505checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 5506dependencies = [ 5507 "bitflags", 5508 "bytes", 5509 "futures-util", 5510 "http", 5511 "http-body", 5512 "iri-string", 5513 "pin-project-lite", 5514 "tower", 5515 "tower-layer", 5516 "tower-service", 5517] 5518 5519[[package]] 5520name = "tower-layer" 5521version = "0.3.3" 5522source = "registry+https://github.com/rust-lang/crates.io-index" 5523checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 5524 5525[[package]] 5526name = "tower-service" 5527version = "0.3.3" 5528source = "registry+https://github.com/rust-lang/crates.io-index" 5529checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5530 5531[[package]] 5532name = "tracing" 5533version = "0.1.44" 5534source = "registry+https://github.com/rust-lang/crates.io-index" 5535checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 5536dependencies = [ 5537 "log", 5538 "pin-project-lite", 5539 "tracing-attributes", 5540 "tracing-core", 5541] 5542 5543[[package]] 5544name = "tracing-attributes" 5545version = "0.1.31" 5546source = "registry+https://github.com/rust-lang/crates.io-index" 5547checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 5548dependencies = [ 5549 "proc-macro2", 5550 "quote", 5551 "syn", 5552] 5553 5554[[package]] 5555name = "tracing-core" 5556version = "0.1.36" 5557source = "registry+https://github.com/rust-lang/crates.io-index" 5558checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 5559dependencies = [ 5560 "once_cell", 5561 "valuable", 5562] 5563 5564[[package]] 5565name = "tracing-log" 5566version = "0.2.0" 5567source = "registry+https://github.com/rust-lang/crates.io-index" 5568checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5569dependencies = [ 5570 "log", 5571 "once_cell", 5572 "tracing-core", 5573] 5574 5575[[package]] 5576name = "tracing-subscriber" 5577version = "0.3.23" 5578source = "registry+https://github.com/rust-lang/crates.io-index" 5579checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 5580dependencies = [ 5581 "matchers", 5582 "nu-ansi-term", 5583 "once_cell", 5584 "regex-automata", 5585 "sharded-slab", 5586 "smallvec", 5587 "thread_local", 5588 "tracing", 5589 "tracing-core", 5590 "tracing-log", 5591] 5592 5593[[package]] 5594name = "trait-variant" 5595version = "0.1.2" 5596source = "registry+https://github.com/rust-lang/crates.io-index" 5597checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 5598dependencies = [ 5599 "proc-macro2", 5600 "quote", 5601 "syn", 5602] 5603 5604[[package]] 5605name = "try-lock" 5606version = "0.2.5" 5607source = "registry+https://github.com/rust-lang/crates.io-index" 5608checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5609 5610[[package]] 5611name = "tungstenite" 5612version = "0.26.2" 5613source = "registry+https://github.com/rust-lang/crates.io-index" 5614checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 5615dependencies = [ 5616 "bytes", 5617 "data-encoding", 5618 "http", 5619 "httparse", 5620 "log", 5621 "native-tls", 5622 "rand 0.9.1", 5623 "sha1", 5624 "thiserror 2.0.16", 5625 "url", 5626 "utf-8", 5627] 5628 5629[[package]] 5630name = "tungstenite" 5631version = "0.27.0" 5632source = "registry+https://github.com/rust-lang/crates.io-index" 5633checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" 5634dependencies = [ 5635 "bytes", 5636 "data-encoding", 5637 "http", 5638 "httparse", 5639 "log", 5640 "rand 0.9.1", 5641 "sha1", 5642 "thiserror 2.0.16", 5643 "utf-8", 5644] 5645 5646[[package]] 5647name = "twox-hash" 5648version = "2.1.1" 5649source = "registry+https://github.com/rust-lang/crates.io-index" 5650checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56" 5651dependencies = [ 5652 "rand 0.9.1", 5653] 5654 5655[[package]] 5656name = "typenum" 5657version = "1.18.0" 5658source = "registry+https://github.com/rust-lang/crates.io-index" 5659checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 5660 5661[[package]] 5662name = "ufos" 5663version = "0.1.0" 5664dependencies = [ 5665 "anyhow", 5666 "async-trait", 5667 "base64 0.22.1", 5668 "bincode 2.0.1", 5669 "cardinality-estimator-safe", 5670 "chrono", 5671 "clap", 5672 "dropshot", 5673 "env_logger", 5674 "fjall 2.11.2 (git+https://github.com/fjall-rs/fjall.git?rev=fb229572bb7d1d6966a596994dc1708e47ec57d8)", 5675 "getrandom 0.3.3", 5676 "http", 5677 "jetstream", 5678 "log", 5679 "lsm-tree", 5680 "metrics", 5681 "metrics-exporter-prometheus 0.17.2", 5682 "schemars", 5683 "semver", 5684 "serde", 5685 "serde_json", 5686 "serde_qs", 5687 "sha2", 5688 "tempfile", 5689 "thiserror 2.0.16", 5690 "tikv-jemallocator", 5691 "tokio", 5692 "tokio-util", 5693] 5694 5695[[package]] 5696name = "ufos-fuzz" 5697version = "0.0.0" 5698dependencies = [ 5699 "bincode 2.0.1", 5700 "cardinality-estimator", 5701 "jetstream", 5702 "libfuzzer-sys", 5703 "tikv-jemallocator", 5704 "ufos", 5705] 5706 5707[[package]] 5708name = "uncased" 5709version = "0.9.10" 5710source = "registry+https://github.com/rust-lang/crates.io-index" 5711checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 5712dependencies = [ 5713 "version_check", 5714] 5715 5716[[package]] 5717name = "unicase" 5718version = "2.8.1" 5719source = "registry+https://github.com/rust-lang/crates.io-index" 5720checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 5721 5722[[package]] 5723name = "unicode-ident" 5724version = "1.0.18" 5725source = "registry+https://github.com/rust-lang/crates.io-index" 5726checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 5727 5728[[package]] 5729name = "unicode-xid" 5730version = "0.2.6" 5731source = "registry+https://github.com/rust-lang/crates.io-index" 5732checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 5733 5734[[package]] 5735name = "unsafe-libyaml" 5736version = "0.2.11" 5737source = "registry+https://github.com/rust-lang/crates.io-index" 5738checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 5739 5740[[package]] 5741name = "unsigned-varint" 5742version = "0.8.0" 5743source = "registry+https://github.com/rust-lang/crates.io-index" 5744checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 5745 5746[[package]] 5747name = "untrusted" 5748version = "0.9.0" 5749source = "registry+https://github.com/rust-lang/crates.io-index" 5750checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5751 5752[[package]] 5753name = "unty" 5754version = "0.0.4" 5755source = "registry+https://github.com/rust-lang/crates.io-index" 5756checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" 5757 5758[[package]] 5759name = "url" 5760version = "2.5.4" 5761source = "registry+https://github.com/rust-lang/crates.io-index" 5762checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 5763dependencies = [ 5764 "form_urlencoded", 5765 "idna", 5766 "percent-encoding", 5767] 5768 5769[[package]] 5770name = "utf-8" 5771version = "0.7.6" 5772source = "registry+https://github.com/rust-lang/crates.io-index" 5773checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 5774 5775[[package]] 5776name = "utf16_iter" 5777version = "1.0.5" 5778source = "registry+https://github.com/rust-lang/crates.io-index" 5779checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 5780 5781[[package]] 5782name = "utf8_iter" 5783version = "1.0.4" 5784source = "registry+https://github.com/rust-lang/crates.io-index" 5785checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 5786 5787[[package]] 5788name = "utf8parse" 5789version = "0.2.2" 5790source = "registry+https://github.com/rust-lang/crates.io-index" 5791checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5792 5793[[package]] 5794name = "uuid" 5795version = "1.18.1" 5796source = "registry+https://github.com/rust-lang/crates.io-index" 5797checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" 5798dependencies = [ 5799 "getrandom 0.3.3", 5800 "js-sys", 5801 "serde", 5802 "wasm-bindgen", 5803] 5804 5805[[package]] 5806name = "valuable" 5807version = "0.1.1" 5808source = "registry+https://github.com/rust-lang/crates.io-index" 5809checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 5810 5811[[package]] 5812name = "value-log" 5813version = "1.9.0" 5814source = "registry+https://github.com/rust-lang/crates.io-index" 5815checksum = "62fc7c4ce161f049607ecea654dca3f2d727da5371ae85e2e4f14ce2b98ed67c" 5816dependencies = [ 5817 "byteorder", 5818 "byteview", 5819 "interval-heap", 5820 "log", 5821 "path-absolutize", 5822 "rustc-hash 2.1.1", 5823 "tempfile", 5824 "varint-rs", 5825 "xxhash-rust", 5826] 5827 5828[[package]] 5829name = "varint-rs" 5830version = "2.2.0" 5831source = "registry+https://github.com/rust-lang/crates.io-index" 5832checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23" 5833 5834[[package]] 5835name = "vcpkg" 5836version = "0.2.15" 5837source = "registry+https://github.com/rust-lang/crates.io-index" 5838checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5839 5840[[package]] 5841name = "version_check" 5842version = "0.9.5" 5843source = "registry+https://github.com/rust-lang/crates.io-index" 5844checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5845 5846[[package]] 5847name = "virtue" 5848version = "0.0.18" 5849source = "registry+https://github.com/rust-lang/crates.io-index" 5850checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" 5851 5852[[package]] 5853name = "waitgroup" 5854version = "0.1.2" 5855source = "registry+https://github.com/rust-lang/crates.io-index" 5856checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" 5857dependencies = [ 5858 "atomic-waker", 5859] 5860 5861[[package]] 5862name = "walkdir" 5863version = "2.5.0" 5864source = "registry+https://github.com/rust-lang/crates.io-index" 5865checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5866dependencies = [ 5867 "same-file", 5868 "winapi-util", 5869] 5870 5871[[package]] 5872name = "want" 5873version = "0.3.1" 5874source = "registry+https://github.com/rust-lang/crates.io-index" 5875checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5876dependencies = [ 5877 "try-lock", 5878] 5879 5880[[package]] 5881name = "wasi" 5882version = "0.11.0+wasi-snapshot-preview1" 5883source = "registry+https://github.com/rust-lang/crates.io-index" 5884checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5885 5886[[package]] 5887name = "wasi" 5888version = "0.14.2+wasi-0.2.4" 5889source = "registry+https://github.com/rust-lang/crates.io-index" 5890checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 5891dependencies = [ 5892 "wit-bindgen-rt", 5893] 5894 5895[[package]] 5896name = "wasip2" 5897version = "1.0.2+wasi-0.2.9" 5898source = "registry+https://github.com/rust-lang/crates.io-index" 5899checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 5900dependencies = [ 5901 "wit-bindgen", 5902] 5903 5904[[package]] 5905name = "wasip3" 5906version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 5907source = "registry+https://github.com/rust-lang/crates.io-index" 5908checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 5909dependencies = [ 5910 "wit-bindgen", 5911] 5912 5913[[package]] 5914name = "wasm-bindgen" 5915version = "0.2.100" 5916source = "registry+https://github.com/rust-lang/crates.io-index" 5917checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 5918dependencies = [ 5919 "cfg-if", 5920 "once_cell", 5921 "rustversion", 5922 "wasm-bindgen-macro", 5923] 5924 5925[[package]] 5926name = "wasm-bindgen-backend" 5927version = "0.2.100" 5928source = "registry+https://github.com/rust-lang/crates.io-index" 5929checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 5930dependencies = [ 5931 "bumpalo", 5932 "log", 5933 "proc-macro2", 5934 "quote", 5935 "syn", 5936 "wasm-bindgen-shared", 5937] 5938 5939[[package]] 5940name = "wasm-bindgen-futures" 5941version = "0.4.50" 5942source = "registry+https://github.com/rust-lang/crates.io-index" 5943checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 5944dependencies = [ 5945 "cfg-if", 5946 "js-sys", 5947 "once_cell", 5948 "wasm-bindgen", 5949 "web-sys", 5950] 5951 5952[[package]] 5953name = "wasm-bindgen-macro" 5954version = "0.2.100" 5955source = "registry+https://github.com/rust-lang/crates.io-index" 5956checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 5957dependencies = [ 5958 "quote", 5959 "wasm-bindgen-macro-support", 5960] 5961 5962[[package]] 5963name = "wasm-bindgen-macro-support" 5964version = "0.2.100" 5965source = "registry+https://github.com/rust-lang/crates.io-index" 5966checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 5967dependencies = [ 5968 "proc-macro2", 5969 "quote", 5970 "syn", 5971 "wasm-bindgen-backend", 5972 "wasm-bindgen-shared", 5973] 5974 5975[[package]] 5976name = "wasm-bindgen-shared" 5977version = "0.2.100" 5978source = "registry+https://github.com/rust-lang/crates.io-index" 5979checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 5980dependencies = [ 5981 "unicode-ident", 5982] 5983 5984[[package]] 5985name = "wasm-encoder" 5986version = "0.244.0" 5987source = "registry+https://github.com/rust-lang/crates.io-index" 5988checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 5989dependencies = [ 5990 "leb128fmt", 5991 "wasmparser", 5992] 5993 5994[[package]] 5995name = "wasm-metadata" 5996version = "0.244.0" 5997source = "registry+https://github.com/rust-lang/crates.io-index" 5998checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 5999dependencies = [ 6000 "anyhow", 6001 "indexmap 2.11.4", 6002 "wasm-encoder", 6003 "wasmparser", 6004] 6005 6006[[package]] 6007name = "wasm-streams" 6008version = "0.4.2" 6009source = "registry+https://github.com/rust-lang/crates.io-index" 6010checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 6011dependencies = [ 6012 "futures-util", 6013 "js-sys", 6014 "wasm-bindgen", 6015 "wasm-bindgen-futures", 6016 "web-sys", 6017] 6018 6019[[package]] 6020name = "wasmparser" 6021version = "0.244.0" 6022source = "registry+https://github.com/rust-lang/crates.io-index" 6023checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 6024dependencies = [ 6025 "bitflags", 6026 "hashbrown 0.15.2", 6027 "indexmap 2.11.4", 6028 "semver", 6029] 6030 6031[[package]] 6032name = "web-sys" 6033version = "0.3.77" 6034source = "registry+https://github.com/rust-lang/crates.io-index" 6035checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 6036dependencies = [ 6037 "js-sys", 6038 "wasm-bindgen", 6039] 6040 6041[[package]] 6042name = "web-time" 6043version = "1.1.0" 6044source = "registry+https://github.com/rust-lang/crates.io-index" 6045checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 6046dependencies = [ 6047 "js-sys", 6048 "wasm-bindgen", 6049] 6050 6051[[package]] 6052name = "which" 6053version = "4.4.2" 6054source = "registry+https://github.com/rust-lang/crates.io-index" 6055checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 6056dependencies = [ 6057 "either", 6058 "home", 6059 "once_cell", 6060 "rustix 0.38.44", 6061] 6062 6063[[package]] 6064name = "widestring" 6065version = "1.2.0" 6066source = "registry+https://github.com/rust-lang/crates.io-index" 6067checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" 6068 6069[[package]] 6070name = "wildmatch" 6071version = "2.4.0" 6072source = "registry+https://github.com/rust-lang/crates.io-index" 6073checksum = "68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd" 6074 6075[[package]] 6076name = "winapi" 6077version = "0.3.9" 6078source = "registry+https://github.com/rust-lang/crates.io-index" 6079checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6080dependencies = [ 6081 "winapi-i686-pc-windows-gnu", 6082 "winapi-x86_64-pc-windows-gnu", 6083] 6084 6085[[package]] 6086name = "winapi-i686-pc-windows-gnu" 6087version = "0.4.0" 6088source = "registry+https://github.com/rust-lang/crates.io-index" 6089checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6090 6091[[package]] 6092name = "winapi-util" 6093version = "0.1.11" 6094source = "registry+https://github.com/rust-lang/crates.io-index" 6095checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 6096dependencies = [ 6097 "windows-sys 0.59.0", 6098] 6099 6100[[package]] 6101name = "winapi-x86_64-pc-windows-gnu" 6102version = "0.4.0" 6103source = "registry+https://github.com/rust-lang/crates.io-index" 6104checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6105 6106[[package]] 6107name = "windows" 6108version = "0.58.0" 6109source = "registry+https://github.com/rust-lang/crates.io-index" 6110checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 6111dependencies = [ 6112 "windows-core", 6113 "windows-targets 0.52.6", 6114] 6115 6116[[package]] 6117name = "windows-core" 6118version = "0.58.0" 6119source = "registry+https://github.com/rust-lang/crates.io-index" 6120checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 6121dependencies = [ 6122 "windows-implement", 6123 "windows-interface", 6124 "windows-result 0.2.0", 6125 "windows-strings 0.1.0", 6126 "windows-targets 0.52.6", 6127] 6128 6129[[package]] 6130name = "windows-implement" 6131version = "0.58.0" 6132source = "registry+https://github.com/rust-lang/crates.io-index" 6133checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 6134dependencies = [ 6135 "proc-macro2", 6136 "quote", 6137 "syn", 6138] 6139 6140[[package]] 6141name = "windows-interface" 6142version = "0.58.0" 6143source = "registry+https://github.com/rust-lang/crates.io-index" 6144checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 6145dependencies = [ 6146 "proc-macro2", 6147 "quote", 6148 "syn", 6149] 6150 6151[[package]] 6152name = "windows-link" 6153version = "0.1.1" 6154source = "registry+https://github.com/rust-lang/crates.io-index" 6155checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 6156 6157[[package]] 6158name = "windows-registry" 6159version = "0.5.2" 6160source = "registry+https://github.com/rust-lang/crates.io-index" 6161checksum = "b3bab093bdd303a1240bb99b8aba8ea8a69ee19d34c9e2ef9594e708a4878820" 6162dependencies = [ 6163 "windows-link", 6164 "windows-result 0.3.4", 6165 "windows-strings 0.4.2", 6166] 6167 6168[[package]] 6169name = "windows-result" 6170version = "0.2.0" 6171source = "registry+https://github.com/rust-lang/crates.io-index" 6172checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 6173dependencies = [ 6174 "windows-targets 0.52.6", 6175] 6176 6177[[package]] 6178name = "windows-result" 6179version = "0.3.4" 6180source = "registry+https://github.com/rust-lang/crates.io-index" 6181checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 6182dependencies = [ 6183 "windows-link", 6184] 6185 6186[[package]] 6187name = "windows-strings" 6188version = "0.1.0" 6189source = "registry+https://github.com/rust-lang/crates.io-index" 6190checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 6191dependencies = [ 6192 "windows-result 0.2.0", 6193 "windows-targets 0.52.6", 6194] 6195 6196[[package]] 6197name = "windows-strings" 6198version = "0.4.2" 6199source = "registry+https://github.com/rust-lang/crates.io-index" 6200checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 6201dependencies = [ 6202 "windows-link", 6203] 6204 6205[[package]] 6206name = "windows-sys" 6207version = "0.48.0" 6208source = "registry+https://github.com/rust-lang/crates.io-index" 6209checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6210dependencies = [ 6211 "windows-targets 0.48.5", 6212] 6213 6214[[package]] 6215name = "windows-sys" 6216version = "0.52.0" 6217source = "registry+https://github.com/rust-lang/crates.io-index" 6218checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6219dependencies = [ 6220 "windows-targets 0.52.6", 6221] 6222 6223[[package]] 6224name = "windows-sys" 6225version = "0.59.0" 6226source = "registry+https://github.com/rust-lang/crates.io-index" 6227checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 6228dependencies = [ 6229 "windows-targets 0.52.6", 6230] 6231 6232[[package]] 6233name = "windows-targets" 6234version = "0.48.5" 6235source = "registry+https://github.com/rust-lang/crates.io-index" 6236checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6237dependencies = [ 6238 "windows_aarch64_gnullvm 0.48.5", 6239 "windows_aarch64_msvc 0.48.5", 6240 "windows_i686_gnu 0.48.5", 6241 "windows_i686_msvc 0.48.5", 6242 "windows_x86_64_gnu 0.48.5", 6243 "windows_x86_64_gnullvm 0.48.5", 6244 "windows_x86_64_msvc 0.48.5", 6245] 6246 6247[[package]] 6248name = "windows-targets" 6249version = "0.52.6" 6250source = "registry+https://github.com/rust-lang/crates.io-index" 6251checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6252dependencies = [ 6253 "windows_aarch64_gnullvm 0.52.6", 6254 "windows_aarch64_msvc 0.52.6", 6255 "windows_i686_gnu 0.52.6", 6256 "windows_i686_gnullvm", 6257 "windows_i686_msvc 0.52.6", 6258 "windows_x86_64_gnu 0.52.6", 6259 "windows_x86_64_gnullvm 0.52.6", 6260 "windows_x86_64_msvc 0.52.6", 6261] 6262 6263[[package]] 6264name = "windows_aarch64_gnullvm" 6265version = "0.48.5" 6266source = "registry+https://github.com/rust-lang/crates.io-index" 6267checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6268 6269[[package]] 6270name = "windows_aarch64_gnullvm" 6271version = "0.52.6" 6272source = "registry+https://github.com/rust-lang/crates.io-index" 6273checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6274 6275[[package]] 6276name = "windows_aarch64_msvc" 6277version = "0.48.5" 6278source = "registry+https://github.com/rust-lang/crates.io-index" 6279checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6280 6281[[package]] 6282name = "windows_aarch64_msvc" 6283version = "0.52.6" 6284source = "registry+https://github.com/rust-lang/crates.io-index" 6285checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6286 6287[[package]] 6288name = "windows_i686_gnu" 6289version = "0.48.5" 6290source = "registry+https://github.com/rust-lang/crates.io-index" 6291checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6292 6293[[package]] 6294name = "windows_i686_gnu" 6295version = "0.52.6" 6296source = "registry+https://github.com/rust-lang/crates.io-index" 6297checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6298 6299[[package]] 6300name = "windows_i686_gnullvm" 6301version = "0.52.6" 6302source = "registry+https://github.com/rust-lang/crates.io-index" 6303checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6304 6305[[package]] 6306name = "windows_i686_msvc" 6307version = "0.48.5" 6308source = "registry+https://github.com/rust-lang/crates.io-index" 6309checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6310 6311[[package]] 6312name = "windows_i686_msvc" 6313version = "0.52.6" 6314source = "registry+https://github.com/rust-lang/crates.io-index" 6315checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6316 6317[[package]] 6318name = "windows_x86_64_gnu" 6319version = "0.48.5" 6320source = "registry+https://github.com/rust-lang/crates.io-index" 6321checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6322 6323[[package]] 6324name = "windows_x86_64_gnu" 6325version = "0.52.6" 6326source = "registry+https://github.com/rust-lang/crates.io-index" 6327checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6328 6329[[package]] 6330name = "windows_x86_64_gnullvm" 6331version = "0.48.5" 6332source = "registry+https://github.com/rust-lang/crates.io-index" 6333checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6334 6335[[package]] 6336name = "windows_x86_64_gnullvm" 6337version = "0.52.6" 6338source = "registry+https://github.com/rust-lang/crates.io-index" 6339checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6340 6341[[package]] 6342name = "windows_x86_64_msvc" 6343version = "0.48.5" 6344source = "registry+https://github.com/rust-lang/crates.io-index" 6345checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6346 6347[[package]] 6348name = "windows_x86_64_msvc" 6349version = "0.52.6" 6350source = "registry+https://github.com/rust-lang/crates.io-index" 6351checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6352 6353[[package]] 6354name = "winnow" 6355version = "0.7.13" 6356source = "registry+https://github.com/rust-lang/crates.io-index" 6357checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 6358dependencies = [ 6359 "memchr", 6360] 6361 6362[[package]] 6363name = "winreg" 6364version = "0.50.0" 6365source = "registry+https://github.com/rust-lang/crates.io-index" 6366checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 6367dependencies = [ 6368 "cfg-if", 6369 "windows-sys 0.48.0", 6370] 6371 6372[[package]] 6373name = "wit-bindgen" 6374version = "0.51.0" 6375source = "registry+https://github.com/rust-lang/crates.io-index" 6376checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 6377dependencies = [ 6378 "wit-bindgen-rust-macro", 6379] 6380 6381[[package]] 6382name = "wit-bindgen-core" 6383version = "0.51.0" 6384source = "registry+https://github.com/rust-lang/crates.io-index" 6385checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 6386dependencies = [ 6387 "anyhow", 6388 "heck", 6389 "wit-parser", 6390] 6391 6392[[package]] 6393name = "wit-bindgen-rt" 6394version = "0.39.0" 6395source = "registry+https://github.com/rust-lang/crates.io-index" 6396checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 6397dependencies = [ 6398 "bitflags", 6399] 6400 6401[[package]] 6402name = "wit-bindgen-rust" 6403version = "0.51.0" 6404source = "registry+https://github.com/rust-lang/crates.io-index" 6405checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 6406dependencies = [ 6407 "anyhow", 6408 "heck", 6409 "indexmap 2.11.4", 6410 "prettyplease", 6411 "syn", 6412 "wasm-metadata", 6413 "wit-bindgen-core", 6414 "wit-component", 6415] 6416 6417[[package]] 6418name = "wit-bindgen-rust-macro" 6419version = "0.51.0" 6420source = "registry+https://github.com/rust-lang/crates.io-index" 6421checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 6422dependencies = [ 6423 "anyhow", 6424 "prettyplease", 6425 "proc-macro2", 6426 "quote", 6427 "syn", 6428 "wit-bindgen-core", 6429 "wit-bindgen-rust", 6430] 6431 6432[[package]] 6433name = "wit-component" 6434version = "0.244.0" 6435source = "registry+https://github.com/rust-lang/crates.io-index" 6436checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 6437dependencies = [ 6438 "anyhow", 6439 "bitflags", 6440 "indexmap 2.11.4", 6441 "log", 6442 "serde", 6443 "serde_derive", 6444 "serde_json", 6445 "wasm-encoder", 6446 "wasm-metadata", 6447 "wasmparser", 6448 "wit-parser", 6449] 6450 6451[[package]] 6452name = "wit-parser" 6453version = "0.244.0" 6454source = "registry+https://github.com/rust-lang/crates.io-index" 6455checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 6456dependencies = [ 6457 "anyhow", 6458 "id-arena", 6459 "indexmap 2.11.4", 6460 "log", 6461 "semver", 6462 "serde", 6463 "serde_derive", 6464 "serde_json", 6465 "unicode-xid", 6466 "wasmparser", 6467] 6468 6469[[package]] 6470name = "write16" 6471version = "1.0.0" 6472source = "registry+https://github.com/rust-lang/crates.io-index" 6473checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 6474 6475[[package]] 6476name = "writeable" 6477version = "0.5.5" 6478source = "registry+https://github.com/rust-lang/crates.io-index" 6479checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 6480 6481[[package]] 6482name = "wyhash" 6483version = "0.5.0" 6484source = "registry+https://github.com/rust-lang/crates.io-index" 6485checksum = "baf6e163c25e3fac820b4b453185ea2dea3b6a3e0a721d4d23d75bd33734c295" 6486dependencies = [ 6487 "rand_core 0.6.4", 6488] 6489 6490[[package]] 6491name = "x509-parser" 6492version = "0.17.0" 6493source = "registry+https://github.com/rust-lang/crates.io-index" 6494checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" 6495dependencies = [ 6496 "asn1-rs", 6497 "data-encoding", 6498 "der-parser", 6499 "lazy_static", 6500 "nom", 6501 "oid-registry", 6502 "rusticata-macros", 6503 "thiserror 2.0.16", 6504 "time", 6505] 6506 6507[[package]] 6508name = "xxhash-rust" 6509version = "0.8.15" 6510source = "registry+https://github.com/rust-lang/crates.io-index" 6511checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 6512 6513[[package]] 6514name = "yasna" 6515version = "0.5.2" 6516source = "registry+https://github.com/rust-lang/crates.io-index" 6517checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 6518dependencies = [ 6519 "time", 6520] 6521 6522[[package]] 6523name = "yoke" 6524version = "0.7.5" 6525source = "registry+https://github.com/rust-lang/crates.io-index" 6526checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 6527dependencies = [ 6528 "serde", 6529 "stable_deref_trait", 6530 "yoke-derive", 6531 "zerofrom", 6532] 6533 6534[[package]] 6535name = "yoke-derive" 6536version = "0.7.5" 6537source = "registry+https://github.com/rust-lang/crates.io-index" 6538checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 6539dependencies = [ 6540 "proc-macro2", 6541 "quote", 6542 "syn", 6543 "synstructure", 6544] 6545 6546[[package]] 6547name = "zerocopy" 6548version = "0.7.35" 6549source = "registry+https://github.com/rust-lang/crates.io-index" 6550checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 6551dependencies = [ 6552 "zerocopy-derive 0.7.35", 6553] 6554 6555[[package]] 6556name = "zerocopy" 6557version = "0.8.24" 6558source = "registry+https://github.com/rust-lang/crates.io-index" 6559checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" 6560dependencies = [ 6561 "zerocopy-derive 0.8.24", 6562] 6563 6564[[package]] 6565name = "zerocopy-derive" 6566version = "0.7.35" 6567source = "registry+https://github.com/rust-lang/crates.io-index" 6568checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 6569dependencies = [ 6570 "proc-macro2", 6571 "quote", 6572 "syn", 6573] 6574 6575[[package]] 6576name = "zerocopy-derive" 6577version = "0.8.24" 6578source = "registry+https://github.com/rust-lang/crates.io-index" 6579checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" 6580dependencies = [ 6581 "proc-macro2", 6582 "quote", 6583 "syn", 6584] 6585 6586[[package]] 6587name = "zerofrom" 6588version = "0.1.6" 6589source = "registry+https://github.com/rust-lang/crates.io-index" 6590checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 6591dependencies = [ 6592 "zerofrom-derive", 6593] 6594 6595[[package]] 6596name = "zerofrom-derive" 6597version = "0.1.6" 6598source = "registry+https://github.com/rust-lang/crates.io-index" 6599checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 6600dependencies = [ 6601 "proc-macro2", 6602 "quote", 6603 "syn", 6604 "synstructure", 6605] 6606 6607[[package]] 6608name = "zeroize" 6609version = "1.8.1" 6610source = "registry+https://github.com/rust-lang/crates.io-index" 6611checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 6612dependencies = [ 6613 "serde", 6614 "zeroize_derive", 6615] 6616 6617[[package]] 6618name = "zeroize_derive" 6619version = "1.4.2" 6620source = "registry+https://github.com/rust-lang/crates.io-index" 6621checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 6622dependencies = [ 6623 "proc-macro2", 6624 "quote", 6625 "syn", 6626] 6627 6628[[package]] 6629name = "zerovec" 6630version = "0.10.4" 6631source = "registry+https://github.com/rust-lang/crates.io-index" 6632checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 6633dependencies = [ 6634 "yoke", 6635 "zerofrom", 6636 "zerovec-derive", 6637] 6638 6639[[package]] 6640name = "zerovec-derive" 6641version = "0.10.3" 6642source = "registry+https://github.com/rust-lang/crates.io-index" 6643checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 6644dependencies = [ 6645 "proc-macro2", 6646 "quote", 6647 "syn", 6648] 6649 6650[[package]] 6651name = "zstd" 6652version = "0.13.3" 6653source = "registry+https://github.com/rust-lang/crates.io-index" 6654checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 6655dependencies = [ 6656 "zstd-safe", 6657] 6658 6659[[package]] 6660name = "zstd-safe" 6661version = "7.2.4" 6662source = "registry+https://github.com/rust-lang/crates.io-index" 6663checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 6664dependencies = [ 6665 "zstd-sys", 6666] 6667 6668[[package]] 6669name = "zstd-sys" 6670version = "2.0.15+zstd.1.5.7" 6671source = "registry+https://github.com/rust-lang/crates.io-index" 6672checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" 6673dependencies = [ 6674 "bindgen 0.71.1", 6675 "cc", 6676 "pkg-config", 6677]