slop slop slop sahuuuurrr
0
fork

Configure Feed

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

at main 4717 lines 116 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.25.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "ahash" 22version = "0.8.12" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 25dependencies = [ 26 "cfg-if", 27 "getrandom 0.3.4", 28 "once_cell", 29 "version_check", 30 "zerocopy", 31] 32 33[[package]] 34name = "aho-corasick" 35version = "1.1.4" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 38dependencies = [ 39 "memchr", 40] 41 42[[package]] 43name = "aliasable" 44version = "0.1.3" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 47 48[[package]] 49name = "alloc-no-stdlib" 50version = "2.0.4" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 53 54[[package]] 55name = "alloc-stdlib" 56version = "0.2.2" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 59dependencies = [ 60 "alloc-no-stdlib", 61] 62 63[[package]] 64name = "allocator-api2" 65version = "0.2.21" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 68 69[[package]] 70name = "android_system_properties" 71version = "0.1.5" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 74dependencies = [ 75 "libc", 76] 77 78[[package]] 79name = "anyhow" 80version = "1.0.102" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 83 84[[package]] 85name = "appview" 86version = "0.1.0" 87dependencies = [ 88 "axum", 89 "base64", 90 "chrono", 91 "data-encoding", 92 "fjall", 93 "futures", 94 "hydrant", 95 "jacquard-api", 96 "jacquard-common", 97 "miette", 98 "reqwest", 99 "serde", 100 "serde_json", 101 "serde_urlencoded", 102 "tokio", 103 "tower-http", 104 "tracing", 105 "tracing-subscriber", 106 "urlencoding", 107] 108 109[[package]] 110name = "arc-swap" 111version = "1.9.1" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" 114dependencies = [ 115 "rustversion", 116] 117 118[[package]] 119name = "async-compression" 120version = "0.4.42" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" 123dependencies = [ 124 "compression-codecs", 125 "compression-core", 126 "pin-project-lite", 127 "tokio", 128] 129 130[[package]] 131name = "async-trait" 132version = "0.1.89" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 135dependencies = [ 136 "proc-macro2", 137 "quote", 138 "syn", 139] 140 141[[package]] 142name = "atomic-polyfill" 143version = "1.0.3" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 146dependencies = [ 147 "critical-section", 148] 149 150[[package]] 151name = "atomic-waker" 152version = "1.1.2" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 155 156[[package]] 157name = "autocfg" 158version = "1.5.0" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 161 162[[package]] 163name = "aws-lc-rs" 164version = "1.16.3" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "0ec6fb3fe69024a75fa7e1bfb48aa6cf59706a101658ea01bfd33b2b248a038f" 167dependencies = [ 168 "aws-lc-sys", 169 "zeroize", 170] 171 172[[package]] 173name = "aws-lc-sys" 174version = "0.40.0" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "f50037ee5e1e41e7b8f9d161680a725bd1626cb6f8c7e901f91f942850852fe7" 177dependencies = [ 178 "cc", 179 "cmake", 180 "dunce", 181 "fs_extra", 182] 183 184[[package]] 185name = "axum" 186version = "0.8.9" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" 189dependencies = [ 190 "axum-core", 191 "axum-macros", 192 "bytes", 193 "form_urlencoded", 194 "futures-util", 195 "http", 196 "http-body", 197 "http-body-util", 198 "hyper", 199 "hyper-util", 200 "itoa", 201 "matchit", 202 "memchr", 203 "mime", 204 "percent-encoding", 205 "pin-project-lite", 206 "serde_core", 207 "serde_json", 208 "serde_path_to_error", 209 "serde_urlencoded", 210 "sync_wrapper", 211 "tokio", 212 "tower", 213 "tower-layer", 214 "tower-service", 215 "tracing", 216] 217 218[[package]] 219name = "axum-core" 220version = "0.5.6" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 223dependencies = [ 224 "bytes", 225 "futures-core", 226 "http", 227 "http-body", 228 "http-body-util", 229 "mime", 230 "pin-project-lite", 231 "sync_wrapper", 232 "tower-layer", 233 "tower-service", 234 "tracing", 235] 236 237[[package]] 238name = "axum-macros" 239version = "0.5.1" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" 242dependencies = [ 243 "proc-macro2", 244 "quote", 245 "syn", 246] 247 248[[package]] 249name = "axum-tws" 250version = "0.6.0" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "08bf5c1e7d60af9632c55c23bbfa208d0fe08aa59fcda87216c9119e30a9d6d4" 253dependencies = [ 254 "axum-core", 255 "base64", 256 "bytes", 257 "futures-util", 258 "http", 259 "hyper", 260 "hyper-util", 261 "sha1_smol", 262 "tokio", 263 "tokio-websockets", 264] 265 266[[package]] 267name = "backtrace" 268version = "0.3.76" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 271dependencies = [ 272 "addr2line", 273 "cfg-if", 274 "libc", 275 "miniz_oxide", 276 "object", 277 "rustc-demangle", 278 "windows-link", 279] 280 281[[package]] 282name = "backtrace-ext" 283version = "0.2.1" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" 286dependencies = [ 287 "backtrace", 288] 289 290[[package]] 291name = "base-x" 292version = "0.2.11" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 295 296[[package]] 297name = "base16ct" 298version = "0.2.0" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 301 302[[package]] 303name = "base256emoji" 304version = "1.0.2" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 307dependencies = [ 308 "const-str", 309 "match-lookup", 310] 311 312[[package]] 313name = "base64" 314version = "0.22.1" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 317 318[[package]] 319name = "base64ct" 320version = "1.8.3" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 323 324[[package]] 325name = "bitflags" 326version = "2.11.1" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" 329 330[[package]] 331name = "block-buffer" 332version = "0.10.4" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 335dependencies = [ 336 "generic-array", 337] 338 339[[package]] 340name = "bon" 341version = "3.9.1" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe" 344dependencies = [ 345 "bon-macros", 346 "rustversion", 347] 348 349[[package]] 350name = "bon-macros" 351version = "3.9.1" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c" 354dependencies = [ 355 "darling", 356 "ident_case", 357 "prettyplease", 358 "proc-macro2", 359 "quote", 360 "rustversion", 361 "syn", 362] 363 364[[package]] 365name = "borrow-or-share" 366version = "0.2.4" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" 369 370[[package]] 371name = "borsh" 372version = "1.6.1" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" 375dependencies = [ 376 "bytes", 377 "cfg_aliases", 378] 379 380[[package]] 381name = "brotli" 382version = "8.0.2" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 385dependencies = [ 386 "alloc-no-stdlib", 387 "alloc-stdlib", 388 "brotli-decompressor", 389] 390 391[[package]] 392name = "brotli-decompressor" 393version = "5.0.0" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 396dependencies = [ 397 "alloc-no-stdlib", 398 "alloc-stdlib", 399] 400 401[[package]] 402name = "bumpalo" 403version = "3.20.2" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 406 407[[package]] 408name = "byteorder" 409version = "1.5.0" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 412 413[[package]] 414name = "byteorder-lite" 415version = "0.1.0" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 418 419[[package]] 420name = "bytes" 421version = "1.11.1" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 424dependencies = [ 425 "serde", 426] 427 428[[package]] 429name = "byteview" 430version = "0.10.1" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "1c53ba0f290bfc610084c05582d9c5d421662128fc69f4bf236707af6fd321b9" 433 434[[package]] 435name = "cbor4ii" 436version = "0.2.14" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 439dependencies = [ 440 "serde", 441] 442 443[[package]] 444name = "cc" 445version = "1.2.61" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d" 448dependencies = [ 449 "find-msvc-tools", 450 "jobserver", 451 "libc", 452 "shlex", 453] 454 455[[package]] 456name = "cfg-if" 457version = "1.0.4" 458source = "registry+https://github.com/rust-lang/crates.io-index" 459checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 460 461[[package]] 462name = "cfg_aliases" 463version = "0.2.1" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 466 467[[package]] 468name = "chacha20" 469version = "0.10.0" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 472dependencies = [ 473 "cfg-if", 474 "cpufeatures 0.3.0", 475 "rand_core 0.10.1", 476] 477 478[[package]] 479name = "chrono" 480version = "0.4.44" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 483dependencies = [ 484 "iana-time-zone", 485 "js-sys", 486 "num-traits", 487 "serde", 488 "wasm-bindgen", 489 "windows-link", 490] 491 492[[package]] 493name = "ciborium" 494version = "0.2.2" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 497dependencies = [ 498 "ciborium-io", 499 "ciborium-ll", 500 "serde", 501] 502 503[[package]] 504name = "ciborium-io" 505version = "0.2.2" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 508 509[[package]] 510name = "ciborium-ll" 511version = "0.2.2" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 514dependencies = [ 515 "ciborium-io", 516 "half", 517] 518 519[[package]] 520name = "cid" 521version = "0.11.2" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "cbb4913a732503de004e94ce7a4e7119ffc55d1727cc9979ac3b52f511e6578c" 524dependencies = [ 525 "multibase", 526 "multihash", 527 "no_std_io2", 528 "serde", 529 "serde_bytes", 530 "unsigned-varint 0.8.0", 531] 532 533[[package]] 534name = "cmake" 535version = "0.1.58" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 538dependencies = [ 539 "cc", 540] 541 542[[package]] 543name = "cobs" 544version = "0.3.0" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 547dependencies = [ 548 "thiserror 2.0.18", 549] 550 551[[package]] 552name = "compare" 553version = "0.0.6" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7" 556 557[[package]] 558name = "compression-codecs" 559version = "0.4.38" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" 562dependencies = [ 563 "brotli", 564 "compression-core", 565 "flate2", 566 "memchr", 567 "zstd", 568 "zstd-safe", 569] 570 571[[package]] 572name = "compression-core" 573version = "0.4.32" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" 576 577[[package]] 578name = "const-oid" 579version = "0.9.6" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 582 583[[package]] 584name = "const-str" 585version = "0.4.3" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 588 589[[package]] 590name = "cordyceps" 591version = "0.3.4" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 594dependencies = [ 595 "loom", 596 "tracing", 597] 598 599[[package]] 600name = "core-foundation" 601version = "0.9.4" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 604dependencies = [ 605 "core-foundation-sys", 606 "libc", 607] 608 609[[package]] 610name = "core-foundation" 611version = "0.10.1" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 614dependencies = [ 615 "core-foundation-sys", 616 "libc", 617] 618 619[[package]] 620name = "core-foundation-sys" 621version = "0.8.7" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 624 625[[package]] 626name = "cpufeatures" 627version = "0.2.17" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 630dependencies = [ 631 "libc", 632] 633 634[[package]] 635name = "cpufeatures" 636version = "0.3.0" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 639dependencies = [ 640 "libc", 641] 642 643[[package]] 644name = "crc32fast" 645version = "1.5.0" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 648dependencies = [ 649 "cfg-if", 650] 651 652[[package]] 653name = "critical-section" 654version = "1.2.0" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 657 658[[package]] 659name = "crossbeam-epoch" 660version = "0.9.18" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 663dependencies = [ 664 "crossbeam-utils", 665] 666 667[[package]] 668name = "crossbeam-skiplist" 669version = "0.1.3" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b" 672dependencies = [ 673 "crossbeam-epoch", 674 "crossbeam-utils", 675] 676 677[[package]] 678name = "crossbeam-utils" 679version = "0.8.21" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 682 683[[package]] 684name = "crunchy" 685version = "0.2.4" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 688 689[[package]] 690name = "crypto-bigint" 691version = "0.5.5" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 694dependencies = [ 695 "generic-array", 696 "rand_core 0.6.4", 697 "subtle", 698 "zeroize", 699] 700 701[[package]] 702name = "crypto-common" 703version = "0.1.6" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 706dependencies = [ 707 "generic-array", 708 "typenum", 709] 710 711[[package]] 712name = "curve25519-dalek" 713version = "4.1.3" 714source = "registry+https://github.com/rust-lang/crates.io-index" 715checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 716dependencies = [ 717 "cfg-if", 718 "cpufeatures 0.2.17", 719 "curve25519-dalek-derive", 720 "digest", 721 "fiat-crypto", 722 "rustc_version", 723 "subtle", 724 "zeroize", 725] 726 727[[package]] 728name = "curve25519-dalek-derive" 729version = "0.1.1" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 732dependencies = [ 733 "proc-macro2", 734 "quote", 735 "syn", 736] 737 738[[package]] 739name = "darling" 740version = "0.23.0" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 743dependencies = [ 744 "darling_core", 745 "darling_macro", 746] 747 748[[package]] 749name = "darling_core" 750version = "0.23.0" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 753dependencies = [ 754 "ident_case", 755 "proc-macro2", 756 "quote", 757 "strsim", 758 "syn", 759] 760 761[[package]] 762name = "darling_macro" 763version = "0.23.0" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 766dependencies = [ 767 "darling_core", 768 "quote", 769 "syn", 770] 771 772[[package]] 773name = "dashmap" 774version = "6.1.0" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 777dependencies = [ 778 "cfg-if", 779 "crossbeam-utils", 780 "hashbrown 0.14.5", 781 "lock_api", 782 "once_cell", 783 "parking_lot_core", 784] 785 786[[package]] 787name = "data-encoding" 788version = "2.11.0" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" 791 792[[package]] 793name = "data-encoding-macro" 794version = "0.1.20" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c" 797dependencies = [ 798 "data-encoding", 799 "data-encoding-macro-internal", 800] 801 802[[package]] 803name = "data-encoding-macro-internal" 804version = "0.1.18" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090" 807dependencies = [ 808 "data-encoding", 809 "syn", 810] 811 812[[package]] 813name = "der" 814version = "0.7.10" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 817dependencies = [ 818 "const-oid", 819 "pem-rfc7468", 820 "zeroize", 821] 822 823[[package]] 824name = "deranged" 825version = "0.5.8" 826source = "registry+https://github.com/rust-lang/crates.io-index" 827checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 828dependencies = [ 829 "powerfmt", 830] 831 832[[package]] 833name = "derive_more" 834version = "1.0.0" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 837dependencies = [ 838 "derive_more-impl", 839] 840 841[[package]] 842name = "derive_more-impl" 843version = "1.0.0" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 846dependencies = [ 847 "proc-macro2", 848 "quote", 849 "syn", 850 "unicode-xid", 851] 852 853[[package]] 854name = "diatomic-waker" 855version = "0.2.3" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 858 859[[package]] 860name = "digest" 861version = "0.10.7" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 864dependencies = [ 865 "block-buffer", 866 "const-oid", 867 "crypto-common", 868 "subtle", 869] 870 871[[package]] 872name = "displaydoc" 873version = "0.2.5" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 876dependencies = [ 877 "proc-macro2", 878 "quote", 879 "syn", 880] 881 882[[package]] 883name = "dunce" 884version = "1.0.5" 885source = "registry+https://github.com/rust-lang/crates.io-index" 886checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 887 888[[package]] 889name = "ecdsa" 890version = "0.16.9" 891source = "registry+https://github.com/rust-lang/crates.io-index" 892checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 893dependencies = [ 894 "der", 895 "digest", 896 "elliptic-curve", 897 "rfc6979", 898 "signature", 899 "spki", 900] 901 902[[package]] 903name = "ed25519" 904version = "2.2.3" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 907dependencies = [ 908 "pkcs8", 909 "signature", 910] 911 912[[package]] 913name = "ed25519-dalek" 914version = "2.2.0" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" 917dependencies = [ 918 "curve25519-dalek", 919 "ed25519", 920 "rand_core 0.6.4", 921 "serde", 922 "sha2", 923 "subtle", 924 "zeroize", 925] 926 927[[package]] 928name = "elliptic-curve" 929version = "0.13.8" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 932dependencies = [ 933 "base16ct", 934 "crypto-bigint", 935 "digest", 936 "ff", 937 "generic-array", 938 "group", 939 "pem-rfc7468", 940 "pkcs8", 941 "rand_core 0.6.4", 942 "sec1", 943 "subtle", 944 "zeroize", 945] 946 947[[package]] 948name = "embedded-io" 949version = "0.4.0" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 952 953[[package]] 954name = "embedded-io" 955version = "0.6.1" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 958 959[[package]] 960name = "encoding_rs" 961version = "0.8.35" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 964dependencies = [ 965 "cfg-if", 966] 967 968[[package]] 969name = "enum-as-inner" 970version = "0.6.1" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 973dependencies = [ 974 "heck 0.5.0", 975 "proc-macro2", 976 "quote", 977 "syn", 978] 979 980[[package]] 981name = "enum_dispatch" 982version = "0.3.13" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 985dependencies = [ 986 "once_cell", 987 "proc-macro2", 988 "quote", 989 "syn", 990] 991 992[[package]] 993name = "equivalent" 994version = "1.0.2" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 997 998[[package]] 999name = "errno" 1000version = "0.3.14" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1003dependencies = [ 1004 "libc", 1005 "windows-sys 0.61.2", 1006] 1007 1008[[package]] 1009name = "fastrand" 1010version = "2.4.1" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 1013 1014[[package]] 1015name = "ff" 1016version = "0.13.1" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1019dependencies = [ 1020 "rand_core 0.6.4", 1021 "subtle", 1022] 1023 1024[[package]] 1025name = "fiat-crypto" 1026version = "0.2.9" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1029 1030[[package]] 1031name = "find-msvc-tools" 1032version = "0.1.9" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1035 1036[[package]] 1037name = "fjall" 1038version = "3.1.4" 1039source = "git+https://github.com/90-008/fjall.git#ef8b1939dfa68c69ee33977ce41639ec00d431e8" 1040dependencies = [ 1041 "byteorder-lite", 1042 "byteview", 1043 "dashmap", 1044 "flume", 1045 "log", 1046 "lsm-tree", 1047 "lz4_flex", 1048 "tempfile", 1049 "xxhash-rust", 1050 "zstd", 1051] 1052 1053[[package]] 1054name = "flate2" 1055version = "1.1.9" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1058dependencies = [ 1059 "crc32fast", 1060 "miniz_oxide", 1061] 1062 1063[[package]] 1064name = "fluent-uri" 1065version = "0.4.1" 1066source = "registry+https://github.com/rust-lang/crates.io-index" 1067checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e" 1068dependencies = [ 1069 "borrow-or-share", 1070 "ref-cast", 1071 "serde", 1072] 1073 1074[[package]] 1075name = "flume" 1076version = "0.12.0" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be" 1079dependencies = [ 1080 "spin 0.9.8", 1081] 1082 1083[[package]] 1084name = "fnv" 1085version = "1.0.7" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1088 1089[[package]] 1090name = "foldhash" 1091version = "0.1.5" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1094 1095[[package]] 1096name = "form_urlencoded" 1097version = "1.2.2" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1100dependencies = [ 1101 "percent-encoding", 1102] 1103 1104[[package]] 1105name = "fs_extra" 1106version = "1.3.0" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1109 1110[[package]] 1111name = "futures" 1112version = "0.3.32" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 1115dependencies = [ 1116 "futures-channel", 1117 "futures-core", 1118 "futures-executor", 1119 "futures-io", 1120 "futures-sink", 1121 "futures-task", 1122 "futures-util", 1123] 1124 1125[[package]] 1126name = "futures-buffered" 1127version = "0.2.13" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5" 1130dependencies = [ 1131 "cordyceps", 1132 "diatomic-waker", 1133 "futures-core", 1134 "pin-project-lite", 1135 "spin 0.10.0", 1136] 1137 1138[[package]] 1139name = "futures-channel" 1140version = "0.3.32" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1143dependencies = [ 1144 "futures-core", 1145 "futures-sink", 1146] 1147 1148[[package]] 1149name = "futures-core" 1150version = "0.3.32" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1153 1154[[package]] 1155name = "futures-executor" 1156version = "0.3.32" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 1159dependencies = [ 1160 "futures-core", 1161 "futures-task", 1162 "futures-util", 1163] 1164 1165[[package]] 1166name = "futures-io" 1167version = "0.3.32" 1168source = "registry+https://github.com/rust-lang/crates.io-index" 1169checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1170 1171[[package]] 1172name = "futures-lite" 1173version = "2.6.1" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1176dependencies = [ 1177 "fastrand", 1178 "futures-core", 1179 "futures-io", 1180 "parking", 1181 "pin-project-lite", 1182] 1183 1184[[package]] 1185name = "futures-macro" 1186version = "0.3.32" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1189dependencies = [ 1190 "proc-macro2", 1191 "quote", 1192 "syn", 1193] 1194 1195[[package]] 1196name = "futures-sink" 1197version = "0.3.32" 1198source = "registry+https://github.com/rust-lang/crates.io-index" 1199checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1200 1201[[package]] 1202name = "futures-task" 1203version = "0.3.32" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1206 1207[[package]] 1208name = "futures-util" 1209version = "0.3.32" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1212dependencies = [ 1213 "futures-channel", 1214 "futures-core", 1215 "futures-io", 1216 "futures-macro", 1217 "futures-sink", 1218 "futures-task", 1219 "memchr", 1220 "pin-project-lite", 1221 "slab", 1222] 1223 1224[[package]] 1225name = "generator" 1226version = "0.8.8" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9" 1229dependencies = [ 1230 "cc", 1231 "cfg-if", 1232 "libc", 1233 "log", 1234 "rustversion", 1235 "windows-link", 1236 "windows-result", 1237] 1238 1239[[package]] 1240name = "generic-array" 1241version = "0.14.9" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1244dependencies = [ 1245 "typenum", 1246 "version_check", 1247 "zeroize", 1248] 1249 1250[[package]] 1251name = "getrandom" 1252version = "0.2.17" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1255dependencies = [ 1256 "cfg-if", 1257 "js-sys", 1258 "libc", 1259 "wasi", 1260 "wasm-bindgen", 1261] 1262 1263[[package]] 1264name = "getrandom" 1265version = "0.3.4" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1268dependencies = [ 1269 "cfg-if", 1270 "js-sys", 1271 "libc", 1272 "r-efi 5.3.0", 1273 "wasip2", 1274 "wasm-bindgen", 1275] 1276 1277[[package]] 1278name = "getrandom" 1279version = "0.4.2" 1280source = "registry+https://github.com/rust-lang/crates.io-index" 1281checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 1282dependencies = [ 1283 "cfg-if", 1284 "libc", 1285 "r-efi 6.0.0", 1286 "rand_core 0.10.1", 1287 "wasip2", 1288 "wasip3", 1289] 1290 1291[[package]] 1292name = "gimli" 1293version = "0.32.3" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 1296 1297[[package]] 1298name = "glob" 1299version = "0.3.3" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1302 1303[[package]] 1304name = "group" 1305version = "0.13.0" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1308dependencies = [ 1309 "ff", 1310 "rand_core 0.6.4", 1311 "subtle", 1312] 1313 1314[[package]] 1315name = "h2" 1316version = "0.4.13" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 1319dependencies = [ 1320 "atomic-waker", 1321 "bytes", 1322 "fnv", 1323 "futures-core", 1324 "futures-sink", 1325 "http", 1326 "indexmap", 1327 "slab", 1328 "tokio", 1329 "tokio-util", 1330 "tracing", 1331] 1332 1333[[package]] 1334name = "half" 1335version = "2.7.1" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1338dependencies = [ 1339 "cfg-if", 1340 "crunchy", 1341 "zerocopy", 1342] 1343 1344[[package]] 1345name = "hash32" 1346version = "0.2.1" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 1349dependencies = [ 1350 "byteorder", 1351] 1352 1353[[package]] 1354name = "hashbrown" 1355version = "0.14.5" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1358 1359[[package]] 1360name = "hashbrown" 1361version = "0.15.5" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1364dependencies = [ 1365 "allocator-api2", 1366 "equivalent", 1367 "foldhash", 1368] 1369 1370[[package]] 1371name = "hashbrown" 1372version = "0.16.1" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1375 1376[[package]] 1377name = "hashbrown" 1378version = "0.17.0" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" 1381 1382[[package]] 1383name = "heapless" 1384version = "0.7.17" 1385source = "registry+https://github.com/rust-lang/crates.io-index" 1386checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 1387dependencies = [ 1388 "atomic-polyfill", 1389 "hash32", 1390 "rustc_version", 1391 "serde", 1392 "spin 0.9.8", 1393 "stable_deref_trait", 1394] 1395 1396[[package]] 1397name = "heck" 1398version = "0.4.1" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1401 1402[[package]] 1403name = "heck" 1404version = "0.5.0" 1405source = "registry+https://github.com/rust-lang/crates.io-index" 1406checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1407 1408[[package]] 1409name = "hex" 1410version = "0.4.3" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1413 1414[[package]] 1415name = "hickory-proto" 1416version = "0.24.4" 1417source = "registry+https://github.com/rust-lang/crates.io-index" 1418checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" 1419dependencies = [ 1420 "async-trait", 1421 "cfg-if", 1422 "data-encoding", 1423 "enum-as-inner", 1424 "futures-channel", 1425 "futures-io", 1426 "futures-util", 1427 "idna", 1428 "ipnet", 1429 "once_cell", 1430 "rand 0.8.6", 1431 "thiserror 1.0.69", 1432 "tinyvec", 1433 "tokio", 1434 "tracing", 1435 "url", 1436] 1437 1438[[package]] 1439name = "hickory-resolver" 1440version = "0.24.4" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" 1443dependencies = [ 1444 "cfg-if", 1445 "futures-util", 1446 "hickory-proto", 1447 "ipconfig", 1448 "lru-cache", 1449 "once_cell", 1450 "parking_lot", 1451 "rand 0.8.6", 1452 "resolv-conf", 1453 "smallvec", 1454 "thiserror 1.0.69", 1455 "tokio", 1456 "tracing", 1457] 1458 1459[[package]] 1460name = "hmac" 1461version = "0.12.1" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1464dependencies = [ 1465 "digest", 1466] 1467 1468[[package]] 1469name = "http" 1470version = "1.4.0" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1473dependencies = [ 1474 "bytes", 1475 "itoa", 1476] 1477 1478[[package]] 1479name = "http-body" 1480version = "1.0.1" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1483dependencies = [ 1484 "bytes", 1485 "http", 1486] 1487 1488[[package]] 1489name = "http-body-util" 1490version = "0.1.3" 1491source = "registry+https://github.com/rust-lang/crates.io-index" 1492checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1493dependencies = [ 1494 "bytes", 1495 "futures-core", 1496 "http", 1497 "http-body", 1498 "pin-project-lite", 1499] 1500 1501[[package]] 1502name = "httparse" 1503version = "1.10.1" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1506 1507[[package]] 1508name = "httpdate" 1509version = "1.0.3" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1512 1513[[package]] 1514name = "humantime" 1515version = "2.3.0" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" 1518 1519[[package]] 1520name = "hydrant" 1521version = "0.1.0" 1522source = "git+https://tangled.org/ptr.pet/hydrant#3ad938b38ca8e8012a43b204ff2ab39adf00f863" 1523dependencies = [ 1524 "ahash", 1525 "arc-swap", 1526 "axum", 1527 "axum-tws", 1528 "bytes", 1529 "chrono", 1530 "cid", 1531 "data-encoding", 1532 "fjall", 1533 "futures", 1534 "glob", 1535 "hex", 1536 "humantime", 1537 "hyper", 1538 "iroh-car", 1539 "jacquard-api", 1540 "jacquard-common", 1541 "jacquard-derive", 1542 "jacquard-identity", 1543 "jacquard-repo", 1544 "lsm-tree", 1545 "miette", 1546 "mimalloc", 1547 "multibase", 1548 "nohash-hasher", 1549 "parking_lot", 1550 "rand 0.10.1", 1551 "reqwest", 1552 "rmp-serde", 1553 "rustls", 1554 "scc", 1555 "serde", 1556 "serde_bytes", 1557 "serde_ipld_dagcbor", 1558 "serde_json", 1559 "serde_urlencoded", 1560 "sha2", 1561 "smol_str", 1562 "thiserror 2.0.18", 1563 "tokio", 1564 "tokio-util", 1565 "tokio-websockets", 1566 "tower-http", 1567 "tracing", 1568 "tracing-subscriber", 1569 "url", 1570] 1571 1572[[package]] 1573name = "hyper" 1574version = "1.9.0" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" 1577dependencies = [ 1578 "atomic-waker", 1579 "bytes", 1580 "futures-channel", 1581 "futures-core", 1582 "h2", 1583 "http", 1584 "http-body", 1585 "httparse", 1586 "httpdate", 1587 "itoa", 1588 "pin-project-lite", 1589 "smallvec", 1590 "tokio", 1591 "want", 1592] 1593 1594[[package]] 1595name = "hyper-rustls" 1596version = "0.27.9" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" 1599dependencies = [ 1600 "http", 1601 "hyper", 1602 "hyper-util", 1603 "rustls", 1604 "tokio", 1605 "tokio-rustls", 1606 "tower-service", 1607 "webpki-roots", 1608] 1609 1610[[package]] 1611name = "hyper-util" 1612version = "0.1.20" 1613source = "registry+https://github.com/rust-lang/crates.io-index" 1614checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1615dependencies = [ 1616 "base64", 1617 "bytes", 1618 "futures-channel", 1619 "futures-util", 1620 "http", 1621 "http-body", 1622 "hyper", 1623 "ipnet", 1624 "libc", 1625 "percent-encoding", 1626 "pin-project-lite", 1627 "socket2", 1628 "system-configuration", 1629 "tokio", 1630 "tower-service", 1631 "tracing", 1632 "windows-registry", 1633] 1634 1635[[package]] 1636name = "iana-time-zone" 1637version = "0.1.65" 1638source = "registry+https://github.com/rust-lang/crates.io-index" 1639checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 1640dependencies = [ 1641 "android_system_properties", 1642 "core-foundation-sys", 1643 "iana-time-zone-haiku", 1644 "js-sys", 1645 "log", 1646 "wasm-bindgen", 1647 "windows-core", 1648] 1649 1650[[package]] 1651name = "iana-time-zone-haiku" 1652version = "0.1.2" 1653source = "registry+https://github.com/rust-lang/crates.io-index" 1654checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1655dependencies = [ 1656 "cc", 1657] 1658 1659[[package]] 1660name = "icu_collections" 1661version = "2.2.0" 1662source = "registry+https://github.com/rust-lang/crates.io-index" 1663checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 1664dependencies = [ 1665 "displaydoc", 1666 "potential_utf", 1667 "utf8_iter", 1668 "yoke", 1669 "zerofrom", 1670 "zerovec", 1671] 1672 1673[[package]] 1674name = "icu_locale_core" 1675version = "2.2.0" 1676source = "registry+https://github.com/rust-lang/crates.io-index" 1677checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 1678dependencies = [ 1679 "displaydoc", 1680 "litemap", 1681 "tinystr", 1682 "writeable", 1683 "zerovec", 1684] 1685 1686[[package]] 1687name = "icu_normalizer" 1688version = "2.2.0" 1689source = "registry+https://github.com/rust-lang/crates.io-index" 1690checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 1691dependencies = [ 1692 "icu_collections", 1693 "icu_normalizer_data", 1694 "icu_properties", 1695 "icu_provider", 1696 "smallvec", 1697 "zerovec", 1698] 1699 1700[[package]] 1701name = "icu_normalizer_data" 1702version = "2.2.0" 1703source = "registry+https://github.com/rust-lang/crates.io-index" 1704checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 1705 1706[[package]] 1707name = "icu_properties" 1708version = "2.2.0" 1709source = "registry+https://github.com/rust-lang/crates.io-index" 1710checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 1711dependencies = [ 1712 "icu_collections", 1713 "icu_locale_core", 1714 "icu_properties_data", 1715 "icu_provider", 1716 "zerotrie", 1717 "zerovec", 1718] 1719 1720[[package]] 1721name = "icu_properties_data" 1722version = "2.2.0" 1723source = "registry+https://github.com/rust-lang/crates.io-index" 1724checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 1725 1726[[package]] 1727name = "icu_provider" 1728version = "2.2.0" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 1731dependencies = [ 1732 "displaydoc", 1733 "icu_locale_core", 1734 "writeable", 1735 "yoke", 1736 "zerofrom", 1737 "zerotrie", 1738 "zerovec", 1739] 1740 1741[[package]] 1742name = "id-arena" 1743version = "2.3.0" 1744source = "registry+https://github.com/rust-lang/crates.io-index" 1745checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1746 1747[[package]] 1748name = "ident_case" 1749version = "1.0.1" 1750source = "registry+https://github.com/rust-lang/crates.io-index" 1751checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1752 1753[[package]] 1754name = "idna" 1755version = "1.1.0" 1756source = "registry+https://github.com/rust-lang/crates.io-index" 1757checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1758dependencies = [ 1759 "idna_adapter", 1760 "smallvec", 1761 "utf8_iter", 1762] 1763 1764[[package]] 1765name = "idna_adapter" 1766version = "1.2.1" 1767source = "registry+https://github.com/rust-lang/crates.io-index" 1768checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1769dependencies = [ 1770 "icu_normalizer", 1771 "icu_properties", 1772] 1773 1774[[package]] 1775name = "indexmap" 1776version = "2.14.0" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 1779dependencies = [ 1780 "equivalent", 1781 "hashbrown 0.17.0", 1782 "serde", 1783 "serde_core", 1784] 1785 1786[[package]] 1787name = "interval-heap" 1788version = "0.0.5" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6" 1791dependencies = [ 1792 "compare", 1793] 1794 1795[[package]] 1796name = "inventory" 1797version = "0.3.24" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" 1800dependencies = [ 1801 "rustversion", 1802] 1803 1804[[package]] 1805name = "ipconfig" 1806version = "0.3.4" 1807source = "registry+https://github.com/rust-lang/crates.io-index" 1808checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222" 1809dependencies = [ 1810 "socket2", 1811 "widestring", 1812 "windows-registry", 1813 "windows-result", 1814 "windows-sys 0.61.2", 1815] 1816 1817[[package]] 1818name = "ipld-core" 1819version = "0.4.3" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda" 1822dependencies = [ 1823 "cid", 1824 "serde", 1825 "serde_bytes", 1826] 1827 1828[[package]] 1829name = "ipnet" 1830version = "2.12.0" 1831source = "registry+https://github.com/rust-lang/crates.io-index" 1832checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 1833 1834[[package]] 1835name = "iri-string" 1836version = "0.7.12" 1837source = "registry+https://github.com/rust-lang/crates.io-index" 1838checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20" 1839dependencies = [ 1840 "memchr", 1841 "serde", 1842] 1843 1844[[package]] 1845name = "iroh-car" 1846version = "0.5.1" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a" 1849dependencies = [ 1850 "anyhow", 1851 "cid", 1852 "futures", 1853 "serde", 1854 "serde_ipld_dagcbor", 1855 "thiserror 1.0.69", 1856 "tokio", 1857 "unsigned-varint 0.7.2", 1858] 1859 1860[[package]] 1861name = "is_ci" 1862version = "1.2.0" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" 1865 1866[[package]] 1867name = "itoa" 1868version = "1.0.18" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 1871 1872[[package]] 1873name = "jacquard-api" 1874version = "0.11.1" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "f4bba022e9c632f737de481d7c894b5736dd1a503362876ca4da49b9255a7e61" 1877dependencies = [ 1878 "jacquard-common", 1879 "jacquard-derive", 1880 "jacquard-lexicon", 1881 "miette", 1882 "serde", 1883 "thiserror 2.0.18", 1884] 1885 1886[[package]] 1887name = "jacquard-common" 1888version = "0.11.0" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "9631f08f1e65d19e204bc6774d00b4e0b69fb649d7d7ac59ccf97797bd9a196e" 1891dependencies = [ 1892 "base64", 1893 "bon", 1894 "bytes", 1895 "chrono", 1896 "ciborium", 1897 "ciborium-io", 1898 "cid", 1899 "ed25519-dalek", 1900 "fluent-uri", 1901 "futures", 1902 "getrandom 0.2.17", 1903 "getrandom 0.3.4", 1904 "hashbrown 0.15.5", 1905 "http", 1906 "ipld-core", 1907 "k256", 1908 "maitake-sync", 1909 "miette", 1910 "multibase", 1911 "multihash", 1912 "n0-future", 1913 "ouroboros", 1914 "oxilangtag", 1915 "p256", 1916 "phf", 1917 "postcard", 1918 "rand 0.9.4", 1919 "regex", 1920 "regex-automata", 1921 "regex-lite", 1922 "reqwest", 1923 "rustversion", 1924 "serde", 1925 "serde_bytes", 1926 "serde_html_form", 1927 "serde_ipld_dagcbor", 1928 "serde_json", 1929 "signature", 1930 "smol_str", 1931 "spin 0.10.0", 1932 "thiserror 2.0.18", 1933 "tokio", 1934 "tokio-tungstenite-wasm", 1935 "tokio-util", 1936 "tracing", 1937 "trait-variant", 1938 "unicode-segmentation", 1939] 1940 1941[[package]] 1942name = "jacquard-derive" 1943version = "0.11.0" 1944source = "registry+https://github.com/rust-lang/crates.io-index" 1945checksum = "22904bd0f9a959591e14ee9e1dab91a9110209cb8b292930e584134f96a83ece" 1946dependencies = [ 1947 "heck 0.5.0", 1948 "jacquard-lexicon", 1949 "proc-macro2", 1950 "quote", 1951 "syn", 1952] 1953 1954[[package]] 1955name = "jacquard-identity" 1956version = "0.11.0" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "b84a9302ea9dd39c49d748a8eba21faf365570088571ff327ebb00117dbd65b8" 1959dependencies = [ 1960 "bon", 1961 "bytes", 1962 "hickory-resolver", 1963 "http", 1964 "jacquard-common", 1965 "jacquard-lexicon", 1966 "miette", 1967 "n0-future", 1968 "reqwest", 1969 "serde", 1970 "serde_html_form", 1971 "serde_json", 1972 "thiserror 2.0.18", 1973 "tokio", 1974 "tracing", 1975 "trait-variant", 1976] 1977 1978[[package]] 1979name = "jacquard-lexicon" 1980version = "0.11.1" 1981source = "registry+https://github.com/rust-lang/crates.io-index" 1982checksum = "fd7863d4f56a49f07391b5f775e82be12e6381156642ee83574f481ca73e8b0e" 1983dependencies = [ 1984 "cid", 1985 "dashmap", 1986 "heck 0.5.0", 1987 "inventory", 1988 "jacquard-common", 1989 "miette", 1990 "multihash", 1991 "prettyplease", 1992 "proc-macro2", 1993 "quote", 1994 "serde", 1995 "serde_ipld_dagcbor", 1996 "serde_json", 1997 "serde_path_to_error", 1998 "serde_repr", 1999 "serde_with", 2000 "sha2", 2001 "syn", 2002 "thiserror 2.0.18", 2003 "unicode-segmentation", 2004] 2005 2006[[package]] 2007name = "jacquard-repo" 2008version = "0.11.0" 2009source = "registry+https://github.com/rust-lang/crates.io-index" 2010checksum = "b0c924640eed28b608767e034f7db741a4f3b33c4631db8defc33c5a05f4834e" 2011dependencies = [ 2012 "bytes", 2013 "cid", 2014 "ed25519-dalek", 2015 "iroh-car", 2016 "jacquard-api", 2017 "jacquard-common", 2018 "jacquard-derive", 2019 "k256", 2020 "miette", 2021 "multihash", 2022 "n0-future", 2023 "p256", 2024 "serde", 2025 "serde_bytes", 2026 "serde_ipld_dagcbor", 2027 "sha2", 2028 "smol_str", 2029 "thiserror 2.0.18", 2030 "tokio", 2031 "trait-variant", 2032] 2033 2034[[package]] 2035name = "jobserver" 2036version = "0.1.34" 2037source = "registry+https://github.com/rust-lang/crates.io-index" 2038checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 2039dependencies = [ 2040 "getrandom 0.3.4", 2041 "libc", 2042] 2043 2044[[package]] 2045name = "js-sys" 2046version = "0.3.95" 2047source = "registry+https://github.com/rust-lang/crates.io-index" 2048checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" 2049dependencies = [ 2050 "cfg-if", 2051 "futures-util", 2052 "once_cell", 2053 "wasm-bindgen", 2054] 2055 2056[[package]] 2057name = "k256" 2058version = "0.13.4" 2059source = "registry+https://github.com/rust-lang/crates.io-index" 2060checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 2061dependencies = [ 2062 "cfg-if", 2063 "ecdsa", 2064 "elliptic-curve", 2065 "once_cell", 2066 "sha2", 2067 "signature", 2068] 2069 2070[[package]] 2071name = "lazy_static" 2072version = "1.5.0" 2073source = "registry+https://github.com/rust-lang/crates.io-index" 2074checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2075 2076[[package]] 2077name = "leb128fmt" 2078version = "0.1.0" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 2081 2082[[package]] 2083name = "libc" 2084version = "0.2.186" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 2087 2088[[package]] 2089name = "libmimalloc-sys" 2090version = "0.1.44" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870" 2093dependencies = [ 2094 "cc", 2095 "libc", 2096] 2097 2098[[package]] 2099name = "linked-hash-map" 2100version = "0.5.6" 2101source = "registry+https://github.com/rust-lang/crates.io-index" 2102checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2103 2104[[package]] 2105name = "linux-raw-sys" 2106version = "0.12.1" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 2109 2110[[package]] 2111name = "litemap" 2112version = "0.8.2" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 2115 2116[[package]] 2117name = "lock_api" 2118version = "0.4.14" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2121dependencies = [ 2122 "scopeguard", 2123] 2124 2125[[package]] 2126name = "log" 2127version = "0.4.29" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 2130 2131[[package]] 2132name = "loom" 2133version = "0.7.2" 2134source = "registry+https://github.com/rust-lang/crates.io-index" 2135checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2136dependencies = [ 2137 "cfg-if", 2138 "generator", 2139 "scoped-tls", 2140 "tracing", 2141 "tracing-subscriber", 2142] 2143 2144[[package]] 2145name = "lru-cache" 2146version = "0.1.2" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 2149dependencies = [ 2150 "linked-hash-map", 2151] 2152 2153[[package]] 2154name = "lru-slab" 2155version = "0.1.2" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2158 2159[[package]] 2160name = "lsm-tree" 2161version = "3.1.4" 2162source = "git+https://github.com/90-008/lsm-tree.git#bff28391c95d708c68805188c36c6654cdb7d9cd" 2163dependencies = [ 2164 "byteorder-lite", 2165 "byteview", 2166 "crossbeam-skiplist", 2167 "enum_dispatch", 2168 "interval-heap", 2169 "log", 2170 "lz4_flex", 2171 "quick_cache", 2172 "rustc-hash", 2173 "self_cell", 2174 "sfa", 2175 "tempfile", 2176 "varint-rs", 2177 "xxhash-rust", 2178 "zstd", 2179] 2180 2181[[package]] 2182name = "lz4_flex" 2183version = "0.13.0" 2184source = "registry+https://github.com/rust-lang/crates.io-index" 2185checksum = "db9a0d582c2874f68138a16ce1867e0ffde6c0bb0a0df85e1f36d04146db488a" 2186dependencies = [ 2187 "twox-hash", 2188] 2189 2190[[package]] 2191name = "maitake-sync" 2192version = "0.1.2" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5" 2195dependencies = [ 2196 "cordyceps", 2197 "loom", 2198 "mycelium-bitfield", 2199 "pin-project", 2200 "portable-atomic", 2201] 2202 2203[[package]] 2204name = "match-lookup" 2205version = "0.1.2" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 2208dependencies = [ 2209 "proc-macro2", 2210 "quote", 2211 "syn", 2212] 2213 2214[[package]] 2215name = "matchers" 2216version = "0.2.0" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2219dependencies = [ 2220 "regex-automata", 2221] 2222 2223[[package]] 2224name = "matchit" 2225version = "0.8.4" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 2228 2229[[package]] 2230name = "memchr" 2231version = "2.8.0" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 2234 2235[[package]] 2236name = "miette" 2237version = "7.6.0" 2238source = "registry+https://github.com/rust-lang/crates.io-index" 2239checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 2240dependencies = [ 2241 "backtrace", 2242 "backtrace-ext", 2243 "cfg-if", 2244 "miette-derive", 2245 "owo-colors", 2246 "supports-color", 2247 "supports-hyperlinks", 2248 "supports-unicode", 2249 "terminal_size", 2250 "textwrap", 2251 "unicode-width 0.1.14", 2252] 2253 2254[[package]] 2255name = "miette-derive" 2256version = "7.6.0" 2257source = "registry+https://github.com/rust-lang/crates.io-index" 2258checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 2259dependencies = [ 2260 "proc-macro2", 2261 "quote", 2262 "syn", 2263] 2264 2265[[package]] 2266name = "mimalloc" 2267version = "0.1.48" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8" 2270dependencies = [ 2271 "libmimalloc-sys", 2272] 2273 2274[[package]] 2275name = "mime" 2276version = "0.3.17" 2277source = "registry+https://github.com/rust-lang/crates.io-index" 2278checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2279 2280[[package]] 2281name = "miniz_oxide" 2282version = "0.8.9" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2285dependencies = [ 2286 "adler2", 2287 "simd-adler32", 2288] 2289 2290[[package]] 2291name = "mio" 2292version = "1.2.0" 2293source = "registry+https://github.com/rust-lang/crates.io-index" 2294checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 2295dependencies = [ 2296 "libc", 2297 "wasi", 2298 "windows-sys 0.61.2", 2299] 2300 2301[[package]] 2302name = "multibase" 2303version = "0.9.2" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 2306dependencies = [ 2307 "base-x", 2308 "base256emoji", 2309 "data-encoding", 2310 "data-encoding-macro", 2311] 2312 2313[[package]] 2314name = "multihash" 2315version = "0.19.4" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "89ace881e3f514092ce9efbcb8f413d0ad9763860b828981c2de51ddc666936c" 2318dependencies = [ 2319 "no_std_io2", 2320 "serde", 2321 "unsigned-varint 0.8.0", 2322] 2323 2324[[package]] 2325name = "mycelium-bitfield" 2326version = "0.1.5" 2327source = "registry+https://github.com/rust-lang/crates.io-index" 2328checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc" 2329 2330[[package]] 2331name = "n0-future" 2332version = "0.1.3" 2333source = "registry+https://github.com/rust-lang/crates.io-index" 2334checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794" 2335dependencies = [ 2336 "cfg_aliases", 2337 "derive_more", 2338 "futures-buffered", 2339 "futures-lite", 2340 "futures-util", 2341 "js-sys", 2342 "pin-project", 2343 "send_wrapper", 2344 "tokio", 2345 "tokio-util", 2346 "wasm-bindgen", 2347 "wasm-bindgen-futures", 2348 "web-time", 2349] 2350 2351[[package]] 2352name = "no_std_io2" 2353version = "0.8.1" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "8a3564ce7035b1e4778d8cb6cacebb5d766b5e8fe5a75b9e441e33fb61a872c6" 2356dependencies = [ 2357 "memchr", 2358] 2359 2360[[package]] 2361name = "nohash-hasher" 2362version = "0.2.0" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 2365 2366[[package]] 2367name = "nu-ansi-term" 2368version = "0.50.3" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 2371dependencies = [ 2372 "windows-sys 0.61.2", 2373] 2374 2375[[package]] 2376name = "num-conv" 2377version = "0.2.1" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" 2380 2381[[package]] 2382name = "num-traits" 2383version = "0.2.19" 2384source = "registry+https://github.com/rust-lang/crates.io-index" 2385checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2386dependencies = [ 2387 "autocfg", 2388] 2389 2390[[package]] 2391name = "object" 2392version = "0.37.3" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 2395dependencies = [ 2396 "memchr", 2397] 2398 2399[[package]] 2400name = "once_cell" 2401version = "1.21.4" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 2404 2405[[package]] 2406name = "openssl-probe" 2407version = "0.2.1" 2408source = "registry+https://github.com/rust-lang/crates.io-index" 2409checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 2410 2411[[package]] 2412name = "ouroboros" 2413version = "0.18.5" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 2416dependencies = [ 2417 "aliasable", 2418 "ouroboros_macro", 2419 "static_assertions", 2420] 2421 2422[[package]] 2423name = "ouroboros_macro" 2424version = "0.18.5" 2425source = "registry+https://github.com/rust-lang/crates.io-index" 2426checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 2427dependencies = [ 2428 "heck 0.4.1", 2429 "proc-macro2", 2430 "proc-macro2-diagnostics", 2431 "quote", 2432 "syn", 2433] 2434 2435[[package]] 2436name = "owo-colors" 2437version = "4.3.0" 2438source = "registry+https://github.com/rust-lang/crates.io-index" 2439checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" 2440 2441[[package]] 2442name = "oxilangtag" 2443version = "0.1.5" 2444source = "registry+https://github.com/rust-lang/crates.io-index" 2445checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb" 2446dependencies = [ 2447 "serde", 2448] 2449 2450[[package]] 2451name = "p256" 2452version = "0.13.2" 2453source = "registry+https://github.com/rust-lang/crates.io-index" 2454checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 2455dependencies = [ 2456 "ecdsa", 2457 "elliptic-curve", 2458 "primeorder", 2459 "sha2", 2460] 2461 2462[[package]] 2463name = "parking" 2464version = "2.2.1" 2465source = "registry+https://github.com/rust-lang/crates.io-index" 2466checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2467 2468[[package]] 2469name = "parking_lot" 2470version = "0.12.5" 2471source = "registry+https://github.com/rust-lang/crates.io-index" 2472checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2473dependencies = [ 2474 "lock_api", 2475 "parking_lot_core", 2476] 2477 2478[[package]] 2479name = "parking_lot_core" 2480version = "0.9.12" 2481source = "registry+https://github.com/rust-lang/crates.io-index" 2482checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2483dependencies = [ 2484 "cfg-if", 2485 "libc", 2486 "redox_syscall", 2487 "smallvec", 2488 "windows-link", 2489] 2490 2491[[package]] 2492name = "pem-rfc7468" 2493version = "0.7.0" 2494source = "registry+https://github.com/rust-lang/crates.io-index" 2495checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2496dependencies = [ 2497 "base64ct", 2498] 2499 2500[[package]] 2501name = "percent-encoding" 2502version = "2.3.2" 2503source = "registry+https://github.com/rust-lang/crates.io-index" 2504checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2505 2506[[package]] 2507name = "phf" 2508version = "0.11.3" 2509source = "registry+https://github.com/rust-lang/crates.io-index" 2510checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 2511dependencies = [ 2512 "phf_macros", 2513 "phf_shared", 2514] 2515 2516[[package]] 2517name = "phf_generator" 2518version = "0.11.3" 2519source = "registry+https://github.com/rust-lang/crates.io-index" 2520checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 2521dependencies = [ 2522 "phf_shared", 2523 "rand 0.8.6", 2524] 2525 2526[[package]] 2527name = "phf_macros" 2528version = "0.11.3" 2529source = "registry+https://github.com/rust-lang/crates.io-index" 2530checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 2531dependencies = [ 2532 "phf_generator", 2533 "phf_shared", 2534 "proc-macro2", 2535 "quote", 2536 "syn", 2537] 2538 2539[[package]] 2540name = "phf_shared" 2541version = "0.11.3" 2542source = "registry+https://github.com/rust-lang/crates.io-index" 2543checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 2544dependencies = [ 2545 "siphasher", 2546] 2547 2548[[package]] 2549name = "pin-project" 2550version = "1.1.11" 2551source = "registry+https://github.com/rust-lang/crates.io-index" 2552checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" 2553dependencies = [ 2554 "pin-project-internal", 2555] 2556 2557[[package]] 2558name = "pin-project-internal" 2559version = "1.1.11" 2560source = "registry+https://github.com/rust-lang/crates.io-index" 2561checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" 2562dependencies = [ 2563 "proc-macro2", 2564 "quote", 2565 "syn", 2566] 2567 2568[[package]] 2569name = "pin-project-lite" 2570version = "0.2.17" 2571source = "registry+https://github.com/rust-lang/crates.io-index" 2572checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 2573 2574[[package]] 2575name = "pkcs8" 2576version = "0.10.2" 2577source = "registry+https://github.com/rust-lang/crates.io-index" 2578checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2579dependencies = [ 2580 "der", 2581 "spki", 2582] 2583 2584[[package]] 2585name = "pkg-config" 2586version = "0.3.33" 2587source = "registry+https://github.com/rust-lang/crates.io-index" 2588checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 2589 2590[[package]] 2591name = "portable-atomic" 2592version = "1.13.1" 2593source = "registry+https://github.com/rust-lang/crates.io-index" 2594checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 2595 2596[[package]] 2597name = "postcard" 2598version = "1.1.3" 2599source = "registry+https://github.com/rust-lang/crates.io-index" 2600checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 2601dependencies = [ 2602 "cobs", 2603 "embedded-io 0.4.0", 2604 "embedded-io 0.6.1", 2605 "heapless", 2606 "serde", 2607] 2608 2609[[package]] 2610name = "potential_utf" 2611version = "0.1.5" 2612source = "registry+https://github.com/rust-lang/crates.io-index" 2613checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 2614dependencies = [ 2615 "zerovec", 2616] 2617 2618[[package]] 2619name = "powerfmt" 2620version = "0.2.0" 2621source = "registry+https://github.com/rust-lang/crates.io-index" 2622checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2623 2624[[package]] 2625name = "ppv-lite86" 2626version = "0.2.21" 2627source = "registry+https://github.com/rust-lang/crates.io-index" 2628checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2629dependencies = [ 2630 "zerocopy", 2631] 2632 2633[[package]] 2634name = "prettyplease" 2635version = "0.2.37" 2636source = "registry+https://github.com/rust-lang/crates.io-index" 2637checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2638dependencies = [ 2639 "proc-macro2", 2640 "syn", 2641] 2642 2643[[package]] 2644name = "primeorder" 2645version = "0.13.6" 2646source = "registry+https://github.com/rust-lang/crates.io-index" 2647checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2648dependencies = [ 2649 "elliptic-curve", 2650] 2651 2652[[package]] 2653name = "proc-macro2" 2654version = "1.0.106" 2655source = "registry+https://github.com/rust-lang/crates.io-index" 2656checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2657dependencies = [ 2658 "unicode-ident", 2659] 2660 2661[[package]] 2662name = "proc-macro2-diagnostics" 2663version = "0.10.1" 2664source = "registry+https://github.com/rust-lang/crates.io-index" 2665checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 2666dependencies = [ 2667 "proc-macro2", 2668 "quote", 2669 "syn", 2670 "version_check", 2671 "yansi", 2672] 2673 2674[[package]] 2675name = "quick_cache" 2676version = "0.6.21" 2677source = "registry+https://github.com/rust-lang/crates.io-index" 2678checksum = "5a70b1b8b47e31d0498ecbc3c5470bb931399a8bfed1fd79d1717a61ce7f96e3" 2679dependencies = [ 2680 "equivalent", 2681 "hashbrown 0.16.1", 2682] 2683 2684[[package]] 2685name = "quinn" 2686version = "0.11.9" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 2689dependencies = [ 2690 "bytes", 2691 "cfg_aliases", 2692 "pin-project-lite", 2693 "quinn-proto", 2694 "quinn-udp", 2695 "rustc-hash", 2696 "rustls", 2697 "socket2", 2698 "thiserror 2.0.18", 2699 "tokio", 2700 "tracing", 2701 "web-time", 2702] 2703 2704[[package]] 2705name = "quinn-proto" 2706version = "0.11.14" 2707source = "registry+https://github.com/rust-lang/crates.io-index" 2708checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 2709dependencies = [ 2710 "bytes", 2711 "getrandom 0.3.4", 2712 "lru-slab", 2713 "rand 0.9.4", 2714 "ring", 2715 "rustc-hash", 2716 "rustls", 2717 "rustls-pki-types", 2718 "slab", 2719 "thiserror 2.0.18", 2720 "tinyvec", 2721 "tracing", 2722 "web-time", 2723] 2724 2725[[package]] 2726name = "quinn-udp" 2727version = "0.5.14" 2728source = "registry+https://github.com/rust-lang/crates.io-index" 2729checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 2730dependencies = [ 2731 "cfg_aliases", 2732 "libc", 2733 "once_cell", 2734 "socket2", 2735 "tracing", 2736 "windows-sys 0.60.2", 2737] 2738 2739[[package]] 2740name = "quote" 2741version = "1.0.45" 2742source = "registry+https://github.com/rust-lang/crates.io-index" 2743checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 2744dependencies = [ 2745 "proc-macro2", 2746] 2747 2748[[package]] 2749name = "r-efi" 2750version = "5.3.0" 2751source = "registry+https://github.com/rust-lang/crates.io-index" 2752checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2753 2754[[package]] 2755name = "r-efi" 2756version = "6.0.0" 2757source = "registry+https://github.com/rust-lang/crates.io-index" 2758checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 2759 2760[[package]] 2761name = "rand" 2762version = "0.8.6" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" 2765dependencies = [ 2766 "libc", 2767 "rand_chacha 0.3.1", 2768 "rand_core 0.6.4", 2769] 2770 2771[[package]] 2772name = "rand" 2773version = "0.9.4" 2774source = "registry+https://github.com/rust-lang/crates.io-index" 2775checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 2776dependencies = [ 2777 "rand_chacha 0.9.0", 2778 "rand_core 0.9.5", 2779] 2780 2781[[package]] 2782name = "rand" 2783version = "0.10.1" 2784source = "registry+https://github.com/rust-lang/crates.io-index" 2785checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" 2786dependencies = [ 2787 "chacha20", 2788 "getrandom 0.4.2", 2789 "rand_core 0.10.1", 2790] 2791 2792[[package]] 2793name = "rand_chacha" 2794version = "0.3.1" 2795source = "registry+https://github.com/rust-lang/crates.io-index" 2796checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2797dependencies = [ 2798 "ppv-lite86", 2799 "rand_core 0.6.4", 2800] 2801 2802[[package]] 2803name = "rand_chacha" 2804version = "0.9.0" 2805source = "registry+https://github.com/rust-lang/crates.io-index" 2806checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2807dependencies = [ 2808 "ppv-lite86", 2809 "rand_core 0.9.5", 2810] 2811 2812[[package]] 2813name = "rand_core" 2814version = "0.6.4" 2815source = "registry+https://github.com/rust-lang/crates.io-index" 2816checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2817dependencies = [ 2818 "getrandom 0.2.17", 2819] 2820 2821[[package]] 2822name = "rand_core" 2823version = "0.9.5" 2824source = "registry+https://github.com/rust-lang/crates.io-index" 2825checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 2826dependencies = [ 2827 "getrandom 0.3.4", 2828] 2829 2830[[package]] 2831name = "rand_core" 2832version = "0.10.1" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" 2835 2836[[package]] 2837name = "redox_syscall" 2838version = "0.5.18" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2841dependencies = [ 2842 "bitflags", 2843] 2844 2845[[package]] 2846name = "ref-cast" 2847version = "1.0.25" 2848source = "registry+https://github.com/rust-lang/crates.io-index" 2849checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 2850dependencies = [ 2851 "ref-cast-impl", 2852] 2853 2854[[package]] 2855name = "ref-cast-impl" 2856version = "1.0.25" 2857source = "registry+https://github.com/rust-lang/crates.io-index" 2858checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 2859dependencies = [ 2860 "proc-macro2", 2861 "quote", 2862 "syn", 2863] 2864 2865[[package]] 2866name = "regex" 2867version = "1.12.3" 2868source = "registry+https://github.com/rust-lang/crates.io-index" 2869checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 2870dependencies = [ 2871 "aho-corasick", 2872 "memchr", 2873 "regex-automata", 2874 "regex-syntax", 2875] 2876 2877[[package]] 2878name = "regex-automata" 2879version = "0.4.14" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 2882dependencies = [ 2883 "aho-corasick", 2884 "memchr", 2885 "regex-syntax", 2886] 2887 2888[[package]] 2889name = "regex-lite" 2890version = "0.1.9" 2891source = "registry+https://github.com/rust-lang/crates.io-index" 2892checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" 2893 2894[[package]] 2895name = "regex-syntax" 2896version = "0.8.10" 2897source = "registry+https://github.com/rust-lang/crates.io-index" 2898checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 2899 2900[[package]] 2901name = "reqwest" 2902version = "0.12.28" 2903source = "registry+https://github.com/rust-lang/crates.io-index" 2904checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 2905dependencies = [ 2906 "base64", 2907 "bytes", 2908 "encoding_rs", 2909 "futures-core", 2910 "futures-util", 2911 "h2", 2912 "http", 2913 "http-body", 2914 "http-body-util", 2915 "hyper", 2916 "hyper-rustls", 2917 "hyper-util", 2918 "js-sys", 2919 "log", 2920 "mime", 2921 "percent-encoding", 2922 "pin-project-lite", 2923 "quinn", 2924 "rustls", 2925 "rustls-pki-types", 2926 "serde", 2927 "serde_json", 2928 "serde_urlencoded", 2929 "sync_wrapper", 2930 "tokio", 2931 "tokio-rustls", 2932 "tokio-util", 2933 "tower", 2934 "tower-http", 2935 "tower-service", 2936 "url", 2937 "wasm-bindgen", 2938 "wasm-bindgen-futures", 2939 "wasm-streams", 2940 "web-sys", 2941 "webpki-roots", 2942] 2943 2944[[package]] 2945name = "resolv-conf" 2946version = "0.7.6" 2947source = "registry+https://github.com/rust-lang/crates.io-index" 2948checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 2949 2950[[package]] 2951name = "rfc6979" 2952version = "0.4.0" 2953source = "registry+https://github.com/rust-lang/crates.io-index" 2954checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2955dependencies = [ 2956 "hmac", 2957 "subtle", 2958] 2959 2960[[package]] 2961name = "ring" 2962version = "0.17.14" 2963source = "registry+https://github.com/rust-lang/crates.io-index" 2964checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2965dependencies = [ 2966 "cc", 2967 "cfg-if", 2968 "getrandom 0.2.17", 2969 "libc", 2970 "untrusted", 2971 "windows-sys 0.52.0", 2972] 2973 2974[[package]] 2975name = "rmp" 2976version = "0.8.15" 2977source = "git+https://github.com/90-008/msgpack-rust.git#19c54a922301d06310a816c3a6a097aeb73ea3ae" 2978dependencies = [ 2979 "num-traits", 2980] 2981 2982[[package]] 2983name = "rmp-serde" 2984version = "1.3.1" 2985source = "git+https://github.com/90-008/msgpack-rust.git#19c54a922301d06310a816c3a6a097aeb73ea3ae" 2986dependencies = [ 2987 "rmp", 2988 "serde", 2989] 2990 2991[[package]] 2992name = "rustc-demangle" 2993version = "0.1.27" 2994source = "registry+https://github.com/rust-lang/crates.io-index" 2995checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" 2996 2997[[package]] 2998name = "rustc-hash" 2999version = "2.1.2" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 3002 3003[[package]] 3004name = "rustc_version" 3005version = "0.4.1" 3006source = "registry+https://github.com/rust-lang/crates.io-index" 3007checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3008dependencies = [ 3009 "semver", 3010] 3011 3012[[package]] 3013name = "rustix" 3014version = "1.1.4" 3015source = "registry+https://github.com/rust-lang/crates.io-index" 3016checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 3017dependencies = [ 3018 "bitflags", 3019 "errno", 3020 "libc", 3021 "linux-raw-sys", 3022 "windows-sys 0.61.2", 3023] 3024 3025[[package]] 3026name = "rustls" 3027version = "0.23.39" 3028source = "registry+https://github.com/rust-lang/crates.io-index" 3029checksum = "7c2c118cb077cca2822033836dfb1b975355dfb784b5e8da48f7b6c5db74e60e" 3030dependencies = [ 3031 "aws-lc-rs", 3032 "log", 3033 "once_cell", 3034 "ring", 3035 "rustls-pki-types", 3036 "rustls-webpki", 3037 "subtle", 3038 "zeroize", 3039] 3040 3041[[package]] 3042name = "rustls-native-certs" 3043version = "0.8.3" 3044source = "registry+https://github.com/rust-lang/crates.io-index" 3045checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 3046dependencies = [ 3047 "openssl-probe", 3048 "rustls-pki-types", 3049 "schannel", 3050 "security-framework", 3051] 3052 3053[[package]] 3054name = "rustls-pki-types" 3055version = "1.14.1" 3056source = "registry+https://github.com/rust-lang/crates.io-index" 3057checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" 3058dependencies = [ 3059 "web-time", 3060 "zeroize", 3061] 3062 3063[[package]] 3064name = "rustls-webpki" 3065version = "0.103.13" 3066source = "registry+https://github.com/rust-lang/crates.io-index" 3067checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 3068dependencies = [ 3069 "aws-lc-rs", 3070 "ring", 3071 "rustls-pki-types", 3072 "untrusted", 3073] 3074 3075[[package]] 3076name = "rustversion" 3077version = "1.0.22" 3078source = "registry+https://github.com/rust-lang/crates.io-index" 3079checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3080 3081[[package]] 3082name = "ryu" 3083version = "1.0.23" 3084source = "registry+https://github.com/rust-lang/crates.io-index" 3085checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 3086 3087[[package]] 3088name = "saa" 3089version = "5.5.1" 3090source = "registry+https://github.com/rust-lang/crates.io-index" 3091checksum = "bd8d438861332c3b1ac396c77bd9cac620ea1ff347efb63c05a83d8f0a593899" 3092 3093[[package]] 3094name = "scc" 3095version = "3.7.0" 3096source = "registry+https://github.com/rust-lang/crates.io-index" 3097checksum = "16c154cf1d115a1e901d7f4e3f279eb6eb455f0d670c1cf3c1aa74d50ad37fa9" 3098dependencies = [ 3099 "saa", 3100 "sdd", 3101] 3102 3103[[package]] 3104name = "schannel" 3105version = "0.1.29" 3106source = "registry+https://github.com/rust-lang/crates.io-index" 3107checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 3108dependencies = [ 3109 "windows-sys 0.61.2", 3110] 3111 3112[[package]] 3113name = "scoped-tls" 3114version = "1.0.1" 3115source = "registry+https://github.com/rust-lang/crates.io-index" 3116checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3117 3118[[package]] 3119name = "scopeguard" 3120version = "1.2.0" 3121source = "registry+https://github.com/rust-lang/crates.io-index" 3122checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3123 3124[[package]] 3125name = "sdd" 3126version = "4.8.6" 3127source = "registry+https://github.com/rust-lang/crates.io-index" 3128checksum = "e5f0e40a01b94e35d1dacbcfbe5bfd3d31e37d9590b2e6d86a82b0e87bd4f551" 3129dependencies = [ 3130 "saa", 3131] 3132 3133[[package]] 3134name = "sec1" 3135version = "0.7.3" 3136source = "registry+https://github.com/rust-lang/crates.io-index" 3137checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 3138dependencies = [ 3139 "base16ct", 3140 "der", 3141 "generic-array", 3142 "pkcs8", 3143 "subtle", 3144 "zeroize", 3145] 3146 3147[[package]] 3148name = "security-framework" 3149version = "3.7.0" 3150source = "registry+https://github.com/rust-lang/crates.io-index" 3151checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 3152dependencies = [ 3153 "bitflags", 3154 "core-foundation 0.10.1", 3155 "core-foundation-sys", 3156 "libc", 3157 "security-framework-sys", 3158] 3159 3160[[package]] 3161name = "security-framework-sys" 3162version = "2.17.0" 3163source = "registry+https://github.com/rust-lang/crates.io-index" 3164checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 3165dependencies = [ 3166 "core-foundation-sys", 3167 "libc", 3168] 3169 3170[[package]] 3171name = "self_cell" 3172version = "1.2.2" 3173source = "registry+https://github.com/rust-lang/crates.io-index" 3174checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" 3175 3176[[package]] 3177name = "semver" 3178version = "1.0.28" 3179source = "registry+https://github.com/rust-lang/crates.io-index" 3180checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 3181 3182[[package]] 3183name = "send_wrapper" 3184version = "0.6.0" 3185source = "registry+https://github.com/rust-lang/crates.io-index" 3186checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 3187 3188[[package]] 3189name = "serde" 3190version = "1.0.228" 3191source = "registry+https://github.com/rust-lang/crates.io-index" 3192checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3193dependencies = [ 3194 "serde_core", 3195 "serde_derive", 3196] 3197 3198[[package]] 3199name = "serde_bytes" 3200version = "0.11.19" 3201source = "registry+https://github.com/rust-lang/crates.io-index" 3202checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 3203dependencies = [ 3204 "serde", 3205 "serde_core", 3206] 3207 3208[[package]] 3209name = "serde_core" 3210version = "1.0.228" 3211source = "registry+https://github.com/rust-lang/crates.io-index" 3212checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3213dependencies = [ 3214 "serde_derive", 3215] 3216 3217[[package]] 3218name = "serde_derive" 3219version = "1.0.228" 3220source = "registry+https://github.com/rust-lang/crates.io-index" 3221checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3222dependencies = [ 3223 "proc-macro2", 3224 "quote", 3225 "syn", 3226] 3227 3228[[package]] 3229name = "serde_html_form" 3230version = "0.3.2" 3231source = "registry+https://github.com/rust-lang/crates.io-index" 3232checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94" 3233dependencies = [ 3234 "form_urlencoded", 3235 "indexmap", 3236 "itoa", 3237 "serde_core", 3238] 3239 3240[[package]] 3241name = "serde_ipld_dagcbor" 3242version = "0.6.4" 3243source = "registry+https://github.com/rust-lang/crates.io-index" 3244checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 3245dependencies = [ 3246 "cbor4ii", 3247 "ipld-core", 3248 "scopeguard", 3249 "serde", 3250] 3251 3252[[package]] 3253name = "serde_json" 3254version = "1.0.149" 3255source = "registry+https://github.com/rust-lang/crates.io-index" 3256checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 3257dependencies = [ 3258 "itoa", 3259 "memchr", 3260 "serde", 3261 "serde_core", 3262 "zmij", 3263] 3264 3265[[package]] 3266name = "serde_path_to_error" 3267version = "0.1.20" 3268source = "registry+https://github.com/rust-lang/crates.io-index" 3269checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 3270dependencies = [ 3271 "itoa", 3272 "serde", 3273 "serde_core", 3274] 3275 3276[[package]] 3277name = "serde_repr" 3278version = "0.1.20" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 3281dependencies = [ 3282 "proc-macro2", 3283 "quote", 3284 "syn", 3285] 3286 3287[[package]] 3288name = "serde_urlencoded" 3289version = "0.7.1" 3290source = "registry+https://github.com/rust-lang/crates.io-index" 3291checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3292dependencies = [ 3293 "form_urlencoded", 3294 "itoa", 3295 "ryu", 3296 "serde", 3297] 3298 3299[[package]] 3300name = "serde_with" 3301version = "3.18.0" 3302source = "registry+https://github.com/rust-lang/crates.io-index" 3303checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" 3304dependencies = [ 3305 "base64", 3306 "chrono", 3307 "hex", 3308 "serde_core", 3309 "serde_json", 3310 "serde_with_macros", 3311 "time", 3312] 3313 3314[[package]] 3315name = "serde_with_macros" 3316version = "3.18.0" 3317source = "registry+https://github.com/rust-lang/crates.io-index" 3318checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65" 3319dependencies = [ 3320 "darling", 3321 "proc-macro2", 3322 "quote", 3323 "syn", 3324] 3325 3326[[package]] 3327name = "sfa" 3328version = "1.0.0" 3329source = "registry+https://github.com/rust-lang/crates.io-index" 3330checksum = "a1296838937cab56cd6c4eeeb8718ec777383700c33f060e2869867bd01d1175" 3331dependencies = [ 3332 "byteorder-lite", 3333 "log", 3334 "xxhash-rust", 3335] 3336 3337[[package]] 3338name = "sha1" 3339version = "0.10.6" 3340source = "registry+https://github.com/rust-lang/crates.io-index" 3341checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3342dependencies = [ 3343 "cfg-if", 3344 "cpufeatures 0.2.17", 3345 "digest", 3346] 3347 3348[[package]] 3349name = "sha1_smol" 3350version = "1.0.1" 3351source = "registry+https://github.com/rust-lang/crates.io-index" 3352checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 3353 3354[[package]] 3355name = "sha2" 3356version = "0.10.9" 3357source = "registry+https://github.com/rust-lang/crates.io-index" 3358checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3359dependencies = [ 3360 "cfg-if", 3361 "cpufeatures 0.2.17", 3362 "digest", 3363] 3364 3365[[package]] 3366name = "sharded-slab" 3367version = "0.1.7" 3368source = "registry+https://github.com/rust-lang/crates.io-index" 3369checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3370dependencies = [ 3371 "lazy_static", 3372] 3373 3374[[package]] 3375name = "shlex" 3376version = "1.3.0" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3379 3380[[package]] 3381name = "signal-hook-registry" 3382version = "1.4.8" 3383source = "registry+https://github.com/rust-lang/crates.io-index" 3384checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 3385dependencies = [ 3386 "errno", 3387 "libc", 3388] 3389 3390[[package]] 3391name = "signature" 3392version = "2.2.0" 3393source = "registry+https://github.com/rust-lang/crates.io-index" 3394checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3395dependencies = [ 3396 "digest", 3397 "rand_core 0.6.4", 3398] 3399 3400[[package]] 3401name = "simd-adler32" 3402version = "0.3.9" 3403source = "registry+https://github.com/rust-lang/crates.io-index" 3404checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 3405 3406[[package]] 3407name = "simdutf8" 3408version = "0.1.5" 3409source = "registry+https://github.com/rust-lang/crates.io-index" 3410checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 3411 3412[[package]] 3413name = "siphasher" 3414version = "1.0.2" 3415source = "registry+https://github.com/rust-lang/crates.io-index" 3416checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 3417 3418[[package]] 3419name = "slab" 3420version = "0.4.12" 3421source = "registry+https://github.com/rust-lang/crates.io-index" 3422checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 3423 3424[[package]] 3425name = "smallvec" 3426version = "1.15.1" 3427source = "registry+https://github.com/rust-lang/crates.io-index" 3428checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3429 3430[[package]] 3431name = "smol_str" 3432version = "0.3.6" 3433source = "registry+https://github.com/rust-lang/crates.io-index" 3434checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" 3435dependencies = [ 3436 "borsh", 3437 "serde_core", 3438] 3439 3440[[package]] 3441name = "socket2" 3442version = "0.6.3" 3443source = "registry+https://github.com/rust-lang/crates.io-index" 3444checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 3445dependencies = [ 3446 "libc", 3447 "windows-sys 0.61.2", 3448] 3449 3450[[package]] 3451name = "spin" 3452version = "0.9.8" 3453source = "registry+https://github.com/rust-lang/crates.io-index" 3454checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3455dependencies = [ 3456 "lock_api", 3457] 3458 3459[[package]] 3460name = "spin" 3461version = "0.10.0" 3462source = "registry+https://github.com/rust-lang/crates.io-index" 3463checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 3464 3465[[package]] 3466name = "spki" 3467version = "0.7.3" 3468source = "registry+https://github.com/rust-lang/crates.io-index" 3469checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3470dependencies = [ 3471 "base64ct", 3472 "der", 3473] 3474 3475[[package]] 3476name = "stable_deref_trait" 3477version = "1.2.1" 3478source = "registry+https://github.com/rust-lang/crates.io-index" 3479checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3480 3481[[package]] 3482name = "static_assertions" 3483version = "1.1.0" 3484source = "registry+https://github.com/rust-lang/crates.io-index" 3485checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3486 3487[[package]] 3488name = "strsim" 3489version = "0.11.1" 3490source = "registry+https://github.com/rust-lang/crates.io-index" 3491checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3492 3493[[package]] 3494name = "subtle" 3495version = "2.6.1" 3496source = "registry+https://github.com/rust-lang/crates.io-index" 3497checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3498 3499[[package]] 3500name = "supports-color" 3501version = "3.0.2" 3502source = "registry+https://github.com/rust-lang/crates.io-index" 3503checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" 3504dependencies = [ 3505 "is_ci", 3506] 3507 3508[[package]] 3509name = "supports-hyperlinks" 3510version = "3.2.0" 3511source = "registry+https://github.com/rust-lang/crates.io-index" 3512checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91" 3513 3514[[package]] 3515name = "supports-unicode" 3516version = "3.0.0" 3517source = "registry+https://github.com/rust-lang/crates.io-index" 3518checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" 3519 3520[[package]] 3521name = "syn" 3522version = "2.0.117" 3523source = "registry+https://github.com/rust-lang/crates.io-index" 3524checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 3525dependencies = [ 3526 "proc-macro2", 3527 "quote", 3528 "unicode-ident", 3529] 3530 3531[[package]] 3532name = "sync_wrapper" 3533version = "1.0.2" 3534source = "registry+https://github.com/rust-lang/crates.io-index" 3535checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3536dependencies = [ 3537 "futures-core", 3538] 3539 3540[[package]] 3541name = "synstructure" 3542version = "0.13.2" 3543source = "registry+https://github.com/rust-lang/crates.io-index" 3544checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3545dependencies = [ 3546 "proc-macro2", 3547 "quote", 3548 "syn", 3549] 3550 3551[[package]] 3552name = "system-configuration" 3553version = "0.7.0" 3554source = "registry+https://github.com/rust-lang/crates.io-index" 3555checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 3556dependencies = [ 3557 "bitflags", 3558 "core-foundation 0.9.4", 3559 "system-configuration-sys", 3560] 3561 3562[[package]] 3563name = "system-configuration-sys" 3564version = "0.6.0" 3565source = "registry+https://github.com/rust-lang/crates.io-index" 3566checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3567dependencies = [ 3568 "core-foundation-sys", 3569 "libc", 3570] 3571 3572[[package]] 3573name = "tempfile" 3574version = "3.27.0" 3575source = "registry+https://github.com/rust-lang/crates.io-index" 3576checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 3577dependencies = [ 3578 "fastrand", 3579 "getrandom 0.4.2", 3580 "once_cell", 3581 "rustix", 3582 "windows-sys 0.61.2", 3583] 3584 3585[[package]] 3586name = "terminal_size" 3587version = "0.4.4" 3588source = "registry+https://github.com/rust-lang/crates.io-index" 3589checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" 3590dependencies = [ 3591 "rustix", 3592 "windows-sys 0.61.2", 3593] 3594 3595[[package]] 3596name = "textwrap" 3597version = "0.16.2" 3598source = "registry+https://github.com/rust-lang/crates.io-index" 3599checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 3600dependencies = [ 3601 "unicode-linebreak", 3602 "unicode-width 0.2.2", 3603] 3604 3605[[package]] 3606name = "thiserror" 3607version = "1.0.69" 3608source = "registry+https://github.com/rust-lang/crates.io-index" 3609checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3610dependencies = [ 3611 "thiserror-impl 1.0.69", 3612] 3613 3614[[package]] 3615name = "thiserror" 3616version = "2.0.18" 3617source = "registry+https://github.com/rust-lang/crates.io-index" 3618checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3619dependencies = [ 3620 "thiserror-impl 2.0.18", 3621] 3622 3623[[package]] 3624name = "thiserror-impl" 3625version = "1.0.69" 3626source = "registry+https://github.com/rust-lang/crates.io-index" 3627checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3628dependencies = [ 3629 "proc-macro2", 3630 "quote", 3631 "syn", 3632] 3633 3634[[package]] 3635name = "thiserror-impl" 3636version = "2.0.18" 3637source = "registry+https://github.com/rust-lang/crates.io-index" 3638checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3639dependencies = [ 3640 "proc-macro2", 3641 "quote", 3642 "syn", 3643] 3644 3645[[package]] 3646name = "thread_local" 3647version = "1.1.9" 3648source = "registry+https://github.com/rust-lang/crates.io-index" 3649checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 3650dependencies = [ 3651 "cfg-if", 3652] 3653 3654[[package]] 3655name = "time" 3656version = "0.3.47" 3657source = "registry+https://github.com/rust-lang/crates.io-index" 3658checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 3659dependencies = [ 3660 "deranged", 3661 "num-conv", 3662 "powerfmt", 3663 "serde_core", 3664 "time-core", 3665] 3666 3667[[package]] 3668name = "time-core" 3669version = "0.1.8" 3670source = "registry+https://github.com/rust-lang/crates.io-index" 3671checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 3672 3673[[package]] 3674name = "tinystr" 3675version = "0.8.3" 3676source = "registry+https://github.com/rust-lang/crates.io-index" 3677checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 3678dependencies = [ 3679 "displaydoc", 3680 "zerovec", 3681] 3682 3683[[package]] 3684name = "tinyvec" 3685version = "1.11.0" 3686source = "registry+https://github.com/rust-lang/crates.io-index" 3687checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 3688dependencies = [ 3689 "tinyvec_macros", 3690] 3691 3692[[package]] 3693name = "tinyvec_macros" 3694version = "0.1.1" 3695source = "registry+https://github.com/rust-lang/crates.io-index" 3696checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3697 3698[[package]] 3699name = "tokio" 3700version = "1.52.1" 3701source = "registry+https://github.com/rust-lang/crates.io-index" 3702checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" 3703dependencies = [ 3704 "bytes", 3705 "libc", 3706 "mio", 3707 "parking_lot", 3708 "pin-project-lite", 3709 "signal-hook-registry", 3710 "socket2", 3711 "tokio-macros", 3712 "windows-sys 0.61.2", 3713] 3714 3715[[package]] 3716name = "tokio-macros" 3717version = "2.7.0" 3718source = "registry+https://github.com/rust-lang/crates.io-index" 3719checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 3720dependencies = [ 3721 "proc-macro2", 3722 "quote", 3723 "syn", 3724] 3725 3726[[package]] 3727name = "tokio-rustls" 3728version = "0.26.4" 3729source = "registry+https://github.com/rust-lang/crates.io-index" 3730checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 3731dependencies = [ 3732 "rustls", 3733 "tokio", 3734] 3735 3736[[package]] 3737name = "tokio-tungstenite" 3738version = "0.24.0" 3739source = "registry+https://github.com/rust-lang/crates.io-index" 3740checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" 3741dependencies = [ 3742 "futures-util", 3743 "log", 3744 "rustls", 3745 "rustls-native-certs", 3746 "rustls-pki-types", 3747 "tokio", 3748 "tokio-rustls", 3749 "tungstenite", 3750] 3751 3752[[package]] 3753name = "tokio-tungstenite-wasm" 3754version = "0.4.0" 3755source = "registry+https://github.com/rust-lang/crates.io-index" 3756checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae" 3757dependencies = [ 3758 "futures-channel", 3759 "futures-util", 3760 "http", 3761 "httparse", 3762 "js-sys", 3763 "rustls", 3764 "thiserror 1.0.69", 3765 "tokio", 3766 "tokio-tungstenite", 3767 "wasm-bindgen", 3768 "web-sys", 3769] 3770 3771[[package]] 3772name = "tokio-util" 3773version = "0.7.18" 3774source = "registry+https://github.com/rust-lang/crates.io-index" 3775checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 3776dependencies = [ 3777 "bytes", 3778 "futures-core", 3779 "futures-sink", 3780 "futures-util", 3781 "pin-project-lite", 3782 "tokio", 3783] 3784 3785[[package]] 3786name = "tokio-websockets" 3787version = "0.13.2" 3788source = "registry+https://github.com/rust-lang/crates.io-index" 3789checksum = "dad543404f98bfc969aeb71994105c592acfc6c43323fddcd016bb208d1c65cb" 3790dependencies = [ 3791 "aws-lc-rs", 3792 "base64", 3793 "bytes", 3794 "futures-core", 3795 "futures-sink", 3796 "http", 3797 "httparse", 3798 "rand 0.10.1", 3799 "rustls-native-certs", 3800 "rustls-pki-types", 3801 "sha1_smol", 3802 "simdutf8", 3803 "tokio", 3804 "tokio-rustls", 3805 "tokio-util", 3806] 3807 3808[[package]] 3809name = "tower" 3810version = "0.5.3" 3811source = "registry+https://github.com/rust-lang/crates.io-index" 3812checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 3813dependencies = [ 3814 "futures-core", 3815 "futures-util", 3816 "pin-project-lite", 3817 "sync_wrapper", 3818 "tokio", 3819 "tower-layer", 3820 "tower-service", 3821 "tracing", 3822] 3823 3824[[package]] 3825name = "tower-http" 3826version = "0.6.8" 3827source = "registry+https://github.com/rust-lang/crates.io-index" 3828checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 3829dependencies = [ 3830 "async-compression", 3831 "bitflags", 3832 "bytes", 3833 "futures-core", 3834 "futures-util", 3835 "http", 3836 "http-body", 3837 "http-body-util", 3838 "iri-string", 3839 "pin-project-lite", 3840 "tokio", 3841 "tokio-util", 3842 "tower", 3843 "tower-layer", 3844 "tower-service", 3845 "tracing", 3846] 3847 3848[[package]] 3849name = "tower-layer" 3850version = "0.3.3" 3851source = "registry+https://github.com/rust-lang/crates.io-index" 3852checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3853 3854[[package]] 3855name = "tower-service" 3856version = "0.3.3" 3857source = "registry+https://github.com/rust-lang/crates.io-index" 3858checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3859 3860[[package]] 3861name = "tracing" 3862version = "0.1.44" 3863source = "registry+https://github.com/rust-lang/crates.io-index" 3864checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3865dependencies = [ 3866 "log", 3867 "pin-project-lite", 3868 "tracing-attributes", 3869 "tracing-core", 3870] 3871 3872[[package]] 3873name = "tracing-attributes" 3874version = "0.1.31" 3875source = "registry+https://github.com/rust-lang/crates.io-index" 3876checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 3877dependencies = [ 3878 "proc-macro2", 3879 "quote", 3880 "syn", 3881] 3882 3883[[package]] 3884name = "tracing-core" 3885version = "0.1.36" 3886source = "registry+https://github.com/rust-lang/crates.io-index" 3887checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 3888dependencies = [ 3889 "once_cell", 3890 "valuable", 3891] 3892 3893[[package]] 3894name = "tracing-log" 3895version = "0.2.0" 3896source = "registry+https://github.com/rust-lang/crates.io-index" 3897checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3898dependencies = [ 3899 "log", 3900 "once_cell", 3901 "tracing-core", 3902] 3903 3904[[package]] 3905name = "tracing-subscriber" 3906version = "0.3.23" 3907source = "registry+https://github.com/rust-lang/crates.io-index" 3908checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 3909dependencies = [ 3910 "matchers", 3911 "nu-ansi-term", 3912 "once_cell", 3913 "regex-automata", 3914 "sharded-slab", 3915 "smallvec", 3916 "thread_local", 3917 "tracing", 3918 "tracing-core", 3919 "tracing-log", 3920] 3921 3922[[package]] 3923name = "trait-variant" 3924version = "0.1.2" 3925source = "registry+https://github.com/rust-lang/crates.io-index" 3926checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 3927dependencies = [ 3928 "proc-macro2", 3929 "quote", 3930 "syn", 3931] 3932 3933[[package]] 3934name = "try-lock" 3935version = "0.2.5" 3936source = "registry+https://github.com/rust-lang/crates.io-index" 3937checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3938 3939[[package]] 3940name = "tungstenite" 3941version = "0.24.0" 3942source = "registry+https://github.com/rust-lang/crates.io-index" 3943checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 3944dependencies = [ 3945 "byteorder", 3946 "bytes", 3947 "data-encoding", 3948 "http", 3949 "httparse", 3950 "log", 3951 "rand 0.8.6", 3952 "rustls", 3953 "rustls-pki-types", 3954 "sha1", 3955 "thiserror 1.0.69", 3956 "utf-8", 3957] 3958 3959[[package]] 3960name = "twox-hash" 3961version = "2.1.2" 3962source = "registry+https://github.com/rust-lang/crates.io-index" 3963checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" 3964 3965[[package]] 3966name = "typenum" 3967version = "1.20.0" 3968source = "registry+https://github.com/rust-lang/crates.io-index" 3969checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" 3970 3971[[package]] 3972name = "unicode-ident" 3973version = "1.0.24" 3974source = "registry+https://github.com/rust-lang/crates.io-index" 3975checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 3976 3977[[package]] 3978name = "unicode-linebreak" 3979version = "0.1.5" 3980source = "registry+https://github.com/rust-lang/crates.io-index" 3981checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 3982 3983[[package]] 3984name = "unicode-segmentation" 3985version = "1.13.2" 3986source = "registry+https://github.com/rust-lang/crates.io-index" 3987checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" 3988 3989[[package]] 3990name = "unicode-width" 3991version = "0.1.14" 3992source = "registry+https://github.com/rust-lang/crates.io-index" 3993checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 3994 3995[[package]] 3996name = "unicode-width" 3997version = "0.2.2" 3998source = "registry+https://github.com/rust-lang/crates.io-index" 3999checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 4000 4001[[package]] 4002name = "unicode-xid" 4003version = "0.2.6" 4004source = "registry+https://github.com/rust-lang/crates.io-index" 4005checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4006 4007[[package]] 4008name = "unsigned-varint" 4009version = "0.7.2" 4010source = "registry+https://github.com/rust-lang/crates.io-index" 4011checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" 4012 4013[[package]] 4014name = "unsigned-varint" 4015version = "0.8.0" 4016source = "registry+https://github.com/rust-lang/crates.io-index" 4017checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 4018 4019[[package]] 4020name = "untrusted" 4021version = "0.9.0" 4022source = "registry+https://github.com/rust-lang/crates.io-index" 4023checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4024 4025[[package]] 4026name = "url" 4027version = "2.5.8" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 4030dependencies = [ 4031 "form_urlencoded", 4032 "idna", 4033 "percent-encoding", 4034 "serde", 4035 "serde_derive", 4036] 4037 4038[[package]] 4039name = "urlencoding" 4040version = "2.1.3" 4041source = "registry+https://github.com/rust-lang/crates.io-index" 4042checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 4043 4044[[package]] 4045name = "utf-8" 4046version = "0.7.6" 4047source = "registry+https://github.com/rust-lang/crates.io-index" 4048checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4049 4050[[package]] 4051name = "utf8_iter" 4052version = "1.0.4" 4053source = "registry+https://github.com/rust-lang/crates.io-index" 4054checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4055 4056[[package]] 4057name = "valuable" 4058version = "0.1.1" 4059source = "registry+https://github.com/rust-lang/crates.io-index" 4060checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 4061 4062[[package]] 4063name = "varint-rs" 4064version = "2.2.0" 4065source = "registry+https://github.com/rust-lang/crates.io-index" 4066checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23" 4067 4068[[package]] 4069name = "version_check" 4070version = "0.9.5" 4071source = "registry+https://github.com/rust-lang/crates.io-index" 4072checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4073 4074[[package]] 4075name = "want" 4076version = "0.3.1" 4077source = "registry+https://github.com/rust-lang/crates.io-index" 4078checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4079dependencies = [ 4080 "try-lock", 4081] 4082 4083[[package]] 4084name = "wasi" 4085version = "0.11.1+wasi-snapshot-preview1" 4086source = "registry+https://github.com/rust-lang/crates.io-index" 4087checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4088 4089[[package]] 4090name = "wasip2" 4091version = "1.0.3+wasi-0.2.9" 4092source = "registry+https://github.com/rust-lang/crates.io-index" 4093checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 4094dependencies = [ 4095 "wit-bindgen 0.57.1", 4096] 4097 4098[[package]] 4099name = "wasip3" 4100version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 4101source = "registry+https://github.com/rust-lang/crates.io-index" 4102checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 4103dependencies = [ 4104 "wit-bindgen 0.51.0", 4105] 4106 4107[[package]] 4108name = "wasm-bindgen" 4109version = "0.2.118" 4110source = "registry+https://github.com/rust-lang/crates.io-index" 4111checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" 4112dependencies = [ 4113 "cfg-if", 4114 "once_cell", 4115 "rustversion", 4116 "wasm-bindgen-macro", 4117 "wasm-bindgen-shared", 4118] 4119 4120[[package]] 4121name = "wasm-bindgen-futures" 4122version = "0.4.68" 4123source = "registry+https://github.com/rust-lang/crates.io-index" 4124checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8" 4125dependencies = [ 4126 "js-sys", 4127 "wasm-bindgen", 4128] 4129 4130[[package]] 4131name = "wasm-bindgen-macro" 4132version = "0.2.118" 4133source = "registry+https://github.com/rust-lang/crates.io-index" 4134checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" 4135dependencies = [ 4136 "quote", 4137 "wasm-bindgen-macro-support", 4138] 4139 4140[[package]] 4141name = "wasm-bindgen-macro-support" 4142version = "0.2.118" 4143source = "registry+https://github.com/rust-lang/crates.io-index" 4144checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" 4145dependencies = [ 4146 "bumpalo", 4147 "proc-macro2", 4148 "quote", 4149 "syn", 4150 "wasm-bindgen-shared", 4151] 4152 4153[[package]] 4154name = "wasm-bindgen-shared" 4155version = "0.2.118" 4156source = "registry+https://github.com/rust-lang/crates.io-index" 4157checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" 4158dependencies = [ 4159 "unicode-ident", 4160] 4161 4162[[package]] 4163name = "wasm-encoder" 4164version = "0.244.0" 4165source = "registry+https://github.com/rust-lang/crates.io-index" 4166checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 4167dependencies = [ 4168 "leb128fmt", 4169 "wasmparser", 4170] 4171 4172[[package]] 4173name = "wasm-metadata" 4174version = "0.244.0" 4175source = "registry+https://github.com/rust-lang/crates.io-index" 4176checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 4177dependencies = [ 4178 "anyhow", 4179 "indexmap", 4180 "wasm-encoder", 4181 "wasmparser", 4182] 4183 4184[[package]] 4185name = "wasm-streams" 4186version = "0.4.2" 4187source = "registry+https://github.com/rust-lang/crates.io-index" 4188checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 4189dependencies = [ 4190 "futures-util", 4191 "js-sys", 4192 "wasm-bindgen", 4193 "wasm-bindgen-futures", 4194 "web-sys", 4195] 4196 4197[[package]] 4198name = "wasmparser" 4199version = "0.244.0" 4200source = "registry+https://github.com/rust-lang/crates.io-index" 4201checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 4202dependencies = [ 4203 "bitflags", 4204 "hashbrown 0.15.5", 4205 "indexmap", 4206 "semver", 4207] 4208 4209[[package]] 4210name = "web-sys" 4211version = "0.3.95" 4212source = "registry+https://github.com/rust-lang/crates.io-index" 4213checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d" 4214dependencies = [ 4215 "js-sys", 4216 "wasm-bindgen", 4217] 4218 4219[[package]] 4220name = "web-time" 4221version = "1.1.0" 4222source = "registry+https://github.com/rust-lang/crates.io-index" 4223checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4224dependencies = [ 4225 "js-sys", 4226 "wasm-bindgen", 4227] 4228 4229[[package]] 4230name = "webpki-roots" 4231version = "1.0.7" 4232source = "registry+https://github.com/rust-lang/crates.io-index" 4233checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" 4234dependencies = [ 4235 "rustls-pki-types", 4236] 4237 4238[[package]] 4239name = "widestring" 4240version = "1.2.1" 4241source = "registry+https://github.com/rust-lang/crates.io-index" 4242checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 4243 4244[[package]] 4245name = "windows-core" 4246version = "0.62.2" 4247source = "registry+https://github.com/rust-lang/crates.io-index" 4248checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4249dependencies = [ 4250 "windows-implement", 4251 "windows-interface", 4252 "windows-link", 4253 "windows-result", 4254 "windows-strings", 4255] 4256 4257[[package]] 4258name = "windows-implement" 4259version = "0.60.2" 4260source = "registry+https://github.com/rust-lang/crates.io-index" 4261checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4262dependencies = [ 4263 "proc-macro2", 4264 "quote", 4265 "syn", 4266] 4267 4268[[package]] 4269name = "windows-interface" 4270version = "0.59.3" 4271source = "registry+https://github.com/rust-lang/crates.io-index" 4272checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4273dependencies = [ 4274 "proc-macro2", 4275 "quote", 4276 "syn", 4277] 4278 4279[[package]] 4280name = "windows-link" 4281version = "0.2.1" 4282source = "registry+https://github.com/rust-lang/crates.io-index" 4283checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4284 4285[[package]] 4286name = "windows-registry" 4287version = "0.6.1" 4288source = "registry+https://github.com/rust-lang/crates.io-index" 4289checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 4290dependencies = [ 4291 "windows-link", 4292 "windows-result", 4293 "windows-strings", 4294] 4295 4296[[package]] 4297name = "windows-result" 4298version = "0.4.1" 4299source = "registry+https://github.com/rust-lang/crates.io-index" 4300checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4301dependencies = [ 4302 "windows-link", 4303] 4304 4305[[package]] 4306name = "windows-strings" 4307version = "0.5.1" 4308source = "registry+https://github.com/rust-lang/crates.io-index" 4309checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4310dependencies = [ 4311 "windows-link", 4312] 4313 4314[[package]] 4315name = "windows-sys" 4316version = "0.52.0" 4317source = "registry+https://github.com/rust-lang/crates.io-index" 4318checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4319dependencies = [ 4320 "windows-targets 0.52.6", 4321] 4322 4323[[package]] 4324name = "windows-sys" 4325version = "0.60.2" 4326source = "registry+https://github.com/rust-lang/crates.io-index" 4327checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4328dependencies = [ 4329 "windows-targets 0.53.5", 4330] 4331 4332[[package]] 4333name = "windows-sys" 4334version = "0.61.2" 4335source = "registry+https://github.com/rust-lang/crates.io-index" 4336checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4337dependencies = [ 4338 "windows-link", 4339] 4340 4341[[package]] 4342name = "windows-targets" 4343version = "0.52.6" 4344source = "registry+https://github.com/rust-lang/crates.io-index" 4345checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4346dependencies = [ 4347 "windows_aarch64_gnullvm 0.52.6", 4348 "windows_aarch64_msvc 0.52.6", 4349 "windows_i686_gnu 0.52.6", 4350 "windows_i686_gnullvm 0.52.6", 4351 "windows_i686_msvc 0.52.6", 4352 "windows_x86_64_gnu 0.52.6", 4353 "windows_x86_64_gnullvm 0.52.6", 4354 "windows_x86_64_msvc 0.52.6", 4355] 4356 4357[[package]] 4358name = "windows-targets" 4359version = "0.53.5" 4360source = "registry+https://github.com/rust-lang/crates.io-index" 4361checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4362dependencies = [ 4363 "windows-link", 4364 "windows_aarch64_gnullvm 0.53.1", 4365 "windows_aarch64_msvc 0.53.1", 4366 "windows_i686_gnu 0.53.1", 4367 "windows_i686_gnullvm 0.53.1", 4368 "windows_i686_msvc 0.53.1", 4369 "windows_x86_64_gnu 0.53.1", 4370 "windows_x86_64_gnullvm 0.53.1", 4371 "windows_x86_64_msvc 0.53.1", 4372] 4373 4374[[package]] 4375name = "windows_aarch64_gnullvm" 4376version = "0.52.6" 4377source = "registry+https://github.com/rust-lang/crates.io-index" 4378checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4379 4380[[package]] 4381name = "windows_aarch64_gnullvm" 4382version = "0.53.1" 4383source = "registry+https://github.com/rust-lang/crates.io-index" 4384checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4385 4386[[package]] 4387name = "windows_aarch64_msvc" 4388version = "0.52.6" 4389source = "registry+https://github.com/rust-lang/crates.io-index" 4390checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4391 4392[[package]] 4393name = "windows_aarch64_msvc" 4394version = "0.53.1" 4395source = "registry+https://github.com/rust-lang/crates.io-index" 4396checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4397 4398[[package]] 4399name = "windows_i686_gnu" 4400version = "0.52.6" 4401source = "registry+https://github.com/rust-lang/crates.io-index" 4402checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4403 4404[[package]] 4405name = "windows_i686_gnu" 4406version = "0.53.1" 4407source = "registry+https://github.com/rust-lang/crates.io-index" 4408checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4409 4410[[package]] 4411name = "windows_i686_gnullvm" 4412version = "0.52.6" 4413source = "registry+https://github.com/rust-lang/crates.io-index" 4414checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4415 4416[[package]] 4417name = "windows_i686_gnullvm" 4418version = "0.53.1" 4419source = "registry+https://github.com/rust-lang/crates.io-index" 4420checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4421 4422[[package]] 4423name = "windows_i686_msvc" 4424version = "0.52.6" 4425source = "registry+https://github.com/rust-lang/crates.io-index" 4426checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4427 4428[[package]] 4429name = "windows_i686_msvc" 4430version = "0.53.1" 4431source = "registry+https://github.com/rust-lang/crates.io-index" 4432checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4433 4434[[package]] 4435name = "windows_x86_64_gnu" 4436version = "0.52.6" 4437source = "registry+https://github.com/rust-lang/crates.io-index" 4438checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4439 4440[[package]] 4441name = "windows_x86_64_gnu" 4442version = "0.53.1" 4443source = "registry+https://github.com/rust-lang/crates.io-index" 4444checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4445 4446[[package]] 4447name = "windows_x86_64_gnullvm" 4448version = "0.52.6" 4449source = "registry+https://github.com/rust-lang/crates.io-index" 4450checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4451 4452[[package]] 4453name = "windows_x86_64_gnullvm" 4454version = "0.53.1" 4455source = "registry+https://github.com/rust-lang/crates.io-index" 4456checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 4457 4458[[package]] 4459name = "windows_x86_64_msvc" 4460version = "0.52.6" 4461source = "registry+https://github.com/rust-lang/crates.io-index" 4462checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4463 4464[[package]] 4465name = "windows_x86_64_msvc" 4466version = "0.53.1" 4467source = "registry+https://github.com/rust-lang/crates.io-index" 4468checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4469 4470[[package]] 4471name = "wit-bindgen" 4472version = "0.51.0" 4473source = "registry+https://github.com/rust-lang/crates.io-index" 4474checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 4475dependencies = [ 4476 "wit-bindgen-rust-macro", 4477] 4478 4479[[package]] 4480name = "wit-bindgen" 4481version = "0.57.1" 4482source = "registry+https://github.com/rust-lang/crates.io-index" 4483checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 4484 4485[[package]] 4486name = "wit-bindgen-core" 4487version = "0.51.0" 4488source = "registry+https://github.com/rust-lang/crates.io-index" 4489checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 4490dependencies = [ 4491 "anyhow", 4492 "heck 0.5.0", 4493 "wit-parser", 4494] 4495 4496[[package]] 4497name = "wit-bindgen-rust" 4498version = "0.51.0" 4499source = "registry+https://github.com/rust-lang/crates.io-index" 4500checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 4501dependencies = [ 4502 "anyhow", 4503 "heck 0.5.0", 4504 "indexmap", 4505 "prettyplease", 4506 "syn", 4507 "wasm-metadata", 4508 "wit-bindgen-core", 4509 "wit-component", 4510] 4511 4512[[package]] 4513name = "wit-bindgen-rust-macro" 4514version = "0.51.0" 4515source = "registry+https://github.com/rust-lang/crates.io-index" 4516checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 4517dependencies = [ 4518 "anyhow", 4519 "prettyplease", 4520 "proc-macro2", 4521 "quote", 4522 "syn", 4523 "wit-bindgen-core", 4524 "wit-bindgen-rust", 4525] 4526 4527[[package]] 4528name = "wit-component" 4529version = "0.244.0" 4530source = "registry+https://github.com/rust-lang/crates.io-index" 4531checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 4532dependencies = [ 4533 "anyhow", 4534 "bitflags", 4535 "indexmap", 4536 "log", 4537 "serde", 4538 "serde_derive", 4539 "serde_json", 4540 "wasm-encoder", 4541 "wasm-metadata", 4542 "wasmparser", 4543 "wit-parser", 4544] 4545 4546[[package]] 4547name = "wit-parser" 4548version = "0.244.0" 4549source = "registry+https://github.com/rust-lang/crates.io-index" 4550checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 4551dependencies = [ 4552 "anyhow", 4553 "id-arena", 4554 "indexmap", 4555 "log", 4556 "semver", 4557 "serde", 4558 "serde_derive", 4559 "serde_json", 4560 "unicode-xid", 4561 "wasmparser", 4562] 4563 4564[[package]] 4565name = "writeable" 4566version = "0.6.3" 4567source = "registry+https://github.com/rust-lang/crates.io-index" 4568checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 4569 4570[[package]] 4571name = "xxhash-rust" 4572version = "0.8.15" 4573source = "registry+https://github.com/rust-lang/crates.io-index" 4574checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 4575 4576[[package]] 4577name = "yansi" 4578version = "1.0.1" 4579source = "registry+https://github.com/rust-lang/crates.io-index" 4580checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 4581 4582[[package]] 4583name = "yoke" 4584version = "0.8.2" 4585source = "registry+https://github.com/rust-lang/crates.io-index" 4586checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" 4587dependencies = [ 4588 "stable_deref_trait", 4589 "yoke-derive", 4590 "zerofrom", 4591] 4592 4593[[package]] 4594name = "yoke-derive" 4595version = "0.8.2" 4596source = "registry+https://github.com/rust-lang/crates.io-index" 4597checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 4598dependencies = [ 4599 "proc-macro2", 4600 "quote", 4601 "syn", 4602 "synstructure", 4603] 4604 4605[[package]] 4606name = "zerocopy" 4607version = "0.8.48" 4608source = "registry+https://github.com/rust-lang/crates.io-index" 4609checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" 4610dependencies = [ 4611 "zerocopy-derive", 4612] 4613 4614[[package]] 4615name = "zerocopy-derive" 4616version = "0.8.48" 4617source = "registry+https://github.com/rust-lang/crates.io-index" 4618checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" 4619dependencies = [ 4620 "proc-macro2", 4621 "quote", 4622 "syn", 4623] 4624 4625[[package]] 4626name = "zerofrom" 4627version = "0.1.7" 4628source = "registry+https://github.com/rust-lang/crates.io-index" 4629checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" 4630dependencies = [ 4631 "zerofrom-derive", 4632] 4633 4634[[package]] 4635name = "zerofrom-derive" 4636version = "0.1.7" 4637source = "registry+https://github.com/rust-lang/crates.io-index" 4638checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 4639dependencies = [ 4640 "proc-macro2", 4641 "quote", 4642 "syn", 4643 "synstructure", 4644] 4645 4646[[package]] 4647name = "zeroize" 4648version = "1.8.2" 4649source = "registry+https://github.com/rust-lang/crates.io-index" 4650checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 4651 4652[[package]] 4653name = "zerotrie" 4654version = "0.2.4" 4655source = "registry+https://github.com/rust-lang/crates.io-index" 4656checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 4657dependencies = [ 4658 "displaydoc", 4659 "yoke", 4660 "zerofrom", 4661] 4662 4663[[package]] 4664name = "zerovec" 4665version = "0.11.6" 4666source = "registry+https://github.com/rust-lang/crates.io-index" 4667checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 4668dependencies = [ 4669 "yoke", 4670 "zerofrom", 4671 "zerovec-derive", 4672] 4673 4674[[package]] 4675name = "zerovec-derive" 4676version = "0.11.3" 4677source = "registry+https://github.com/rust-lang/crates.io-index" 4678checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 4679dependencies = [ 4680 "proc-macro2", 4681 "quote", 4682 "syn", 4683] 4684 4685[[package]] 4686name = "zmij" 4687version = "1.0.21" 4688source = "registry+https://github.com/rust-lang/crates.io-index" 4689checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 4690 4691[[package]] 4692name = "zstd" 4693version = "0.13.3" 4694source = "registry+https://github.com/rust-lang/crates.io-index" 4695checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 4696dependencies = [ 4697 "zstd-safe", 4698] 4699 4700[[package]] 4701name = "zstd-safe" 4702version = "7.2.4" 4703source = "registry+https://github.com/rust-lang/crates.io-index" 4704checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 4705dependencies = [ 4706 "zstd-sys", 4707] 4708 4709[[package]] 4710name = "zstd-sys" 4711version = "2.0.16+zstd.1.5.7" 4712source = "registry+https://github.com/rust-lang/crates.io-index" 4713checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 4714dependencies = [ 4715 "cc", 4716 "pkg-config", 4717]