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