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