Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
75
fork

Configure Feed

Select the types of activity you want to include in your feed.

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