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