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