Parakeet is a Rust-based Bluesky AppServer aiming to implement most of the functionality required to support the Bluesky client
appview atproto bluesky rust appserver
at post-tweaks 4997 lines 121 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "ahash" 22version = "0.8.11" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25dependencies = [ 26 "cfg-if", 27 "once_cell", 28 "version_check", 29 "zerocopy", 30] 31 32[[package]] 33name = "aho-corasick" 34version = "1.1.3" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 37dependencies = [ 38 "memchr", 39] 40 41[[package]] 42name = "alloc-no-stdlib" 43version = "2.0.4" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 46 47[[package]] 48name = "alloc-stdlib" 49version = "0.2.2" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 52dependencies = [ 53 "alloc-no-stdlib", 54] 55 56[[package]] 57name = "android-tzdata" 58version = "0.1.1" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 61 62[[package]] 63name = "android_system_properties" 64version = "0.1.5" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 67dependencies = [ 68 "libc", 69] 70 71[[package]] 72name = "anstream" 73version = "0.6.18" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 76dependencies = [ 77 "anstyle", 78 "anstyle-parse", 79 "anstyle-query", 80 "anstyle-wincon", 81 "colorchoice", 82 "is_terminal_polyfill", 83 "utf8parse", 84] 85 86[[package]] 87name = "anstyle" 88version = "1.0.10" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 91 92[[package]] 93name = "anstyle-parse" 94version = "0.2.6" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 97dependencies = [ 98 "utf8parse", 99] 100 101[[package]] 102name = "anstyle-query" 103version = "1.1.2" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 106dependencies = [ 107 "windows-sys 0.59.0", 108] 109 110[[package]] 111name = "anstyle-wincon" 112version = "3.0.7" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 115dependencies = [ 116 "anstyle", 117 "once_cell", 118 "windows-sys 0.59.0", 119] 120 121[[package]] 122name = "anyhow" 123version = "1.0.95" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" 126 127[[package]] 128name = "async-compression" 129version = "0.4.22" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64" 132dependencies = [ 133 "brotli", 134 "futures-core", 135 "memchr", 136 "pin-project-lite", 137 "tokio", 138] 139 140[[package]] 141name = "async-recursion" 142version = "1.1.1" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 145dependencies = [ 146 "proc-macro2", 147 "quote", 148 "syn", 149] 150 151[[package]] 152name = "async-trait" 153version = "0.1.85" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" 156dependencies = [ 157 "proc-macro2", 158 "quote", 159 "syn", 160] 161 162[[package]] 163name = "atomic" 164version = "0.6.0" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 167dependencies = [ 168 "bytemuck", 169] 170 171[[package]] 172name = "atomic-waker" 173version = "1.1.2" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 176 177[[package]] 178name = "autocfg" 179version = "1.4.0" 180source = "registry+https://github.com/rust-lang/crates.io-index" 181checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 182 183[[package]] 184name = "aws-lc-rs" 185version = "1.12.5" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "5e4e8200b9a4a5801a769d50eeabc05670fec7e959a8cb7a63a93e4e519942ae" 188dependencies = [ 189 "aws-lc-sys", 190 "paste", 191 "zeroize", 192] 193 194[[package]] 195name = "aws-lc-sys" 196version = "0.26.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "0f9dd2e03ee80ca2822dd6ea431163d2ef259f2066a4d6ccaca6d9dcb386aa43" 199dependencies = [ 200 "bindgen", 201 "cc", 202 "cmake", 203 "dunce", 204 "fs_extra", 205 "paste", 206] 207 208[[package]] 209name = "axum" 210version = "0.8.4" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 213dependencies = [ 214 "axum-core", 215 "bytes", 216 "form_urlencoded", 217 "futures-util", 218 "http", 219 "http-body", 220 "http-body-util", 221 "hyper", 222 "hyper-util", 223 "itoa", 224 "matchit", 225 "memchr", 226 "mime", 227 "percent-encoding", 228 "pin-project-lite", 229 "rustversion", 230 "serde", 231 "serde_json", 232 "serde_path_to_error", 233 "serde_urlencoded", 234 "sync_wrapper", 235 "tokio", 236 "tower", 237 "tower-layer", 238 "tower-service", 239 "tracing", 240] 241 242[[package]] 243name = "axum-core" 244version = "0.5.2" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 247dependencies = [ 248 "bytes", 249 "futures-core", 250 "http", 251 "http-body", 252 "http-body-util", 253 "mime", 254 "pin-project-lite", 255 "rustversion", 256 "sync_wrapper", 257 "tower-layer", 258 "tower-service", 259 "tracing", 260] 261 262[[package]] 263name = "axum-extra" 264version = "0.10.1" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d" 267dependencies = [ 268 "axum", 269 "axum-core", 270 "bytes", 271 "form_urlencoded", 272 "futures-util", 273 "headers", 274 "http", 275 "http-body", 276 "http-body-util", 277 "mime", 278 "pin-project-lite", 279 "rustversion", 280 "serde", 281 "serde_html_form", 282 "serde_path_to_error", 283 "tower", 284 "tower-layer", 285 "tower-service", 286] 287 288[[package]] 289name = "backtrace" 290version = "0.3.74" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 293dependencies = [ 294 "addr2line", 295 "cfg-if", 296 "libc", 297 "miniz_oxide", 298 "object", 299 "rustc-demangle", 300 "windows-targets 0.52.6", 301] 302 303[[package]] 304name = "base-x" 305version = "0.2.11" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 308 309[[package]] 310name = "base16ct" 311version = "0.2.0" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 314 315[[package]] 316name = "base64" 317version = "0.21.7" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 320 321[[package]] 322name = "base64" 323version = "0.22.1" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 326 327[[package]] 328name = "base64ct" 329version = "1.7.3" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" 332 333[[package]] 334name = "bindgen" 335version = "0.69.5" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 338dependencies = [ 339 "bitflags 2.8.0", 340 "cexpr", 341 "clang-sys", 342 "itertools 0.12.1", 343 "lazy_static", 344 "lazycell", 345 "log", 346 "prettyplease", 347 "proc-macro2", 348 "quote", 349 "regex", 350 "rustc-hash", 351 "shlex", 352 "syn", 353 "which", 354] 355 356[[package]] 357name = "bitflags" 358version = "1.3.2" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 361 362[[package]] 363name = "bitflags" 364version = "2.8.0" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" 367 368[[package]] 369name = "block-buffer" 370version = "0.10.4" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 373dependencies = [ 374 "generic-array", 375] 376 377[[package]] 378name = "brotli" 379version = "7.0.0" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" 382dependencies = [ 383 "alloc-no-stdlib", 384 "alloc-stdlib", 385 "brotli-decompressor", 386] 387 388[[package]] 389name = "brotli-decompressor" 390version = "4.0.3" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd" 393dependencies = [ 394 "alloc-no-stdlib", 395 "alloc-stdlib", 396] 397 398[[package]] 399name = "bumpalo" 400version = "3.16.0" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 403 404[[package]] 405name = "bytemuck" 406version = "1.21.0" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" 409 410[[package]] 411name = "byteorder" 412version = "1.5.0" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 415 416[[package]] 417name = "bytes" 418version = "1.9.0" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" 421 422[[package]] 423name = "bzip2-sys" 424version = "0.1.13+1.0.8" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" 427dependencies = [ 428 "cc", 429 "pkg-config", 430] 431 432[[package]] 433name = "cbor4ii" 434version = "0.2.14" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 437dependencies = [ 438 "serde", 439] 440 441[[package]] 442name = "cc" 443version = "1.2.10" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" 446dependencies = [ 447 "jobserver", 448 "libc", 449 "shlex", 450] 451 452[[package]] 453name = "cexpr" 454version = "0.6.0" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 457dependencies = [ 458 "nom", 459] 460 461[[package]] 462name = "cfg-if" 463version = "1.0.0" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 466 467[[package]] 468name = "chrono" 469version = "0.4.41" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 472dependencies = [ 473 "android-tzdata", 474 "iana-time-zone", 475 "js-sys", 476 "num-traits", 477 "serde", 478 "wasm-bindgen", 479 "windows-link", 480] 481 482[[package]] 483name = "ciborium" 484version = "0.2.2" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 487dependencies = [ 488 "ciborium-io", 489 "ciborium-ll", 490 "serde", 491] 492 493[[package]] 494name = "ciborium-io" 495version = "0.2.2" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 498 499[[package]] 500name = "ciborium-ll" 501version = "0.2.2" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 504dependencies = [ 505 "ciborium-io", 506 "half", 507] 508 509[[package]] 510name = "cid" 511version = "0.11.1" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 514dependencies = [ 515 "core2", 516 "multibase", 517 "multihash", 518 "serde", 519 "serde_bytes", 520 "unsigned-varint 0.8.0", 521] 522 523[[package]] 524name = "clang-sys" 525version = "1.8.1" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 528dependencies = [ 529 "glob", 530 "libc", 531 "libloading", 532] 533 534[[package]] 535name = "clap" 536version = "4.5.37" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" 539dependencies = [ 540 "clap_builder", 541 "clap_derive", 542] 543 544[[package]] 545name = "clap_builder" 546version = "4.5.37" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" 549dependencies = [ 550 "anstream", 551 "anstyle", 552 "clap_lex", 553 "strsim", 554] 555 556[[package]] 557name = "clap_derive" 558version = "4.5.32" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" 561dependencies = [ 562 "heck", 563 "proc-macro2", 564 "quote", 565 "syn", 566] 567 568[[package]] 569name = "clap_lex" 570version = "0.7.4" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 573 574[[package]] 575name = "cmake" 576version = "0.1.54" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 579dependencies = [ 580 "cc", 581] 582 583[[package]] 584name = "colorchoice" 585version = "1.0.3" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 588 589[[package]] 590name = "combine" 591version = "4.6.7" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 594dependencies = [ 595 "bytes", 596 "futures-core", 597 "memchr", 598 "pin-project-lite", 599 "tokio", 600 "tokio-util", 601] 602 603[[package]] 604name = "const-oid" 605version = "0.9.6" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 608 609[[package]] 610name = "consumer" 611version = "0.1.0" 612dependencies = [ 613 "chrono", 614 "ciborium", 615 "clap", 616 "deadpool-postgres", 617 "did-resolver", 618 "eyre", 619 "figment", 620 "flume", 621 "foldhash", 622 "futures", 623 "ipld-core", 624 "iroh-car", 625 "lexica", 626 "metrics", 627 "metrics-exporter-prometheus", 628 "parakeet-db", 629 "parakeet-index", 630 "redis", 631 "reqwest", 632 "serde", 633 "serde_bytes", 634 "serde_ipld_dagcbor", 635 "serde_json", 636 "serde_with", 637 "sled", 638 "thiserror 2.0.12", 639 "tokio", 640 "tokio-postgres", 641 "tokio-stream", 642 "tokio-tungstenite", 643 "tokio-util", 644 "tracing", 645 "tracing-subscriber", 646] 647 648[[package]] 649name = "core-foundation" 650version = "0.9.4" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 653dependencies = [ 654 "core-foundation-sys", 655 "libc", 656] 657 658[[package]] 659name = "core-foundation" 660version = "0.10.0" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 663dependencies = [ 664 "core-foundation-sys", 665 "libc", 666] 667 668[[package]] 669name = "core-foundation-sys" 670version = "0.8.7" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 673 674[[package]] 675name = "core2" 676version = "0.4.0" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 679dependencies = [ 680 "memchr", 681] 682 683[[package]] 684name = "cpufeatures" 685version = "0.2.17" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 688dependencies = [ 689 "libc", 690] 691 692[[package]] 693name = "crc32fast" 694version = "1.4.2" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 697dependencies = [ 698 "cfg-if", 699] 700 701[[package]] 702name = "crossbeam-epoch" 703version = "0.9.18" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 706dependencies = [ 707 "crossbeam-utils", 708] 709 710[[package]] 711name = "crossbeam-utils" 712version = "0.8.21" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 715 716[[package]] 717name = "crunchy" 718version = "0.2.3" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" 721 722[[package]] 723name = "crypto-bigint" 724version = "0.5.5" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 727dependencies = [ 728 "generic-array", 729 "rand_core 0.6.4", 730 "subtle", 731 "zeroize", 732] 733 734[[package]] 735name = "crypto-common" 736version = "0.1.6" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 739dependencies = [ 740 "generic-array", 741 "typenum", 742] 743 744[[package]] 745name = "curve25519-dalek" 746version = "4.1.3" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 749dependencies = [ 750 "cfg-if", 751 "cpufeatures", 752 "curve25519-dalek-derive", 753 "digest", 754 "fiat-crypto", 755 "rustc_version", 756 "subtle", 757 "zeroize", 758] 759 760[[package]] 761name = "curve25519-dalek-derive" 762version = "0.1.1" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 765dependencies = [ 766 "proc-macro2", 767 "quote", 768 "syn", 769] 770 771[[package]] 772name = "darling" 773version = "0.20.10" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 776dependencies = [ 777 "darling_core", 778 "darling_macro", 779] 780 781[[package]] 782name = "darling_core" 783version = "0.20.10" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 786dependencies = [ 787 "fnv", 788 "ident_case", 789 "proc-macro2", 790 "quote", 791 "strsim", 792 "syn", 793] 794 795[[package]] 796name = "darling_macro" 797version = "0.20.10" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 800dependencies = [ 801 "darling_core", 802 "quote", 803 "syn", 804] 805 806[[package]] 807name = "data-encoding" 808version = "2.7.0" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f" 811 812[[package]] 813name = "data-encoding-macro" 814version = "0.1.16" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "5b16d9d0d88a5273d830dac8b78ceb217ffc9b1d5404e5597a3542515329405b" 817dependencies = [ 818 "data-encoding", 819 "data-encoding-macro-internal", 820] 821 822[[package]] 823name = "data-encoding-macro-internal" 824version = "0.1.14" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "1145d32e826a7748b69ee8fc62d3e6355ff7f1051df53141e7048162fc90481b" 827dependencies = [ 828 "data-encoding", 829 "syn", 830] 831 832[[package]] 833name = "dataloader" 834version = "0.18.0" 835dependencies = [ 836 "futures", 837 "tokio", 838] 839 840[[package]] 841name = "deadpool" 842version = "0.12.1" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "6541a3916932fe57768d4be0b1ffb5ec7cbf74ca8c903fdfd5c0fe8aa958f0ed" 845dependencies = [ 846 "deadpool-runtime", 847 "num_cpus", 848 "serde", 849 "tokio", 850] 851 852[[package]] 853name = "deadpool-postgres" 854version = "0.14.1" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "3d697d376cbfa018c23eb4caab1fd1883dd9c906a8c034e8d9a3cb06a7e0bef9" 857dependencies = [ 858 "async-trait", 859 "deadpool", 860 "getrandom 0.2.15", 861 "serde", 862 "tokio", 863 "tokio-postgres", 864 "tracing", 865] 866 867[[package]] 868name = "deadpool-runtime" 869version = "0.1.4" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" 872dependencies = [ 873 "tokio", 874] 875 876[[package]] 877name = "der" 878version = "0.7.10" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 881dependencies = [ 882 "const-oid", 883 "pem-rfc7468", 884 "zeroize", 885] 886 887[[package]] 888name = "deranged" 889version = "0.4.0" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 892dependencies = [ 893 "powerfmt", 894 "serde", 895] 896 897[[package]] 898name = "did-resolver" 899version = "0.1.0" 900dependencies = [ 901 "hickory-resolver", 902 "reqwest", 903 "serde", 904 "serde_json", 905 "thiserror 2.0.12", 906 "tokio", 907] 908 909[[package]] 910name = "diesel" 911version = "2.2.12" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "229850a212cd9b84d4f0290ad9d294afc0ae70fccaa8949dbe8b43ffafa1e20c" 914dependencies = [ 915 "bitflags 2.8.0", 916 "byteorder", 917 "chrono", 918 "diesel_derives", 919 "itoa", 920 "serde_json", 921] 922 923[[package]] 924name = "diesel-async" 925version = "0.5.2" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "51a307ac00f7c23f526a04a77761a0519b9f0eb2838ebf5b905a58580095bdcb" 928dependencies = [ 929 "async-trait", 930 "deadpool", 931 "diesel", 932 "futures-util", 933 "scoped-futures", 934 "tokio", 935 "tokio-postgres", 936] 937 938[[package]] 939name = "diesel_derives" 940version = "2.2.3" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "e7f2c3de51e2ba6bf2a648285696137aaf0f5f487bcbea93972fe8a364e131a4" 943dependencies = [ 944 "diesel_table_macro_syntax", 945 "dsl_auto_type", 946 "proc-macro2", 947 "quote", 948 "syn", 949] 950 951[[package]] 952name = "diesel_migrations" 953version = "2.2.0" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "8a73ce704bad4231f001bff3314d91dce4aba0770cee8b233991859abc15c1f6" 956dependencies = [ 957 "diesel", 958 "migrations_internals", 959 "migrations_macros", 960] 961 962[[package]] 963name = "diesel_table_macro_syntax" 964version = "0.2.0" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "209c735641a413bc68c4923a9d6ad4bcb3ca306b794edaa7eb0b3228a99ffb25" 967dependencies = [ 968 "syn", 969] 970 971[[package]] 972name = "digest" 973version = "0.10.7" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 976dependencies = [ 977 "block-buffer", 978 "const-oid", 979 "crypto-common", 980 "subtle", 981] 982 983[[package]] 984name = "displaydoc" 985version = "0.2.5" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 988dependencies = [ 989 "proc-macro2", 990 "quote", 991 "syn", 992] 993 994[[package]] 995name = "dsl_auto_type" 996version = "0.1.2" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "c5d9abe6314103864cc2d8901b7ae224e0ab1a103a0a416661b4097b0779b607" 999dependencies = [ 1000 "darling", 1001 "either", 1002 "heck", 1003 "proc-macro2", 1004 "quote", 1005 "syn", 1006] 1007 1008[[package]] 1009name = "dunce" 1010version = "1.0.5" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1013 1014[[package]] 1015name = "dyn-clone" 1016version = "1.0.19" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" 1019 1020[[package]] 1021name = "ecdsa" 1022version = "0.16.9" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1025dependencies = [ 1026 "der", 1027 "digest", 1028 "elliptic-curve", 1029 "rfc6979", 1030 "signature", 1031 "spki", 1032] 1033 1034[[package]] 1035name = "ed25519" 1036version = "2.2.3" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 1039dependencies = [ 1040 "pkcs8", 1041 "signature", 1042] 1043 1044[[package]] 1045name = "ed25519-dalek" 1046version = "2.1.1" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" 1049dependencies = [ 1050 "curve25519-dalek", 1051 "ed25519", 1052 "serde", 1053 "sha2", 1054 "subtle", 1055 "zeroize", 1056] 1057 1058[[package]] 1059name = "either" 1060version = "1.13.0" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1063 1064[[package]] 1065name = "elliptic-curve" 1066version = "0.13.8" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1069dependencies = [ 1070 "base16ct", 1071 "crypto-bigint", 1072 "digest", 1073 "ff", 1074 "generic-array", 1075 "group", 1076 "hkdf", 1077 "pem-rfc7468", 1078 "pkcs8", 1079 "rand_core 0.6.4", 1080 "sec1", 1081 "subtle", 1082 "zeroize", 1083] 1084 1085[[package]] 1086name = "encoding_rs" 1087version = "0.8.35" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1090dependencies = [ 1091 "cfg-if", 1092] 1093 1094[[package]] 1095name = "enum-as-inner" 1096version = "0.6.1" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 1099dependencies = [ 1100 "heck", 1101 "proc-macro2", 1102 "quote", 1103 "syn", 1104] 1105 1106[[package]] 1107name = "equivalent" 1108version = "1.0.1" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1111 1112[[package]] 1113name = "errno" 1114version = "0.3.10" 1115source = "registry+https://github.com/rust-lang/crates.io-index" 1116checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 1117dependencies = [ 1118 "libc", 1119 "windows-sys 0.59.0", 1120] 1121 1122[[package]] 1123name = "eyre" 1124version = "0.6.12" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 1127dependencies = [ 1128 "indenter", 1129 "once_cell", 1130] 1131 1132[[package]] 1133name = "fallible-iterator" 1134version = "0.2.0" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 1137 1138[[package]] 1139name = "fastrand" 1140version = "2.3.0" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1143 1144[[package]] 1145name = "ff" 1146version = "0.13.1" 1147source = "registry+https://github.com/rust-lang/crates.io-index" 1148checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1149dependencies = [ 1150 "rand_core 0.6.4", 1151 "subtle", 1152] 1153 1154[[package]] 1155name = "fiat-crypto" 1156version = "0.2.9" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1159 1160[[package]] 1161name = "figment" 1162version = "0.10.19" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" 1165dependencies = [ 1166 "atomic", 1167 "pear", 1168 "serde", 1169 "toml 0.8.19", 1170 "uncased", 1171 "version_check", 1172] 1173 1174[[package]] 1175name = "fixedbitset" 1176version = "0.5.7" 1177source = "registry+https://github.com/rust-lang/crates.io-index" 1178checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" 1179 1180[[package]] 1181name = "flume" 1182version = "0.11.1" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 1185dependencies = [ 1186 "futures-core", 1187 "futures-sink", 1188 "nanorand", 1189 "spin", 1190] 1191 1192[[package]] 1193name = "fnv" 1194version = "1.0.7" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1197 1198[[package]] 1199name = "foldhash" 1200version = "0.1.4" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" 1203 1204[[package]] 1205name = "foreign-types" 1206version = "0.3.2" 1207source = "registry+https://github.com/rust-lang/crates.io-index" 1208checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1209dependencies = [ 1210 "foreign-types-shared", 1211] 1212 1213[[package]] 1214name = "foreign-types-shared" 1215version = "0.1.1" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1218 1219[[package]] 1220name = "form_urlencoded" 1221version = "1.2.1" 1222source = "registry+https://github.com/rust-lang/crates.io-index" 1223checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1224dependencies = [ 1225 "percent-encoding", 1226] 1227 1228[[package]] 1229name = "fs2" 1230version = "0.4.3" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 1233dependencies = [ 1234 "libc", 1235 "winapi", 1236] 1237 1238[[package]] 1239name = "fs_extra" 1240version = "1.3.0" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1243 1244[[package]] 1245name = "futures" 1246version = "0.3.31" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1249dependencies = [ 1250 "futures-channel", 1251 "futures-core", 1252 "futures-executor", 1253 "futures-io", 1254 "futures-sink", 1255 "futures-task", 1256 "futures-util", 1257] 1258 1259[[package]] 1260name = "futures-channel" 1261version = "0.3.31" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1264dependencies = [ 1265 "futures-core", 1266 "futures-sink", 1267] 1268 1269[[package]] 1270name = "futures-core" 1271version = "0.3.31" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1274 1275[[package]] 1276name = "futures-executor" 1277version = "0.3.31" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1280dependencies = [ 1281 "futures-core", 1282 "futures-task", 1283 "futures-util", 1284] 1285 1286[[package]] 1287name = "futures-io" 1288version = "0.3.31" 1289source = "registry+https://github.com/rust-lang/crates.io-index" 1290checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1291 1292[[package]] 1293name = "futures-macro" 1294version = "0.3.31" 1295source = "registry+https://github.com/rust-lang/crates.io-index" 1296checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1297dependencies = [ 1298 "proc-macro2", 1299 "quote", 1300 "syn", 1301] 1302 1303[[package]] 1304name = "futures-sink" 1305version = "0.3.31" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1308 1309[[package]] 1310name = "futures-task" 1311version = "0.3.31" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1314 1315[[package]] 1316name = "futures-util" 1317version = "0.3.31" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1320dependencies = [ 1321 "futures-channel", 1322 "futures-core", 1323 "futures-io", 1324 "futures-macro", 1325 "futures-sink", 1326 "futures-task", 1327 "memchr", 1328 "pin-project-lite", 1329 "pin-utils", 1330 "slab", 1331] 1332 1333[[package]] 1334name = "fxhash" 1335version = "0.2.1" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1338dependencies = [ 1339 "byteorder", 1340] 1341 1342[[package]] 1343name = "generic-array" 1344version = "0.14.7" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1347dependencies = [ 1348 "typenum", 1349 "version_check", 1350 "zeroize", 1351] 1352 1353[[package]] 1354name = "getrandom" 1355version = "0.2.15" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1358dependencies = [ 1359 "cfg-if", 1360 "js-sys", 1361 "libc", 1362 "wasi 0.11.0+wasi-snapshot-preview1", 1363 "wasm-bindgen", 1364] 1365 1366[[package]] 1367name = "getrandom" 1368version = "0.3.3" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 1371dependencies = [ 1372 "cfg-if", 1373 "libc", 1374 "r-efi", 1375 "wasi 0.14.2+wasi-0.2.4", 1376] 1377 1378[[package]] 1379name = "gimli" 1380version = "0.31.1" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 1383 1384[[package]] 1385name = "glob" 1386version = "0.3.2" 1387source = "registry+https://github.com/rust-lang/crates.io-index" 1388checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 1389 1390[[package]] 1391name = "group" 1392version = "0.13.0" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1395dependencies = [ 1396 "ff", 1397 "rand_core 0.6.4", 1398 "subtle", 1399] 1400 1401[[package]] 1402name = "h2" 1403version = "0.4.7" 1404source = "registry+https://github.com/rust-lang/crates.io-index" 1405checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" 1406dependencies = [ 1407 "atomic-waker", 1408 "bytes", 1409 "fnv", 1410 "futures-core", 1411 "futures-sink", 1412 "http", 1413 "indexmap 2.7.1", 1414 "slab", 1415 "tokio", 1416 "tokio-util", 1417 "tracing", 1418] 1419 1420[[package]] 1421name = "half" 1422version = "2.4.1" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 1425dependencies = [ 1426 "cfg-if", 1427 "crunchy", 1428] 1429 1430[[package]] 1431name = "hashbrown" 1432version = "0.12.3" 1433source = "registry+https://github.com/rust-lang/crates.io-index" 1434checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1435 1436[[package]] 1437name = "hashbrown" 1438version = "0.15.2" 1439source = "registry+https://github.com/rust-lang/crates.io-index" 1440checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 1441dependencies = [ 1442 "foldhash", 1443] 1444 1445[[package]] 1446name = "headers" 1447version = "0.4.0" 1448source = "registry+https://github.com/rust-lang/crates.io-index" 1449checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9" 1450dependencies = [ 1451 "base64 0.21.7", 1452 "bytes", 1453 "headers-core", 1454 "http", 1455 "httpdate", 1456 "mime", 1457 "sha1", 1458] 1459 1460[[package]] 1461name = "headers-core" 1462version = "0.3.0" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" 1465dependencies = [ 1466 "http", 1467] 1468 1469[[package]] 1470name = "heck" 1471version = "0.5.0" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1474 1475[[package]] 1476name = "hermit-abi" 1477version = "0.3.9" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1480 1481[[package]] 1482name = "hex" 1483version = "0.4.3" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1486 1487[[package]] 1488name = "hickory-proto" 1489version = "0.24.2" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "447afdcdb8afb9d0a852af6dc65d9b285ce720ed7a59e42a8bf2e931c67bc1b5" 1492dependencies = [ 1493 "async-trait", 1494 "cfg-if", 1495 "data-encoding", 1496 "enum-as-inner", 1497 "futures-channel", 1498 "futures-io", 1499 "futures-util", 1500 "idna", 1501 "ipnet", 1502 "once_cell", 1503 "rand 0.8.5", 1504 "thiserror 1.0.69", 1505 "tinyvec", 1506 "tokio", 1507 "tracing", 1508 "url", 1509] 1510 1511[[package]] 1512name = "hickory-resolver" 1513version = "0.24.2" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4" 1516dependencies = [ 1517 "cfg-if", 1518 "futures-util", 1519 "hickory-proto", 1520 "ipconfig", 1521 "lru-cache", 1522 "once_cell", 1523 "parking_lot 0.12.3", 1524 "rand 0.8.5", 1525 "resolv-conf", 1526 "smallvec", 1527 "thiserror 1.0.69", 1528 "tokio", 1529 "tracing", 1530] 1531 1532[[package]] 1533name = "hkdf" 1534version = "0.12.4" 1535source = "registry+https://github.com/rust-lang/crates.io-index" 1536checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1537dependencies = [ 1538 "hmac", 1539] 1540 1541[[package]] 1542name = "hmac" 1543version = "0.12.1" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1546dependencies = [ 1547 "digest", 1548] 1549 1550[[package]] 1551name = "home" 1552version = "0.5.11" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 1555dependencies = [ 1556 "windows-sys 0.59.0", 1557] 1558 1559[[package]] 1560name = "hostname" 1561version = "0.3.1" 1562source = "registry+https://github.com/rust-lang/crates.io-index" 1563checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 1564dependencies = [ 1565 "libc", 1566 "match_cfg", 1567 "winapi", 1568] 1569 1570[[package]] 1571name = "http" 1572version = "1.2.0" 1573source = "registry+https://github.com/rust-lang/crates.io-index" 1574checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" 1575dependencies = [ 1576 "bytes", 1577 "fnv", 1578 "itoa", 1579] 1580 1581[[package]] 1582name = "http-body" 1583version = "1.0.1" 1584source = "registry+https://github.com/rust-lang/crates.io-index" 1585checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1586dependencies = [ 1587 "bytes", 1588 "http", 1589] 1590 1591[[package]] 1592name = "http-body-util" 1593version = "0.1.2" 1594source = "registry+https://github.com/rust-lang/crates.io-index" 1595checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 1596dependencies = [ 1597 "bytes", 1598 "futures-util", 1599 "http", 1600 "http-body", 1601 "pin-project-lite", 1602] 1603 1604[[package]] 1605name = "httparse" 1606version = "1.9.5" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 1609 1610[[package]] 1611name = "httpdate" 1612version = "1.0.3" 1613source = "registry+https://github.com/rust-lang/crates.io-index" 1614checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1615 1616[[package]] 1617name = "hyper" 1618version = "1.6.0" 1619source = "registry+https://github.com/rust-lang/crates.io-index" 1620checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 1621dependencies = [ 1622 "bytes", 1623 "futures-channel", 1624 "futures-util", 1625 "h2", 1626 "http", 1627 "http-body", 1628 "httparse", 1629 "httpdate", 1630 "itoa", 1631 "pin-project-lite", 1632 "smallvec", 1633 "tokio", 1634 "want", 1635] 1636 1637[[package]] 1638name = "hyper-rustls" 1639version = "0.27.5" 1640source = "registry+https://github.com/rust-lang/crates.io-index" 1641checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" 1642dependencies = [ 1643 "futures-util", 1644 "http", 1645 "hyper", 1646 "hyper-util", 1647 "rustls", 1648 "rustls-native-certs", 1649 "rustls-pki-types", 1650 "tokio", 1651 "tokio-rustls", 1652 "tower-service", 1653] 1654 1655[[package]] 1656name = "hyper-timeout" 1657version = "0.5.2" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" 1660dependencies = [ 1661 "hyper", 1662 "hyper-util", 1663 "pin-project-lite", 1664 "tokio", 1665 "tower-service", 1666] 1667 1668[[package]] 1669name = "hyper-tls" 1670version = "0.6.0" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1673dependencies = [ 1674 "bytes", 1675 "http-body-util", 1676 "hyper", 1677 "hyper-util", 1678 "native-tls", 1679 "tokio", 1680 "tokio-native-tls", 1681 "tower-service", 1682] 1683 1684[[package]] 1685name = "hyper-util" 1686version = "0.1.10" 1687source = "registry+https://github.com/rust-lang/crates.io-index" 1688checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 1689dependencies = [ 1690 "bytes", 1691 "futures-channel", 1692 "futures-util", 1693 "http", 1694 "http-body", 1695 "hyper", 1696 "pin-project-lite", 1697 "socket2 0.5.8", 1698 "tokio", 1699 "tower-service", 1700 "tracing", 1701] 1702 1703[[package]] 1704name = "iana-time-zone" 1705version = "0.1.61" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 1708dependencies = [ 1709 "android_system_properties", 1710 "core-foundation-sys", 1711 "iana-time-zone-haiku", 1712 "js-sys", 1713 "wasm-bindgen", 1714 "windows-core", 1715] 1716 1717[[package]] 1718name = "iana-time-zone-haiku" 1719version = "0.1.2" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1722dependencies = [ 1723 "cc", 1724] 1725 1726[[package]] 1727name = "icu_collections" 1728version = "1.5.0" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 1731dependencies = [ 1732 "displaydoc", 1733 "yoke", 1734 "zerofrom", 1735 "zerovec", 1736] 1737 1738[[package]] 1739name = "icu_locid" 1740version = "1.5.0" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 1743dependencies = [ 1744 "displaydoc", 1745 "litemap", 1746 "tinystr", 1747 "writeable", 1748 "zerovec", 1749] 1750 1751[[package]] 1752name = "icu_locid_transform" 1753version = "1.5.0" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 1756dependencies = [ 1757 "displaydoc", 1758 "icu_locid", 1759 "icu_locid_transform_data", 1760 "icu_provider", 1761 "tinystr", 1762 "zerovec", 1763] 1764 1765[[package]] 1766name = "icu_locid_transform_data" 1767version = "1.5.0" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 1770 1771[[package]] 1772name = "icu_normalizer" 1773version = "1.5.0" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 1776dependencies = [ 1777 "displaydoc", 1778 "icu_collections", 1779 "icu_normalizer_data", 1780 "icu_properties", 1781 "icu_provider", 1782 "smallvec", 1783 "utf16_iter", 1784 "utf8_iter", 1785 "write16", 1786 "zerovec", 1787] 1788 1789[[package]] 1790name = "icu_normalizer_data" 1791version = "1.5.0" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 1794 1795[[package]] 1796name = "icu_properties" 1797version = "1.5.1" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1800dependencies = [ 1801 "displaydoc", 1802 "icu_collections", 1803 "icu_locid_transform", 1804 "icu_properties_data", 1805 "icu_provider", 1806 "tinystr", 1807 "zerovec", 1808] 1809 1810[[package]] 1811name = "icu_properties_data" 1812version = "1.5.0" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 1815 1816[[package]] 1817name = "icu_provider" 1818version = "1.5.0" 1819source = "registry+https://github.com/rust-lang/crates.io-index" 1820checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1821dependencies = [ 1822 "displaydoc", 1823 "icu_locid", 1824 "icu_provider_macros", 1825 "stable_deref_trait", 1826 "tinystr", 1827 "writeable", 1828 "yoke", 1829 "zerofrom", 1830 "zerovec", 1831] 1832 1833[[package]] 1834name = "icu_provider_macros" 1835version = "1.5.0" 1836source = "registry+https://github.com/rust-lang/crates.io-index" 1837checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1838dependencies = [ 1839 "proc-macro2", 1840 "quote", 1841 "syn", 1842] 1843 1844[[package]] 1845name = "ident_case" 1846version = "1.0.1" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1849 1850[[package]] 1851name = "idna" 1852version = "1.0.3" 1853source = "registry+https://github.com/rust-lang/crates.io-index" 1854checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1855dependencies = [ 1856 "idna_adapter", 1857 "smallvec", 1858 "utf8_iter", 1859] 1860 1861[[package]] 1862name = "idna_adapter" 1863version = "1.2.0" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1866dependencies = [ 1867 "icu_normalizer", 1868 "icu_properties", 1869] 1870 1871[[package]] 1872name = "indenter" 1873version = "0.3.3" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 1876 1877[[package]] 1878name = "indexmap" 1879version = "1.9.3" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1882dependencies = [ 1883 "autocfg", 1884 "hashbrown 0.12.3", 1885 "serde", 1886] 1887 1888[[package]] 1889name = "indexmap" 1890version = "2.7.1" 1891source = "registry+https://github.com/rust-lang/crates.io-index" 1892checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" 1893dependencies = [ 1894 "equivalent", 1895 "hashbrown 0.15.2", 1896 "serde", 1897] 1898 1899[[package]] 1900name = "inlinable_string" 1901version = "0.1.15" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 1904 1905[[package]] 1906name = "instant" 1907version = "0.1.13" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1910dependencies = [ 1911 "cfg-if", 1912] 1913 1914[[package]] 1915name = "io-uring" 1916version = "0.7.8" 1917source = "registry+https://github.com/rust-lang/crates.io-index" 1918checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" 1919dependencies = [ 1920 "bitflags 2.8.0", 1921 "cfg-if", 1922 "libc", 1923] 1924 1925[[package]] 1926name = "ipconfig" 1927version = "0.3.2" 1928source = "registry+https://github.com/rust-lang/crates.io-index" 1929checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1930dependencies = [ 1931 "socket2 0.5.8", 1932 "widestring", 1933 "windows-sys 0.48.0", 1934 "winreg", 1935] 1936 1937[[package]] 1938name = "ipld-core" 1939version = "0.4.1" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "b4ede82a79e134f179f4b29b5fdb1eb92bd1b38c4dfea394c539051150a21b9b" 1942dependencies = [ 1943 "cid", 1944 "serde", 1945 "serde_bytes", 1946] 1947 1948[[package]] 1949name = "ipnet" 1950version = "2.11.0" 1951source = "registry+https://github.com/rust-lang/crates.io-index" 1952checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1953 1954[[package]] 1955name = "iroh-car" 1956version = "0.5.1" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a" 1959dependencies = [ 1960 "anyhow", 1961 "cid", 1962 "futures", 1963 "serde", 1964 "serde_ipld_dagcbor", 1965 "thiserror 1.0.69", 1966 "tokio", 1967 "unsigned-varint 0.7.2", 1968] 1969 1970[[package]] 1971name = "is_terminal_polyfill" 1972version = "1.70.1" 1973source = "registry+https://github.com/rust-lang/crates.io-index" 1974checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1975 1976[[package]] 1977name = "itertools" 1978version = "0.12.1" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1981dependencies = [ 1982 "either", 1983] 1984 1985[[package]] 1986name = "itertools" 1987version = "0.14.0" 1988source = "registry+https://github.com/rust-lang/crates.io-index" 1989checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1990dependencies = [ 1991 "either", 1992] 1993 1994[[package]] 1995name = "itoa" 1996version = "1.0.14" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 1999 2000[[package]] 2001name = "jobserver" 2002version = "0.1.32" 2003source = "registry+https://github.com/rust-lang/crates.io-index" 2004checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 2005dependencies = [ 2006 "libc", 2007] 2008 2009[[package]] 2010name = "js-sys" 2011version = "0.3.77" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 2014dependencies = [ 2015 "once_cell", 2016 "wasm-bindgen", 2017] 2018 2019[[package]] 2020name = "jsonwebtoken" 2021version = "9.3.0" 2022source = "git+https://gitlab.com/parakeet-social/jsonwebtoken?branch=es256k#ca566f348e0f1eab3660634e2ca307fe1350f3d9" 2023dependencies = [ 2024 "base64 0.22.1", 2025 "ed25519-dalek", 2026 "getrandom 0.2.15", 2027 "hmac", 2028 "js-sys", 2029 "k256", 2030 "p256", 2031 "p384", 2032 "pem", 2033 "rand 0.8.5", 2034 "rand_core 0.6.4", 2035 "rsa", 2036 "serde", 2037 "serde_json", 2038 "sha2", 2039 "simple_asn1", 2040] 2041 2042[[package]] 2043name = "k256" 2044version = "0.13.4" 2045source = "registry+https://github.com/rust-lang/crates.io-index" 2046checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 2047dependencies = [ 2048 "cfg-if", 2049 "ecdsa", 2050 "elliptic-curve", 2051 "once_cell", 2052 "sha2", 2053 "signature", 2054] 2055 2056[[package]] 2057name = "lazy_static" 2058version = "1.5.0" 2059source = "registry+https://github.com/rust-lang/crates.io-index" 2060checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2061dependencies = [ 2062 "spin", 2063] 2064 2065[[package]] 2066name = "lazycell" 2067version = "1.3.0" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2070 2071[[package]] 2072name = "lexica" 2073version = "0.1.0" 2074dependencies = [ 2075 "chrono", 2076 "cid", 2077 "serde", 2078 "serde_json", 2079] 2080 2081[[package]] 2082name = "libc" 2083version = "0.2.174" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 2086 2087[[package]] 2088name = "libloading" 2089version = "0.8.6" 2090source = "registry+https://github.com/rust-lang/crates.io-index" 2091checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 2092dependencies = [ 2093 "cfg-if", 2094 "windows-targets 0.52.6", 2095] 2096 2097[[package]] 2098name = "libm" 2099version = "0.2.11" 2100source = "registry+https://github.com/rust-lang/crates.io-index" 2101checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" 2102 2103[[package]] 2104name = "librocksdb-sys" 2105version = "0.17.1+9.9.3" 2106source = "registry+https://github.com/rust-lang/crates.io-index" 2107checksum = "2b7869a512ae9982f4d46ba482c2a304f1efd80c6412a3d4bf57bb79a619679f" 2108dependencies = [ 2109 "bindgen", 2110 "bzip2-sys", 2111 "cc", 2112 "libc", 2113 "libz-sys", 2114 "lz4-sys", 2115] 2116 2117[[package]] 2118name = "libz-sys" 2119version = "1.1.22" 2120source = "registry+https://github.com/rust-lang/crates.io-index" 2121checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" 2122dependencies = [ 2123 "cc", 2124 "pkg-config", 2125 "vcpkg", 2126] 2127 2128[[package]] 2129name = "linked-hash-map" 2130version = "0.5.6" 2131source = "registry+https://github.com/rust-lang/crates.io-index" 2132checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2133 2134[[package]] 2135name = "linux-raw-sys" 2136version = "0.4.15" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2139 2140[[package]] 2141name = "litemap" 2142version = "0.7.4" 2143source = "registry+https://github.com/rust-lang/crates.io-index" 2144checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 2145 2146[[package]] 2147name = "lock_api" 2148version = "0.4.12" 2149source = "registry+https://github.com/rust-lang/crates.io-index" 2150checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2151dependencies = [ 2152 "autocfg", 2153 "scopeguard", 2154] 2155 2156[[package]] 2157name = "log" 2158version = "0.4.25" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" 2161 2162[[package]] 2163name = "lru-cache" 2164version = "0.1.2" 2165source = "registry+https://github.com/rust-lang/crates.io-index" 2166checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 2167dependencies = [ 2168 "linked-hash-map", 2169] 2170 2171[[package]] 2172name = "lz4-sys" 2173version = "1.11.1+lz4-1.10.0" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" 2176dependencies = [ 2177 "cc", 2178 "libc", 2179] 2180 2181[[package]] 2182name = "match_cfg" 2183version = "0.1.0" 2184source = "registry+https://github.com/rust-lang/crates.io-index" 2185checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 2186 2187[[package]] 2188name = "matchit" 2189version = "0.8.4" 2190source = "registry+https://github.com/rust-lang/crates.io-index" 2191checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 2192 2193[[package]] 2194name = "md-5" 2195version = "0.10.6" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2198dependencies = [ 2199 "cfg-if", 2200 "digest", 2201] 2202 2203[[package]] 2204name = "memchr" 2205version = "2.7.4" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2208 2209[[package]] 2210name = "metrics" 2211version = "0.24.1" 2212source = "registry+https://github.com/rust-lang/crates.io-index" 2213checksum = "7a7deb012b3b2767169ff203fadb4c6b0b82b947512e5eb9e0b78c2e186ad9e3" 2214dependencies = [ 2215 "ahash", 2216 "portable-atomic", 2217] 2218 2219[[package]] 2220name = "metrics-exporter-prometheus" 2221version = "0.16.2" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034" 2224dependencies = [ 2225 "base64 0.22.1", 2226 "http-body-util", 2227 "hyper", 2228 "hyper-rustls", 2229 "hyper-util", 2230 "indexmap 2.7.1", 2231 "ipnet", 2232 "metrics", 2233 "metrics-util", 2234 "quanta", 2235 "thiserror 1.0.69", 2236 "tokio", 2237 "tracing", 2238] 2239 2240[[package]] 2241name = "metrics-util" 2242version = "0.19.1" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376" 2245dependencies = [ 2246 "crossbeam-epoch", 2247 "crossbeam-utils", 2248 "hashbrown 0.15.2", 2249 "metrics", 2250 "quanta", 2251 "rand 0.9.1", 2252 "rand_xoshiro", 2253 "sketches-ddsketch", 2254] 2255 2256[[package]] 2257name = "migrations_internals" 2258version = "2.2.1" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "3bda1634d70d5bd53553cf15dca9842a396e8c799982a3ad22998dc44d961f24" 2261dependencies = [ 2262 "serde", 2263 "toml 0.9.2", 2264] 2265 2266[[package]] 2267name = "migrations_macros" 2268version = "2.2.0" 2269source = "registry+https://github.com/rust-lang/crates.io-index" 2270checksum = "ffb161cc72176cb37aa47f1fc520d3ef02263d67d661f44f05d05a079e1237fd" 2271dependencies = [ 2272 "migrations_internals", 2273 "proc-macro2", 2274 "quote", 2275] 2276 2277[[package]] 2278name = "mime" 2279version = "0.3.17" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2282 2283[[package]] 2284name = "minimal-lexical" 2285version = "0.2.1" 2286source = "registry+https://github.com/rust-lang/crates.io-index" 2287checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2288 2289[[package]] 2290name = "miniz_oxide" 2291version = "0.8.3" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924" 2294dependencies = [ 2295 "adler2", 2296] 2297 2298[[package]] 2299name = "mio" 2300version = "1.0.3" 2301source = "registry+https://github.com/rust-lang/crates.io-index" 2302checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 2303dependencies = [ 2304 "libc", 2305 "wasi 0.11.0+wasi-snapshot-preview1", 2306 "windows-sys 0.52.0", 2307] 2308 2309[[package]] 2310name = "multibase" 2311version = "0.9.1" 2312source = "registry+https://github.com/rust-lang/crates.io-index" 2313checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 2314dependencies = [ 2315 "base-x", 2316 "data-encoding", 2317 "data-encoding-macro", 2318] 2319 2320[[package]] 2321name = "multihash" 2322version = "0.19.3" 2323source = "registry+https://github.com/rust-lang/crates.io-index" 2324checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 2325dependencies = [ 2326 "core2", 2327 "serde", 2328 "unsigned-varint 0.8.0", 2329] 2330 2331[[package]] 2332name = "multimap" 2333version = "0.10.0" 2334source = "registry+https://github.com/rust-lang/crates.io-index" 2335checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 2336 2337[[package]] 2338name = "nanorand" 2339version = "0.7.0" 2340source = "registry+https://github.com/rust-lang/crates.io-index" 2341checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 2342dependencies = [ 2343 "getrandom 0.2.15", 2344] 2345 2346[[package]] 2347name = "native-tls" 2348version = "0.2.12" 2349source = "registry+https://github.com/rust-lang/crates.io-index" 2350checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 2351dependencies = [ 2352 "libc", 2353 "log", 2354 "openssl", 2355 "openssl-probe", 2356 "openssl-sys", 2357 "schannel", 2358 "security-framework 2.11.1", 2359 "security-framework-sys", 2360 "tempfile", 2361] 2362 2363[[package]] 2364name = "nom" 2365version = "7.1.3" 2366source = "registry+https://github.com/rust-lang/crates.io-index" 2367checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2368dependencies = [ 2369 "memchr", 2370 "minimal-lexical", 2371] 2372 2373[[package]] 2374name = "nu-ansi-term" 2375version = "0.46.0" 2376source = "registry+https://github.com/rust-lang/crates.io-index" 2377checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2378dependencies = [ 2379 "overload", 2380 "winapi", 2381] 2382 2383[[package]] 2384name = "num-bigint" 2385version = "0.4.6" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2388dependencies = [ 2389 "num-integer", 2390 "num-traits", 2391] 2392 2393[[package]] 2394name = "num-bigint-dig" 2395version = "0.8.4" 2396source = "registry+https://github.com/rust-lang/crates.io-index" 2397checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 2398dependencies = [ 2399 "byteorder", 2400 "lazy_static", 2401 "libm", 2402 "num-integer", 2403 "num-iter", 2404 "num-traits", 2405 "rand 0.8.5", 2406 "smallvec", 2407 "zeroize", 2408] 2409 2410[[package]] 2411name = "num-conv" 2412version = "0.1.0" 2413source = "registry+https://github.com/rust-lang/crates.io-index" 2414checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2415 2416[[package]] 2417name = "num-integer" 2418version = "0.1.46" 2419source = "registry+https://github.com/rust-lang/crates.io-index" 2420checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2421dependencies = [ 2422 "num-traits", 2423] 2424 2425[[package]] 2426name = "num-iter" 2427version = "0.1.45" 2428source = "registry+https://github.com/rust-lang/crates.io-index" 2429checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2430dependencies = [ 2431 "autocfg", 2432 "num-integer", 2433 "num-traits", 2434] 2435 2436[[package]] 2437name = "num-traits" 2438version = "0.2.19" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2441dependencies = [ 2442 "autocfg", 2443 "libm", 2444] 2445 2446[[package]] 2447name = "num_cpus" 2448version = "1.16.0" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2451dependencies = [ 2452 "hermit-abi", 2453 "libc", 2454] 2455 2456[[package]] 2457name = "object" 2458version = "0.36.7" 2459source = "registry+https://github.com/rust-lang/crates.io-index" 2460checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 2461dependencies = [ 2462 "memchr", 2463] 2464 2465[[package]] 2466name = "once_cell" 2467version = "1.20.2" 2468source = "registry+https://github.com/rust-lang/crates.io-index" 2469checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 2470 2471[[package]] 2472name = "openssl" 2473version = "0.10.68" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 2476dependencies = [ 2477 "bitflags 2.8.0", 2478 "cfg-if", 2479 "foreign-types", 2480 "libc", 2481 "once_cell", 2482 "openssl-macros", 2483 "openssl-sys", 2484] 2485 2486[[package]] 2487name = "openssl-macros" 2488version = "0.1.1" 2489source = "registry+https://github.com/rust-lang/crates.io-index" 2490checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2491dependencies = [ 2492 "proc-macro2", 2493 "quote", 2494 "syn", 2495] 2496 2497[[package]] 2498name = "openssl-probe" 2499version = "0.1.6" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 2502 2503[[package]] 2504name = "openssl-sys" 2505version = "0.9.104" 2506source = "registry+https://github.com/rust-lang/crates.io-index" 2507checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 2508dependencies = [ 2509 "cc", 2510 "libc", 2511 "pkg-config", 2512 "vcpkg", 2513] 2514 2515[[package]] 2516name = "overload" 2517version = "0.1.1" 2518source = "registry+https://github.com/rust-lang/crates.io-index" 2519checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2520 2521[[package]] 2522name = "p256" 2523version = "0.13.2" 2524source = "registry+https://github.com/rust-lang/crates.io-index" 2525checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 2526dependencies = [ 2527 "ecdsa", 2528 "elliptic-curve", 2529 "primeorder", 2530 "sha2", 2531] 2532 2533[[package]] 2534name = "p384" 2535version = "0.13.1" 2536source = "registry+https://github.com/rust-lang/crates.io-index" 2537checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 2538dependencies = [ 2539 "ecdsa", 2540 "elliptic-curve", 2541 "primeorder", 2542 "sha2", 2543] 2544 2545[[package]] 2546name = "parakeet" 2547version = "0.1.0" 2548dependencies = [ 2549 "async-recursion", 2550 "axum", 2551 "axum-extra", 2552 "base64 0.22.1", 2553 "chrono", 2554 "dataloader", 2555 "deadpool", 2556 "did-resolver", 2557 "diesel", 2558 "diesel-async", 2559 "diesel_migrations", 2560 "eyre", 2561 "figment", 2562 "itertools 0.14.0", 2563 "jsonwebtoken", 2564 "lexica", 2565 "multibase", 2566 "parakeet-db", 2567 "parakeet-index", 2568 "redis", 2569 "reqwest", 2570 "serde", 2571 "serde_ipld_dagcbor", 2572 "serde_json", 2573 "tokio", 2574 "tower-http", 2575 "tracing", 2576 "tracing-subscriber", 2577] 2578 2579[[package]] 2580name = "parakeet-db" 2581version = "0.1.0" 2582dependencies = [ 2583 "chrono", 2584 "diesel", 2585 "postgres-types", 2586 "serde", 2587 "serde_json", 2588] 2589 2590[[package]] 2591name = "parakeet-index" 2592version = "0.1.0" 2593dependencies = [ 2594 "eyre", 2595 "figment", 2596 "itertools 0.14.0", 2597 "prost", 2598 "rocksdb", 2599 "serde", 2600 "tokio", 2601 "tonic", 2602 "tonic-build", 2603 "tonic-health", 2604 "tracing", 2605 "tracing-subscriber", 2606] 2607 2608[[package]] 2609name = "parakeet-lexgen" 2610version = "0.1.0" 2611dependencies = [ 2612 "clap", 2613 "eyre", 2614 "serde", 2615 "serde_json", 2616 "thiserror 2.0.12", 2617 "walkdir", 2618] 2619 2620[[package]] 2621name = "parking_lot" 2622version = "0.11.2" 2623source = "registry+https://github.com/rust-lang/crates.io-index" 2624checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 2625dependencies = [ 2626 "instant", 2627 "lock_api", 2628 "parking_lot_core 0.8.6", 2629] 2630 2631[[package]] 2632name = "parking_lot" 2633version = "0.12.3" 2634source = "registry+https://github.com/rust-lang/crates.io-index" 2635checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2636dependencies = [ 2637 "lock_api", 2638 "parking_lot_core 0.9.10", 2639] 2640 2641[[package]] 2642name = "parking_lot_core" 2643version = "0.8.6" 2644source = "registry+https://github.com/rust-lang/crates.io-index" 2645checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 2646dependencies = [ 2647 "cfg-if", 2648 "instant", 2649 "libc", 2650 "redox_syscall 0.2.16", 2651 "smallvec", 2652 "winapi", 2653] 2654 2655[[package]] 2656name = "parking_lot_core" 2657version = "0.9.10" 2658source = "registry+https://github.com/rust-lang/crates.io-index" 2659checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2660dependencies = [ 2661 "cfg-if", 2662 "libc", 2663 "redox_syscall 0.5.8", 2664 "smallvec", 2665 "windows-targets 0.52.6", 2666] 2667 2668[[package]] 2669name = "paste" 2670version = "1.0.15" 2671source = "registry+https://github.com/rust-lang/crates.io-index" 2672checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2673 2674[[package]] 2675name = "pear" 2676version = "0.2.9" 2677source = "registry+https://github.com/rust-lang/crates.io-index" 2678checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" 2679dependencies = [ 2680 "inlinable_string", 2681 "pear_codegen", 2682 "yansi", 2683] 2684 2685[[package]] 2686name = "pear_codegen" 2687version = "0.2.9" 2688source = "registry+https://github.com/rust-lang/crates.io-index" 2689checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" 2690dependencies = [ 2691 "proc-macro2", 2692 "proc-macro2-diagnostics", 2693 "quote", 2694 "syn", 2695] 2696 2697[[package]] 2698name = "pem" 2699version = "3.0.5" 2700source = "registry+https://github.com/rust-lang/crates.io-index" 2701checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" 2702dependencies = [ 2703 "base64 0.22.1", 2704 "serde", 2705] 2706 2707[[package]] 2708name = "pem-rfc7468" 2709version = "0.7.0" 2710source = "registry+https://github.com/rust-lang/crates.io-index" 2711checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2712dependencies = [ 2713 "base64ct", 2714] 2715 2716[[package]] 2717name = "percent-encoding" 2718version = "2.3.1" 2719source = "registry+https://github.com/rust-lang/crates.io-index" 2720checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2721 2722[[package]] 2723name = "petgraph" 2724version = "0.7.1" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" 2727dependencies = [ 2728 "fixedbitset", 2729 "indexmap 2.7.1", 2730] 2731 2732[[package]] 2733name = "phf" 2734version = "0.11.3" 2735source = "registry+https://github.com/rust-lang/crates.io-index" 2736checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 2737dependencies = [ 2738 "phf_shared", 2739] 2740 2741[[package]] 2742name = "phf_shared" 2743version = "0.11.3" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 2746dependencies = [ 2747 "siphasher", 2748] 2749 2750[[package]] 2751name = "pin-project" 2752version = "1.1.10" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 2755dependencies = [ 2756 "pin-project-internal", 2757] 2758 2759[[package]] 2760name = "pin-project-internal" 2761version = "1.1.10" 2762source = "registry+https://github.com/rust-lang/crates.io-index" 2763checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 2764dependencies = [ 2765 "proc-macro2", 2766 "quote", 2767 "syn", 2768] 2769 2770[[package]] 2771name = "pin-project-lite" 2772version = "0.2.16" 2773source = "registry+https://github.com/rust-lang/crates.io-index" 2774checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2775 2776[[package]] 2777name = "pin-utils" 2778version = "0.1.0" 2779source = "registry+https://github.com/rust-lang/crates.io-index" 2780checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2781 2782[[package]] 2783name = "pkcs1" 2784version = "0.7.5" 2785source = "registry+https://github.com/rust-lang/crates.io-index" 2786checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2787dependencies = [ 2788 "der", 2789 "pkcs8", 2790 "spki", 2791] 2792 2793[[package]] 2794name = "pkcs8" 2795version = "0.10.2" 2796source = "registry+https://github.com/rust-lang/crates.io-index" 2797checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2798dependencies = [ 2799 "der", 2800 "spki", 2801] 2802 2803[[package]] 2804name = "pkg-config" 2805version = "0.3.31" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 2808 2809[[package]] 2810name = "portable-atomic" 2811version = "1.11.0" 2812source = "registry+https://github.com/rust-lang/crates.io-index" 2813checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 2814 2815[[package]] 2816name = "postgres-protocol" 2817version = "0.6.8" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54" 2820dependencies = [ 2821 "base64 0.22.1", 2822 "byteorder", 2823 "bytes", 2824 "fallible-iterator", 2825 "hmac", 2826 "md-5", 2827 "memchr", 2828 "rand 0.9.1", 2829 "sha2", 2830 "stringprep", 2831] 2832 2833[[package]] 2834name = "postgres-types" 2835version = "0.2.9" 2836source = "registry+https://github.com/rust-lang/crates.io-index" 2837checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48" 2838dependencies = [ 2839 "bytes", 2840 "chrono", 2841 "fallible-iterator", 2842 "postgres-protocol", 2843 "serde", 2844 "serde_json", 2845] 2846 2847[[package]] 2848name = "powerfmt" 2849version = "0.2.0" 2850source = "registry+https://github.com/rust-lang/crates.io-index" 2851checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2852 2853[[package]] 2854name = "ppv-lite86" 2855version = "0.2.20" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 2858dependencies = [ 2859 "zerocopy", 2860] 2861 2862[[package]] 2863name = "prettyplease" 2864version = "0.2.30" 2865source = "registry+https://github.com/rust-lang/crates.io-index" 2866checksum = "f1ccf34da56fc294e7d4ccf69a85992b7dfb826b7cf57bac6a70bba3494cc08a" 2867dependencies = [ 2868 "proc-macro2", 2869 "syn", 2870] 2871 2872[[package]] 2873name = "primeorder" 2874version = "0.13.6" 2875source = "registry+https://github.com/rust-lang/crates.io-index" 2876checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2877dependencies = [ 2878 "elliptic-curve", 2879] 2880 2881[[package]] 2882name = "proc-macro2" 2883version = "1.0.93" 2884source = "registry+https://github.com/rust-lang/crates.io-index" 2885checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 2886dependencies = [ 2887 "unicode-ident", 2888] 2889 2890[[package]] 2891name = "proc-macro2-diagnostics" 2892version = "0.10.1" 2893source = "registry+https://github.com/rust-lang/crates.io-index" 2894checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 2895dependencies = [ 2896 "proc-macro2", 2897 "quote", 2898 "syn", 2899 "version_check", 2900 "yansi", 2901] 2902 2903[[package]] 2904name = "prost" 2905version = "0.13.5" 2906source = "registry+https://github.com/rust-lang/crates.io-index" 2907checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" 2908dependencies = [ 2909 "bytes", 2910 "prost-derive", 2911] 2912 2913[[package]] 2914name = "prost-build" 2915version = "0.13.5" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" 2918dependencies = [ 2919 "heck", 2920 "itertools 0.14.0", 2921 "log", 2922 "multimap", 2923 "once_cell", 2924 "petgraph", 2925 "prettyplease", 2926 "prost", 2927 "prost-types", 2928 "regex", 2929 "syn", 2930 "tempfile", 2931] 2932 2933[[package]] 2934name = "prost-derive" 2935version = "0.13.5" 2936source = "registry+https://github.com/rust-lang/crates.io-index" 2937checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" 2938dependencies = [ 2939 "anyhow", 2940 "itertools 0.14.0", 2941 "proc-macro2", 2942 "quote", 2943 "syn", 2944] 2945 2946[[package]] 2947name = "prost-types" 2948version = "0.13.5" 2949source = "registry+https://github.com/rust-lang/crates.io-index" 2950checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" 2951dependencies = [ 2952 "prost", 2953] 2954 2955[[package]] 2956name = "quanta" 2957version = "0.12.5" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e" 2960dependencies = [ 2961 "crossbeam-utils", 2962 "libc", 2963 "once_cell", 2964 "raw-cpuid", 2965 "wasi 0.11.0+wasi-snapshot-preview1", 2966 "web-sys", 2967 "winapi", 2968] 2969 2970[[package]] 2971name = "quick-error" 2972version = "1.2.3" 2973source = "registry+https://github.com/rust-lang/crates.io-index" 2974checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2975 2976[[package]] 2977name = "quote" 2978version = "1.0.38" 2979source = "registry+https://github.com/rust-lang/crates.io-index" 2980checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 2981dependencies = [ 2982 "proc-macro2", 2983] 2984 2985[[package]] 2986name = "r-efi" 2987version = "5.2.0" 2988source = "registry+https://github.com/rust-lang/crates.io-index" 2989checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 2990 2991[[package]] 2992name = "rand" 2993version = "0.8.5" 2994source = "registry+https://github.com/rust-lang/crates.io-index" 2995checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2996dependencies = [ 2997 "libc", 2998 "rand_chacha 0.3.1", 2999 "rand_core 0.6.4", 3000] 3001 3002[[package]] 3003name = "rand" 3004version = "0.9.1" 3005source = "registry+https://github.com/rust-lang/crates.io-index" 3006checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 3007dependencies = [ 3008 "rand_chacha 0.9.0", 3009 "rand_core 0.9.3", 3010] 3011 3012[[package]] 3013name = "rand_chacha" 3014version = "0.3.1" 3015source = "registry+https://github.com/rust-lang/crates.io-index" 3016checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3017dependencies = [ 3018 "ppv-lite86", 3019 "rand_core 0.6.4", 3020] 3021 3022[[package]] 3023name = "rand_chacha" 3024version = "0.9.0" 3025source = "registry+https://github.com/rust-lang/crates.io-index" 3026checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3027dependencies = [ 3028 "ppv-lite86", 3029 "rand_core 0.9.3", 3030] 3031 3032[[package]] 3033name = "rand_core" 3034version = "0.6.4" 3035source = "registry+https://github.com/rust-lang/crates.io-index" 3036checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3037dependencies = [ 3038 "getrandom 0.2.15", 3039] 3040 3041[[package]] 3042name = "rand_core" 3043version = "0.9.3" 3044source = "registry+https://github.com/rust-lang/crates.io-index" 3045checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 3046dependencies = [ 3047 "getrandom 0.3.3", 3048] 3049 3050[[package]] 3051name = "rand_xoshiro" 3052version = "0.7.0" 3053source = "registry+https://github.com/rust-lang/crates.io-index" 3054checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" 3055dependencies = [ 3056 "rand_core 0.9.3", 3057] 3058 3059[[package]] 3060name = "raw-cpuid" 3061version = "11.5.0" 3062source = "registry+https://github.com/rust-lang/crates.io-index" 3063checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" 3064dependencies = [ 3065 "bitflags 2.8.0", 3066] 3067 3068[[package]] 3069name = "redis" 3070version = "0.32.4" 3071source = "registry+https://github.com/rust-lang/crates.io-index" 3072checksum = "e1f66bf4cac9733a23bcdf1e0e01effbaaad208567beba68be8f67e5f4af3ee1" 3073dependencies = [ 3074 "bytes", 3075 "cfg-if", 3076 "combine", 3077 "futures-util", 3078 "itoa", 3079 "native-tls", 3080 "num-bigint", 3081 "percent-encoding", 3082 "pin-project-lite", 3083 "ryu", 3084 "sha1_smol", 3085 "socket2 0.6.0", 3086 "tokio", 3087 "tokio-native-tls", 3088 "tokio-util", 3089 "url", 3090] 3091 3092[[package]] 3093name = "redox_syscall" 3094version = "0.2.16" 3095source = "registry+https://github.com/rust-lang/crates.io-index" 3096checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 3097dependencies = [ 3098 "bitflags 1.3.2", 3099] 3100 3101[[package]] 3102name = "redox_syscall" 3103version = "0.5.8" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" 3106dependencies = [ 3107 "bitflags 2.8.0", 3108] 3109 3110[[package]] 3111name = "ref-cast" 3112version = "1.0.24" 3113source = "registry+https://github.com/rust-lang/crates.io-index" 3114checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 3115dependencies = [ 3116 "ref-cast-impl", 3117] 3118 3119[[package]] 3120name = "ref-cast-impl" 3121version = "1.0.24" 3122source = "registry+https://github.com/rust-lang/crates.io-index" 3123checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 3124dependencies = [ 3125 "proc-macro2", 3126 "quote", 3127 "syn", 3128] 3129 3130[[package]] 3131name = "regex" 3132version = "1.11.1" 3133source = "registry+https://github.com/rust-lang/crates.io-index" 3134checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 3135dependencies = [ 3136 "aho-corasick", 3137 "memchr", 3138 "regex-automata", 3139 "regex-syntax", 3140] 3141 3142[[package]] 3143name = "regex-automata" 3144version = "0.4.9" 3145source = "registry+https://github.com/rust-lang/crates.io-index" 3146checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 3147dependencies = [ 3148 "aho-corasick", 3149 "memchr", 3150 "regex-syntax", 3151] 3152 3153[[package]] 3154name = "regex-syntax" 3155version = "0.8.5" 3156source = "registry+https://github.com/rust-lang/crates.io-index" 3157checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 3158 3159[[package]] 3160name = "reqwest" 3161version = "0.12.12" 3162source = "registry+https://github.com/rust-lang/crates.io-index" 3163checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" 3164dependencies = [ 3165 "async-compression", 3166 "base64 0.22.1", 3167 "bytes", 3168 "encoding_rs", 3169 "futures-core", 3170 "futures-util", 3171 "h2", 3172 "http", 3173 "http-body", 3174 "http-body-util", 3175 "hyper", 3176 "hyper-rustls", 3177 "hyper-tls", 3178 "hyper-util", 3179 "ipnet", 3180 "js-sys", 3181 "log", 3182 "mime", 3183 "native-tls", 3184 "once_cell", 3185 "percent-encoding", 3186 "pin-project-lite", 3187 "rustls-pemfile", 3188 "serde", 3189 "serde_json", 3190 "serde_urlencoded", 3191 "sync_wrapper", 3192 "system-configuration", 3193 "tokio", 3194 "tokio-native-tls", 3195 "tokio-util", 3196 "tower", 3197 "tower-service", 3198 "url", 3199 "wasm-bindgen", 3200 "wasm-bindgen-futures", 3201 "wasm-streams", 3202 "web-sys", 3203 "windows-registry", 3204] 3205 3206[[package]] 3207name = "resolv-conf" 3208version = "0.7.0" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" 3211dependencies = [ 3212 "hostname", 3213 "quick-error", 3214] 3215 3216[[package]] 3217name = "rfc6979" 3218version = "0.4.0" 3219source = "registry+https://github.com/rust-lang/crates.io-index" 3220checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 3221dependencies = [ 3222 "hmac", 3223 "subtle", 3224] 3225 3226[[package]] 3227name = "ring" 3228version = "0.17.8" 3229source = "registry+https://github.com/rust-lang/crates.io-index" 3230checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 3231dependencies = [ 3232 "cc", 3233 "cfg-if", 3234 "getrandom 0.2.15", 3235 "libc", 3236 "spin", 3237 "untrusted", 3238 "windows-sys 0.52.0", 3239] 3240 3241[[package]] 3242name = "rocksdb" 3243version = "0.23.0" 3244source = "registry+https://github.com/rust-lang/crates.io-index" 3245checksum = "26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43" 3246dependencies = [ 3247 "libc", 3248 "librocksdb-sys", 3249] 3250 3251[[package]] 3252name = "rsa" 3253version = "0.9.8" 3254source = "registry+https://github.com/rust-lang/crates.io-index" 3255checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 3256dependencies = [ 3257 "const-oid", 3258 "digest", 3259 "num-bigint-dig", 3260 "num-integer", 3261 "num-traits", 3262 "pkcs1", 3263 "pkcs8", 3264 "rand_core 0.6.4", 3265 "signature", 3266 "spki", 3267 "subtle", 3268 "zeroize", 3269] 3270 3271[[package]] 3272name = "rustc-demangle" 3273version = "0.1.24" 3274source = "registry+https://github.com/rust-lang/crates.io-index" 3275checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3276 3277[[package]] 3278name = "rustc-hash" 3279version = "1.1.0" 3280source = "registry+https://github.com/rust-lang/crates.io-index" 3281checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3282 3283[[package]] 3284name = "rustc_version" 3285version = "0.4.1" 3286source = "registry+https://github.com/rust-lang/crates.io-index" 3287checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3288dependencies = [ 3289 "semver", 3290] 3291 3292[[package]] 3293name = "rustix" 3294version = "0.38.44" 3295source = "registry+https://github.com/rust-lang/crates.io-index" 3296checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 3297dependencies = [ 3298 "bitflags 2.8.0", 3299 "errno", 3300 "libc", 3301 "linux-raw-sys", 3302 "windows-sys 0.59.0", 3303] 3304 3305[[package]] 3306name = "rustls" 3307version = "0.23.22" 3308source = "registry+https://github.com/rust-lang/crates.io-index" 3309checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7" 3310dependencies = [ 3311 "aws-lc-rs", 3312 "once_cell", 3313 "rustls-pki-types", 3314 "rustls-webpki", 3315 "subtle", 3316 "zeroize", 3317] 3318 3319[[package]] 3320name = "rustls-native-certs" 3321version = "0.8.1" 3322source = "registry+https://github.com/rust-lang/crates.io-index" 3323checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 3324dependencies = [ 3325 "openssl-probe", 3326 "rustls-pki-types", 3327 "schannel", 3328 "security-framework 3.2.0", 3329] 3330 3331[[package]] 3332name = "rustls-pemfile" 3333version = "2.2.0" 3334source = "registry+https://github.com/rust-lang/crates.io-index" 3335checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 3336dependencies = [ 3337 "rustls-pki-types", 3338] 3339 3340[[package]] 3341name = "rustls-pki-types" 3342version = "1.11.0" 3343source = "registry+https://github.com/rust-lang/crates.io-index" 3344checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" 3345 3346[[package]] 3347name = "rustls-webpki" 3348version = "0.102.8" 3349source = "registry+https://github.com/rust-lang/crates.io-index" 3350checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 3351dependencies = [ 3352 "aws-lc-rs", 3353 "ring", 3354 "rustls-pki-types", 3355 "untrusted", 3356] 3357 3358[[package]] 3359name = "rustversion" 3360version = "1.0.19" 3361source = "registry+https://github.com/rust-lang/crates.io-index" 3362checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" 3363 3364[[package]] 3365name = "ryu" 3366version = "1.0.18" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 3369 3370[[package]] 3371name = "same-file" 3372version = "1.0.6" 3373source = "registry+https://github.com/rust-lang/crates.io-index" 3374checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3375dependencies = [ 3376 "winapi-util", 3377] 3378 3379[[package]] 3380name = "schannel" 3381version = "0.1.27" 3382source = "registry+https://github.com/rust-lang/crates.io-index" 3383checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 3384dependencies = [ 3385 "windows-sys 0.59.0", 3386] 3387 3388[[package]] 3389name = "schemars" 3390version = "0.9.0" 3391source = "registry+https://github.com/rust-lang/crates.io-index" 3392checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 3393dependencies = [ 3394 "dyn-clone", 3395 "ref-cast", 3396 "serde", 3397 "serde_json", 3398] 3399 3400[[package]] 3401name = "schemars" 3402version = "1.0.4" 3403source = "registry+https://github.com/rust-lang/crates.io-index" 3404checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" 3405dependencies = [ 3406 "dyn-clone", 3407 "ref-cast", 3408 "serde", 3409 "serde_json", 3410] 3411 3412[[package]] 3413name = "scoped-futures" 3414version = "0.1.4" 3415source = "registry+https://github.com/rust-lang/crates.io-index" 3416checksum = "1b24aae2d0636530f359e9d5ef0c04669d11c5e756699b27a6a6d845d8329091" 3417dependencies = [ 3418 "pin-project-lite", 3419] 3420 3421[[package]] 3422name = "scopeguard" 3423version = "1.2.0" 3424source = "registry+https://github.com/rust-lang/crates.io-index" 3425checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3426 3427[[package]] 3428name = "sec1" 3429version = "0.7.3" 3430source = "registry+https://github.com/rust-lang/crates.io-index" 3431checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 3432dependencies = [ 3433 "base16ct", 3434 "der", 3435 "generic-array", 3436 "pkcs8", 3437 "subtle", 3438 "zeroize", 3439] 3440 3441[[package]] 3442name = "security-framework" 3443version = "2.11.1" 3444source = "registry+https://github.com/rust-lang/crates.io-index" 3445checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 3446dependencies = [ 3447 "bitflags 2.8.0", 3448 "core-foundation 0.9.4", 3449 "core-foundation-sys", 3450 "libc", 3451 "security-framework-sys", 3452] 3453 3454[[package]] 3455name = "security-framework" 3456version = "3.2.0" 3457source = "registry+https://github.com/rust-lang/crates.io-index" 3458checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" 3459dependencies = [ 3460 "bitflags 2.8.0", 3461 "core-foundation 0.10.0", 3462 "core-foundation-sys", 3463 "libc", 3464 "security-framework-sys", 3465] 3466 3467[[package]] 3468name = "security-framework-sys" 3469version = "2.14.0" 3470source = "registry+https://github.com/rust-lang/crates.io-index" 3471checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 3472dependencies = [ 3473 "core-foundation-sys", 3474 "libc", 3475] 3476 3477[[package]] 3478name = "semver" 3479version = "1.0.26" 3480source = "registry+https://github.com/rust-lang/crates.io-index" 3481checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 3482 3483[[package]] 3484name = "serde" 3485version = "1.0.219" 3486source = "registry+https://github.com/rust-lang/crates.io-index" 3487checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 3488dependencies = [ 3489 "serde_derive", 3490] 3491 3492[[package]] 3493name = "serde_bytes" 3494version = "0.11.15" 3495source = "registry+https://github.com/rust-lang/crates.io-index" 3496checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" 3497dependencies = [ 3498 "serde", 3499] 3500 3501[[package]] 3502name = "serde_derive" 3503version = "1.0.219" 3504source = "registry+https://github.com/rust-lang/crates.io-index" 3505checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 3506dependencies = [ 3507 "proc-macro2", 3508 "quote", 3509 "syn", 3510] 3511 3512[[package]] 3513name = "serde_html_form" 3514version = "0.2.7" 3515source = "registry+https://github.com/rust-lang/crates.io-index" 3516checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4" 3517dependencies = [ 3518 "form_urlencoded", 3519 "indexmap 2.7.1", 3520 "itoa", 3521 "ryu", 3522 "serde", 3523] 3524 3525[[package]] 3526name = "serde_ipld_dagcbor" 3527version = "0.6.1" 3528source = "registry+https://github.com/rust-lang/crates.io-index" 3529checksum = "ded35fbe4ab8fdec1f1d14b4daff2206b1eada4d6e708cb451d464d2d965f493" 3530dependencies = [ 3531 "cbor4ii", 3532 "ipld-core", 3533 "scopeguard", 3534 "serde", 3535] 3536 3537[[package]] 3538name = "serde_json" 3539version = "1.0.141" 3540source = "registry+https://github.com/rust-lang/crates.io-index" 3541checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" 3542dependencies = [ 3543 "itoa", 3544 "memchr", 3545 "ryu", 3546 "serde", 3547] 3548 3549[[package]] 3550name = "serde_path_to_error" 3551version = "0.1.16" 3552source = "registry+https://github.com/rust-lang/crates.io-index" 3553checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 3554dependencies = [ 3555 "itoa", 3556 "serde", 3557] 3558 3559[[package]] 3560name = "serde_spanned" 3561version = "0.6.8" 3562source = "registry+https://github.com/rust-lang/crates.io-index" 3563checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 3564dependencies = [ 3565 "serde", 3566] 3567 3568[[package]] 3569name = "serde_spanned" 3570version = "1.0.0" 3571source = "registry+https://github.com/rust-lang/crates.io-index" 3572checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83" 3573dependencies = [ 3574 "serde", 3575] 3576 3577[[package]] 3578name = "serde_urlencoded" 3579version = "0.7.1" 3580source = "registry+https://github.com/rust-lang/crates.io-index" 3581checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3582dependencies = [ 3583 "form_urlencoded", 3584 "itoa", 3585 "ryu", 3586 "serde", 3587] 3588 3589[[package]] 3590name = "serde_with" 3591version = "3.14.0" 3592source = "registry+https://github.com/rust-lang/crates.io-index" 3593checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5" 3594dependencies = [ 3595 "base64 0.22.1", 3596 "chrono", 3597 "hex", 3598 "indexmap 1.9.3", 3599 "indexmap 2.7.1", 3600 "schemars 0.9.0", 3601 "schemars 1.0.4", 3602 "serde", 3603 "serde_derive", 3604 "serde_json", 3605 "serde_with_macros", 3606 "time", 3607] 3608 3609[[package]] 3610name = "serde_with_macros" 3611version = "3.14.0" 3612source = "registry+https://github.com/rust-lang/crates.io-index" 3613checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f" 3614dependencies = [ 3615 "darling", 3616 "proc-macro2", 3617 "quote", 3618 "syn", 3619] 3620 3621[[package]] 3622name = "sha1" 3623version = "0.10.6" 3624source = "registry+https://github.com/rust-lang/crates.io-index" 3625checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3626dependencies = [ 3627 "cfg-if", 3628 "cpufeatures", 3629 "digest", 3630] 3631 3632[[package]] 3633name = "sha1_smol" 3634version = "1.0.1" 3635source = "registry+https://github.com/rust-lang/crates.io-index" 3636checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 3637 3638[[package]] 3639name = "sha2" 3640version = "0.10.8" 3641source = "registry+https://github.com/rust-lang/crates.io-index" 3642checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 3643dependencies = [ 3644 "cfg-if", 3645 "cpufeatures", 3646 "digest", 3647] 3648 3649[[package]] 3650name = "sharded-slab" 3651version = "0.1.7" 3652source = "registry+https://github.com/rust-lang/crates.io-index" 3653checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3654dependencies = [ 3655 "lazy_static", 3656] 3657 3658[[package]] 3659name = "shlex" 3660version = "1.3.0" 3661source = "registry+https://github.com/rust-lang/crates.io-index" 3662checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3663 3664[[package]] 3665name = "signal-hook-registry" 3666version = "1.4.2" 3667source = "registry+https://github.com/rust-lang/crates.io-index" 3668checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 3669dependencies = [ 3670 "libc", 3671] 3672 3673[[package]] 3674name = "signature" 3675version = "2.2.0" 3676source = "registry+https://github.com/rust-lang/crates.io-index" 3677checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3678dependencies = [ 3679 "digest", 3680 "rand_core 0.6.4", 3681] 3682 3683[[package]] 3684name = "simple_asn1" 3685version = "0.6.3" 3686source = "registry+https://github.com/rust-lang/crates.io-index" 3687checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" 3688dependencies = [ 3689 "num-bigint", 3690 "num-traits", 3691 "thiserror 2.0.12", 3692 "time", 3693] 3694 3695[[package]] 3696name = "siphasher" 3697version = "1.0.1" 3698source = "registry+https://github.com/rust-lang/crates.io-index" 3699checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 3700 3701[[package]] 3702name = "sketches-ddsketch" 3703version = "0.3.0" 3704source = "registry+https://github.com/rust-lang/crates.io-index" 3705checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" 3706 3707[[package]] 3708name = "slab" 3709version = "0.4.9" 3710source = "registry+https://github.com/rust-lang/crates.io-index" 3711checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3712dependencies = [ 3713 "autocfg", 3714] 3715 3716[[package]] 3717name = "sled" 3718version = "0.34.7" 3719source = "registry+https://github.com/rust-lang/crates.io-index" 3720checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935" 3721dependencies = [ 3722 "crc32fast", 3723 "crossbeam-epoch", 3724 "crossbeam-utils", 3725 "fs2", 3726 "fxhash", 3727 "libc", 3728 "log", 3729 "parking_lot 0.11.2", 3730] 3731 3732[[package]] 3733name = "smallvec" 3734version = "1.13.2" 3735source = "registry+https://github.com/rust-lang/crates.io-index" 3736checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 3737 3738[[package]] 3739name = "socket2" 3740version = "0.5.8" 3741source = "registry+https://github.com/rust-lang/crates.io-index" 3742checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" 3743dependencies = [ 3744 "libc", 3745 "windows-sys 0.52.0", 3746] 3747 3748[[package]] 3749name = "socket2" 3750version = "0.6.0" 3751source = "registry+https://github.com/rust-lang/crates.io-index" 3752checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 3753dependencies = [ 3754 "libc", 3755 "windows-sys 0.59.0", 3756] 3757 3758[[package]] 3759name = "spin" 3760version = "0.9.8" 3761source = "registry+https://github.com/rust-lang/crates.io-index" 3762checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3763dependencies = [ 3764 "lock_api", 3765] 3766 3767[[package]] 3768name = "spki" 3769version = "0.7.3" 3770source = "registry+https://github.com/rust-lang/crates.io-index" 3771checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3772dependencies = [ 3773 "base64ct", 3774 "der", 3775] 3776 3777[[package]] 3778name = "stable_deref_trait" 3779version = "1.2.0" 3780source = "registry+https://github.com/rust-lang/crates.io-index" 3781checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3782 3783[[package]] 3784name = "stringprep" 3785version = "0.1.5" 3786source = "registry+https://github.com/rust-lang/crates.io-index" 3787checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 3788dependencies = [ 3789 "unicode-bidi", 3790 "unicode-normalization", 3791 "unicode-properties", 3792] 3793 3794[[package]] 3795name = "strsim" 3796version = "0.11.1" 3797source = "registry+https://github.com/rust-lang/crates.io-index" 3798checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3799 3800[[package]] 3801name = "subtle" 3802version = "2.6.1" 3803source = "registry+https://github.com/rust-lang/crates.io-index" 3804checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3805 3806[[package]] 3807name = "syn" 3808version = "2.0.96" 3809source = "registry+https://github.com/rust-lang/crates.io-index" 3810checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" 3811dependencies = [ 3812 "proc-macro2", 3813 "quote", 3814 "unicode-ident", 3815] 3816 3817[[package]] 3818name = "sync_wrapper" 3819version = "1.0.2" 3820source = "registry+https://github.com/rust-lang/crates.io-index" 3821checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3822dependencies = [ 3823 "futures-core", 3824] 3825 3826[[package]] 3827name = "synstructure" 3828version = "0.13.1" 3829source = "registry+https://github.com/rust-lang/crates.io-index" 3830checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 3831dependencies = [ 3832 "proc-macro2", 3833 "quote", 3834 "syn", 3835] 3836 3837[[package]] 3838name = "system-configuration" 3839version = "0.6.1" 3840source = "registry+https://github.com/rust-lang/crates.io-index" 3841checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 3842dependencies = [ 3843 "bitflags 2.8.0", 3844 "core-foundation 0.9.4", 3845 "system-configuration-sys", 3846] 3847 3848[[package]] 3849name = "system-configuration-sys" 3850version = "0.6.0" 3851source = "registry+https://github.com/rust-lang/crates.io-index" 3852checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3853dependencies = [ 3854 "core-foundation-sys", 3855 "libc", 3856] 3857 3858[[package]] 3859name = "tempfile" 3860version = "3.15.0" 3861source = "registry+https://github.com/rust-lang/crates.io-index" 3862checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" 3863dependencies = [ 3864 "cfg-if", 3865 "fastrand", 3866 "getrandom 0.2.15", 3867 "once_cell", 3868 "rustix", 3869 "windows-sys 0.59.0", 3870] 3871 3872[[package]] 3873name = "thiserror" 3874version = "1.0.69" 3875source = "registry+https://github.com/rust-lang/crates.io-index" 3876checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3877dependencies = [ 3878 "thiserror-impl 1.0.69", 3879] 3880 3881[[package]] 3882name = "thiserror" 3883version = "2.0.12" 3884source = "registry+https://github.com/rust-lang/crates.io-index" 3885checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 3886dependencies = [ 3887 "thiserror-impl 2.0.12", 3888] 3889 3890[[package]] 3891name = "thiserror-impl" 3892version = "1.0.69" 3893source = "registry+https://github.com/rust-lang/crates.io-index" 3894checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3895dependencies = [ 3896 "proc-macro2", 3897 "quote", 3898 "syn", 3899] 3900 3901[[package]] 3902name = "thiserror-impl" 3903version = "2.0.12" 3904source = "registry+https://github.com/rust-lang/crates.io-index" 3905checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 3906dependencies = [ 3907 "proc-macro2", 3908 "quote", 3909 "syn", 3910] 3911 3912[[package]] 3913name = "thread_local" 3914version = "1.1.8" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3917dependencies = [ 3918 "cfg-if", 3919 "once_cell", 3920] 3921 3922[[package]] 3923name = "time" 3924version = "0.3.41" 3925source = "registry+https://github.com/rust-lang/crates.io-index" 3926checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 3927dependencies = [ 3928 "deranged", 3929 "itoa", 3930 "num-conv", 3931 "powerfmt", 3932 "serde", 3933 "time-core", 3934 "time-macros", 3935] 3936 3937[[package]] 3938name = "time-core" 3939version = "0.1.4" 3940source = "registry+https://github.com/rust-lang/crates.io-index" 3941checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 3942 3943[[package]] 3944name = "time-macros" 3945version = "0.2.22" 3946source = "registry+https://github.com/rust-lang/crates.io-index" 3947checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 3948dependencies = [ 3949 "num-conv", 3950 "time-core", 3951] 3952 3953[[package]] 3954name = "tinystr" 3955version = "0.7.6" 3956source = "registry+https://github.com/rust-lang/crates.io-index" 3957checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 3958dependencies = [ 3959 "displaydoc", 3960 "zerovec", 3961] 3962 3963[[package]] 3964name = "tinyvec" 3965version = "1.8.1" 3966source = "registry+https://github.com/rust-lang/crates.io-index" 3967checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" 3968dependencies = [ 3969 "tinyvec_macros", 3970] 3971 3972[[package]] 3973name = "tinyvec_macros" 3974version = "0.1.1" 3975source = "registry+https://github.com/rust-lang/crates.io-index" 3976checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3977 3978[[package]] 3979name = "tokio" 3980version = "1.46.1" 3981source = "registry+https://github.com/rust-lang/crates.io-index" 3982checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" 3983dependencies = [ 3984 "backtrace", 3985 "bytes", 3986 "io-uring", 3987 "libc", 3988 "mio", 3989 "parking_lot 0.12.3", 3990 "pin-project-lite", 3991 "signal-hook-registry", 3992 "slab", 3993 "socket2 0.5.8", 3994 "tokio-macros", 3995 "windows-sys 0.52.0", 3996] 3997 3998[[package]] 3999name = "tokio-macros" 4000version = "2.5.0" 4001source = "registry+https://github.com/rust-lang/crates.io-index" 4002checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 4003dependencies = [ 4004 "proc-macro2", 4005 "quote", 4006 "syn", 4007] 4008 4009[[package]] 4010name = "tokio-native-tls" 4011version = "0.3.1" 4012source = "registry+https://github.com/rust-lang/crates.io-index" 4013checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 4014dependencies = [ 4015 "native-tls", 4016 "tokio", 4017] 4018 4019[[package]] 4020name = "tokio-postgres" 4021version = "0.7.12" 4022source = "registry+https://github.com/rust-lang/crates.io-index" 4023checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb" 4024dependencies = [ 4025 "async-trait", 4026 "byteorder", 4027 "bytes", 4028 "fallible-iterator", 4029 "futures-channel", 4030 "futures-util", 4031 "log", 4032 "parking_lot 0.12.3", 4033 "percent-encoding", 4034 "phf", 4035 "pin-project-lite", 4036 "postgres-protocol", 4037 "postgres-types", 4038 "rand 0.8.5", 4039 "socket2 0.5.8", 4040 "tokio", 4041 "tokio-util", 4042 "whoami", 4043] 4044 4045[[package]] 4046name = "tokio-rustls" 4047version = "0.26.1" 4048source = "registry+https://github.com/rust-lang/crates.io-index" 4049checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" 4050dependencies = [ 4051 "rustls", 4052 "tokio", 4053] 4054 4055[[package]] 4056name = "tokio-stream" 4057version = "0.1.17" 4058source = "registry+https://github.com/rust-lang/crates.io-index" 4059checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 4060dependencies = [ 4061 "futures-core", 4062 "pin-project-lite", 4063 "tokio", 4064 "tokio-util", 4065] 4066 4067[[package]] 4068name = "tokio-tungstenite" 4069version = "0.26.2" 4070source = "registry+https://github.com/rust-lang/crates.io-index" 4071checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 4072dependencies = [ 4073 "futures-util", 4074 "log", 4075 "native-tls", 4076 "tokio", 4077 "tokio-native-tls", 4078 "tungstenite", 4079] 4080 4081[[package]] 4082name = "tokio-util" 4083version = "0.7.15" 4084source = "registry+https://github.com/rust-lang/crates.io-index" 4085checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 4086dependencies = [ 4087 "bytes", 4088 "futures-core", 4089 "futures-sink", 4090 "futures-util", 4091 "hashbrown 0.15.2", 4092 "pin-project-lite", 4093 "tokio", 4094] 4095 4096[[package]] 4097name = "toml" 4098version = "0.8.19" 4099source = "registry+https://github.com/rust-lang/crates.io-index" 4100checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 4101dependencies = [ 4102 "serde", 4103 "serde_spanned 0.6.8", 4104 "toml_datetime 0.6.8", 4105 "toml_edit", 4106] 4107 4108[[package]] 4109name = "toml" 4110version = "0.9.2" 4111source = "registry+https://github.com/rust-lang/crates.io-index" 4112checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" 4113dependencies = [ 4114 "indexmap 2.7.1", 4115 "serde", 4116 "serde_spanned 1.0.0", 4117 "toml_datetime 0.7.0", 4118 "toml_parser", 4119 "toml_writer", 4120 "winnow 0.7.12", 4121] 4122 4123[[package]] 4124name = "toml_datetime" 4125version = "0.6.8" 4126source = "registry+https://github.com/rust-lang/crates.io-index" 4127checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 4128dependencies = [ 4129 "serde", 4130] 4131 4132[[package]] 4133name = "toml_datetime" 4134version = "0.7.0" 4135source = "registry+https://github.com/rust-lang/crates.io-index" 4136checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3" 4137dependencies = [ 4138 "serde", 4139] 4140 4141[[package]] 4142name = "toml_edit" 4143version = "0.22.22" 4144source = "registry+https://github.com/rust-lang/crates.io-index" 4145checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 4146dependencies = [ 4147 "indexmap 2.7.1", 4148 "serde", 4149 "serde_spanned 0.6.8", 4150 "toml_datetime 0.6.8", 4151 "winnow 0.6.24", 4152] 4153 4154[[package]] 4155name = "toml_parser" 4156version = "1.0.1" 4157source = "registry+https://github.com/rust-lang/crates.io-index" 4158checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" 4159dependencies = [ 4160 "winnow 0.7.12", 4161] 4162 4163[[package]] 4164name = "toml_writer" 4165version = "1.0.2" 4166source = "registry+https://github.com/rust-lang/crates.io-index" 4167checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64" 4168 4169[[package]] 4170name = "tonic" 4171version = "0.13.1" 4172source = "registry+https://github.com/rust-lang/crates.io-index" 4173checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9" 4174dependencies = [ 4175 "async-trait", 4176 "axum", 4177 "base64 0.22.1", 4178 "bytes", 4179 "h2", 4180 "http", 4181 "http-body", 4182 "http-body-util", 4183 "hyper", 4184 "hyper-timeout", 4185 "hyper-util", 4186 "percent-encoding", 4187 "pin-project", 4188 "prost", 4189 "socket2 0.5.8", 4190 "tokio", 4191 "tokio-stream", 4192 "tower", 4193 "tower-layer", 4194 "tower-service", 4195 "tracing", 4196] 4197 4198[[package]] 4199name = "tonic-build" 4200version = "0.13.0" 4201source = "registry+https://github.com/rust-lang/crates.io-index" 4202checksum = "d85f0383fadd15609306383a90e85eaed44169f931a5d2be1b42c76ceff1825e" 4203dependencies = [ 4204 "prettyplease", 4205 "proc-macro2", 4206 "prost-build", 4207 "prost-types", 4208 "quote", 4209 "syn", 4210] 4211 4212[[package]] 4213name = "tonic-health" 4214version = "0.13.1" 4215source = "registry+https://github.com/rust-lang/crates.io-index" 4216checksum = "cb87334d340313fefa513b6e60794d44a86d5f039b523229c99c323e4e19ca4b" 4217dependencies = [ 4218 "prost", 4219 "tokio", 4220 "tokio-stream", 4221 "tonic", 4222] 4223 4224[[package]] 4225name = "tower" 4226version = "0.5.2" 4227source = "registry+https://github.com/rust-lang/crates.io-index" 4228checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 4229dependencies = [ 4230 "futures-core", 4231 "futures-util", 4232 "indexmap 2.7.1", 4233 "pin-project-lite", 4234 "slab", 4235 "sync_wrapper", 4236 "tokio", 4237 "tokio-util", 4238 "tower-layer", 4239 "tower-service", 4240 "tracing", 4241] 4242 4243[[package]] 4244name = "tower-http" 4245version = "0.6.6" 4246source = "registry+https://github.com/rust-lang/crates.io-index" 4247checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 4248dependencies = [ 4249 "bitflags 2.8.0", 4250 "bytes", 4251 "http", 4252 "http-body", 4253 "pin-project-lite", 4254 "tower-layer", 4255 "tower-service", 4256 "tracing", 4257] 4258 4259[[package]] 4260name = "tower-layer" 4261version = "0.3.3" 4262source = "registry+https://github.com/rust-lang/crates.io-index" 4263checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 4264 4265[[package]] 4266name = "tower-service" 4267version = "0.3.3" 4268source = "registry+https://github.com/rust-lang/crates.io-index" 4269checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4270 4271[[package]] 4272name = "tracing" 4273version = "0.1.41" 4274source = "registry+https://github.com/rust-lang/crates.io-index" 4275checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 4276dependencies = [ 4277 "log", 4278 "pin-project-lite", 4279 "tracing-attributes", 4280 "tracing-core", 4281] 4282 4283[[package]] 4284name = "tracing-attributes" 4285version = "0.1.28" 4286source = "registry+https://github.com/rust-lang/crates.io-index" 4287checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 4288dependencies = [ 4289 "proc-macro2", 4290 "quote", 4291 "syn", 4292] 4293 4294[[package]] 4295name = "tracing-core" 4296version = "0.1.33" 4297source = "registry+https://github.com/rust-lang/crates.io-index" 4298checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 4299dependencies = [ 4300 "once_cell", 4301 "valuable", 4302] 4303 4304[[package]] 4305name = "tracing-log" 4306version = "0.2.0" 4307source = "registry+https://github.com/rust-lang/crates.io-index" 4308checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4309dependencies = [ 4310 "log", 4311 "once_cell", 4312 "tracing-core", 4313] 4314 4315[[package]] 4316name = "tracing-subscriber" 4317version = "0.3.19" 4318source = "registry+https://github.com/rust-lang/crates.io-index" 4319checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 4320dependencies = [ 4321 "nu-ansi-term", 4322 "sharded-slab", 4323 "smallvec", 4324 "thread_local", 4325 "tracing-core", 4326 "tracing-log", 4327] 4328 4329[[package]] 4330name = "try-lock" 4331version = "0.2.5" 4332source = "registry+https://github.com/rust-lang/crates.io-index" 4333checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4334 4335[[package]] 4336name = "tungstenite" 4337version = "0.26.2" 4338source = "registry+https://github.com/rust-lang/crates.io-index" 4339checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 4340dependencies = [ 4341 "bytes", 4342 "data-encoding", 4343 "http", 4344 "httparse", 4345 "log", 4346 "native-tls", 4347 "rand 0.9.1", 4348 "sha1", 4349 "thiserror 2.0.12", 4350 "utf-8", 4351] 4352 4353[[package]] 4354name = "typenum" 4355version = "1.17.0" 4356source = "registry+https://github.com/rust-lang/crates.io-index" 4357checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 4358 4359[[package]] 4360name = "uncased" 4361version = "0.9.10" 4362source = "registry+https://github.com/rust-lang/crates.io-index" 4363checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 4364dependencies = [ 4365 "version_check", 4366] 4367 4368[[package]] 4369name = "unicode-bidi" 4370version = "0.3.18" 4371source = "registry+https://github.com/rust-lang/crates.io-index" 4372checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 4373 4374[[package]] 4375name = "unicode-ident" 4376version = "1.0.14" 4377source = "registry+https://github.com/rust-lang/crates.io-index" 4378checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" 4379 4380[[package]] 4381name = "unicode-normalization" 4382version = "0.1.24" 4383source = "registry+https://github.com/rust-lang/crates.io-index" 4384checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 4385dependencies = [ 4386 "tinyvec", 4387] 4388 4389[[package]] 4390name = "unicode-properties" 4391version = "0.1.3" 4392source = "registry+https://github.com/rust-lang/crates.io-index" 4393checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 4394 4395[[package]] 4396name = "unsigned-varint" 4397version = "0.7.2" 4398source = "registry+https://github.com/rust-lang/crates.io-index" 4399checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" 4400 4401[[package]] 4402name = "unsigned-varint" 4403version = "0.8.0" 4404source = "registry+https://github.com/rust-lang/crates.io-index" 4405checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 4406 4407[[package]] 4408name = "untrusted" 4409version = "0.9.0" 4410source = "registry+https://github.com/rust-lang/crates.io-index" 4411checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4412 4413[[package]] 4414name = "url" 4415version = "2.5.4" 4416source = "registry+https://github.com/rust-lang/crates.io-index" 4417checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 4418dependencies = [ 4419 "form_urlencoded", 4420 "idna", 4421 "percent-encoding", 4422] 4423 4424[[package]] 4425name = "utf-8" 4426version = "0.7.6" 4427source = "registry+https://github.com/rust-lang/crates.io-index" 4428checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4429 4430[[package]] 4431name = "utf16_iter" 4432version = "1.0.5" 4433source = "registry+https://github.com/rust-lang/crates.io-index" 4434checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 4435 4436[[package]] 4437name = "utf8_iter" 4438version = "1.0.4" 4439source = "registry+https://github.com/rust-lang/crates.io-index" 4440checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4441 4442[[package]] 4443name = "utf8parse" 4444version = "0.2.2" 4445source = "registry+https://github.com/rust-lang/crates.io-index" 4446checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4447 4448[[package]] 4449name = "valuable" 4450version = "0.1.1" 4451source = "registry+https://github.com/rust-lang/crates.io-index" 4452checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 4453 4454[[package]] 4455name = "vcpkg" 4456version = "0.2.15" 4457source = "registry+https://github.com/rust-lang/crates.io-index" 4458checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4459 4460[[package]] 4461name = "version_check" 4462version = "0.9.5" 4463source = "registry+https://github.com/rust-lang/crates.io-index" 4464checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4465 4466[[package]] 4467name = "walkdir" 4468version = "2.5.0" 4469source = "registry+https://github.com/rust-lang/crates.io-index" 4470checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4471dependencies = [ 4472 "same-file", 4473 "winapi-util", 4474] 4475 4476[[package]] 4477name = "want" 4478version = "0.3.1" 4479source = "registry+https://github.com/rust-lang/crates.io-index" 4480checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4481dependencies = [ 4482 "try-lock", 4483] 4484 4485[[package]] 4486name = "wasi" 4487version = "0.11.0+wasi-snapshot-preview1" 4488source = "registry+https://github.com/rust-lang/crates.io-index" 4489checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4490 4491[[package]] 4492name = "wasi" 4493version = "0.14.2+wasi-0.2.4" 4494source = "registry+https://github.com/rust-lang/crates.io-index" 4495checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 4496dependencies = [ 4497 "wit-bindgen-rt", 4498] 4499 4500[[package]] 4501name = "wasite" 4502version = "0.1.0" 4503source = "registry+https://github.com/rust-lang/crates.io-index" 4504checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 4505 4506[[package]] 4507name = "wasm-bindgen" 4508version = "0.2.100" 4509source = "registry+https://github.com/rust-lang/crates.io-index" 4510checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 4511dependencies = [ 4512 "cfg-if", 4513 "once_cell", 4514 "rustversion", 4515 "wasm-bindgen-macro", 4516] 4517 4518[[package]] 4519name = "wasm-bindgen-backend" 4520version = "0.2.100" 4521source = "registry+https://github.com/rust-lang/crates.io-index" 4522checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 4523dependencies = [ 4524 "bumpalo", 4525 "log", 4526 "proc-macro2", 4527 "quote", 4528 "syn", 4529 "wasm-bindgen-shared", 4530] 4531 4532[[package]] 4533name = "wasm-bindgen-futures" 4534version = "0.4.50" 4535source = "registry+https://github.com/rust-lang/crates.io-index" 4536checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 4537dependencies = [ 4538 "cfg-if", 4539 "js-sys", 4540 "once_cell", 4541 "wasm-bindgen", 4542 "web-sys", 4543] 4544 4545[[package]] 4546name = "wasm-bindgen-macro" 4547version = "0.2.100" 4548source = "registry+https://github.com/rust-lang/crates.io-index" 4549checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 4550dependencies = [ 4551 "quote", 4552 "wasm-bindgen-macro-support", 4553] 4554 4555[[package]] 4556name = "wasm-bindgen-macro-support" 4557version = "0.2.100" 4558source = "registry+https://github.com/rust-lang/crates.io-index" 4559checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 4560dependencies = [ 4561 "proc-macro2", 4562 "quote", 4563 "syn", 4564 "wasm-bindgen-backend", 4565 "wasm-bindgen-shared", 4566] 4567 4568[[package]] 4569name = "wasm-bindgen-shared" 4570version = "0.2.100" 4571source = "registry+https://github.com/rust-lang/crates.io-index" 4572checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 4573dependencies = [ 4574 "unicode-ident", 4575] 4576 4577[[package]] 4578name = "wasm-streams" 4579version = "0.4.2" 4580source = "registry+https://github.com/rust-lang/crates.io-index" 4581checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 4582dependencies = [ 4583 "futures-util", 4584 "js-sys", 4585 "wasm-bindgen", 4586 "wasm-bindgen-futures", 4587 "web-sys", 4588] 4589 4590[[package]] 4591name = "web-sys" 4592version = "0.3.77" 4593source = "registry+https://github.com/rust-lang/crates.io-index" 4594checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 4595dependencies = [ 4596 "js-sys", 4597 "wasm-bindgen", 4598] 4599 4600[[package]] 4601name = "which" 4602version = "4.4.2" 4603source = "registry+https://github.com/rust-lang/crates.io-index" 4604checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 4605dependencies = [ 4606 "either", 4607 "home", 4608 "once_cell", 4609 "rustix", 4610] 4611 4612[[package]] 4613name = "whoami" 4614version = "1.5.2" 4615source = "registry+https://github.com/rust-lang/crates.io-index" 4616checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" 4617dependencies = [ 4618 "redox_syscall 0.5.8", 4619 "wasite", 4620 "web-sys", 4621] 4622 4623[[package]] 4624name = "widestring" 4625version = "1.1.0" 4626source = "registry+https://github.com/rust-lang/crates.io-index" 4627checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 4628 4629[[package]] 4630name = "winapi" 4631version = "0.3.9" 4632source = "registry+https://github.com/rust-lang/crates.io-index" 4633checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4634dependencies = [ 4635 "winapi-i686-pc-windows-gnu", 4636 "winapi-x86_64-pc-windows-gnu", 4637] 4638 4639[[package]] 4640name = "winapi-i686-pc-windows-gnu" 4641version = "0.4.0" 4642source = "registry+https://github.com/rust-lang/crates.io-index" 4643checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4644 4645[[package]] 4646name = "winapi-util" 4647version = "0.1.9" 4648source = "registry+https://github.com/rust-lang/crates.io-index" 4649checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 4650dependencies = [ 4651 "windows-sys 0.59.0", 4652] 4653 4654[[package]] 4655name = "winapi-x86_64-pc-windows-gnu" 4656version = "0.4.0" 4657source = "registry+https://github.com/rust-lang/crates.io-index" 4658checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4659 4660[[package]] 4661name = "windows-core" 4662version = "0.52.0" 4663source = "registry+https://github.com/rust-lang/crates.io-index" 4664checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4665dependencies = [ 4666 "windows-targets 0.52.6", 4667] 4668 4669[[package]] 4670name = "windows-link" 4671version = "0.1.3" 4672source = "registry+https://github.com/rust-lang/crates.io-index" 4673checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 4674 4675[[package]] 4676name = "windows-registry" 4677version = "0.2.0" 4678source = "registry+https://github.com/rust-lang/crates.io-index" 4679checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 4680dependencies = [ 4681 "windows-result", 4682 "windows-strings", 4683 "windows-targets 0.52.6", 4684] 4685 4686[[package]] 4687name = "windows-result" 4688version = "0.2.0" 4689source = "registry+https://github.com/rust-lang/crates.io-index" 4690checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 4691dependencies = [ 4692 "windows-targets 0.52.6", 4693] 4694 4695[[package]] 4696name = "windows-strings" 4697version = "0.1.0" 4698source = "registry+https://github.com/rust-lang/crates.io-index" 4699checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 4700dependencies = [ 4701 "windows-result", 4702 "windows-targets 0.52.6", 4703] 4704 4705[[package]] 4706name = "windows-sys" 4707version = "0.48.0" 4708source = "registry+https://github.com/rust-lang/crates.io-index" 4709checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4710dependencies = [ 4711 "windows-targets 0.48.5", 4712] 4713 4714[[package]] 4715name = "windows-sys" 4716version = "0.52.0" 4717source = "registry+https://github.com/rust-lang/crates.io-index" 4718checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4719dependencies = [ 4720 "windows-targets 0.52.6", 4721] 4722 4723[[package]] 4724name = "windows-sys" 4725version = "0.59.0" 4726source = "registry+https://github.com/rust-lang/crates.io-index" 4727checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4728dependencies = [ 4729 "windows-targets 0.52.6", 4730] 4731 4732[[package]] 4733name = "windows-targets" 4734version = "0.48.5" 4735source = "registry+https://github.com/rust-lang/crates.io-index" 4736checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4737dependencies = [ 4738 "windows_aarch64_gnullvm 0.48.5", 4739 "windows_aarch64_msvc 0.48.5", 4740 "windows_i686_gnu 0.48.5", 4741 "windows_i686_msvc 0.48.5", 4742 "windows_x86_64_gnu 0.48.5", 4743 "windows_x86_64_gnullvm 0.48.5", 4744 "windows_x86_64_msvc 0.48.5", 4745] 4746 4747[[package]] 4748name = "windows-targets" 4749version = "0.52.6" 4750source = "registry+https://github.com/rust-lang/crates.io-index" 4751checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4752dependencies = [ 4753 "windows_aarch64_gnullvm 0.52.6", 4754 "windows_aarch64_msvc 0.52.6", 4755 "windows_i686_gnu 0.52.6", 4756 "windows_i686_gnullvm", 4757 "windows_i686_msvc 0.52.6", 4758 "windows_x86_64_gnu 0.52.6", 4759 "windows_x86_64_gnullvm 0.52.6", 4760 "windows_x86_64_msvc 0.52.6", 4761] 4762 4763[[package]] 4764name = "windows_aarch64_gnullvm" 4765version = "0.48.5" 4766source = "registry+https://github.com/rust-lang/crates.io-index" 4767checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4768 4769[[package]] 4770name = "windows_aarch64_gnullvm" 4771version = "0.52.6" 4772source = "registry+https://github.com/rust-lang/crates.io-index" 4773checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4774 4775[[package]] 4776name = "windows_aarch64_msvc" 4777version = "0.48.5" 4778source = "registry+https://github.com/rust-lang/crates.io-index" 4779checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4780 4781[[package]] 4782name = "windows_aarch64_msvc" 4783version = "0.52.6" 4784source = "registry+https://github.com/rust-lang/crates.io-index" 4785checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4786 4787[[package]] 4788name = "windows_i686_gnu" 4789version = "0.48.5" 4790source = "registry+https://github.com/rust-lang/crates.io-index" 4791checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4792 4793[[package]] 4794name = "windows_i686_gnu" 4795version = "0.52.6" 4796source = "registry+https://github.com/rust-lang/crates.io-index" 4797checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4798 4799[[package]] 4800name = "windows_i686_gnullvm" 4801version = "0.52.6" 4802source = "registry+https://github.com/rust-lang/crates.io-index" 4803checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4804 4805[[package]] 4806name = "windows_i686_msvc" 4807version = "0.48.5" 4808source = "registry+https://github.com/rust-lang/crates.io-index" 4809checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4810 4811[[package]] 4812name = "windows_i686_msvc" 4813version = "0.52.6" 4814source = "registry+https://github.com/rust-lang/crates.io-index" 4815checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4816 4817[[package]] 4818name = "windows_x86_64_gnu" 4819version = "0.48.5" 4820source = "registry+https://github.com/rust-lang/crates.io-index" 4821checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4822 4823[[package]] 4824name = "windows_x86_64_gnu" 4825version = "0.52.6" 4826source = "registry+https://github.com/rust-lang/crates.io-index" 4827checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4828 4829[[package]] 4830name = "windows_x86_64_gnullvm" 4831version = "0.48.5" 4832source = "registry+https://github.com/rust-lang/crates.io-index" 4833checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4834 4835[[package]] 4836name = "windows_x86_64_gnullvm" 4837version = "0.52.6" 4838source = "registry+https://github.com/rust-lang/crates.io-index" 4839checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4840 4841[[package]] 4842name = "windows_x86_64_msvc" 4843version = "0.48.5" 4844source = "registry+https://github.com/rust-lang/crates.io-index" 4845checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4846 4847[[package]] 4848name = "windows_x86_64_msvc" 4849version = "0.52.6" 4850source = "registry+https://github.com/rust-lang/crates.io-index" 4851checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4852 4853[[package]] 4854name = "winnow" 4855version = "0.6.24" 4856source = "registry+https://github.com/rust-lang/crates.io-index" 4857checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" 4858dependencies = [ 4859 "memchr", 4860] 4861 4862[[package]] 4863name = "winnow" 4864version = "0.7.12" 4865source = "registry+https://github.com/rust-lang/crates.io-index" 4866checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" 4867 4868[[package]] 4869name = "winreg" 4870version = "0.50.0" 4871source = "registry+https://github.com/rust-lang/crates.io-index" 4872checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 4873dependencies = [ 4874 "cfg-if", 4875 "windows-sys 0.48.0", 4876] 4877 4878[[package]] 4879name = "wit-bindgen-rt" 4880version = "0.39.0" 4881source = "registry+https://github.com/rust-lang/crates.io-index" 4882checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 4883dependencies = [ 4884 "bitflags 2.8.0", 4885] 4886 4887[[package]] 4888name = "write16" 4889version = "1.0.0" 4890source = "registry+https://github.com/rust-lang/crates.io-index" 4891checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 4892 4893[[package]] 4894name = "writeable" 4895version = "0.5.5" 4896source = "registry+https://github.com/rust-lang/crates.io-index" 4897checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 4898 4899[[package]] 4900name = "yansi" 4901version = "1.0.1" 4902source = "registry+https://github.com/rust-lang/crates.io-index" 4903checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 4904 4905[[package]] 4906name = "yoke" 4907version = "0.7.5" 4908source = "registry+https://github.com/rust-lang/crates.io-index" 4909checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 4910dependencies = [ 4911 "serde", 4912 "stable_deref_trait", 4913 "yoke-derive", 4914 "zerofrom", 4915] 4916 4917[[package]] 4918name = "yoke-derive" 4919version = "0.7.5" 4920source = "registry+https://github.com/rust-lang/crates.io-index" 4921checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 4922dependencies = [ 4923 "proc-macro2", 4924 "quote", 4925 "syn", 4926 "synstructure", 4927] 4928 4929[[package]] 4930name = "zerocopy" 4931version = "0.7.35" 4932source = "registry+https://github.com/rust-lang/crates.io-index" 4933checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 4934dependencies = [ 4935 "byteorder", 4936 "zerocopy-derive", 4937] 4938 4939[[package]] 4940name = "zerocopy-derive" 4941version = "0.7.35" 4942source = "registry+https://github.com/rust-lang/crates.io-index" 4943checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 4944dependencies = [ 4945 "proc-macro2", 4946 "quote", 4947 "syn", 4948] 4949 4950[[package]] 4951name = "zerofrom" 4952version = "0.1.5" 4953source = "registry+https://github.com/rust-lang/crates.io-index" 4954checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" 4955dependencies = [ 4956 "zerofrom-derive", 4957] 4958 4959[[package]] 4960name = "zerofrom-derive" 4961version = "0.1.5" 4962source = "registry+https://github.com/rust-lang/crates.io-index" 4963checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" 4964dependencies = [ 4965 "proc-macro2", 4966 "quote", 4967 "syn", 4968 "synstructure", 4969] 4970 4971[[package]] 4972name = "zeroize" 4973version = "1.8.1" 4974source = "registry+https://github.com/rust-lang/crates.io-index" 4975checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 4976 4977[[package]] 4978name = "zerovec" 4979version = "0.10.4" 4980source = "registry+https://github.com/rust-lang/crates.io-index" 4981checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 4982dependencies = [ 4983 "yoke", 4984 "zerofrom", 4985 "zerovec-derive", 4986] 4987 4988[[package]] 4989name = "zerovec-derive" 4990version = "0.10.3" 4991source = "registry+https://github.com/rust-lang/crates.io-index" 4992checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 4993dependencies = [ 4994 "proc-macro2", 4995 "quote", 4996 "syn", 4997]