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