[package]
edition = "2021"
rust-version = "1.88"
name = "aws-config"
version = "1.8.13"
authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Russell Cohen <rcoh@amazon.com>",
]
build = false
exclude = [
"test-data/*",
"integration-tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS SDK config and credential provider implementations."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/smithy-lang/smithy-rs"
[package.metadata.cargo-udeps.ignore]
normal = ["proc-macro2"]
[package.metadata.docs.rs]
all-features = true
cargo-args = [
"-Zunstable-options",
"-Zrustdoc-scrape-examples",
]
rustdoc-args = [
"--cfg",
"docsrs",
]
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.smithy-rs-release-tooling]
stable = true
[features]
allow-compilation = []
behavior-version-latest = []
client-hyper = ["aws-smithy-runtime/default-https-client"]
credentials-login = [
"dep:aws-sdk-signin",
"dep:sha2",
"dep:zeroize",
"dep:hex",
"dep:base64-simd",
"dep:uuid",
"uuid?/v4",
"dep:p256",
"p256?/arithmetic",
"p256?/pem",
"dep:rand",
]
credentials-process = ["tokio/process"]
default = [
"default-https-client",
"rt-tokio",
"credentials-process",
"sso",
]
default-https-client = ["aws-smithy-runtime/default-https-client"]
rt-tokio = [
"aws-smithy-async/rt-tokio",
"aws-smithy-runtime/rt-tokio",
"tokio/rt",
]
rustls = ["client-hyper"]
sso = [
"dep:aws-sdk-sso",
"dep:aws-sdk-ssooidc",
"dep:ring",
"dep:hex",
"dep:zeroize",
"aws-smithy-runtime-api/http-auth",
]
test-util = ["aws-runtime/test-util"]
[lib]
name = "aws_config"
path = "src/lib.rs"
[[example]]
name = "imds"
path = "examples/imds.rs"
[dependencies.aws-credential-types]
version = "1.2.11"
features = ["test-util"]
[dependencies.aws-runtime]
version = "1.6.0"
[dependencies.aws-sdk-signin]
version = "1.4.0"
optional = true
default-features = false
[dependencies.aws-sdk-sso]
version = "1.93.0"
optional = true
default-features = false
[dependencies.aws-sdk-ssooidc]
version = "1.95.0"
optional = true
default-features = false
[dependencies.aws-sdk-sts]
version = "1.97.0"
default-features = false
[dependencies.aws-smithy-async]
version = "1.2.11"
[dependencies.aws-smithy-http]
version = "0.63.3"
[dependencies.aws-smithy-json]
version = "0.62.3"
[dependencies.aws-smithy-runtime]
version = "1.10.0"
features = ["client"]
[dependencies.aws-smithy-runtime-api]
version = "1.11.3"
features = ["client"]
[dependencies.aws-smithy-types]
version = "1.4.3"
[dependencies.aws-types]
version = "1.3.11"
[dependencies.base64-simd]
version = "0.8.0"
optional = true
[dependencies.bytes]
version = "1.1.0"
[dependencies.fastrand]
version = "2.3.0"
[dependencies.hex]
version = "0.4.3"
optional = true
[dependencies.http]
version = "1"
[dependencies.p256]
version = "0.13.2"
optional = true
[dependencies.rand]
version = "0.8.5"
features = [
"std",
"std_rng",
]
optional = true
default-features = false
[dependencies.ring]
version = "0.17.5"
optional = true
[dependencies.sha2]
version = "0.10.9"
optional = true
[dependencies.time]
version = "0.3.4"
features = ["parsing"]
[dependencies.tokio]
version = "1.13.1"
features = ["sync"]
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5.4"
[dependencies.uuid]
version = "1.18.1"
optional = true
[dependencies.zeroize]
version = "1"
optional = true
[dev-dependencies.aws-smithy-async]
version = "1.2.11"
features = [
"rt-tokio",
"test-util",
]
[dev-dependencies.aws-smithy-http-client]
version = "1.1.9"
features = [
"default-client",
"test-util",
]
[dev-dependencies.aws-smithy-runtime]
version = "1.10.0"
features = [
"client",
"test-util",
]
[dev-dependencies.aws-smithy-runtime-api]
version = "1.11.3"
features = ["test-util"]
[dev-dependencies.futures-util]
version = "0.3.29"
default-features = false
[dev-dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
version = "1.23.1"
features = [
"full",
"test-util",
]
[dev-dependencies.tracing-subscriber]
version = "0.3.16"
features = [
"fmt",
"json",
]
[dev-dependencies.tracing-test]
version = "0.2.4"