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

Configure Feed

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

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