aws-config 0.0.23-alpha

AWS SDK config and credential provider implementations.
Documentation
[dependencies.aws-http]
optional = true
version = "0.0.23-alpha"

[dependencies.aws-hyper]
optional = true
version = "0.0.23-alpha"

[dependencies.aws-sdk-sts]
optional = true
version = "0.0.23-alpha"

[dependencies.aws-smithy-async]
version = "0.27.0-alpha.1"

[dependencies.aws-smithy-client]
version = "0.27.0-alpha.1"

[dependencies.aws-smithy-http]
optional = true
version = "0.27.0-alpha.1"

[dependencies.aws-smithy-http-tower]
optional = true
version = "0.27.0-alpha.1"

[dependencies.aws-smithy-json]
optional = true
version = "0.27.0-alpha.1"

[dependencies.aws-smithy-types]
version = "0.27.0-alpha.1"

[dependencies.aws-types]
version = "0.0.23-alpha"

[dependencies.bytes]
version = "1.1.0"

[dependencies.http]
version = "0.2.4"

[dependencies.tokio]
features = ["sync"]
optional = true
version = "1"

[dependencies.tower]
optional = true
version = "0.4.8"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.arbitrary]
version = "1.0.2"

[dev-dependencies.async-trait]
version = "0.1.51"

[dev-dependencies.aws-smithy-client]
features = ["test-util"]
version = "0.27.0-alpha.1"

[dev-dependencies.env_logger]
version = "0.9.0"

[dev-dependencies.futures-util]
version = "0.3.16"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.tracing-test]
version = "0.1.0"

[features]
default = ["default-provider", "rustls", "rt-tokio", "dns", "tcp-connector"]
default-provider = ["profile", "imds", "meta", "sts", "environment", "http-provider"]
dns = ["tokio/rt"]
environment = ["meta"]
http-provider = ["aws-hyper", "aws-smithy-json", "aws-smithy-http", "tower", "tokio/sync"]
imds = ["profile", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "tower", "aws-http", "meta"]
meta = ["tokio/sync"]
native-tls = ["aws-smithy-client/native-tls"]
profile = ["sts", "web-identity-token", "meta", "environment", "imds", "http-provider"]
rt-tokio = ["aws-smithy-async/rt-tokio"]
rustls = ["aws-smithy-client/rustls"]
sso = []
sts = ["aws-sdk-sts", "aws-hyper"]
tcp-connector = ["tokio/net", "tower"]
web-identity-token = ["sts", "profile"]

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK config and credential provider implementations."
edition = "2018"
exclude = ["test-data/*", "integration-tests/*"]
license = "Apache-2.0"
name = "aws-config"
repository = "https://github.com/awslabs/smithy-rs"
version = "0.0.23-alpha"