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