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 1.0.109", 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.52.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.11.2" 1615source = "git+https://github.com/fjall-rs/fjall.git#42d811f7c8cc9004407d520d37d2a1d8d246c03d" 1616dependencies = [ 1617 "byteorder", 1618 "byteview", 1619 "dashmap", 1620 "log", 1621 "lsm-tree", 1622 "path-absolutize", 1623 "std-semaphore", 1624 "tempfile", 1625 "xxhash-rust", 1626] 1627 1628[[package]] 1629name = "flate2" 1630version = "1.1.2" 1631source = "registry+https://github.com/rust-lang/crates.io-index" 1632checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 1633dependencies = [ 1634 "crc32fast", 1635 "miniz_oxide", 1636] 1637 1638[[package]] 1639name = "fluent-uri" 1640version = "0.3.2" 1641source = "registry+https://github.com/rust-lang/crates.io-index" 1642checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5" 1643dependencies = [ 1644 "borrow-or-share", 1645 "ref-cast", 1646] 1647 1648[[package]] 1649name = "flume" 1650version = "0.11.1" 1651source = "registry+https://github.com/rust-lang/crates.io-index" 1652checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 1653dependencies = [ 1654 "futures-core", 1655 "futures-sink", 1656 "nanorand", 1657 "spin", 1658] 1659 1660[[package]] 1661name = "fnv" 1662version = "1.0.7" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1665 1666[[package]] 1667name = "foldhash" 1668version = "0.1.5" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1671 1672[[package]] 1673name = "foreign-types" 1674version = "0.3.2" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1677dependencies = [ 1678 "foreign-types-shared", 1679] 1680 1681[[package]] 1682name = "foreign-types-shared" 1683version = "0.1.1" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1686 1687[[package]] 1688name = "form_urlencoded" 1689version = "1.2.1" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1692dependencies = [ 1693 "percent-encoding", 1694] 1695 1696[[package]] 1697name = "foyer" 1698version = "0.18.0" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "0b4d8e96374206ff1b4265f2e2e6e1f80bc3048957b2a1e7fdeef929d68f318f" 1701dependencies = [ 1702 "equivalent", 1703 "foyer-common", 1704 "foyer-memory", 1705 "foyer-storage", 1706 "madsim-tokio", 1707 "mixtrics", 1708 "pin-project", 1709 "serde", 1710 "thiserror 2.0.12", 1711 "tokio", 1712 "tracing", 1713] 1714 1715[[package]] 1716name = "foyer-common" 1717version = "0.18.0" 1718source = "registry+https://github.com/rust-lang/crates.io-index" 1719checksum = "911b8e3f23d5fe55b0b240f75af1d2fa5cb7261d3f9b38ef1c57bbc9f0449317" 1720dependencies = [ 1721 "bincode 1.3.3", 1722 "bytes", 1723 "cfg-if", 1724 "itertools 0.14.0", 1725 "madsim-tokio", 1726 "mixtrics", 1727 "parking_lot", 1728 "pin-project", 1729 "serde", 1730 "thiserror 2.0.12", 1731 "tokio", 1732 "twox-hash", 1733] 1734 1735[[package]] 1736name = "foyer-intrusive-collections" 1737version = "0.10.0-dev" 1738source = "registry+https://github.com/rust-lang/crates.io-index" 1739checksum = "6e4fee46bea69e0596130e3210e65d3424e0ac1e6df3bde6636304bdf1ca4a3b" 1740dependencies = [ 1741 "memoffset", 1742] 1743 1744[[package]] 1745name = "foyer-memory" 1746version = "0.18.0" 1747source = "registry+https://github.com/rust-lang/crates.io-index" 1748checksum = "506883d5a8500dea1b1662f7180f3534bdcbfa718d3253db7179552ef83612fa" 1749dependencies = [ 1750 "arc-swap", 1751 "bitflags", 1752 "cmsketch", 1753 "equivalent", 1754 "foyer-common", 1755 "foyer-intrusive-collections", 1756 "hashbrown 0.15.2", 1757 "itertools 0.14.0", 1758 "madsim-tokio", 1759 "mixtrics", 1760 "parking_lot", 1761 "pin-project", 1762 "serde", 1763 "thiserror 2.0.12", 1764 "tokio", 1765 "tracing", 1766] 1767 1768[[package]] 1769name = "foyer-storage" 1770version = "0.18.0" 1771source = "registry+https://github.com/rust-lang/crates.io-index" 1772checksum = "1ba8403a54a2f2032fb647e49c442e5feeb33f3989f7024f1b178341a016f06d" 1773dependencies = [ 1774 "allocator-api2", 1775 "anyhow", 1776 "auto_enums", 1777 "bytes", 1778 "equivalent", 1779 "flume", 1780 "foyer-common", 1781 "foyer-memory", 1782 "fs4 0.13.1", 1783 "futures-core", 1784 "futures-util", 1785 "itertools 0.14.0", 1786 "libc", 1787 "lz4", 1788 "madsim-tokio", 1789 "ordered_hash_map", 1790 "parking_lot", 1791 "paste", 1792 "pin-project", 1793 "rand 0.9.1", 1794 "serde", 1795 "thiserror 2.0.12", 1796 "tokio", 1797 "tracing", 1798 "twox-hash", 1799 "zstd", 1800] 1801 1802[[package]] 1803name = "fs4" 1804version = "0.12.0" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "c29c30684418547d476f0b48e84f4821639119c483b1eccd566c8cd0cd05f521" 1807dependencies = [ 1808 "rustix 0.38.44", 1809 "windows-sys 0.52.0", 1810] 1811 1812[[package]] 1813name = "fs4" 1814version = "0.13.1" 1815source = "registry+https://github.com/rust-lang/crates.io-index" 1816checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4" 1817dependencies = [ 1818 "rustix 1.0.5", 1819 "windows-sys 0.59.0", 1820] 1821 1822[[package]] 1823name = "fs_extra" 1824version = "1.3.0" 1825source = "registry+https://github.com/rust-lang/crates.io-index" 1826checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1827 1828[[package]] 1829name = "futures" 1830version = "0.3.31" 1831source = "registry+https://github.com/rust-lang/crates.io-index" 1832checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1833dependencies = [ 1834 "futures-channel", 1835 "futures-core", 1836 "futures-executor", 1837 "futures-io", 1838 "futures-sink", 1839 "futures-task", 1840 "futures-util", 1841] 1842 1843[[package]] 1844name = "futures-channel" 1845version = "0.3.31" 1846source = "registry+https://github.com/rust-lang/crates.io-index" 1847checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1848dependencies = [ 1849 "futures-core", 1850 "futures-sink", 1851] 1852 1853[[package]] 1854name = "futures-core" 1855version = "0.3.31" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1858 1859[[package]] 1860name = "futures-executor" 1861version = "0.3.31" 1862source = "registry+https://github.com/rust-lang/crates.io-index" 1863checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1864dependencies = [ 1865 "futures-core", 1866 "futures-task", 1867 "futures-util", 1868] 1869 1870[[package]] 1871name = "futures-io" 1872version = "0.3.31" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1875 1876[[package]] 1877name = "futures-macro" 1878version = "0.3.31" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1881dependencies = [ 1882 "proc-macro2", 1883 "quote", 1884 "syn 2.0.103", 1885] 1886 1887[[package]] 1888name = "futures-sink" 1889version = "0.3.31" 1890source = "registry+https://github.com/rust-lang/crates.io-index" 1891checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1892 1893[[package]] 1894name = "futures-task" 1895version = "0.3.31" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1898 1899[[package]] 1900name = "futures-util" 1901version = "0.3.31" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1904dependencies = [ 1905 "futures-channel", 1906 "futures-core", 1907 "futures-io", 1908 "futures-macro", 1909 "futures-sink", 1910 "futures-task", 1911 "memchr", 1912 "pin-project-lite", 1913 "pin-utils", 1914 "slab", 1915] 1916 1917[[package]] 1918name = "generator" 1919version = "0.8.4" 1920source = "registry+https://github.com/rust-lang/crates.io-index" 1921checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd" 1922dependencies = [ 1923 "cfg-if", 1924 "libc", 1925 "log", 1926 "rustversion", 1927 "windows", 1928] 1929 1930[[package]] 1931name = "generic-array" 1932version = "0.14.7" 1933source = "registry+https://github.com/rust-lang/crates.io-index" 1934checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1935dependencies = [ 1936 "typenum", 1937 "version_check", 1938 "zeroize", 1939] 1940 1941[[package]] 1942name = "getrandom" 1943version = "0.2.15" 1944source = "registry+https://github.com/rust-lang/crates.io-index" 1945checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1946dependencies = [ 1947 "cfg-if", 1948 "js-sys", 1949 "libc", 1950 "wasi 0.11.0+wasi-snapshot-preview1", 1951 "wasm-bindgen", 1952] 1953 1954[[package]] 1955name = "getrandom" 1956version = "0.3.3" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 1959dependencies = [ 1960 "cfg-if", 1961 "js-sys", 1962 "libc", 1963 "r-efi", 1964 "wasi 0.14.2+wasi-0.2.4", 1965 "wasm-bindgen", 1966] 1967 1968[[package]] 1969name = "gimli" 1970version = "0.31.1" 1971source = "registry+https://github.com/rust-lang/crates.io-index" 1972checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 1973 1974[[package]] 1975name = "glob" 1976version = "0.3.2" 1977source = "registry+https://github.com/rust-lang/crates.io-index" 1978checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 1979 1980[[package]] 1981name = "group" 1982version = "0.13.0" 1983source = "registry+https://github.com/rust-lang/crates.io-index" 1984checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1985dependencies = [ 1986 "ff", 1987 "rand_core 0.6.4", 1988 "subtle", 1989] 1990 1991[[package]] 1992name = "guardian" 1993version = "1.3.0" 1994source = "registry+https://github.com/rust-lang/crates.io-index" 1995checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f" 1996 1997[[package]] 1998name = "h2" 1999version = "0.4.8" 2000source = "registry+https://github.com/rust-lang/crates.io-index" 2001checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" 2002dependencies = [ 2003 "atomic-waker", 2004 "bytes", 2005 "fnv", 2006 "futures-core", 2007 "futures-sink", 2008 "http", 2009 "indexmap 2.9.0", 2010 "slab", 2011 "tokio", 2012 "tokio-util", 2013 "tracing", 2014] 2015 2016[[package]] 2017name = "handlebars" 2018version = "6.3.2" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098" 2021dependencies = [ 2022 "derive_builder", 2023 "log", 2024 "num-order", 2025 "pest", 2026 "pest_derive", 2027 "serde", 2028 "serde_json", 2029 "thiserror 2.0.12", 2030 "walkdir", 2031] 2032 2033[[package]] 2034name = "hashbrown" 2035version = "0.12.3" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2038 2039[[package]] 2040name = "hashbrown" 2041version = "0.13.2" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 2044dependencies = [ 2045 "ahash", 2046] 2047 2048[[package]] 2049name = "hashbrown" 2050version = "0.14.5" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2053 2054[[package]] 2055name = "hashbrown" 2056version = "0.15.2" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 2059dependencies = [ 2060 "allocator-api2", 2061 "equivalent", 2062 "foldhash", 2063] 2064 2065[[package]] 2066name = "headers" 2067version = "0.4.0" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9" 2070dependencies = [ 2071 "base64 0.21.7", 2072 "bytes", 2073 "headers-core", 2074 "http", 2075 "httpdate", 2076 "mime", 2077 "sha1", 2078] 2079 2080[[package]] 2081name = "headers-accept" 2082version = "0.1.4" 2083source = "registry+https://github.com/rust-lang/crates.io-index" 2084checksum = "244c37aaa637e64fb73af1bb2a4f3f6f2b72f1f39f1cd6f4443f0cc21fe80280" 2085dependencies = [ 2086 "headers-core", 2087 "http", 2088 "mediatype", 2089] 2090 2091[[package]] 2092name = "headers-core" 2093version = "0.3.0" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" 2096dependencies = [ 2097 "http", 2098] 2099 2100[[package]] 2101name = "heck" 2102version = "0.5.0" 2103source = "registry+https://github.com/rust-lang/crates.io-index" 2104checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2105 2106[[package]] 2107name = "hermit-abi" 2108version = "0.5.0" 2109source = "registry+https://github.com/rust-lang/crates.io-index" 2110checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e" 2111 2112[[package]] 2113name = "hex" 2114version = "0.4.3" 2115source = "registry+https://github.com/rust-lang/crates.io-index" 2116checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2117 2118[[package]] 2119name = "hickory-proto" 2120version = "0.25.2" 2121source = "registry+https://github.com/rust-lang/crates.io-index" 2122checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 2123dependencies = [ 2124 "async-trait", 2125 "cfg-if", 2126 "data-encoding", 2127 "enum-as-inner", 2128 "futures-channel", 2129 "futures-io", 2130 "futures-util", 2131 "idna", 2132 "ipnet", 2133 "once_cell", 2134 "rand 0.9.1", 2135 "ring", 2136 "thiserror 2.0.12", 2137 "tinyvec", 2138 "tokio", 2139 "tracing", 2140 "url", 2141] 2142 2143[[package]] 2144name = "hickory-resolver" 2145version = "0.25.2" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 2148dependencies = [ 2149 "cfg-if", 2150 "futures-util", 2151 "hickory-proto", 2152 "ipconfig", 2153 "moka", 2154 "once_cell", 2155 "parking_lot", 2156 "rand 0.9.1", 2157 "resolv-conf", 2158 "smallvec", 2159 "thiserror 2.0.12", 2160 "tokio", 2161 "tracing", 2162] 2163 2164[[package]] 2165name = "hmac" 2166version = "0.12.1" 2167source = "registry+https://github.com/rust-lang/crates.io-index" 2168checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2169dependencies = [ 2170 "digest", 2171] 2172 2173[[package]] 2174name = "home" 2175version = "0.5.11" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 2178dependencies = [ 2179 "windows-sys 0.59.0", 2180] 2181 2182[[package]] 2183name = "hostname" 2184version = "0.3.1" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 2187dependencies = [ 2188 "libc", 2189 "match_cfg", 2190 "winapi", 2191] 2192 2193[[package]] 2194name = "hostname" 2195version = "0.4.1" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65" 2198dependencies = [ 2199 "cfg-if", 2200 "libc", 2201 "windows-link", 2202] 2203 2204[[package]] 2205name = "http" 2206version = "1.3.1" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 2209dependencies = [ 2210 "bytes", 2211 "fnv", 2212 "itoa", 2213] 2214 2215[[package]] 2216name = "http-body" 2217version = "1.0.1" 2218source = "registry+https://github.com/rust-lang/crates.io-index" 2219checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2220dependencies = [ 2221 "bytes", 2222 "http", 2223] 2224 2225[[package]] 2226name = "http-body-util" 2227version = "0.1.3" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 2230dependencies = [ 2231 "bytes", 2232 "futures-core", 2233 "http", 2234 "http-body", 2235 "pin-project-lite", 2236] 2237 2238[[package]] 2239name = "httparse" 2240version = "1.10.1" 2241source = "registry+https://github.com/rust-lang/crates.io-index" 2242checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 2243 2244[[package]] 2245name = "httpdate" 2246version = "1.0.3" 2247source = "registry+https://github.com/rust-lang/crates.io-index" 2248checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2249 2250[[package]] 2251name = "humansize" 2252version = "2.1.3" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 2255dependencies = [ 2256 "libm", 2257] 2258 2259[[package]] 2260name = "hyper" 2261version = "1.6.0" 2262source = "registry+https://github.com/rust-lang/crates.io-index" 2263checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 2264dependencies = [ 2265 "bytes", 2266 "futures-channel", 2267 "futures-util", 2268 "h2", 2269 "http", 2270 "http-body", 2271 "httparse", 2272 "httpdate", 2273 "itoa", 2274 "pin-project-lite", 2275 "smallvec", 2276 "tokio", 2277 "want", 2278] 2279 2280[[package]] 2281name = "hyper-rustls" 2282version = "0.27.7" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 2285dependencies = [ 2286 "http", 2287 "hyper", 2288 "hyper-util", 2289 "rustls 0.23.31", 2290 "rustls-native-certs", 2291 "rustls-pki-types", 2292 "tokio", 2293 "tokio-rustls 0.26.2", 2294 "tower-service", 2295] 2296 2297[[package]] 2298name = "hyper-tls" 2299version = "0.6.0" 2300source = "registry+https://github.com/rust-lang/crates.io-index" 2301checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 2302dependencies = [ 2303 "bytes", 2304 "http-body-util", 2305 "hyper", 2306 "hyper-util", 2307 "native-tls", 2308 "tokio", 2309 "tokio-native-tls", 2310 "tower-service", 2311] 2312 2313[[package]] 2314name = "hyper-util" 2315version = "0.1.16" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" 2318dependencies = [ 2319 "base64 0.22.1", 2320 "bytes", 2321 "futures-channel", 2322 "futures-core", 2323 "futures-util", 2324 "http", 2325 "http-body", 2326 "hyper", 2327 "ipnet", 2328 "libc", 2329 "percent-encoding", 2330 "pin-project-lite", 2331 "socket2 0.6.0", 2332 "system-configuration", 2333 "tokio", 2334 "tower-service", 2335 "tracing", 2336 "windows-registry", 2337] 2338 2339[[package]] 2340name = "iana-time-zone" 2341version = "0.1.63" 2342source = "registry+https://github.com/rust-lang/crates.io-index" 2343checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 2344dependencies = [ 2345 "android_system_properties", 2346 "core-foundation-sys", 2347 "iana-time-zone-haiku", 2348 "js-sys", 2349 "log", 2350 "wasm-bindgen", 2351 "windows-core 0.61.0", 2352] 2353 2354[[package]] 2355name = "iana-time-zone-haiku" 2356version = "0.1.2" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2359dependencies = [ 2360 "cc", 2361] 2362 2363[[package]] 2364name = "icu_collections" 2365version = "1.5.0" 2366source = "registry+https://github.com/rust-lang/crates.io-index" 2367checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 2368dependencies = [ 2369 "displaydoc", 2370 "yoke", 2371 "zerofrom", 2372 "zerovec", 2373] 2374 2375[[package]] 2376name = "icu_locid" 2377version = "1.5.0" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 2380dependencies = [ 2381 "displaydoc", 2382 "litemap", 2383 "tinystr", 2384 "writeable", 2385 "zerovec", 2386] 2387 2388[[package]] 2389name = "icu_locid_transform" 2390version = "1.5.0" 2391source = "registry+https://github.com/rust-lang/crates.io-index" 2392checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 2393dependencies = [ 2394 "displaydoc", 2395 "icu_locid", 2396 "icu_locid_transform_data", 2397 "icu_provider", 2398 "tinystr", 2399 "zerovec", 2400] 2401 2402[[package]] 2403name = "icu_locid_transform_data" 2404version = "1.5.1" 2405source = "registry+https://github.com/rust-lang/crates.io-index" 2406checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" 2407 2408[[package]] 2409name = "icu_normalizer" 2410version = "1.5.0" 2411source = "registry+https://github.com/rust-lang/crates.io-index" 2412checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 2413dependencies = [ 2414 "displaydoc", 2415 "icu_collections", 2416 "icu_normalizer_data", 2417 "icu_properties", 2418 "icu_provider", 2419 "smallvec", 2420 "utf16_iter", 2421 "utf8_iter", 2422 "write16", 2423 "zerovec", 2424] 2425 2426[[package]] 2427name = "icu_normalizer_data" 2428version = "1.5.1" 2429source = "registry+https://github.com/rust-lang/crates.io-index" 2430checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" 2431 2432[[package]] 2433name = "icu_properties" 2434version = "1.5.1" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 2437dependencies = [ 2438 "displaydoc", 2439 "icu_collections", 2440 "icu_locid_transform", 2441 "icu_properties_data", 2442 "icu_provider", 2443 "tinystr", 2444 "zerovec", 2445] 2446 2447[[package]] 2448name = "icu_properties_data" 2449version = "1.5.1" 2450source = "registry+https://github.com/rust-lang/crates.io-index" 2451checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" 2452 2453[[package]] 2454name = "icu_provider" 2455version = "1.5.0" 2456source = "registry+https://github.com/rust-lang/crates.io-index" 2457checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 2458dependencies = [ 2459 "displaydoc", 2460 "icu_locid", 2461 "icu_provider_macros", 2462 "stable_deref_trait", 2463 "tinystr", 2464 "writeable", 2465 "yoke", 2466 "zerofrom", 2467 "zerovec", 2468] 2469 2470[[package]] 2471name = "icu_provider_macros" 2472version = "1.5.0" 2473source = "registry+https://github.com/rust-lang/crates.io-index" 2474checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 2475dependencies = [ 2476 "proc-macro2", 2477 "quote", 2478 "syn 2.0.103", 2479] 2480 2481[[package]] 2482name = "ident_case" 2483version = "1.0.1" 2484source = "registry+https://github.com/rust-lang/crates.io-index" 2485checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2486 2487[[package]] 2488name = "idna" 2489version = "1.0.3" 2490source = "registry+https://github.com/rust-lang/crates.io-index" 2491checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 2492dependencies = [ 2493 "idna_adapter", 2494 "smallvec", 2495 "utf8_iter", 2496] 2497 2498[[package]] 2499name = "idna_adapter" 2500version = "1.2.0" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 2503dependencies = [ 2504 "icu_normalizer", 2505 "icu_properties", 2506] 2507 2508[[package]] 2509name = "indexmap" 2510version = "1.9.3" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2513dependencies = [ 2514 "autocfg", 2515 "hashbrown 0.12.3", 2516 "serde", 2517] 2518 2519[[package]] 2520name = "indexmap" 2521version = "2.9.0" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 2524dependencies = [ 2525 "equivalent", 2526 "hashbrown 0.15.2", 2527 "serde", 2528] 2529 2530[[package]] 2531name = "interval-heap" 2532version = "0.0.5" 2533source = "registry+https://github.com/rust-lang/crates.io-index" 2534checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6" 2535dependencies = [ 2536 "compare", 2537] 2538 2539[[package]] 2540name = "io-uring" 2541version = "0.7.9" 2542source = "registry+https://github.com/rust-lang/crates.io-index" 2543checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" 2544dependencies = [ 2545 "bitflags", 2546 "cfg-if", 2547 "libc", 2548] 2549 2550[[package]] 2551name = "ipconfig" 2552version = "0.3.2" 2553source = "registry+https://github.com/rust-lang/crates.io-index" 2554checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 2555dependencies = [ 2556 "socket2 0.5.9", 2557 "widestring", 2558 "windows-sys 0.48.0", 2559 "winreg", 2560] 2561 2562[[package]] 2563name = "ipld-core" 2564version = "0.4.2" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 2567dependencies = [ 2568 "cid", 2569 "serde", 2570 "serde_bytes", 2571] 2572 2573[[package]] 2574name = "ipnet" 2575version = "2.11.0" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 2578 2579[[package]] 2580name = "iri-string" 2581version = "0.7.8" 2582source = "registry+https://github.com/rust-lang/crates.io-index" 2583checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 2584dependencies = [ 2585 "memchr", 2586 "serde", 2587] 2588 2589[[package]] 2590name = "is-terminal" 2591version = "0.4.16" 2592source = "registry+https://github.com/rust-lang/crates.io-index" 2593checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" 2594dependencies = [ 2595 "hermit-abi", 2596 "libc", 2597 "windows-sys 0.52.0", 2598] 2599 2600[[package]] 2601name = "is_terminal_polyfill" 2602version = "1.70.1" 2603source = "registry+https://github.com/rust-lang/crates.io-index" 2604checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2605 2606[[package]] 2607name = "itertools" 2608version = "0.12.1" 2609source = "registry+https://github.com/rust-lang/crates.io-index" 2610checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2611dependencies = [ 2612 "either", 2613] 2614 2615[[package]] 2616name = "itertools" 2617version = "0.13.0" 2618source = "registry+https://github.com/rust-lang/crates.io-index" 2619checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2620dependencies = [ 2621 "either", 2622] 2623 2624[[package]] 2625name = "itertools" 2626version = "0.14.0" 2627source = "registry+https://github.com/rust-lang/crates.io-index" 2628checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 2629dependencies = [ 2630 "either", 2631] 2632 2633[[package]] 2634name = "itoa" 2635version = "1.0.15" 2636source = "registry+https://github.com/rust-lang/crates.io-index" 2637checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 2638 2639[[package]] 2640name = "jetstream" 2641version = "0.1.1" 2642dependencies = [ 2643 "anyhow", 2644 "async-trait", 2645 "atrium-api", 2646 "chrono", 2647 "clap", 2648 "futures-util", 2649 "log", 2650 "metrics", 2651 "serde", 2652 "serde_json", 2653 "thiserror 2.0.12", 2654 "tokio", 2655 "tokio-tungstenite 0.26.2", 2656 "url", 2657 "zstd", 2658] 2659 2660[[package]] 2661name = "jiff" 2662version = "0.2.6" 2663source = "registry+https://github.com/rust-lang/crates.io-index" 2664checksum = "1f33145a5cbea837164362c7bd596106eb7c5198f97d1ba6f6ebb3223952e488" 2665dependencies = [ 2666 "jiff-static", 2667 "log", 2668 "portable-atomic", 2669 "portable-atomic-util", 2670 "serde", 2671] 2672 2673[[package]] 2674name = "jiff-static" 2675version = "0.2.6" 2676source = "registry+https://github.com/rust-lang/crates.io-index" 2677checksum = "43ce13c40ec6956157a3635d97a1ee2df323b263f09ea14165131289cb0f5c19" 2678dependencies = [ 2679 "proc-macro2", 2680 "quote", 2681 "syn 2.0.103", 2682] 2683 2684[[package]] 2685name = "jobserver" 2686version = "0.1.33" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 2689dependencies = [ 2690 "getrandom 0.3.3", 2691 "libc", 2692] 2693 2694[[package]] 2695name = "jose-b64" 2696version = "0.1.2" 2697source = "registry+https://github.com/rust-lang/crates.io-index" 2698checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56" 2699dependencies = [ 2700 "base64ct", 2701 "serde", 2702 "subtle", 2703 "zeroize", 2704] 2705 2706[[package]] 2707name = "jose-jwa" 2708version = "0.1.2" 2709source = "registry+https://github.com/rust-lang/crates.io-index" 2710checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7" 2711dependencies = [ 2712 "serde", 2713] 2714 2715[[package]] 2716name = "jose-jwk" 2717version = "0.1.2" 2718source = "registry+https://github.com/rust-lang/crates.io-index" 2719checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7" 2720dependencies = [ 2721 "jose-b64", 2722 "jose-jwa", 2723 "p256", 2724 "p384", 2725 "rsa", 2726 "serde", 2727 "zeroize", 2728] 2729 2730[[package]] 2731name = "js-sys" 2732version = "0.3.77" 2733source = "registry+https://github.com/rust-lang/crates.io-index" 2734checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 2735dependencies = [ 2736 "once_cell", 2737 "wasm-bindgen", 2738] 2739 2740[[package]] 2741name = "jsonwebtoken" 2742version = "9.3.1" 2743source = "registry+https://github.com/rust-lang/crates.io-index" 2744checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" 2745dependencies = [ 2746 "base64 0.22.1", 2747 "js-sys", 2748 "pem", 2749 "ring", 2750 "serde", 2751 "serde_json", 2752 "simple_asn1", 2753] 2754 2755[[package]] 2756name = "langtag" 2757version = "0.3.4" 2758source = "registry+https://github.com/rust-lang/crates.io-index" 2759checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 2760dependencies = [ 2761 "serde", 2762] 2763 2764[[package]] 2765name = "lazy_static" 2766version = "1.5.0" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2769dependencies = [ 2770 "spin", 2771] 2772 2773[[package]] 2774name = "lazycell" 2775version = "1.3.0" 2776source = "registry+https://github.com/rust-lang/crates.io-index" 2777checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2778 2779[[package]] 2780name = "libc" 2781version = "0.2.174" 2782source = "registry+https://github.com/rust-lang/crates.io-index" 2783checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 2784 2785[[package]] 2786name = "libfuzzer-sys" 2787version = "0.4.9" 2788source = "registry+https://github.com/rust-lang/crates.io-index" 2789checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75" 2790dependencies = [ 2791 "arbitrary", 2792 "cc", 2793] 2794 2795[[package]] 2796name = "libloading" 2797version = "0.8.6" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 2800dependencies = [ 2801 "cfg-if", 2802 "windows-targets 0.48.5", 2803] 2804 2805[[package]] 2806name = "libm" 2807version = "0.2.11" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" 2810 2811[[package]] 2812name = "libproc" 2813version = "0.14.10" 2814source = "registry+https://github.com/rust-lang/crates.io-index" 2815checksum = "e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb" 2816dependencies = [ 2817 "bindgen 0.70.1", 2818 "errno", 2819 "libc", 2820] 2821 2822[[package]] 2823name = "libredox" 2824version = "0.1.3" 2825source = "registry+https://github.com/rust-lang/crates.io-index" 2826checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2827dependencies = [ 2828 "bitflags", 2829 "libc", 2830] 2831 2832[[package]] 2833name = "librocksdb-sys" 2834version = "0.17.1+9.9.3" 2835source = "registry+https://github.com/rust-lang/crates.io-index" 2836checksum = "2b7869a512ae9982f4d46ba482c2a304f1efd80c6412a3d4bf57bb79a619679f" 2837dependencies = [ 2838 "bindgen 0.69.5", 2839 "bzip2-sys", 2840 "cc", 2841 "libc", 2842 "libz-sys", 2843 "lz4-sys", 2844 "zstd-sys", 2845] 2846 2847[[package]] 2848name = "libz-sys" 2849version = "1.1.22" 2850source = "registry+https://github.com/rust-lang/crates.io-index" 2851checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" 2852dependencies = [ 2853 "cc", 2854 "pkg-config", 2855 "vcpkg", 2856] 2857 2858[[package]] 2859name = "links" 2860version = "0.1.0" 2861dependencies = [ 2862 "anyhow", 2863 "fluent-uri", 2864 "nom", 2865 "thiserror 2.0.12", 2866 "tinyjson", 2867] 2868 2869[[package]] 2870name = "linux-raw-sys" 2871version = "0.4.15" 2872source = "registry+https://github.com/rust-lang/crates.io-index" 2873checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2874 2875[[package]] 2876name = "linux-raw-sys" 2877version = "0.9.4" 2878source = "registry+https://github.com/rust-lang/crates.io-index" 2879checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 2880 2881[[package]] 2882name = "litemap" 2883version = "0.7.5" 2884source = "registry+https://github.com/rust-lang/crates.io-index" 2885checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 2886 2887[[package]] 2888name = "lock_api" 2889version = "0.4.12" 2890source = "registry+https://github.com/rust-lang/crates.io-index" 2891checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2892dependencies = [ 2893 "autocfg", 2894 "scopeguard", 2895] 2896 2897[[package]] 2898name = "log" 2899version = "0.4.27" 2900source = "registry+https://github.com/rust-lang/crates.io-index" 2901checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 2902 2903[[package]] 2904name = "loom" 2905version = "0.7.2" 2906source = "registry+https://github.com/rust-lang/crates.io-index" 2907checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2908dependencies = [ 2909 "cfg-if", 2910 "generator", 2911 "scoped-tls", 2912 "tracing", 2913 "tracing-subscriber", 2914] 2915 2916[[package]] 2917name = "lru" 2918version = "0.12.5" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 2921dependencies = [ 2922 "hashbrown 0.15.2", 2923] 2924 2925[[package]] 2926name = "lru-slab" 2927version = "0.1.2" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2930 2931[[package]] 2932name = "lsm-tree" 2933version = "2.10.2" 2934source = "registry+https://github.com/rust-lang/crates.io-index" 2935checksum = "55b6d7475a8dd22e749186968daacf8e2a77932b061b1bd263157987bbfc0c6c" 2936dependencies = [ 2937 "byteorder", 2938 "crossbeam-skiplist", 2939 "double-ended-peekable", 2940 "enum_dispatch", 2941 "guardian", 2942 "interval-heap", 2943 "log", 2944 "lz4_flex", 2945 "path-absolutize", 2946 "quick_cache", 2947 "rustc-hash 2.1.1", 2948 "self_cell", 2949 "tempfile", 2950 "value-log", 2951 "varint-rs", 2952 "xxhash-rust", 2953] 2954 2955[[package]] 2956name = "lz4" 2957version = "1.28.1" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4" 2960dependencies = [ 2961 "lz4-sys", 2962] 2963 2964[[package]] 2965name = "lz4-sys" 2966version = "1.11.1+lz4-1.10.0" 2967source = "registry+https://github.com/rust-lang/crates.io-index" 2968checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" 2969dependencies = [ 2970 "cc", 2971 "libc", 2972] 2973 2974[[package]] 2975name = "lz4_flex" 2976version = "0.11.3" 2977source = "registry+https://github.com/rust-lang/crates.io-index" 2978checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 2979 2980[[package]] 2981name = "mach2" 2982version = "0.4.2" 2983source = "registry+https://github.com/rust-lang/crates.io-index" 2984checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" 2985dependencies = [ 2986 "libc", 2987] 2988 2989[[package]] 2990name = "madsim" 2991version = "0.2.32" 2992source = "registry+https://github.com/rust-lang/crates.io-index" 2993checksum = "db6694555643da293dfb89e33c2880a13b62711d64b6588bc7df6ce4110b27f1" 2994dependencies = [ 2995 "ahash", 2996 "async-channel", 2997 "async-stream", 2998 "async-task", 2999 "bincode 1.3.3", 3000 "bytes", 3001 "downcast-rs", 3002 "futures-util", 3003 "lazy_static", 3004 "libc", 3005 "madsim-macros", 3006 "naive-timer", 3007 "panic-message", 3008 "rand 0.8.5", 3009 "rand_xoshiro 0.6.0", 3010 "rustversion", 3011 "serde", 3012 "spin", 3013 "tokio", 3014 "tokio-util", 3015 "toml", 3016 "tracing", 3017 "tracing-subscriber", 3018] 3019 3020[[package]] 3021name = "madsim-macros" 3022version = "0.2.12" 3023source = "registry+https://github.com/rust-lang/crates.io-index" 3024checksum = "f3d248e97b1a48826a12c3828d921e8548e714394bf17274dd0a93910dc946e1" 3025dependencies = [ 3026 "darling 0.14.4", 3027 "proc-macro2", 3028 "quote", 3029 "syn 1.0.109", 3030] 3031 3032[[package]] 3033name = "madsim-tokio" 3034version = "0.2.30" 3035source = "registry+https://github.com/rust-lang/crates.io-index" 3036checksum = "7d3eb2acc57c82d21d699119b859e2df70a91dbdb84734885a1e72be83bdecb5" 3037dependencies = [ 3038 "madsim", 3039 "spin", 3040 "tokio", 3041] 3042 3043[[package]] 3044name = "match_cfg" 3045version = "0.1.0" 3046source = "registry+https://github.com/rust-lang/crates.io-index" 3047checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 3048 3049[[package]] 3050name = "matchers" 3051version = "0.1.0" 3052source = "registry+https://github.com/rust-lang/crates.io-index" 3053checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 3054dependencies = [ 3055 "regex-automata 0.1.10", 3056] 3057 3058[[package]] 3059name = "matchit" 3060version = "0.8.4" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 3063 3064[[package]] 3065name = "mediatype" 3066version = "0.19.20" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "33746aadcb41349ec291e7f2f0a3aa6834d1d7c58066fb4b01f68efc4c4b7631" 3069 3070[[package]] 3071name = "memchr" 3072version = "2.7.4" 3073source = "registry+https://github.com/rust-lang/crates.io-index" 3074checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 3075 3076[[package]] 3077name = "memoffset" 3078version = "0.9.1" 3079source = "registry+https://github.com/rust-lang/crates.io-index" 3080checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3081dependencies = [ 3082 "autocfg", 3083] 3084 3085[[package]] 3086name = "metrics" 3087version = "0.24.2" 3088source = "registry+https://github.com/rust-lang/crates.io-index" 3089checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5" 3090dependencies = [ 3091 "ahash", 3092 "portable-atomic", 3093] 3094 3095[[package]] 3096name = "metrics-exporter-prometheus" 3097version = "0.16.2" 3098source = "registry+https://github.com/rust-lang/crates.io-index" 3099checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034" 3100dependencies = [ 3101 "base64 0.22.1", 3102 "http-body-util", 3103 "hyper", 3104 "hyper-util", 3105 "indexmap 2.9.0", 3106 "ipnet", 3107 "metrics", 3108 "metrics-util 0.19.0", 3109 "quanta", 3110 "thiserror 1.0.69", 3111 "tokio", 3112 "tracing", 3113] 3114 3115[[package]] 3116name = "metrics-exporter-prometheus" 3117version = "0.17.2" 3118source = "registry+https://github.com/rust-lang/crates.io-index" 3119checksum = "2b166dea96003ee2531cf14833efedced545751d800f03535801d833313f8c15" 3120dependencies = [ 3121 "base64 0.22.1", 3122 "http-body-util", 3123 "hyper", 3124 "hyper-rustls", 3125 "hyper-util", 3126 "indexmap 2.9.0", 3127 "ipnet", 3128 "metrics", 3129 "metrics-util 0.20.0", 3130 "quanta", 3131 "thiserror 2.0.12", 3132 "tokio", 3133 "tracing", 3134] 3135 3136[[package]] 3137name = "metrics-process" 3138version = "2.4.0" 3139source = "registry+https://github.com/rust-lang/crates.io-index" 3140checksum = "4a82c8add4382f29a122fa64fff1891453ed0f6b2867d971e7d60cb8dfa322ff" 3141dependencies = [ 3142 "libc", 3143 "libproc", 3144 "mach2", 3145 "metrics", 3146 "once_cell", 3147 "procfs", 3148 "rlimit", 3149 "windows", 3150] 3151 3152[[package]] 3153name = "metrics-util" 3154version = "0.19.0" 3155source = "registry+https://github.com/rust-lang/crates.io-index" 3156checksum = "dbd4884b1dd24f7d6628274a2f5ae22465c337c5ba065ec9b6edccddf8acc673" 3157dependencies = [ 3158 "crossbeam-epoch", 3159 "crossbeam-utils", 3160 "hashbrown 0.15.2", 3161 "metrics", 3162 "quanta", 3163 "rand 0.8.5", 3164 "rand_xoshiro 0.6.0", 3165 "sketches-ddsketch", 3166] 3167 3168[[package]] 3169name = "metrics-util" 3170version = "0.20.0" 3171source = "registry+https://github.com/rust-lang/crates.io-index" 3172checksum = "fe8db7a05415d0f919ffb905afa37784f71901c9a773188876984b4f769ab986" 3173dependencies = [ 3174 "crossbeam-epoch", 3175 "crossbeam-utils", 3176 "hashbrown 0.15.2", 3177 "metrics", 3178 "quanta", 3179 "rand 0.9.1", 3180 "rand_xoshiro 0.7.0", 3181 "sketches-ddsketch", 3182] 3183 3184[[package]] 3185name = "mime" 3186version = "0.3.17" 3187source = "registry+https://github.com/rust-lang/crates.io-index" 3188checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3189 3190[[package]] 3191name = "mime_guess" 3192version = "2.0.5" 3193source = "registry+https://github.com/rust-lang/crates.io-index" 3194checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 3195dependencies = [ 3196 "mime", 3197 "unicase", 3198] 3199 3200[[package]] 3201name = "minimal-lexical" 3202version = "0.2.1" 3203source = "registry+https://github.com/rust-lang/crates.io-index" 3204checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3205 3206[[package]] 3207name = "miniz_oxide" 3208version = "0.8.8" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 3211dependencies = [ 3212 "adler2", 3213] 3214 3215[[package]] 3216name = "mio" 3217version = "1.0.3" 3218source = "registry+https://github.com/rust-lang/crates.io-index" 3219checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 3220dependencies = [ 3221 "libc", 3222 "wasi 0.11.0+wasi-snapshot-preview1", 3223 "windows-sys 0.52.0", 3224] 3225 3226[[package]] 3227name = "mixtrics" 3228version = "0.2.0" 3229source = "registry+https://github.com/rust-lang/crates.io-index" 3230checksum = "adbcddf5a90b959eea97ae505e0391f5c6dd411fbf546d43b9c59ad1c3bd4391" 3231dependencies = [ 3232 "itertools 0.14.0", 3233 "parking_lot", 3234] 3235 3236[[package]] 3237name = "moka" 3238version = "0.12.10" 3239source = "registry+https://github.com/rust-lang/crates.io-index" 3240checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 3241dependencies = [ 3242 "async-lock", 3243 "crossbeam-channel", 3244 "crossbeam-epoch", 3245 "crossbeam-utils", 3246 "event-listener", 3247 "futures-util", 3248 "loom", 3249 "parking_lot", 3250 "portable-atomic", 3251 "rustc_version", 3252 "smallvec", 3253 "tagptr", 3254 "thiserror 1.0.69", 3255 "uuid", 3256] 3257 3258[[package]] 3259name = "multer" 3260version = "3.1.0" 3261source = "registry+https://github.com/rust-lang/crates.io-index" 3262checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 3263dependencies = [ 3264 "bytes", 3265 "encoding_rs", 3266 "futures-util", 3267 "http", 3268 "httparse", 3269 "memchr", 3270 "mime", 3271 "spin", 3272 "tokio", 3273 "version_check", 3274] 3275 3276[[package]] 3277name = "multibase" 3278version = "0.9.1" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 3281dependencies = [ 3282 "base-x", 3283 "data-encoding", 3284 "data-encoding-macro", 3285] 3286 3287[[package]] 3288name = "multihash" 3289version = "0.19.3" 3290source = "registry+https://github.com/rust-lang/crates.io-index" 3291checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 3292dependencies = [ 3293 "core2", 3294 "serde", 3295 "unsigned-varint", 3296] 3297 3298[[package]] 3299name = "naive-timer" 3300version = "0.2.0" 3301source = "registry+https://github.com/rust-lang/crates.io-index" 3302checksum = "034a0ad7deebf0c2abcf2435950a6666c3c15ea9d8fad0c0f48efa8a7f843fed" 3303 3304[[package]] 3305name = "nanorand" 3306version = "0.7.0" 3307source = "registry+https://github.com/rust-lang/crates.io-index" 3308checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 3309dependencies = [ 3310 "getrandom 0.2.15", 3311] 3312 3313[[package]] 3314name = "native-tls" 3315version = "0.2.14" 3316source = "registry+https://github.com/rust-lang/crates.io-index" 3317checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 3318dependencies = [ 3319 "libc", 3320 "log", 3321 "openssl", 3322 "openssl-probe", 3323 "openssl-sys", 3324 "schannel", 3325 "security-framework 2.11.1", 3326 "security-framework-sys", 3327 "tempfile", 3328] 3329 3330[[package]] 3331name = "nix" 3332version = "0.30.1" 3333source = "registry+https://github.com/rust-lang/crates.io-index" 3334checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 3335dependencies = [ 3336 "bitflags", 3337 "cfg-if", 3338 "cfg_aliases", 3339 "libc", 3340] 3341 3342[[package]] 3343name = "nom" 3344version = "7.1.3" 3345source = "registry+https://github.com/rust-lang/crates.io-index" 3346checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3347dependencies = [ 3348 "memchr", 3349 "minimal-lexical", 3350] 3351 3352[[package]] 3353name = "nu-ansi-term" 3354version = "0.46.0" 3355source = "registry+https://github.com/rust-lang/crates.io-index" 3356checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3357dependencies = [ 3358 "overload", 3359 "winapi", 3360] 3361 3362[[package]] 3363name = "num-bigint" 3364version = "0.4.6" 3365source = "registry+https://github.com/rust-lang/crates.io-index" 3366checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3367dependencies = [ 3368 "num-integer", 3369 "num-traits", 3370] 3371 3372[[package]] 3373name = "num-bigint-dig" 3374version = "0.8.4" 3375source = "registry+https://github.com/rust-lang/crates.io-index" 3376checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 3377dependencies = [ 3378 "byteorder", 3379 "lazy_static", 3380 "libm", 3381 "num-integer", 3382 "num-iter", 3383 "num-traits", 3384 "rand 0.8.5", 3385 "smallvec", 3386 "zeroize", 3387] 3388 3389[[package]] 3390name = "num-conv" 3391version = "0.1.0" 3392source = "registry+https://github.com/rust-lang/crates.io-index" 3393checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3394 3395[[package]] 3396name = "num-format" 3397version = "0.4.4" 3398source = "registry+https://github.com/rust-lang/crates.io-index" 3399checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 3400dependencies = [ 3401 "arrayvec", 3402 "itoa", 3403] 3404 3405[[package]] 3406name = "num-integer" 3407version = "0.1.46" 3408source = "registry+https://github.com/rust-lang/crates.io-index" 3409checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3410dependencies = [ 3411 "num-traits", 3412] 3413 3414[[package]] 3415name = "num-iter" 3416version = "0.1.45" 3417source = "registry+https://github.com/rust-lang/crates.io-index" 3418checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 3419dependencies = [ 3420 "autocfg", 3421 "num-integer", 3422 "num-traits", 3423] 3424 3425[[package]] 3426name = "num-modular" 3427version = "0.6.1" 3428source = "registry+https://github.com/rust-lang/crates.io-index" 3429checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" 3430 3431[[package]] 3432name = "num-order" 3433version = "1.2.0" 3434source = "registry+https://github.com/rust-lang/crates.io-index" 3435checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" 3436dependencies = [ 3437 "num-modular", 3438] 3439 3440[[package]] 3441name = "num-traits" 3442version = "0.2.19" 3443source = "registry+https://github.com/rust-lang/crates.io-index" 3444checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3445dependencies = [ 3446 "autocfg", 3447 "libm", 3448] 3449 3450[[package]] 3451name = "num_threads" 3452version = "0.1.7" 3453source = "registry+https://github.com/rust-lang/crates.io-index" 3454checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 3455dependencies = [ 3456 "libc", 3457] 3458 3459[[package]] 3460name = "object" 3461version = "0.36.7" 3462source = "registry+https://github.com/rust-lang/crates.io-index" 3463checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 3464dependencies = [ 3465 "memchr", 3466] 3467 3468[[package]] 3469name = "oid-registry" 3470version = "0.8.1" 3471source = "registry+https://github.com/rust-lang/crates.io-index" 3472checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" 3473dependencies = [ 3474 "asn1-rs", 3475] 3476 3477[[package]] 3478name = "once_cell" 3479version = "1.21.3" 3480source = "registry+https://github.com/rust-lang/crates.io-index" 3481checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3482dependencies = [ 3483 "critical-section", 3484 "portable-atomic", 3485] 3486 3487[[package]] 3488name = "openapiv3" 3489version = "2.0.0" 3490source = "registry+https://github.com/rust-lang/crates.io-index" 3491checksum = "cc02deea53ffe807708244e5914f6b099ad7015a207ee24317c22112e17d9c5c" 3492dependencies = [ 3493 "indexmap 2.9.0", 3494 "serde", 3495 "serde_json", 3496] 3497 3498[[package]] 3499name = "openssl" 3500version = "0.10.72" 3501source = "registry+https://github.com/rust-lang/crates.io-index" 3502checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" 3503dependencies = [ 3504 "bitflags", 3505 "cfg-if", 3506 "foreign-types", 3507 "libc", 3508 "once_cell", 3509 "openssl-macros", 3510 "openssl-sys", 3511] 3512 3513[[package]] 3514name = "openssl-macros" 3515version = "0.1.1" 3516source = "registry+https://github.com/rust-lang/crates.io-index" 3517checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3518dependencies = [ 3519 "proc-macro2", 3520 "quote", 3521 "syn 2.0.103", 3522] 3523 3524[[package]] 3525name = "openssl-probe" 3526version = "0.1.6" 3527source = "registry+https://github.com/rust-lang/crates.io-index" 3528checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 3529 3530[[package]] 3531name = "openssl-src" 3532version = "300.5.0+3.5.0" 3533source = "registry+https://github.com/rust-lang/crates.io-index" 3534checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f" 3535dependencies = [ 3536 "cc", 3537] 3538 3539[[package]] 3540name = "openssl-sys" 3541version = "0.9.107" 3542source = "registry+https://github.com/rust-lang/crates.io-index" 3543checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07" 3544dependencies = [ 3545 "cc", 3546 "libc", 3547 "openssl-src", 3548 "pkg-config", 3549 "vcpkg", 3550] 3551 3552[[package]] 3553name = "ordered_hash_map" 3554version = "0.4.0" 3555source = "registry+https://github.com/rust-lang/crates.io-index" 3556checksum = "ab0e5f22bf6dd04abd854a8874247813a8fa2c8c1260eba6fbb150270ce7c176" 3557dependencies = [ 3558 "hashbrown 0.13.2", 3559] 3560 3561[[package]] 3562name = "overload" 3563version = "0.1.1" 3564source = "registry+https://github.com/rust-lang/crates.io-index" 3565checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3566 3567[[package]] 3568name = "p256" 3569version = "0.13.2" 3570source = "registry+https://github.com/rust-lang/crates.io-index" 3571checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 3572dependencies = [ 3573 "ecdsa", 3574 "elliptic-curve", 3575 "primeorder", 3576 "sha2", 3577] 3578 3579[[package]] 3580name = "p384" 3581version = "0.13.1" 3582source = "registry+https://github.com/rust-lang/crates.io-index" 3583checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 3584dependencies = [ 3585 "elliptic-curve", 3586 "primeorder", 3587] 3588 3589[[package]] 3590name = "panic-message" 3591version = "0.3.0" 3592source = "registry+https://github.com/rust-lang/crates.io-index" 3593checksum = "384e52fd8fbd4cbe3c317e8216260c21a0f9134de108cea8a4dd4e7e152c472d" 3594 3595[[package]] 3596name = "parking" 3597version = "2.2.1" 3598source = "registry+https://github.com/rust-lang/crates.io-index" 3599checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3600 3601[[package]] 3602name = "parking_lot" 3603version = "0.12.3" 3604source = "registry+https://github.com/rust-lang/crates.io-index" 3605checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3606dependencies = [ 3607 "lock_api", 3608 "parking_lot_core", 3609] 3610 3611[[package]] 3612name = "parking_lot_core" 3613version = "0.9.10" 3614source = "registry+https://github.com/rust-lang/crates.io-index" 3615checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3616dependencies = [ 3617 "cfg-if", 3618 "libc", 3619 "redox_syscall", 3620 "smallvec", 3621 "windows-targets 0.52.6", 3622] 3623 3624[[package]] 3625name = "paste" 3626version = "1.0.15" 3627source = "registry+https://github.com/rust-lang/crates.io-index" 3628checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3629 3630[[package]] 3631name = "path-absolutize" 3632version = "3.1.1" 3633source = "registry+https://github.com/rust-lang/crates.io-index" 3634checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5" 3635dependencies = [ 3636 "path-dedot", 3637] 3638 3639[[package]] 3640name = "path-dedot" 3641version = "3.1.1" 3642source = "registry+https://github.com/rust-lang/crates.io-index" 3643checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397" 3644dependencies = [ 3645 "once_cell", 3646] 3647 3648[[package]] 3649name = "pem" 3650version = "3.0.5" 3651source = "registry+https://github.com/rust-lang/crates.io-index" 3652checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" 3653dependencies = [ 3654 "base64 0.22.1", 3655 "serde", 3656] 3657 3658[[package]] 3659name = "pem-rfc7468" 3660version = "0.7.0" 3661source = "registry+https://github.com/rust-lang/crates.io-index" 3662checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3663dependencies = [ 3664 "base64ct", 3665] 3666 3667[[package]] 3668name = "percent-encoding" 3669version = "2.3.1" 3670source = "registry+https://github.com/rust-lang/crates.io-index" 3671checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3672 3673[[package]] 3674name = "pest" 3675version = "2.8.1" 3676source = "registry+https://github.com/rust-lang/crates.io-index" 3677checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" 3678dependencies = [ 3679 "memchr", 3680 "thiserror 2.0.12", 3681 "ucd-trie", 3682] 3683 3684[[package]] 3685name = "pest_derive" 3686version = "2.8.1" 3687source = "registry+https://github.com/rust-lang/crates.io-index" 3688checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" 3689dependencies = [ 3690 "pest", 3691 "pest_generator", 3692] 3693 3694[[package]] 3695name = "pest_generator" 3696version = "2.8.1" 3697source = "registry+https://github.com/rust-lang/crates.io-index" 3698checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" 3699dependencies = [ 3700 "pest", 3701 "pest_meta", 3702 "proc-macro2", 3703 "quote", 3704 "syn 2.0.103", 3705] 3706 3707[[package]] 3708name = "pest_meta" 3709version = "2.8.1" 3710source = "registry+https://github.com/rust-lang/crates.io-index" 3711checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" 3712dependencies = [ 3713 "pest", 3714 "sha2", 3715] 3716 3717[[package]] 3718name = "pin-project" 3719version = "1.1.10" 3720source = "registry+https://github.com/rust-lang/crates.io-index" 3721checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 3722dependencies = [ 3723 "pin-project-internal", 3724] 3725 3726[[package]] 3727name = "pin-project-internal" 3728version = "1.1.10" 3729source = "registry+https://github.com/rust-lang/crates.io-index" 3730checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 3731dependencies = [ 3732 "proc-macro2", 3733 "quote", 3734 "syn 2.0.103", 3735] 3736 3737[[package]] 3738name = "pin-project-lite" 3739version = "0.2.16" 3740source = "registry+https://github.com/rust-lang/crates.io-index" 3741checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 3742 3743[[package]] 3744name = "pin-utils" 3745version = "0.1.0" 3746source = "registry+https://github.com/rust-lang/crates.io-index" 3747checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3748 3749[[package]] 3750name = "pkcs1" 3751version = "0.7.5" 3752source = "registry+https://github.com/rust-lang/crates.io-index" 3753checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 3754dependencies = [ 3755 "der", 3756 "pkcs8", 3757 "spki", 3758] 3759 3760[[package]] 3761name = "pkcs8" 3762version = "0.10.2" 3763source = "registry+https://github.com/rust-lang/crates.io-index" 3764checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3765dependencies = [ 3766 "der", 3767 "spki", 3768] 3769 3770[[package]] 3771name = "pkg-config" 3772version = "0.3.32" 3773source = "registry+https://github.com/rust-lang/crates.io-index" 3774checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 3775 3776[[package]] 3777name = "poem" 3778version = "3.1.12" 3779source = "registry+https://github.com/rust-lang/crates.io-index" 3780checksum = "9f977080932c87287147dca052951c3e2696f8759863f6b4e4c0c9ffe7a4cc8b" 3781dependencies = [ 3782 "base64 0.22.1", 3783 "bytes", 3784 "chrono", 3785 "futures-util", 3786 "headers", 3787 "http", 3788 "http-body-util", 3789 "httpdate", 3790 "hyper", 3791 "hyper-util", 3792 "mime", 3793 "mime_guess", 3794 "multer", 3795 "nix", 3796 "parking_lot", 3797 "percent-encoding", 3798 "pin-project-lite", 3799 "poem-derive", 3800 "quick-xml", 3801 "rcgen", 3802 "regex", 3803 "reqwest", 3804 "rfc7239", 3805 "ring", 3806 "rustls-pemfile", 3807 "serde", 3808 "serde_json", 3809 "serde_urlencoded", 3810 "serde_yaml", 3811 "smallvec", 3812 "sync_wrapper", 3813 "tempfile", 3814 "thiserror 2.0.12", 3815 "tokio", 3816 "tokio-rustls 0.26.2", 3817 "tokio-stream", 3818 "tokio-util", 3819 "tracing", 3820 "wildmatch", 3821 "x509-parser", 3822] 3823 3824[[package]] 3825name = "poem-derive" 3826version = "3.1.12" 3827source = "registry+https://github.com/rust-lang/crates.io-index" 3828checksum = "056e2fea6de1cb240ffe23cfc4fc370b629f8be83b5f27e16b7acd5231a72de4" 3829dependencies = [ 3830 "proc-macro-crate", 3831 "proc-macro2", 3832 "quote", 3833 "syn 2.0.103", 3834] 3835 3836[[package]] 3837name = "poem-openapi" 3838version = "5.1.16" 3839source = "registry+https://github.com/rust-lang/crates.io-index" 3840checksum = "1ccbcc395bf4dd03df1da32da351b6b6732e4074ce27ddec315650e52a2be44c" 3841dependencies = [ 3842 "base64 0.22.1", 3843 "bytes", 3844 "derive_more", 3845 "futures-util", 3846 "indexmap 2.9.0", 3847 "itertools 0.14.0", 3848 "mime", 3849 "num-traits", 3850 "poem", 3851 "poem-openapi-derive", 3852 "quick-xml", 3853 "regex", 3854 "serde", 3855 "serde_json", 3856 "serde_urlencoded", 3857 "serde_yaml", 3858 "thiserror 2.0.12", 3859 "tokio", 3860] 3861 3862[[package]] 3863name = "poem-openapi-derive" 3864version = "5.1.16" 3865source = "registry+https://github.com/rust-lang/crates.io-index" 3866checksum = "41273b691a3d467a8c44d05506afba9f7b6bd56c9cdf80123de13fe52d7ec587" 3867dependencies = [ 3868 "darling 0.20.11", 3869 "http", 3870 "indexmap 2.9.0", 3871 "mime", 3872 "proc-macro-crate", 3873 "proc-macro2", 3874 "quote", 3875 "regex", 3876 "syn 2.0.103", 3877 "thiserror 2.0.12", 3878] 3879 3880[[package]] 3881name = "portable-atomic" 3882version = "1.11.0" 3883source = "registry+https://github.com/rust-lang/crates.io-index" 3884checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 3885 3886[[package]] 3887name = "portable-atomic-util" 3888version = "0.2.4" 3889source = "registry+https://github.com/rust-lang/crates.io-index" 3890checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 3891dependencies = [ 3892 "portable-atomic", 3893] 3894 3895[[package]] 3896name = "powerfmt" 3897version = "0.2.0" 3898source = "registry+https://github.com/rust-lang/crates.io-index" 3899checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3900 3901[[package]] 3902name = "ppv-lite86" 3903version = "0.2.21" 3904source = "registry+https://github.com/rust-lang/crates.io-index" 3905checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3906dependencies = [ 3907 "zerocopy 0.8.24", 3908] 3909 3910[[package]] 3911name = "prettyplease" 3912version = "0.2.34" 3913source = "registry+https://github.com/rust-lang/crates.io-index" 3914checksum = "6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55" 3915dependencies = [ 3916 "proc-macro2", 3917 "syn 2.0.103", 3918] 3919 3920[[package]] 3921name = "primeorder" 3922version = "0.13.6" 3923source = "registry+https://github.com/rust-lang/crates.io-index" 3924checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 3925dependencies = [ 3926 "elliptic-curve", 3927] 3928 3929[[package]] 3930name = "proc-macro-crate" 3931version = "3.3.0" 3932source = "registry+https://github.com/rust-lang/crates.io-index" 3933checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" 3934dependencies = [ 3935 "toml_edit", 3936] 3937 3938[[package]] 3939name = "proc-macro2" 3940version = "1.0.94" 3941source = "registry+https://github.com/rust-lang/crates.io-index" 3942checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" 3943dependencies = [ 3944 "unicode-ident", 3945] 3946 3947[[package]] 3948name = "procfs" 3949version = "0.17.0" 3950source = "registry+https://github.com/rust-lang/crates.io-index" 3951checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" 3952dependencies = [ 3953 "bitflags", 3954 "hex", 3955 "procfs-core", 3956 "rustix 0.38.44", 3957] 3958 3959[[package]] 3960name = "procfs-core" 3961version = "0.17.0" 3962source = "registry+https://github.com/rust-lang/crates.io-index" 3963checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" 3964dependencies = [ 3965 "bitflags", 3966 "hex", 3967] 3968 3969[[package]] 3970name = "quanta" 3971version = "0.12.5" 3972source = "registry+https://github.com/rust-lang/crates.io-index" 3973checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e" 3974dependencies = [ 3975 "crossbeam-utils", 3976 "libc", 3977 "once_cell", 3978 "raw-cpuid", 3979 "wasi 0.11.0+wasi-snapshot-preview1", 3980 "web-sys", 3981 "winapi", 3982] 3983 3984[[package]] 3985name = "quick-xml" 3986version = "0.36.2" 3987source = "registry+https://github.com/rust-lang/crates.io-index" 3988checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" 3989dependencies = [ 3990 "memchr", 3991 "serde", 3992] 3993 3994[[package]] 3995name = "quick_cache" 3996version = "0.6.12" 3997source = "registry+https://github.com/rust-lang/crates.io-index" 3998checksum = "8f8ed0655cbaf18a26966142ad23b95d8ab47221c50c4f73a1db7d0d2d6e3da8" 3999dependencies = [ 4000 "equivalent", 4001 "hashbrown 0.15.2", 4002] 4003 4004[[package]] 4005name = "quinn" 4006version = "0.11.8" 4007source = "registry+https://github.com/rust-lang/crates.io-index" 4008checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" 4009dependencies = [ 4010 "bytes", 4011 "cfg_aliases", 4012 "pin-project-lite", 4013 "quinn-proto", 4014 "quinn-udp", 4015 "rustc-hash 2.1.1", 4016 "rustls 0.23.31", 4017 "socket2 0.5.9", 4018 "thiserror 2.0.12", 4019 "tokio", 4020 "tracing", 4021 "web-time", 4022] 4023 4024[[package]] 4025name = "quinn-proto" 4026version = "0.11.12" 4027source = "registry+https://github.com/rust-lang/crates.io-index" 4028checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" 4029dependencies = [ 4030 "bytes", 4031 "getrandom 0.3.3", 4032 "lru-slab", 4033 "rand 0.9.1", 4034 "ring", 4035 "rustc-hash 2.1.1", 4036 "rustls 0.23.31", 4037 "rustls-pki-types", 4038 "slab", 4039 "thiserror 2.0.12", 4040 "tinyvec", 4041 "tracing", 4042 "web-time", 4043] 4044 4045[[package]] 4046name = "quinn-udp" 4047version = "0.5.13" 4048source = "registry+https://github.com/rust-lang/crates.io-index" 4049checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970" 4050dependencies = [ 4051 "cfg_aliases", 4052 "libc", 4053 "once_cell", 4054 "socket2 0.5.9", 4055 "tracing", 4056 "windows-sys 0.52.0", 4057] 4058 4059[[package]] 4060name = "quote" 4061version = "1.0.40" 4062source = "registry+https://github.com/rust-lang/crates.io-index" 4063checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 4064dependencies = [ 4065 "proc-macro2", 4066] 4067 4068[[package]] 4069name = "r-efi" 4070version = "5.2.0" 4071source = "registry+https://github.com/rust-lang/crates.io-index" 4072checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 4073 4074[[package]] 4075name = "rand" 4076version = "0.8.5" 4077source = "registry+https://github.com/rust-lang/crates.io-index" 4078checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4079dependencies = [ 4080 "libc", 4081 "rand_chacha 0.3.1", 4082 "rand_core 0.6.4", 4083] 4084 4085[[package]] 4086name = "rand" 4087version = "0.9.1" 4088source = "registry+https://github.com/rust-lang/crates.io-index" 4089checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 4090dependencies = [ 4091 "rand_chacha 0.9.0", 4092 "rand_core 0.9.3", 4093] 4094 4095[[package]] 4096name = "rand_chacha" 4097version = "0.3.1" 4098source = "registry+https://github.com/rust-lang/crates.io-index" 4099checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4100dependencies = [ 4101 "ppv-lite86", 4102 "rand_core 0.6.4", 4103] 4104 4105[[package]] 4106name = "rand_chacha" 4107version = "0.9.0" 4108source = "registry+https://github.com/rust-lang/crates.io-index" 4109checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 4110dependencies = [ 4111 "ppv-lite86", 4112 "rand_core 0.9.3", 4113] 4114 4115[[package]] 4116name = "rand_core" 4117version = "0.6.4" 4118source = "registry+https://github.com/rust-lang/crates.io-index" 4119checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4120dependencies = [ 4121 "getrandom 0.2.15", 4122] 4123 4124[[package]] 4125name = "rand_core" 4126version = "0.9.3" 4127source = "registry+https://github.com/rust-lang/crates.io-index" 4128checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 4129dependencies = [ 4130 "getrandom 0.3.3", 4131] 4132 4133[[package]] 4134name = "rand_xoshiro" 4135version = "0.6.0" 4136source = "registry+https://github.com/rust-lang/crates.io-index" 4137checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 4138dependencies = [ 4139 "rand_core 0.6.4", 4140] 4141 4142[[package]] 4143name = "rand_xoshiro" 4144version = "0.7.0" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" 4147dependencies = [ 4148 "rand_core 0.9.3", 4149] 4150 4151[[package]] 4152name = "ratelimit" 4153version = "0.10.0" 4154source = "registry+https://github.com/rust-lang/crates.io-index" 4155checksum = "36ea961700fd7260e7fa3701c8287d901b2172c51f9c1421fa0f21d7f7e184b7" 4156dependencies = [ 4157 "clocksource", 4158 "parking_lot", 4159 "thiserror 1.0.69", 4160] 4161 4162[[package]] 4163name = "raw-cpuid" 4164version = "11.5.0" 4165source = "registry+https://github.com/rust-lang/crates.io-index" 4166checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" 4167dependencies = [ 4168 "bitflags", 4169] 4170 4171[[package]] 4172name = "rcgen" 4173version = "0.12.1" 4174source = "registry+https://github.com/rust-lang/crates.io-index" 4175checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1" 4176dependencies = [ 4177 "pem", 4178 "ring", 4179 "time", 4180 "yasna", 4181] 4182 4183[[package]] 4184name = "redox_syscall" 4185version = "0.5.11" 4186source = "registry+https://github.com/rust-lang/crates.io-index" 4187checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" 4188dependencies = [ 4189 "bitflags", 4190] 4191 4192[[package]] 4193name = "redox_users" 4194version = "0.4.6" 4195source = "registry+https://github.com/rust-lang/crates.io-index" 4196checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 4197dependencies = [ 4198 "getrandom 0.2.15", 4199 "libredox", 4200 "thiserror 1.0.69", 4201] 4202 4203[[package]] 4204name = "ref-cast" 4205version = "1.0.24" 4206source = "registry+https://github.com/rust-lang/crates.io-index" 4207checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 4208dependencies = [ 4209 "ref-cast-impl", 4210] 4211 4212[[package]] 4213name = "ref-cast-impl" 4214version = "1.0.24" 4215source = "registry+https://github.com/rust-lang/crates.io-index" 4216checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 4217dependencies = [ 4218 "proc-macro2", 4219 "quote", 4220 "syn 2.0.103", 4221] 4222 4223[[package]] 4224name = "regex" 4225version = "1.11.1" 4226source = "registry+https://github.com/rust-lang/crates.io-index" 4227checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 4228dependencies = [ 4229 "aho-corasick", 4230 "memchr", 4231 "regex-automata 0.4.9", 4232 "regex-syntax 0.8.5", 4233] 4234 4235[[package]] 4236name = "regex-automata" 4237version = "0.1.10" 4238source = "registry+https://github.com/rust-lang/crates.io-index" 4239checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 4240dependencies = [ 4241 "regex-syntax 0.6.29", 4242] 4243 4244[[package]] 4245name = "regex-automata" 4246version = "0.4.9" 4247source = "registry+https://github.com/rust-lang/crates.io-index" 4248checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 4249dependencies = [ 4250 "aho-corasick", 4251 "memchr", 4252 "regex-syntax 0.8.5", 4253] 4254 4255[[package]] 4256name = "regex-syntax" 4257version = "0.6.29" 4258source = "registry+https://github.com/rust-lang/crates.io-index" 4259checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 4260 4261[[package]] 4262name = "regex-syntax" 4263version = "0.8.5" 4264source = "registry+https://github.com/rust-lang/crates.io-index" 4265checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 4266 4267[[package]] 4268name = "reqwest" 4269version = "0.12.22" 4270source = "registry+https://github.com/rust-lang/crates.io-index" 4271checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" 4272dependencies = [ 4273 "async-compression", 4274 "base64 0.22.1", 4275 "bytes", 4276 "encoding_rs", 4277 "futures-core", 4278 "futures-util", 4279 "h2", 4280 "http", 4281 "http-body", 4282 "http-body-util", 4283 "hyper", 4284 "hyper-rustls", 4285 "hyper-tls", 4286 "hyper-util", 4287 "js-sys", 4288 "log", 4289 "mime", 4290 "native-tls", 4291 "percent-encoding", 4292 "pin-project-lite", 4293 "quinn", 4294 "rustls 0.23.31", 4295 "rustls-native-certs", 4296 "rustls-pki-types", 4297 "serde", 4298 "serde_json", 4299 "serde_urlencoded", 4300 "sync_wrapper", 4301 "tokio", 4302 "tokio-native-tls", 4303 "tokio-rustls 0.26.2", 4304 "tokio-util", 4305 "tower", 4306 "tower-http", 4307 "tower-service", 4308 "url", 4309 "wasm-bindgen", 4310 "wasm-bindgen-futures", 4311 "web-sys", 4312] 4313 4314[[package]] 4315name = "resolv-conf" 4316version = "0.7.4" 4317source = "registry+https://github.com/rust-lang/crates.io-index" 4318checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" 4319 4320[[package]] 4321name = "rfc6979" 4322version = "0.4.0" 4323source = "registry+https://github.com/rust-lang/crates.io-index" 4324checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 4325dependencies = [ 4326 "hmac", 4327 "subtle", 4328] 4329 4330[[package]] 4331name = "rfc7239" 4332version = "0.1.3" 4333source = "registry+https://github.com/rust-lang/crates.io-index" 4334checksum = "4a82f1d1e38e9a85bb58ffcfadf22ed6f2c94e8cd8581ec2b0f80a2a6858350f" 4335dependencies = [ 4336 "uncased", 4337] 4338 4339[[package]] 4340name = "ring" 4341version = "0.17.14" 4342source = "registry+https://github.com/rust-lang/crates.io-index" 4343checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 4344dependencies = [ 4345 "cc", 4346 "cfg-if", 4347 "getrandom 0.2.15", 4348 "libc", 4349 "untrusted", 4350 "windows-sys 0.52.0", 4351] 4352 4353[[package]] 4354name = "rlimit" 4355version = "0.10.2" 4356source = "registry+https://github.com/rust-lang/crates.io-index" 4357checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" 4358dependencies = [ 4359 "libc", 4360] 4361 4362[[package]] 4363name = "rocksdb" 4364version = "0.23.0" 4365source = "registry+https://github.com/rust-lang/crates.io-index" 4366checksum = "26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43" 4367dependencies = [ 4368 "libc", 4369 "librocksdb-sys", 4370] 4371 4372[[package]] 4373name = "rsa" 4374version = "0.9.8" 4375source = "registry+https://github.com/rust-lang/crates.io-index" 4376checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 4377dependencies = [ 4378 "const-oid", 4379 "digest", 4380 "num-bigint-dig", 4381 "num-integer", 4382 "num-traits", 4383 "pkcs1", 4384 "pkcs8", 4385 "rand_core 0.6.4", 4386 "signature", 4387 "spki", 4388 "subtle", 4389 "zeroize", 4390] 4391 4392[[package]] 4393name = "rustc-demangle" 4394version = "0.1.24" 4395source = "registry+https://github.com/rust-lang/crates.io-index" 4396checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 4397 4398[[package]] 4399name = "rustc-hash" 4400version = "1.1.0" 4401source = "registry+https://github.com/rust-lang/crates.io-index" 4402checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4403 4404[[package]] 4405name = "rustc-hash" 4406version = "2.1.1" 4407source = "registry+https://github.com/rust-lang/crates.io-index" 4408checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4409 4410[[package]] 4411name = "rustc_version" 4412version = "0.4.1" 4413source = "registry+https://github.com/rust-lang/crates.io-index" 4414checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4415dependencies = [ 4416 "semver", 4417] 4418 4419[[package]] 4420name = "rusticata-macros" 4421version = "4.1.0" 4422source = "registry+https://github.com/rust-lang/crates.io-index" 4423checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 4424dependencies = [ 4425 "nom", 4426] 4427 4428[[package]] 4429name = "rustix" 4430version = "0.38.44" 4431source = "registry+https://github.com/rust-lang/crates.io-index" 4432checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 4433dependencies = [ 4434 "bitflags", 4435 "errno", 4436 "libc", 4437 "linux-raw-sys 0.4.15", 4438 "windows-sys 0.52.0", 4439] 4440 4441[[package]] 4442name = "rustix" 4443version = "1.0.5" 4444source = "registry+https://github.com/rust-lang/crates.io-index" 4445checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" 4446dependencies = [ 4447 "bitflags", 4448 "errno", 4449 "libc", 4450 "linux-raw-sys 0.9.4", 4451 "windows-sys 0.52.0", 4452] 4453 4454[[package]] 4455name = "rustls" 4456version = "0.22.4" 4457source = "registry+https://github.com/rust-lang/crates.io-index" 4458checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 4459dependencies = [ 4460 "log", 4461 "ring", 4462 "rustls-pki-types", 4463 "rustls-webpki 0.102.8", 4464 "subtle", 4465 "zeroize", 4466] 4467 4468[[package]] 4469name = "rustls" 4470version = "0.23.31" 4471source = "registry+https://github.com/rust-lang/crates.io-index" 4472checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" 4473dependencies = [ 4474 "aws-lc-rs", 4475 "log", 4476 "once_cell", 4477 "ring", 4478 "rustls-pki-types", 4479 "rustls-webpki 0.103.4", 4480 "subtle", 4481 "zeroize", 4482] 4483 4484[[package]] 4485name = "rustls-native-certs" 4486version = "0.8.1" 4487source = "registry+https://github.com/rust-lang/crates.io-index" 4488checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 4489dependencies = [ 4490 "openssl-probe", 4491 "rustls-pki-types", 4492 "schannel", 4493 "security-framework 3.2.0", 4494] 4495 4496[[package]] 4497name = "rustls-pemfile" 4498version = "2.2.0" 4499source = "registry+https://github.com/rust-lang/crates.io-index" 4500checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 4501dependencies = [ 4502 "rustls-pki-types", 4503] 4504 4505[[package]] 4506name = "rustls-pki-types" 4507version = "1.12.0" 4508source = "registry+https://github.com/rust-lang/crates.io-index" 4509checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 4510dependencies = [ 4511 "web-time", 4512 "zeroize", 4513] 4514 4515[[package]] 4516name = "rustls-webpki" 4517version = "0.102.8" 4518source = "registry+https://github.com/rust-lang/crates.io-index" 4519checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 4520dependencies = [ 4521 "ring", 4522 "rustls-pki-types", 4523 "untrusted", 4524] 4525 4526[[package]] 4527name = "rustls-webpki" 4528version = "0.103.4" 4529source = "registry+https://github.com/rust-lang/crates.io-index" 4530checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" 4531dependencies = [ 4532 "aws-lc-rs", 4533 "ring", 4534 "rustls-pki-types", 4535 "untrusted", 4536] 4537 4538[[package]] 4539name = "rustversion" 4540version = "1.0.20" 4541source = "registry+https://github.com/rust-lang/crates.io-index" 4542checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 4543 4544[[package]] 4545name = "ryu" 4546version = "1.0.20" 4547source = "registry+https://github.com/rust-lang/crates.io-index" 4548checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 4549 4550[[package]] 4551name = "same-file" 4552version = "1.0.6" 4553source = "registry+https://github.com/rust-lang/crates.io-index" 4554checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4555dependencies = [ 4556 "winapi-util", 4557] 4558 4559[[package]] 4560name = "schannel" 4561version = "0.1.27" 4562source = "registry+https://github.com/rust-lang/crates.io-index" 4563checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 4564dependencies = [ 4565 "windows-sys 0.59.0", 4566] 4567 4568[[package]] 4569name = "schemars" 4570version = "0.8.22" 4571source = "registry+https://github.com/rust-lang/crates.io-index" 4572checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" 4573dependencies = [ 4574 "chrono", 4575 "dyn-clone", 4576 "schemars_derive", 4577 "serde", 4578 "serde_json", 4579 "uuid", 4580] 4581 4582[[package]] 4583name = "schemars_derive" 4584version = "0.8.22" 4585source = "registry+https://github.com/rust-lang/crates.io-index" 4586checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" 4587dependencies = [ 4588 "proc-macro2", 4589 "quote", 4590 "serde_derive_internals", 4591 "syn 2.0.103", 4592] 4593 4594[[package]] 4595name = "scoped-tls" 4596version = "1.0.1" 4597source = "registry+https://github.com/rust-lang/crates.io-index" 4598checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4599 4600[[package]] 4601name = "scopeguard" 4602version = "1.2.0" 4603source = "registry+https://github.com/rust-lang/crates.io-index" 4604checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4605 4606[[package]] 4607name = "sec1" 4608version = "0.7.3" 4609source = "registry+https://github.com/rust-lang/crates.io-index" 4610checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 4611dependencies = [ 4612 "base16ct", 4613 "der", 4614 "generic-array", 4615 "pkcs8", 4616 "subtle", 4617 "zeroize", 4618] 4619 4620[[package]] 4621name = "security-framework" 4622version = "2.11.1" 4623source = "registry+https://github.com/rust-lang/crates.io-index" 4624checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 4625dependencies = [ 4626 "bitflags", 4627 "core-foundation 0.9.4", 4628 "core-foundation-sys", 4629 "libc", 4630 "security-framework-sys", 4631] 4632 4633[[package]] 4634name = "security-framework" 4635version = "3.2.0" 4636source = "registry+https://github.com/rust-lang/crates.io-index" 4637checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" 4638dependencies = [ 4639 "bitflags", 4640 "core-foundation 0.10.1", 4641 "core-foundation-sys", 4642 "libc", 4643 "security-framework-sys", 4644] 4645 4646[[package]] 4647name = "security-framework-sys" 4648version = "2.14.0" 4649source = "registry+https://github.com/rust-lang/crates.io-index" 4650checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 4651dependencies = [ 4652 "core-foundation-sys", 4653 "libc", 4654] 4655 4656[[package]] 4657name = "self_cell" 4658version = "1.1.0" 4659source = "registry+https://github.com/rust-lang/crates.io-index" 4660checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe" 4661 4662[[package]] 4663name = "semver" 4664version = "1.0.26" 4665source = "registry+https://github.com/rust-lang/crates.io-index" 4666checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 4667 4668[[package]] 4669name = "serde" 4670version = "1.0.219" 4671source = "registry+https://github.com/rust-lang/crates.io-index" 4672checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 4673dependencies = [ 4674 "serde_derive", 4675] 4676 4677[[package]] 4678name = "serde_bytes" 4679version = "0.11.17" 4680source = "registry+https://github.com/rust-lang/crates.io-index" 4681checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 4682dependencies = [ 4683 "serde", 4684] 4685 4686[[package]] 4687name = "serde_derive" 4688version = "1.0.219" 4689source = "registry+https://github.com/rust-lang/crates.io-index" 4690checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 4691dependencies = [ 4692 "proc-macro2", 4693 "quote", 4694 "syn 2.0.103", 4695] 4696 4697[[package]] 4698name = "serde_derive_internals" 4699version = "0.29.1" 4700source = "registry+https://github.com/rust-lang/crates.io-index" 4701checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 4702dependencies = [ 4703 "proc-macro2", 4704 "quote", 4705 "syn 2.0.103", 4706] 4707 4708[[package]] 4709name = "serde_html_form" 4710version = "0.2.7" 4711source = "registry+https://github.com/rust-lang/crates.io-index" 4712checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4" 4713dependencies = [ 4714 "form_urlencoded", 4715 "indexmap 2.9.0", 4716 "itoa", 4717 "ryu", 4718 "serde", 4719] 4720 4721[[package]] 4722name = "serde_json" 4723version = "1.0.141" 4724source = "registry+https://github.com/rust-lang/crates.io-index" 4725checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" 4726dependencies = [ 4727 "itoa", 4728 "memchr", 4729 "ryu", 4730 "serde", 4731] 4732 4733[[package]] 4734name = "serde_path_to_error" 4735version = "0.1.17" 4736source = "registry+https://github.com/rust-lang/crates.io-index" 4737checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 4738dependencies = [ 4739 "itoa", 4740 "serde", 4741] 4742 4743[[package]] 4744name = "serde_qs" 4745version = "1.0.0-rc.3" 4746source = "registry+https://github.com/rust-lang/crates.io-index" 4747checksum = "4cb0b9062a400c31442e67d1f2b1e7746bebd691110ebee1b7d0c7293b04fab1" 4748dependencies = [ 4749 "itoa", 4750 "percent-encoding", 4751 "ryu", 4752 "serde", 4753 "thiserror 2.0.12", 4754] 4755 4756[[package]] 4757name = "serde_spanned" 4758version = "0.6.9" 4759source = "registry+https://github.com/rust-lang/crates.io-index" 4760checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 4761dependencies = [ 4762 "serde", 4763] 4764 4765[[package]] 4766name = "serde_tokenstream" 4767version = "0.2.2" 4768source = "registry+https://github.com/rust-lang/crates.io-index" 4769checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" 4770dependencies = [ 4771 "proc-macro2", 4772 "quote", 4773 "serde", 4774 "syn 2.0.103", 4775] 4776 4777[[package]] 4778name = "serde_urlencoded" 4779version = "0.7.1" 4780source = "registry+https://github.com/rust-lang/crates.io-index" 4781checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4782dependencies = [ 4783 "form_urlencoded", 4784 "itoa", 4785 "ryu", 4786 "serde", 4787] 4788 4789[[package]] 4790name = "serde_with" 4791version = "3.12.0" 4792source = "registry+https://github.com/rust-lang/crates.io-index" 4793checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" 4794dependencies = [ 4795 "base64 0.22.1", 4796 "chrono", 4797 "hex", 4798 "indexmap 1.9.3", 4799 "indexmap 2.9.0", 4800 "serde", 4801 "serde_derive", 4802 "serde_json", 4803 "serde_with_macros", 4804 "time", 4805] 4806 4807[[package]] 4808name = "serde_with_macros" 4809version = "3.12.0" 4810source = "registry+https://github.com/rust-lang/crates.io-index" 4811checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" 4812dependencies = [ 4813 "darling 0.20.11", 4814 "proc-macro2", 4815 "quote", 4816 "syn 2.0.103", 4817] 4818 4819[[package]] 4820name = "serde_yaml" 4821version = "0.9.34+deprecated" 4822source = "registry+https://github.com/rust-lang/crates.io-index" 4823checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 4824dependencies = [ 4825 "indexmap 2.9.0", 4826 "itoa", 4827 "ryu", 4828 "serde", 4829 "unsafe-libyaml", 4830] 4831 4832[[package]] 4833name = "sha1" 4834version = "0.10.6" 4835source = "registry+https://github.com/rust-lang/crates.io-index" 4836checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4837dependencies = [ 4838 "cfg-if", 4839 "cpufeatures", 4840 "digest", 4841] 4842 4843[[package]] 4844name = "sha2" 4845version = "0.10.9" 4846source = "registry+https://github.com/rust-lang/crates.io-index" 4847checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 4848dependencies = [ 4849 "cfg-if", 4850 "cpufeatures", 4851 "digest", 4852] 4853 4854[[package]] 4855name = "sharded-slab" 4856version = "0.1.7" 4857source = "registry+https://github.com/rust-lang/crates.io-index" 4858checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4859dependencies = [ 4860 "lazy_static", 4861] 4862 4863[[package]] 4864name = "shlex" 4865version = "1.3.0" 4866source = "registry+https://github.com/rust-lang/crates.io-index" 4867checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4868 4869[[package]] 4870name = "signal-hook-registry" 4871version = "1.4.2" 4872source = "registry+https://github.com/rust-lang/crates.io-index" 4873checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 4874dependencies = [ 4875 "libc", 4876] 4877 4878[[package]] 4879name = "signature" 4880version = "2.2.0" 4881source = "registry+https://github.com/rust-lang/crates.io-index" 4882checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4883dependencies = [ 4884 "digest", 4885 "rand_core 0.6.4", 4886] 4887 4888[[package]] 4889name = "simple_asn1" 4890version = "0.6.3" 4891source = "registry+https://github.com/rust-lang/crates.io-index" 4892checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" 4893dependencies = [ 4894 "num-bigint", 4895 "num-traits", 4896 "thiserror 2.0.12", 4897 "time", 4898] 4899 4900[[package]] 4901name = "sketches-ddsketch" 4902version = "0.3.0" 4903source = "registry+https://github.com/rust-lang/crates.io-index" 4904checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" 4905 4906[[package]] 4907name = "slab" 4908version = "0.4.9" 4909source = "registry+https://github.com/rust-lang/crates.io-index" 4910checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4911dependencies = [ 4912 "autocfg", 4913] 4914 4915[[package]] 4916name = "slingshot" 4917version = "0.1.0" 4918dependencies = [ 4919 "atrium-api", 4920 "atrium-common", 4921 "atrium-identity", 4922 "atrium-oauth", 4923 "clap", 4924 "ctrlc", 4925 "foyer", 4926 "hickory-resolver", 4927 "jetstream", 4928 "links", 4929 "log", 4930 "metrics", 4931 "metrics-exporter-prometheus 0.17.2", 4932 "poem", 4933 "poem-openapi", 4934 "reqwest", 4935 "rustls 0.23.31", 4936 "serde", 4937 "serde_json", 4938 "thiserror 2.0.12", 4939 "time", 4940 "tokio", 4941 "tokio-util", 4942 "tracing-subscriber", 4943 "url", 4944] 4945 4946[[package]] 4947name = "slog" 4948version = "2.7.0" 4949source = "registry+https://github.com/rust-lang/crates.io-index" 4950checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" 4951 4952[[package]] 4953name = "slog-async" 4954version = "2.8.0" 4955source = "registry+https://github.com/rust-lang/crates.io-index" 4956checksum = "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84" 4957dependencies = [ 4958 "crossbeam-channel", 4959 "slog", 4960 "take_mut", 4961 "thread_local", 4962] 4963 4964[[package]] 4965name = "slog-bunyan" 4966version = "2.5.0" 4967source = "registry+https://github.com/rust-lang/crates.io-index" 4968checksum = "dcaaf6e68789d3f0411f1e72bc443214ef252a1038b6e344836e50442541f190" 4969dependencies = [ 4970 "hostname 0.3.1", 4971 "slog", 4972 "slog-json", 4973 "time", 4974] 4975 4976[[package]] 4977name = "slog-json" 4978version = "2.6.1" 4979source = "registry+https://github.com/rust-lang/crates.io-index" 4980checksum = "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219" 4981dependencies = [ 4982 "serde", 4983 "serde_json", 4984 "slog", 4985 "time", 4986] 4987 4988[[package]] 4989name = "slog-term" 4990version = "2.9.1" 4991source = "registry+https://github.com/rust-lang/crates.io-index" 4992checksum = "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8" 4993dependencies = [ 4994 "is-terminal", 4995 "slog", 4996 "term", 4997 "thread_local", 4998 "time", 4999] 5000 5001[[package]] 5002name = "smallvec" 5003version = "1.15.0" 5004source = "registry+https://github.com/rust-lang/crates.io-index" 5005checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 5006 5007[[package]] 5008name = "socket2" 5009version = "0.5.9" 5010source = "registry+https://github.com/rust-lang/crates.io-index" 5011checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 5012dependencies = [ 5013 "libc", 5014 "windows-sys 0.52.0", 5015] 5016 5017[[package]] 5018name = "socket2" 5019version = "0.6.0" 5020source = "registry+https://github.com/rust-lang/crates.io-index" 5021checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 5022dependencies = [ 5023 "libc", 5024 "windows-sys 0.59.0", 5025] 5026 5027[[package]] 5028name = "spacedust" 5029version = "0.1.0" 5030dependencies = [ 5031 "async-trait", 5032 "clap", 5033 "ctrlc", 5034 "dropshot", 5035 "env_logger", 5036 "futures", 5037 "http", 5038 "jetstream", 5039 "links", 5040 "log", 5041 "metrics", 5042 "metrics-exporter-prometheus 0.17.2", 5043 "rand 0.9.1", 5044 "schemars", 5045 "semver", 5046 "serde", 5047 "serde_json", 5048 "serde_qs", 5049 "thiserror 2.0.12", 5050 "tinyjson", 5051 "tokio", 5052 "tokio-tungstenite 0.27.0", 5053 "tokio-util", 5054] 5055 5056[[package]] 5057name = "spin" 5058version = "0.9.8" 5059source = "registry+https://github.com/rust-lang/crates.io-index" 5060checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 5061dependencies = [ 5062 "lock_api", 5063] 5064 5065[[package]] 5066name = "spki" 5067version = "0.7.3" 5068source = "registry+https://github.com/rust-lang/crates.io-index" 5069checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 5070dependencies = [ 5071 "base64ct", 5072 "der", 5073] 5074 5075[[package]] 5076name = "stable_deref_trait" 5077version = "1.2.0" 5078source = "registry+https://github.com/rust-lang/crates.io-index" 5079checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 5080 5081[[package]] 5082name = "std-semaphore" 5083version = "0.1.0" 5084source = "registry+https://github.com/rust-lang/crates.io-index" 5085checksum = "33ae9eec00137a8eed469fb4148acd9fc6ac8c3f9b110f52cd34698c8b5bfa0e" 5086 5087[[package]] 5088name = "strsim" 5089version = "0.10.0" 5090source = "registry+https://github.com/rust-lang/crates.io-index" 5091checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 5092 5093[[package]] 5094name = "strsim" 5095version = "0.11.1" 5096source = "registry+https://github.com/rust-lang/crates.io-index" 5097checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 5098 5099[[package]] 5100name = "subtle" 5101version = "2.6.1" 5102source = "registry+https://github.com/rust-lang/crates.io-index" 5103checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 5104 5105[[package]] 5106name = "syn" 5107version = "1.0.109" 5108source = "registry+https://github.com/rust-lang/crates.io-index" 5109checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5110dependencies = [ 5111 "proc-macro2", 5112 "quote", 5113 "unicode-ident", 5114] 5115 5116[[package]] 5117name = "syn" 5118version = "2.0.103" 5119source = "registry+https://github.com/rust-lang/crates.io-index" 5120checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8" 5121dependencies = [ 5122 "proc-macro2", 5123 "quote", 5124 "unicode-ident", 5125] 5126 5127[[package]] 5128name = "sync_wrapper" 5129version = "1.0.2" 5130source = "registry+https://github.com/rust-lang/crates.io-index" 5131checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 5132dependencies = [ 5133 "futures-core", 5134] 5135 5136[[package]] 5137name = "synstructure" 5138version = "0.13.1" 5139source = "registry+https://github.com/rust-lang/crates.io-index" 5140checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 5141dependencies = [ 5142 "proc-macro2", 5143 "quote", 5144 "syn 2.0.103", 5145] 5146 5147[[package]] 5148name = "system-configuration" 5149version = "0.6.1" 5150source = "registry+https://github.com/rust-lang/crates.io-index" 5151checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 5152dependencies = [ 5153 "bitflags", 5154 "core-foundation 0.9.4", 5155 "system-configuration-sys", 5156] 5157 5158[[package]] 5159name = "system-configuration-sys" 5160version = "0.6.0" 5161source = "registry+https://github.com/rust-lang/crates.io-index" 5162checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 5163dependencies = [ 5164 "core-foundation-sys", 5165 "libc", 5166] 5167 5168[[package]] 5169name = "tagptr" 5170version = "0.2.0" 5171source = "registry+https://github.com/rust-lang/crates.io-index" 5172checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 5173 5174[[package]] 5175name = "take_mut" 5176version = "0.2.2" 5177source = "registry+https://github.com/rust-lang/crates.io-index" 5178checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" 5179 5180[[package]] 5181name = "tempfile" 5182version = "3.19.1" 5183source = "registry+https://github.com/rust-lang/crates.io-index" 5184checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 5185dependencies = [ 5186 "fastrand", 5187 "getrandom 0.3.3", 5188 "once_cell", 5189 "rustix 1.0.5", 5190 "windows-sys 0.52.0", 5191] 5192 5193[[package]] 5194name = "term" 5195version = "0.7.0" 5196source = "registry+https://github.com/rust-lang/crates.io-index" 5197checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 5198dependencies = [ 5199 "dirs-next", 5200 "rustversion", 5201 "winapi", 5202] 5203 5204[[package]] 5205name = "thiserror" 5206version = "1.0.69" 5207source = "registry+https://github.com/rust-lang/crates.io-index" 5208checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 5209dependencies = [ 5210 "thiserror-impl 1.0.69", 5211] 5212 5213[[package]] 5214name = "thiserror" 5215version = "2.0.12" 5216source = "registry+https://github.com/rust-lang/crates.io-index" 5217checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 5218dependencies = [ 5219 "thiserror-impl 2.0.12", 5220] 5221 5222[[package]] 5223name = "thiserror-impl" 5224version = "1.0.69" 5225source = "registry+https://github.com/rust-lang/crates.io-index" 5226checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 5227dependencies = [ 5228 "proc-macro2", 5229 "quote", 5230 "syn 2.0.103", 5231] 5232 5233[[package]] 5234name = "thiserror-impl" 5235version = "2.0.12" 5236source = "registry+https://github.com/rust-lang/crates.io-index" 5237checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 5238dependencies = [ 5239 "proc-macro2", 5240 "quote", 5241 "syn 2.0.103", 5242] 5243 5244[[package]] 5245name = "thread_local" 5246version = "1.1.8" 5247source = "registry+https://github.com/rust-lang/crates.io-index" 5248checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 5249dependencies = [ 5250 "cfg-if", 5251 "once_cell", 5252] 5253 5254[[package]] 5255name = "tikv-jemalloc-sys" 5256version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" 5257source = "registry+https://github.com/rust-lang/crates.io-index" 5258checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" 5259dependencies = [ 5260 "cc", 5261 "libc", 5262] 5263 5264[[package]] 5265name = "tikv-jemallocator" 5266version = "0.6.0" 5267source = "registry+https://github.com/rust-lang/crates.io-index" 5268checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" 5269dependencies = [ 5270 "libc", 5271 "tikv-jemalloc-sys", 5272] 5273 5274[[package]] 5275name = "time" 5276version = "0.3.41" 5277source = "registry+https://github.com/rust-lang/crates.io-index" 5278checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 5279dependencies = [ 5280 "deranged", 5281 "itoa", 5282 "libc", 5283 "num-conv", 5284 "num_threads", 5285 "powerfmt", 5286 "serde", 5287 "time-core", 5288 "time-macros", 5289] 5290 5291[[package]] 5292name = "time-core" 5293version = "0.1.4" 5294source = "registry+https://github.com/rust-lang/crates.io-index" 5295checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 5296 5297[[package]] 5298name = "time-macros" 5299version = "0.2.22" 5300source = "registry+https://github.com/rust-lang/crates.io-index" 5301checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 5302dependencies = [ 5303 "num-conv", 5304 "time-core", 5305] 5306 5307[[package]] 5308name = "tinyjson" 5309version = "2.5.1" 5310source = "registry+https://github.com/rust-lang/crates.io-index" 5311checksum = "9ab95735ea2c8fd51154d01e39cf13912a78071c2d89abc49a7ef102a7dd725a" 5312 5313[[package]] 5314name = "tinystr" 5315version = "0.7.6" 5316source = "registry+https://github.com/rust-lang/crates.io-index" 5317checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 5318dependencies = [ 5319 "displaydoc", 5320 "zerovec", 5321] 5322 5323[[package]] 5324name = "tinyvec" 5325version = "1.9.0" 5326source = "registry+https://github.com/rust-lang/crates.io-index" 5327checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 5328dependencies = [ 5329 "tinyvec_macros", 5330] 5331 5332[[package]] 5333name = "tinyvec_macros" 5334version = "0.1.1" 5335source = "registry+https://github.com/rust-lang/crates.io-index" 5336checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5337 5338[[package]] 5339name = "tokio" 5340version = "1.47.0" 5341source = "registry+https://github.com/rust-lang/crates.io-index" 5342checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" 5343dependencies = [ 5344 "backtrace", 5345 "bytes", 5346 "io-uring", 5347 "libc", 5348 "mio", 5349 "parking_lot", 5350 "pin-project-lite", 5351 "signal-hook-registry", 5352 "slab", 5353 "socket2 0.6.0", 5354 "tokio-macros", 5355 "windows-sys 0.59.0", 5356] 5357 5358[[package]] 5359name = "tokio-macros" 5360version = "2.5.0" 5361source = "registry+https://github.com/rust-lang/crates.io-index" 5362checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 5363dependencies = [ 5364 "proc-macro2", 5365 "quote", 5366 "syn 2.0.103", 5367] 5368 5369[[package]] 5370name = "tokio-native-tls" 5371version = "0.3.1" 5372source = "registry+https://github.com/rust-lang/crates.io-index" 5373checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 5374dependencies = [ 5375 "native-tls", 5376 "tokio", 5377] 5378 5379[[package]] 5380name = "tokio-rustls" 5381version = "0.25.0" 5382source = "registry+https://github.com/rust-lang/crates.io-index" 5383checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 5384dependencies = [ 5385 "rustls 0.22.4", 5386 "rustls-pki-types", 5387 "tokio", 5388] 5389 5390[[package]] 5391name = "tokio-rustls" 5392version = "0.26.2" 5393source = "registry+https://github.com/rust-lang/crates.io-index" 5394checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 5395dependencies = [ 5396 "rustls 0.23.31", 5397 "tokio", 5398] 5399 5400[[package]] 5401name = "tokio-stream" 5402version = "0.1.17" 5403source = "registry+https://github.com/rust-lang/crates.io-index" 5404checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 5405dependencies = [ 5406 "futures-core", 5407 "pin-project-lite", 5408 "tokio", 5409] 5410 5411[[package]] 5412name = "tokio-tungstenite" 5413version = "0.26.2" 5414source = "registry+https://github.com/rust-lang/crates.io-index" 5415checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 5416dependencies = [ 5417 "futures-util", 5418 "log", 5419 "native-tls", 5420 "tokio", 5421 "tokio-native-tls", 5422 "tungstenite 0.26.2", 5423] 5424 5425[[package]] 5426name = "tokio-tungstenite" 5427version = "0.27.0" 5428source = "registry+https://github.com/rust-lang/crates.io-index" 5429checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1" 5430dependencies = [ 5431 "futures-util", 5432 "log", 5433 "tokio", 5434 "tungstenite 0.27.0", 5435] 5436 5437[[package]] 5438name = "tokio-util" 5439version = "0.7.15" 5440source = "registry+https://github.com/rust-lang/crates.io-index" 5441checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 5442dependencies = [ 5443 "bytes", 5444 "futures-core", 5445 "futures-sink", 5446 "pin-project-lite", 5447 "tokio", 5448] 5449 5450[[package]] 5451name = "toml" 5452version = "0.8.23" 5453source = "registry+https://github.com/rust-lang/crates.io-index" 5454checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 5455dependencies = [ 5456 "serde", 5457 "serde_spanned", 5458 "toml_datetime", 5459 "toml_edit", 5460] 5461 5462[[package]] 5463name = "toml_datetime" 5464version = "0.6.11" 5465source = "registry+https://github.com/rust-lang/crates.io-index" 5466checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 5467dependencies = [ 5468 "serde", 5469] 5470 5471[[package]] 5472name = "toml_edit" 5473version = "0.22.27" 5474source = "registry+https://github.com/rust-lang/crates.io-index" 5475checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 5476dependencies = [ 5477 "indexmap 2.9.0", 5478 "serde", 5479 "serde_spanned", 5480 "toml_datetime", 5481 "toml_write", 5482 "winnow", 5483] 5484 5485[[package]] 5486name = "toml_write" 5487version = "0.1.2" 5488source = "registry+https://github.com/rust-lang/crates.io-index" 5489checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 5490 5491[[package]] 5492name = "tower" 5493version = "0.5.2" 5494source = "registry+https://github.com/rust-lang/crates.io-index" 5495checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 5496dependencies = [ 5497 "futures-core", 5498 "futures-util", 5499 "pin-project-lite", 5500 "sync_wrapper", 5501 "tokio", 5502 "tower-layer", 5503 "tower-service", 5504 "tracing", 5505] 5506 5507[[package]] 5508name = "tower-http" 5509version = "0.6.6" 5510source = "registry+https://github.com/rust-lang/crates.io-index" 5511checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 5512dependencies = [ 5513 "bitflags", 5514 "bytes", 5515 "futures-util", 5516 "http", 5517 "http-body", 5518 "iri-string", 5519 "pin-project-lite", 5520 "tower", 5521 "tower-layer", 5522 "tower-service", 5523] 5524 5525[[package]] 5526name = "tower-layer" 5527version = "0.3.3" 5528source = "registry+https://github.com/rust-lang/crates.io-index" 5529checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 5530 5531[[package]] 5532name = "tower-service" 5533version = "0.3.3" 5534source = "registry+https://github.com/rust-lang/crates.io-index" 5535checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5536 5537[[package]] 5538name = "tracing" 5539version = "0.1.41" 5540source = "registry+https://github.com/rust-lang/crates.io-index" 5541checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 5542dependencies = [ 5543 "log", 5544 "pin-project-lite", 5545 "tracing-attributes", 5546 "tracing-core", 5547] 5548 5549[[package]] 5550name = "tracing-attributes" 5551version = "0.1.30" 5552source = "registry+https://github.com/rust-lang/crates.io-index" 5553checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 5554dependencies = [ 5555 "proc-macro2", 5556 "quote", 5557 "syn 2.0.103", 5558] 5559 5560[[package]] 5561name = "tracing-core" 5562version = "0.1.33" 5563source = "registry+https://github.com/rust-lang/crates.io-index" 5564checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 5565dependencies = [ 5566 "once_cell", 5567 "valuable", 5568] 5569 5570[[package]] 5571name = "tracing-log" 5572version = "0.2.0" 5573source = "registry+https://github.com/rust-lang/crates.io-index" 5574checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5575dependencies = [ 5576 "log", 5577 "once_cell", 5578 "tracing-core", 5579] 5580 5581[[package]] 5582name = "tracing-subscriber" 5583version = "0.3.19" 5584source = "registry+https://github.com/rust-lang/crates.io-index" 5585checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 5586dependencies = [ 5587 "matchers", 5588 "nu-ansi-term", 5589 "once_cell", 5590 "regex", 5591 "sharded-slab", 5592 "smallvec", 5593 "thread_local", 5594 "tracing", 5595 "tracing-core", 5596 "tracing-log", 5597] 5598 5599[[package]] 5600name = "trait-variant" 5601version = "0.1.2" 5602source = "registry+https://github.com/rust-lang/crates.io-index" 5603checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 5604dependencies = [ 5605 "proc-macro2", 5606 "quote", 5607 "syn 2.0.103", 5608] 5609 5610[[package]] 5611name = "try-lock" 5612version = "0.2.5" 5613source = "registry+https://github.com/rust-lang/crates.io-index" 5614checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5615 5616[[package]] 5617name = "tungstenite" 5618version = "0.26.2" 5619source = "registry+https://github.com/rust-lang/crates.io-index" 5620checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 5621dependencies = [ 5622 "bytes", 5623 "data-encoding", 5624 "http", 5625 "httparse", 5626 "log", 5627 "native-tls", 5628 "rand 0.9.1", 5629 "sha1", 5630 "thiserror 2.0.12", 5631 "url", 5632 "utf-8", 5633] 5634 5635[[package]] 5636name = "tungstenite" 5637version = "0.27.0" 5638source = "registry+https://github.com/rust-lang/crates.io-index" 5639checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" 5640dependencies = [ 5641 "bytes", 5642 "data-encoding", 5643 "http", 5644 "httparse", 5645 "log", 5646 "rand 0.9.1", 5647 "sha1", 5648 "thiserror 2.0.12", 5649 "utf-8", 5650] 5651 5652[[package]] 5653name = "twox-hash" 5654version = "2.1.1" 5655source = "registry+https://github.com/rust-lang/crates.io-index" 5656checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56" 5657dependencies = [ 5658 "rand 0.9.1", 5659] 5660 5661[[package]] 5662name = "typenum" 5663version = "1.18.0" 5664source = "registry+https://github.com/rust-lang/crates.io-index" 5665checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 5666 5667[[package]] 5668name = "ucd-trie" 5669version = "0.1.7" 5670source = "registry+https://github.com/rust-lang/crates.io-index" 5671checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 5672 5673[[package]] 5674name = "ufos" 5675version = "0.1.0" 5676dependencies = [ 5677 "anyhow", 5678 "async-trait", 5679 "base64 0.22.1", 5680 "bincode 2.0.1", 5681 "cardinality-estimator-safe", 5682 "chrono", 5683 "clap", 5684 "dropshot", 5685 "env_logger", 5686 "fjall", 5687 "getrandom 0.3.3", 5688 "http", 5689 "jetstream", 5690 "log", 5691 "lsm-tree", 5692 "metrics", 5693 "metrics-exporter-prometheus 0.17.2", 5694 "schemars", 5695 "semver", 5696 "serde", 5697 "serde_json", 5698 "serde_qs", 5699 "sha2", 5700 "tempfile", 5701 "thiserror 2.0.12", 5702 "tikv-jemallocator", 5703 "tokio", 5704 "tokio-util", 5705] 5706 5707[[package]] 5708name = "ufos-fuzz" 5709version = "0.0.0" 5710dependencies = [ 5711 "bincode 2.0.1", 5712 "cardinality-estimator", 5713 "jetstream", 5714 "libfuzzer-sys", 5715 "tikv-jemallocator", 5716 "ufos", 5717] 5718 5719[[package]] 5720name = "uncased" 5721version = "0.9.10" 5722source = "registry+https://github.com/rust-lang/crates.io-index" 5723checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 5724dependencies = [ 5725 "version_check", 5726] 5727 5728[[package]] 5729name = "unicase" 5730version = "2.8.1" 5731source = "registry+https://github.com/rust-lang/crates.io-index" 5732checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 5733 5734[[package]] 5735name = "unicode-ident" 5736version = "1.0.18" 5737source = "registry+https://github.com/rust-lang/crates.io-index" 5738checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 5739 5740[[package]] 5741name = "unicode-xid" 5742version = "0.2.6" 5743source = "registry+https://github.com/rust-lang/crates.io-index" 5744checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 5745 5746[[package]] 5747name = "unsafe-libyaml" 5748version = "0.2.11" 5749source = "registry+https://github.com/rust-lang/crates.io-index" 5750checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 5751 5752[[package]] 5753name = "unsigned-varint" 5754version = "0.8.0" 5755source = "registry+https://github.com/rust-lang/crates.io-index" 5756checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 5757 5758[[package]] 5759name = "untrusted" 5760version = "0.9.0" 5761source = "registry+https://github.com/rust-lang/crates.io-index" 5762checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5763 5764[[package]] 5765name = "unty" 5766version = "0.0.4" 5767source = "registry+https://github.com/rust-lang/crates.io-index" 5768checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" 5769 5770[[package]] 5771name = "url" 5772version = "2.5.4" 5773source = "registry+https://github.com/rust-lang/crates.io-index" 5774checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 5775dependencies = [ 5776 "form_urlencoded", 5777 "idna", 5778 "percent-encoding", 5779] 5780 5781[[package]] 5782name = "utf-8" 5783version = "0.7.6" 5784source = "registry+https://github.com/rust-lang/crates.io-index" 5785checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 5786 5787[[package]] 5788name = "utf16_iter" 5789version = "1.0.5" 5790source = "registry+https://github.com/rust-lang/crates.io-index" 5791checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 5792 5793[[package]] 5794name = "utf8_iter" 5795version = "1.0.4" 5796source = "registry+https://github.com/rust-lang/crates.io-index" 5797checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 5798 5799[[package]] 5800name = "utf8parse" 5801version = "0.2.2" 5802source = "registry+https://github.com/rust-lang/crates.io-index" 5803checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5804 5805[[package]] 5806name = "uuid" 5807version = "1.16.0" 5808source = "registry+https://github.com/rust-lang/crates.io-index" 5809checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" 5810dependencies = [ 5811 "getrandom 0.3.3", 5812 "serde", 5813] 5814 5815[[package]] 5816name = "valuable" 5817version = "0.1.1" 5818source = "registry+https://github.com/rust-lang/crates.io-index" 5819checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 5820 5821[[package]] 5822name = "value-log" 5823version = "1.9.0" 5824source = "registry+https://github.com/rust-lang/crates.io-index" 5825checksum = "62fc7c4ce161f049607ecea654dca3f2d727da5371ae85e2e4f14ce2b98ed67c" 5826dependencies = [ 5827 "byteorder", 5828 "byteview", 5829 "interval-heap", 5830 "log", 5831 "path-absolutize", 5832 "rustc-hash 2.1.1", 5833 "tempfile", 5834 "varint-rs", 5835 "xxhash-rust", 5836] 5837 5838[[package]] 5839name = "varint-rs" 5840version = "2.2.0" 5841source = "registry+https://github.com/rust-lang/crates.io-index" 5842checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23" 5843 5844[[package]] 5845name = "vcpkg" 5846version = "0.2.15" 5847source = "registry+https://github.com/rust-lang/crates.io-index" 5848checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5849 5850[[package]] 5851name = "version_check" 5852version = "0.9.5" 5853source = "registry+https://github.com/rust-lang/crates.io-index" 5854checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5855 5856[[package]] 5857name = "virtue" 5858version = "0.0.18" 5859source = "registry+https://github.com/rust-lang/crates.io-index" 5860checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" 5861 5862[[package]] 5863name = "waitgroup" 5864version = "0.1.2" 5865source = "registry+https://github.com/rust-lang/crates.io-index" 5866checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" 5867dependencies = [ 5868 "atomic-waker", 5869] 5870 5871[[package]] 5872name = "walkdir" 5873version = "2.5.0" 5874source = "registry+https://github.com/rust-lang/crates.io-index" 5875checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5876dependencies = [ 5877 "same-file", 5878 "winapi-util", 5879] 5880 5881[[package]] 5882name = "want" 5883version = "0.3.1" 5884source = "registry+https://github.com/rust-lang/crates.io-index" 5885checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5886dependencies = [ 5887 "try-lock", 5888] 5889 5890[[package]] 5891name = "wasi" 5892version = "0.11.0+wasi-snapshot-preview1" 5893source = "registry+https://github.com/rust-lang/crates.io-index" 5894checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5895 5896[[package]] 5897name = "wasi" 5898version = "0.14.2+wasi-0.2.4" 5899source = "registry+https://github.com/rust-lang/crates.io-index" 5900checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 5901dependencies = [ 5902 "wit-bindgen-rt", 5903] 5904 5905[[package]] 5906name = "wasm-bindgen" 5907version = "0.2.100" 5908source = "registry+https://github.com/rust-lang/crates.io-index" 5909checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 5910dependencies = [ 5911 "cfg-if", 5912 "once_cell", 5913 "rustversion", 5914 "wasm-bindgen-macro", 5915] 5916 5917[[package]] 5918name = "wasm-bindgen-backend" 5919version = "0.2.100" 5920source = "registry+https://github.com/rust-lang/crates.io-index" 5921checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 5922dependencies = [ 5923 "bumpalo", 5924 "log", 5925 "proc-macro2", 5926 "quote", 5927 "syn 2.0.103", 5928 "wasm-bindgen-shared", 5929] 5930 5931[[package]] 5932name = "wasm-bindgen-futures" 5933version = "0.4.50" 5934source = "registry+https://github.com/rust-lang/crates.io-index" 5935checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 5936dependencies = [ 5937 "cfg-if", 5938 "js-sys", 5939 "once_cell", 5940 "wasm-bindgen", 5941 "web-sys", 5942] 5943 5944[[package]] 5945name = "wasm-bindgen-macro" 5946version = "0.2.100" 5947source = "registry+https://github.com/rust-lang/crates.io-index" 5948checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 5949dependencies = [ 5950 "quote", 5951 "wasm-bindgen-macro-support", 5952] 5953 5954[[package]] 5955name = "wasm-bindgen-macro-support" 5956version = "0.2.100" 5957source = "registry+https://github.com/rust-lang/crates.io-index" 5958checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 5959dependencies = [ 5960 "proc-macro2", 5961 "quote", 5962 "syn 2.0.103", 5963 "wasm-bindgen-backend", 5964 "wasm-bindgen-shared", 5965] 5966 5967[[package]] 5968name = "wasm-bindgen-shared" 5969version = "0.2.100" 5970source = "registry+https://github.com/rust-lang/crates.io-index" 5971checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 5972dependencies = [ 5973 "unicode-ident", 5974] 5975 5976[[package]] 5977name = "web-sys" 5978version = "0.3.77" 5979source = "registry+https://github.com/rust-lang/crates.io-index" 5980checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 5981dependencies = [ 5982 "js-sys", 5983 "wasm-bindgen", 5984] 5985 5986[[package]] 5987name = "web-time" 5988version = "1.1.0" 5989source = "registry+https://github.com/rust-lang/crates.io-index" 5990checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 5991dependencies = [ 5992 "js-sys", 5993 "wasm-bindgen", 5994] 5995 5996[[package]] 5997name = "which" 5998version = "4.4.2" 5999source = "registry+https://github.com/rust-lang/crates.io-index" 6000checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 6001dependencies = [ 6002 "either", 6003 "home", 6004 "once_cell", 6005 "rustix 0.38.44", 6006] 6007 6008[[package]] 6009name = "who-am-i" 6010version = "0.1.0" 6011dependencies = [ 6012 "atrium-api", 6013 "atrium-common", 6014 "atrium-identity", 6015 "atrium-oauth", 6016 "axum", 6017 "axum-extra", 6018 "axum-template", 6019 "clap", 6020 "ctrlc", 6021 "dashmap", 6022 "elliptic-curve", 6023 "handlebars", 6024 "hickory-resolver", 6025 "jose-jwk", 6026 "jsonwebtoken", 6027 "metrics", 6028 "metrics-exporter-prometheus 0.17.2", 6029 "p256", 6030 "pkcs8", 6031 "rand 0.9.1", 6032 "reqwest", 6033 "serde", 6034 "serde_json", 6035 "thiserror 2.0.12", 6036 "tokio", 6037 "tokio-util", 6038 "url", 6039] 6040 6041[[package]] 6042name = "widestring" 6043version = "1.2.0" 6044source = "registry+https://github.com/rust-lang/crates.io-index" 6045checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" 6046 6047[[package]] 6048name = "wildmatch" 6049version = "2.4.0" 6050source = "registry+https://github.com/rust-lang/crates.io-index" 6051checksum = "68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd" 6052 6053[[package]] 6054name = "winapi" 6055version = "0.3.9" 6056source = "registry+https://github.com/rust-lang/crates.io-index" 6057checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6058dependencies = [ 6059 "winapi-i686-pc-windows-gnu", 6060 "winapi-x86_64-pc-windows-gnu", 6061] 6062 6063[[package]] 6064name = "winapi-i686-pc-windows-gnu" 6065version = "0.4.0" 6066source = "registry+https://github.com/rust-lang/crates.io-index" 6067checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6068 6069[[package]] 6070name = "winapi-util" 6071version = "0.1.9" 6072source = "registry+https://github.com/rust-lang/crates.io-index" 6073checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 6074dependencies = [ 6075 "windows-sys 0.48.0", 6076] 6077 6078[[package]] 6079name = "winapi-x86_64-pc-windows-gnu" 6080version = "0.4.0" 6081source = "registry+https://github.com/rust-lang/crates.io-index" 6082checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6083 6084[[package]] 6085name = "windows" 6086version = "0.58.0" 6087source = "registry+https://github.com/rust-lang/crates.io-index" 6088checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 6089dependencies = [ 6090 "windows-core 0.58.0", 6091 "windows-targets 0.52.6", 6092] 6093 6094[[package]] 6095name = "windows-core" 6096version = "0.58.0" 6097source = "registry+https://github.com/rust-lang/crates.io-index" 6098checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 6099dependencies = [ 6100 "windows-implement 0.58.0", 6101 "windows-interface 0.58.0", 6102 "windows-result 0.2.0", 6103 "windows-strings 0.1.0", 6104 "windows-targets 0.52.6", 6105] 6106 6107[[package]] 6108name = "windows-core" 6109version = "0.61.0" 6110source = "registry+https://github.com/rust-lang/crates.io-index" 6111checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" 6112dependencies = [ 6113 "windows-implement 0.60.0", 6114 "windows-interface 0.59.1", 6115 "windows-link", 6116 "windows-result 0.3.4", 6117 "windows-strings 0.4.2", 6118] 6119 6120[[package]] 6121name = "windows-implement" 6122version = "0.58.0" 6123source = "registry+https://github.com/rust-lang/crates.io-index" 6124checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 6125dependencies = [ 6126 "proc-macro2", 6127 "quote", 6128 "syn 2.0.103", 6129] 6130 6131[[package]] 6132name = "windows-implement" 6133version = "0.60.0" 6134source = "registry+https://github.com/rust-lang/crates.io-index" 6135checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 6136dependencies = [ 6137 "proc-macro2", 6138 "quote", 6139 "syn 2.0.103", 6140] 6141 6142[[package]] 6143name = "windows-interface" 6144version = "0.58.0" 6145source = "registry+https://github.com/rust-lang/crates.io-index" 6146checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 6147dependencies = [ 6148 "proc-macro2", 6149 "quote", 6150 "syn 2.0.103", 6151] 6152 6153[[package]] 6154name = "windows-interface" 6155version = "0.59.1" 6156source = "registry+https://github.com/rust-lang/crates.io-index" 6157checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 6158dependencies = [ 6159 "proc-macro2", 6160 "quote", 6161 "syn 2.0.103", 6162] 6163 6164[[package]] 6165name = "windows-link" 6166version = "0.1.1" 6167source = "registry+https://github.com/rust-lang/crates.io-index" 6168checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 6169 6170[[package]] 6171name = "windows-registry" 6172version = "0.5.2" 6173source = "registry+https://github.com/rust-lang/crates.io-index" 6174checksum = "b3bab093bdd303a1240bb99b8aba8ea8a69ee19d34c9e2ef9594e708a4878820" 6175dependencies = [ 6176 "windows-link", 6177 "windows-result 0.3.4", 6178 "windows-strings 0.4.2", 6179] 6180 6181[[package]] 6182name = "windows-result" 6183version = "0.2.0" 6184source = "registry+https://github.com/rust-lang/crates.io-index" 6185checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 6186dependencies = [ 6187 "windows-targets 0.52.6", 6188] 6189 6190[[package]] 6191name = "windows-result" 6192version = "0.3.4" 6193source = "registry+https://github.com/rust-lang/crates.io-index" 6194checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 6195dependencies = [ 6196 "windows-link", 6197] 6198 6199[[package]] 6200name = "windows-strings" 6201version = "0.1.0" 6202source = "registry+https://github.com/rust-lang/crates.io-index" 6203checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 6204dependencies = [ 6205 "windows-result 0.2.0", 6206 "windows-targets 0.52.6", 6207] 6208 6209[[package]] 6210name = "windows-strings" 6211version = "0.4.2" 6212source = "registry+https://github.com/rust-lang/crates.io-index" 6213checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 6214dependencies = [ 6215 "windows-link", 6216] 6217 6218[[package]] 6219name = "windows-sys" 6220version = "0.48.0" 6221source = "registry+https://github.com/rust-lang/crates.io-index" 6222checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6223dependencies = [ 6224 "windows-targets 0.48.5", 6225] 6226 6227[[package]] 6228name = "windows-sys" 6229version = "0.52.0" 6230source = "registry+https://github.com/rust-lang/crates.io-index" 6231checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6232dependencies = [ 6233 "windows-targets 0.52.6", 6234] 6235 6236[[package]] 6237name = "windows-sys" 6238version = "0.59.0" 6239source = "registry+https://github.com/rust-lang/crates.io-index" 6240checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 6241dependencies = [ 6242 "windows-targets 0.52.6", 6243] 6244 6245[[package]] 6246name = "windows-targets" 6247version = "0.48.5" 6248source = "registry+https://github.com/rust-lang/crates.io-index" 6249checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6250dependencies = [ 6251 "windows_aarch64_gnullvm 0.48.5", 6252 "windows_aarch64_msvc 0.48.5", 6253 "windows_i686_gnu 0.48.5", 6254 "windows_i686_msvc 0.48.5", 6255 "windows_x86_64_gnu 0.48.5", 6256 "windows_x86_64_gnullvm 0.48.5", 6257 "windows_x86_64_msvc 0.48.5", 6258] 6259 6260[[package]] 6261name = "windows-targets" 6262version = "0.52.6" 6263source = "registry+https://github.com/rust-lang/crates.io-index" 6264checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6265dependencies = [ 6266 "windows_aarch64_gnullvm 0.52.6", 6267 "windows_aarch64_msvc 0.52.6", 6268 "windows_i686_gnu 0.52.6", 6269 "windows_i686_gnullvm", 6270 "windows_i686_msvc 0.52.6", 6271 "windows_x86_64_gnu 0.52.6", 6272 "windows_x86_64_gnullvm 0.52.6", 6273 "windows_x86_64_msvc 0.52.6", 6274] 6275 6276[[package]] 6277name = "windows_aarch64_gnullvm" 6278version = "0.48.5" 6279source = "registry+https://github.com/rust-lang/crates.io-index" 6280checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6281 6282[[package]] 6283name = "windows_aarch64_gnullvm" 6284version = "0.52.6" 6285source = "registry+https://github.com/rust-lang/crates.io-index" 6286checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6287 6288[[package]] 6289name = "windows_aarch64_msvc" 6290version = "0.48.5" 6291source = "registry+https://github.com/rust-lang/crates.io-index" 6292checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6293 6294[[package]] 6295name = "windows_aarch64_msvc" 6296version = "0.52.6" 6297source = "registry+https://github.com/rust-lang/crates.io-index" 6298checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6299 6300[[package]] 6301name = "windows_i686_gnu" 6302version = "0.48.5" 6303source = "registry+https://github.com/rust-lang/crates.io-index" 6304checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6305 6306[[package]] 6307name = "windows_i686_gnu" 6308version = "0.52.6" 6309source = "registry+https://github.com/rust-lang/crates.io-index" 6310checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6311 6312[[package]] 6313name = "windows_i686_gnullvm" 6314version = "0.52.6" 6315source = "registry+https://github.com/rust-lang/crates.io-index" 6316checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6317 6318[[package]] 6319name = "windows_i686_msvc" 6320version = "0.48.5" 6321source = "registry+https://github.com/rust-lang/crates.io-index" 6322checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6323 6324[[package]] 6325name = "windows_i686_msvc" 6326version = "0.52.6" 6327source = "registry+https://github.com/rust-lang/crates.io-index" 6328checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6329 6330[[package]] 6331name = "windows_x86_64_gnu" 6332version = "0.48.5" 6333source = "registry+https://github.com/rust-lang/crates.io-index" 6334checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6335 6336[[package]] 6337name = "windows_x86_64_gnu" 6338version = "0.52.6" 6339source = "registry+https://github.com/rust-lang/crates.io-index" 6340checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6341 6342[[package]] 6343name = "windows_x86_64_gnullvm" 6344version = "0.48.5" 6345source = "registry+https://github.com/rust-lang/crates.io-index" 6346checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6347 6348[[package]] 6349name = "windows_x86_64_gnullvm" 6350version = "0.52.6" 6351source = "registry+https://github.com/rust-lang/crates.io-index" 6352checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6353 6354[[package]] 6355name = "windows_x86_64_msvc" 6356version = "0.48.5" 6357source = "registry+https://github.com/rust-lang/crates.io-index" 6358checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6359 6360[[package]] 6361name = "windows_x86_64_msvc" 6362version = "0.52.6" 6363source = "registry+https://github.com/rust-lang/crates.io-index" 6364checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6365 6366[[package]] 6367name = "winnow" 6368version = "0.7.11" 6369source = "registry+https://github.com/rust-lang/crates.io-index" 6370checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" 6371dependencies = [ 6372 "memchr", 6373] 6374 6375[[package]] 6376name = "winreg" 6377version = "0.50.0" 6378source = "registry+https://github.com/rust-lang/crates.io-index" 6379checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 6380dependencies = [ 6381 "cfg-if", 6382 "windows-sys 0.48.0", 6383] 6384 6385[[package]] 6386name = "wit-bindgen-rt" 6387version = "0.39.0" 6388source = "registry+https://github.com/rust-lang/crates.io-index" 6389checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 6390dependencies = [ 6391 "bitflags", 6392] 6393 6394[[package]] 6395name = "write16" 6396version = "1.0.0" 6397source = "registry+https://github.com/rust-lang/crates.io-index" 6398checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 6399 6400[[package]] 6401name = "writeable" 6402version = "0.5.5" 6403source = "registry+https://github.com/rust-lang/crates.io-index" 6404checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 6405 6406[[package]] 6407name = "wyhash" 6408version = "0.5.0" 6409source = "registry+https://github.com/rust-lang/crates.io-index" 6410checksum = "baf6e163c25e3fac820b4b453185ea2dea3b6a3e0a721d4d23d75bd33734c295" 6411dependencies = [ 6412 "rand_core 0.6.4", 6413] 6414 6415[[package]] 6416name = "x509-parser" 6417version = "0.17.0" 6418source = "registry+https://github.com/rust-lang/crates.io-index" 6419checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" 6420dependencies = [ 6421 "asn1-rs", 6422 "data-encoding", 6423 "der-parser", 6424 "lazy_static", 6425 "nom", 6426 "oid-registry", 6427 "rusticata-macros", 6428 "thiserror 2.0.12", 6429 "time", 6430] 6431 6432[[package]] 6433name = "xxhash-rust" 6434version = "0.8.15" 6435source = "registry+https://github.com/rust-lang/crates.io-index" 6436checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 6437 6438[[package]] 6439name = "yasna" 6440version = "0.5.2" 6441source = "registry+https://github.com/rust-lang/crates.io-index" 6442checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 6443dependencies = [ 6444 "time", 6445] 6446 6447[[package]] 6448name = "yoke" 6449version = "0.7.5" 6450source = "registry+https://github.com/rust-lang/crates.io-index" 6451checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 6452dependencies = [ 6453 "serde", 6454 "stable_deref_trait", 6455 "yoke-derive", 6456 "zerofrom", 6457] 6458 6459[[package]] 6460name = "yoke-derive" 6461version = "0.7.5" 6462source = "registry+https://github.com/rust-lang/crates.io-index" 6463checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 6464dependencies = [ 6465 "proc-macro2", 6466 "quote", 6467 "syn 2.0.103", 6468 "synstructure", 6469] 6470 6471[[package]] 6472name = "zerocopy" 6473version = "0.7.35" 6474source = "registry+https://github.com/rust-lang/crates.io-index" 6475checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 6476dependencies = [ 6477 "zerocopy-derive 0.7.35", 6478] 6479 6480[[package]] 6481name = "zerocopy" 6482version = "0.8.24" 6483source = "registry+https://github.com/rust-lang/crates.io-index" 6484checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" 6485dependencies = [ 6486 "zerocopy-derive 0.8.24", 6487] 6488 6489[[package]] 6490name = "zerocopy-derive" 6491version = "0.7.35" 6492source = "registry+https://github.com/rust-lang/crates.io-index" 6493checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 6494dependencies = [ 6495 "proc-macro2", 6496 "quote", 6497 "syn 2.0.103", 6498] 6499 6500[[package]] 6501name = "zerocopy-derive" 6502version = "0.8.24" 6503source = "registry+https://github.com/rust-lang/crates.io-index" 6504checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" 6505dependencies = [ 6506 "proc-macro2", 6507 "quote", 6508 "syn 2.0.103", 6509] 6510 6511[[package]] 6512name = "zerofrom" 6513version = "0.1.6" 6514source = "registry+https://github.com/rust-lang/crates.io-index" 6515checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 6516dependencies = [ 6517 "zerofrom-derive", 6518] 6519 6520[[package]] 6521name = "zerofrom-derive" 6522version = "0.1.6" 6523source = "registry+https://github.com/rust-lang/crates.io-index" 6524checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 6525dependencies = [ 6526 "proc-macro2", 6527 "quote", 6528 "syn 2.0.103", 6529 "synstructure", 6530] 6531 6532[[package]] 6533name = "zeroize" 6534version = "1.8.1" 6535source = "registry+https://github.com/rust-lang/crates.io-index" 6536checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 6537dependencies = [ 6538 "serde", 6539] 6540 6541[[package]] 6542name = "zerovec" 6543version = "0.10.4" 6544source = "registry+https://github.com/rust-lang/crates.io-index" 6545checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 6546dependencies = [ 6547 "yoke", 6548 "zerofrom", 6549 "zerovec-derive", 6550] 6551 6552[[package]] 6553name = "zerovec-derive" 6554version = "0.10.3" 6555source = "registry+https://github.com/rust-lang/crates.io-index" 6556checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 6557dependencies = [ 6558 "proc-macro2", 6559 "quote", 6560 "syn 2.0.103", 6561] 6562 6563[[package]] 6564name = "zstd" 6565version = "0.13.3" 6566source = "registry+https://github.com/rust-lang/crates.io-index" 6567checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 6568dependencies = [ 6569 "zstd-safe", 6570] 6571 6572[[package]] 6573name = "zstd-safe" 6574version = "7.2.4" 6575source = "registry+https://github.com/rust-lang/crates.io-index" 6576checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 6577dependencies = [ 6578 "zstd-sys", 6579] 6580 6581[[package]] 6582name = "zstd-sys" 6583version = "2.0.15+zstd.1.5.7" 6584source = "registry+https://github.com/rust-lang/crates.io-index" 6585checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" 6586dependencies = [ 6587 "bindgen 0.71.1", 6588 "cc", 6589 "pkg-config", 6590]