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