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