2020-04-05 21:33:42 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-11 15:54:15 +00:00
|
|
|
version = 3
|
|
|
|
|
2022-11-04 15:33:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-08-01 13:20:39 +00:00
|
|
|
version = "0.21.0"
|
2022-11-04 15:33:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 13:20:39 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2022-11-04 15:33:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2024-02-23 15:49:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-10-14 16:10:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-02-05 11:26:31 +00:00
|
|
|
version = "0.8.7"
|
2022-10-14 16:10:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 11:26:31 +00:00
|
|
|
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
|
2022-10-14 16:10:36 +00:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2022-10-14 16:10:36 +00:00
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2024-02-05 11:26:31 +00:00
|
|
|
"zerocopy",
|
2022-10-14 16:10:36 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-02-05 11:26:31 +00:00
|
|
|
version = "1.1.2"
|
2020-04-21 12:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 11:26:31 +00:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2020-11-02 14:48:39 +00:00
|
|
|
"memchr",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2023-06-25 20:12:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2023-08-01 13:20:39 +00:00
|
|
|
version = "0.2.16"
|
2023-06-25 20:12:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 13:20:39 +00:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
2023-06-25 20:12:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-31 12:24:41 +00:00
|
|
|
[[package]]
|
2023-01-23 19:29:06 +00:00
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2022-08-31 12:24:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-31 12:24:41 +00:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"libc",
|
2022-08-31 12:24:41 +00:00
|
|
|
]
|
|
|
|
|
2023-04-25 10:34:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-02-05 11:26:31 +00:00
|
|
|
version = "0.6.11"
|
2023-04-25 10:34:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 11:26:31 +00:00
|
|
|
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
|
2023-04-25 10:34:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-02-05 11:26:31 +00:00
|
|
|
version = "1.0.5"
|
2023-04-25 10:34:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 11:26:31 +00:00
|
|
|
checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220"
|
2023-04-25 10:34:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-02-05 11:26:31 +00:00
|
|
|
version = "0.2.3"
|
2023-04-25 10:34:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 11:26:31 +00:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-04-25 10:34:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-02-05 11:26:31 +00:00
|
|
|
version = "1.0.2"
|
2023-04-25 10:34:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 11:26:31 +00:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-04-25 10:34:26 +00:00
|
|
|
dependencies = [
|
2024-02-05 11:26:31 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-25 10:34:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-02-05 11:26:31 +00:00
|
|
|
version = "3.0.2"
|
2023-04-25 10:34:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 11:26:31 +00:00
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
2023-04-25 10:34:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-02-05 11:26:31 +00:00
|
|
|
"windows-sys 0.52.0",
|
2022-08-31 12:24:41 +00:00
|
|
|
]
|
|
|
|
|
2022-02-17 22:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-02-05 11:26:31 +00:00
|
|
|
version = "1.0.79"
|
2022-02-17 22:28:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 11:26:31 +00:00
|
|
|
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
|
2022-02-17 22:28:23 +00:00
|
|
|
|
2021-03-15 21:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "1.6.0"
|
2021-03-15 21:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
2021-03-15 21:36:41 +00:00
|
|
|
|
2024-02-29 09:57:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
|
|
|
"cpufeatures",
|
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
2020-11-20 22:37:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-03-18 18:33:15 +00:00
|
|
|
version = "0.5.2"
|
2020-11-20 22:37:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-18 18:33:15 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-11-20 22:37:34 +00:00
|
|
|
|
2022-05-10 11:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "assert-json-diff"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "2.0.2"
|
2022-05-10 11:16:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
2022-05-10 11:16:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-07-22 16:20:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2024-02-05 11:26:31 +00:00
|
|
|
version = "0.4.6"
|
2022-07-22 16:20:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 11:26:31 +00:00
|
|
|
checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
|
2022-07-22 16:20:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-06-28 10:17:16 +00:00
|
|
|
"zstd",
|
|
|
|
"zstd-safe",
|
2022-07-22 16:20:27 +00:00
|
|
|
]
|
|
|
|
|
2022-02-17 22:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-06-25 20:12:26 +00:00
|
|
|
version = "0.3.5"
|
2022-02-17 22:28:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 20:12:26 +00:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2022-02-17 22:28:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-06-25 20:12:26 +00:00
|
|
|
"pin-project-lite",
|
2022-02-17 22:28:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-06-25 20:12:26 +00:00
|
|
|
version = "0.3.5"
|
2022-02-17 22:28:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 20:12:26 +00:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2022-02-17 22:28:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-05 11:26:31 +00:00
|
|
|
"syn 2.0.48",
|
2022-02-17 22:28:23 +00:00
|
|
|
]
|
|
|
|
|
2021-10-14 09:50:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-02-05 11:26:31 +00:00
|
|
|
version = "0.1.77"
|
2021-10-14 09:50:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 11:26:31 +00:00
|
|
|
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
2021-10-14 09:50:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-05 11:26:31 +00:00
|
|
|
"syn 2.0.48",
|
2021-10-14 09:50:12 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
2020-04-05 21:33:42 +00:00
|
|
|
name = "autocfg"
|
2022-03-06 13:50:00 +00:00
|
|
|
version = "1.1.0"
|
2020-04-21 12:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 13:50:00 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-04-05 21:33:42 +00:00
|
|
|
|
2023-06-25 20:12:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aws-config"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "1.1.4"
|
2023-06-25 20:12:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "8b30c39ebe61f75d1b3785362b1586b41991873c9ab3e317a9181c246fb71d82"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-credential-types",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-runtime",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-sdk-sso",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-sdk-ssooidc",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-sdk-sts",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
2024-02-05 13:02:45 +00:00
|
|
|
"fastrand",
|
2023-06-25 20:12:26 +00:00
|
|
|
"hex",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 17:49:54 +00:00
|
|
|
"hyper 0.14.28",
|
2023-06-25 20:12:26 +00:00
|
|
|
"ring",
|
2024-02-05 11:26:31 +00:00
|
|
|
"time",
|
2023-06-25 20:12:26 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2020-04-05 21:33:42 +00:00
|
|
|
[[package]]
|
2023-06-25 20:12:26 +00:00
|
|
|
name = "aws-credential-types"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "1.1.4"
|
2020-04-05 21:33:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "33cc49dcdd31c8b6e79850a179af4c367669150c7ac0135f176c61bec81a70f7"
|
2023-06-25 20:12:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
|
|
|
"zeroize",
|
|
|
|
]
|
2020-04-05 21:33:42 +00:00
|
|
|
|
2022-02-02 14:35:52 +00:00
|
|
|
[[package]]
|
2024-02-05 13:02:45 +00:00
|
|
|
name = "aws-runtime"
|
|
|
|
version = "1.1.4"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "eb031bff99877c26c28895766f7bb8484a05e24547e370768d6cc9db514662aa"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-credential-types",
|
|
|
|
"aws-sigv4",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-eventstream",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-http",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
2022-02-02 14:35:52 +00:00
|
|
|
"aws-types",
|
2024-02-05 13:02:45 +00:00
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 17:49:54 +00:00
|
|
|
"http-body 0.4.6",
|
2024-02-05 13:02:45 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2022-02-02 14:35:52 +00:00
|
|
|
"tracing",
|
2024-02-05 13:02:45 +00:00
|
|
|
"uuid",
|
2022-02-02 14:35:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 13:02:45 +00:00
|
|
|
name = "aws-sdk-config"
|
|
|
|
version = "1.13.0"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "4af4f5b0f64563ada272e009cc95027effb546110ed85d014611420ac0d97858"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-credential-types",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-runtime",
|
|
|
|
"aws-smithy-async",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-http",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
2022-02-02 14:35:52 +00:00
|
|
|
"aws-types",
|
2022-10-14 16:10:36 +00:00
|
|
|
"bytes",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 13:02:45 +00:00
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
2022-02-02 14:35:52 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-s3"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "1.14.0"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "951f7730f51a2155c711c85c79f337fbc02a577fa99d2a0a8059acfce5392113"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-credential-types",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-runtime",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-sigv4",
|
2022-02-02 14:35:52 +00:00
|
|
|
"aws-smithy-async",
|
2022-10-14 16:10:36 +00:00
|
|
|
"aws-smithy-checksums",
|
2022-02-02 14:35:52 +00:00
|
|
|
"aws-smithy-eventstream",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
2022-02-02 14:35:52 +00:00
|
|
|
"aws-smithy-xml",
|
|
|
|
"aws-types",
|
2022-09-08 13:49:17 +00:00
|
|
|
"bytes",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 17:49:54 +00:00
|
|
|
"http-body 0.4.6",
|
2023-06-25 20:12:26 +00:00
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
2024-02-05 13:02:45 +00:00
|
|
|
"regex-lite",
|
2022-10-14 16:10:36 +00:00
|
|
|
"tracing",
|
2023-06-25 20:12:26 +00:00
|
|
|
"url",
|
2022-02-02 14:35:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-25 20:12:26 +00:00
|
|
|
name = "aws-sdk-sso"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "1.12.0"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "f486420a66caad72635bc2ce0ff6581646e0d32df02aa39dc983bfe794955a5b"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-credential-types",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-runtime",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
2022-02-02 14:35:52 +00:00
|
|
|
"aws-types",
|
2023-06-25 20:12:26 +00:00
|
|
|
"bytes",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 13:02:45 +00:00
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
2022-02-02 14:35:52 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 13:02:45 +00:00
|
|
|
name = "aws-sdk-ssooidc"
|
|
|
|
version = "1.12.0"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "39ddccf01d82fce9b4a15c8ae8608211ee7db8ed13a70b514bbfe41df3d24841"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-credential-types",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-runtime",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
2022-09-08 13:49:17 +00:00
|
|
|
"bytes",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 13:02:45 +00:00
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
2023-06-25 20:12:26 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 13:02:45 +00:00
|
|
|
name = "aws-sdk-sts"
|
|
|
|
version = "1.12.0"
|
2023-06-25 20:12:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "1a591f8c7e6a621a501b2b5d2e88e1697fcb6274264523a6ad4d5959889a41ce"
|
2023-06-25 20:12:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-runtime",
|
|
|
|
"aws-smithy-async",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-http",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-query",
|
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-smithy-xml",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-types",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 13:02:45 +00:00
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
2022-02-02 14:35:52 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-05-18 11:04:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aws-sigv4"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "1.1.4"
|
2023-05-18 11:04:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "c371c6b0ac54d4605eb6f016624fb5c7c2925d315fdf600ac1bf21b19d5f1742"
|
2023-05-18 11:04:17 +00:00
|
|
|
dependencies = [
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-credential-types",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
2023-06-25 20:12:26 +00:00
|
|
|
"bytes",
|
2024-02-05 13:02:45 +00:00
|
|
|
"crypto-bigint 0.5.5",
|
2023-05-18 11:04:17 +00:00
|
|
|
"form_urlencoded",
|
|
|
|
"hex",
|
|
|
|
"hmac",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 13:02:45 +00:00
|
|
|
"http 1.0.0",
|
2023-05-18 11:04:17 +00:00
|
|
|
"once_cell",
|
2024-02-05 13:02:45 +00:00
|
|
|
"p256",
|
2023-05-18 11:04:17 +00:00
|
|
|
"percent-encoding",
|
2024-02-08 17:49:38 +00:00
|
|
|
"ring",
|
2023-05-18 11:04:17 +00:00
|
|
|
"sha2",
|
2024-02-05 13:02:45 +00:00
|
|
|
"subtle",
|
2024-02-05 11:26:31 +00:00
|
|
|
"time",
|
2022-02-02 14:35:52 +00:00
|
|
|
"tracing",
|
2024-02-05 13:02:45 +00:00
|
|
|
"zeroize",
|
2022-02-02 14:35:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-async"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "1.1.4"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "72ee2d09cce0ef3ae526679b522835d63e75fb427aca5413cd371e490d52dcc6"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-10-14 16:10:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-checksums"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "0.60.4"
|
2022-10-14 16:10:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "be2acd1b9c6ae5859999250ed5a62423aedc5cf69045b844432de15fa2f31f2b"
|
2022-10-14 16:10:36 +00:00
|
|
|
dependencies = [
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-types",
|
2022-10-14 16:10:36 +00:00
|
|
|
"bytes",
|
|
|
|
"crc32c",
|
|
|
|
"crc32fast",
|
|
|
|
"hex",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 17:49:54 +00:00
|
|
|
"http-body 0.4.6",
|
2023-05-18 11:04:17 +00:00
|
|
|
"md-5",
|
2022-10-14 16:10:36 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"sha1",
|
2023-05-18 11:04:17 +00:00
|
|
|
"sha2",
|
2022-10-14 16:10:36 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-02 14:35:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-eventstream"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "0.60.4"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
2022-09-08 13:49:17 +00:00
|
|
|
"bytes",
|
2022-02-02 14:35:52 +00:00
|
|
|
"crc32fast",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-http"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "0.60.4"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "dab56aea3cd9e1101a0a999447fb346afb680ab1406cebc44b32346e25b4117d"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-eventstream",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
2022-09-08 13:49:17 +00:00
|
|
|
"bytes",
|
2022-02-02 14:35:52 +00:00
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 17:49:54 +00:00
|
|
|
"http-body 0.4.6",
|
2022-10-14 16:10:36 +00:00
|
|
|
"once_cell",
|
2022-02-02 14:35:52 +00:00
|
|
|
"percent-encoding",
|
2022-10-14 16:10:36 +00:00
|
|
|
"pin-project-lite",
|
2023-06-25 20:12:26 +00:00
|
|
|
"pin-utils",
|
2022-02-02 14:35:52 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-05-18 11:04:17 +00:00
|
|
|
[[package]]
|
2024-02-05 13:02:45 +00:00
|
|
|
name = "aws-smithy-json"
|
|
|
|
version = "0.60.4"
|
2023-05-18 11:04:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "fd3898ca6518f9215f62678870064398f00031912390efd03f1f6ef56d83aa8e"
|
2023-05-18 11:04:17 +00:00
|
|
|
dependencies = [
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
2022-02-02 14:35:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 13:02:45 +00:00
|
|
|
name = "aws-smithy-query"
|
|
|
|
version = "0.60.4"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "bda4b1dfc9810e35fba8a620e900522cd1bd4f9578c446e82f49d1ce41d2e9f9"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
2024-02-05 13:02:45 +00:00
|
|
|
"urlencoding",
|
2022-02-02 14:35:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 13:02:45 +00:00
|
|
|
name = "aws-smithy-runtime"
|
|
|
|
version = "1.1.4"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "fafdab38f40ad7816e7da5dec279400dd505160780083759f01441af1bbb10ea"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
2024-02-05 13:02:45 +00:00
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
2024-02-05 17:49:54 +00:00
|
|
|
"h2 0.3.24",
|
2024-02-05 13:02:45 +00:00
|
|
|
"http 0.2.11",
|
2024-02-05 17:49:54 +00:00
|
|
|
"http-body 0.4.6",
|
|
|
|
"hyper 0.14.28",
|
2024-02-05 13:02:45 +00:00
|
|
|
"hyper-rustls 0.24.2",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"rustls 0.21.10",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-runtime-api"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c18276dd28852f34b3bf501f4f3719781f4999a51c7bff1a5c6dc8c4529adc29"
|
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.11",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
2022-02-02 14:35:52 +00:00
|
|
|
]
|
|
|
|
|
2023-05-18 11:04:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-types"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "1.1.4"
|
2023-05-18 11:04:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "bb3e134004170d3303718baa2a4eb4ca64ee0a1c0a7041dca31b38be0fb414f3"
|
2023-05-18 11:04:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64-simd",
|
2024-02-05 13:02:45 +00:00
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
|
|
|
"http 0.2.11",
|
2024-02-05 17:49:54 +00:00
|
|
|
"http-body 0.4.6",
|
2023-05-18 11:04:17 +00:00
|
|
|
"itoa",
|
|
|
|
"num-integer",
|
2024-02-05 13:02:45 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2023-05-18 11:04:17 +00:00
|
|
|
"ryu",
|
2024-02-05 13:02:45 +00:00
|
|
|
"serde",
|
2024-02-05 11:26:31 +00:00
|
|
|
"time",
|
2024-02-05 13:02:45 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util 0.7.10",
|
2022-02-02 14:35:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-xml"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "0.60.4"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "8604a11b25e9ecaf32f9aa56b9fe253c5e2f606a3477f0071e96d3155a5ed218"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-types"
|
2024-02-05 13:02:45 +00:00
|
|
|
version = "1.1.4"
|
2022-02-02 14:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:02:45 +00:00
|
|
|
checksum = "789bbe008e65636fe1b6dbbb374c40c8960d1232b96af5ff4aec349f9c4accf4"
|
2022-02-02 14:35:52 +00:00
|
|
|
dependencies = [
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-credential-types",
|
2022-02-02 14:35:52 +00:00
|
|
|
"aws-smithy-async",
|
2024-02-05 13:02:45 +00:00
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 20:12:26 +00:00
|
|
|
"aws-smithy-types",
|
2024-02-05 12:10:56 +00:00
|
|
|
"http 0.2.11",
|
2022-02-02 14:35:52 +00:00
|
|
|
"rustc_version",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-10-14 16:10:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backoff"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"instant",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand",
|
2022-10-14 16:10:36 +00:00
|
|
|
]
|
|
|
|
|
2022-11-04 15:33:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-08-01 13:20:39 +00:00
|
|
|
version = "0.3.69"
|
2022-11-04 15:33:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 13:20:39 +00:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2022-11-04 15:33:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2022-11-04 15:33:05 +00:00
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2024-02-05 13:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
|
|
|
|
|