[package]
edition = "2021"
rust-version = "1.91"
name = "aws-credential-types"
version = "1.2.13"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types for AWS SDK credentials."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/smithy-lang/smithy-rs"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
cargo-args = [
"-Zunstable-options",
"-Zrustdoc-scrape-examples",
]
rustdoc-args = [
"--cfg",
"docsrs",
]
[package.metadata.smithy-rs-release-tooling]
stable = true
[features]
hardcoded-credentials = []
test-util = ["aws-smithy-runtime-api/test-util"]
[lib]
name = "aws_credential_types"
path = "src/lib.rs"
[dependencies.aws-smithy-async]
version = "1.2.13"
[dependencies.aws-smithy-runtime-api]
version = "1.11.5"
features = [
"client",
"http-auth",
]
[dependencies.aws-smithy-types]
version = "1.4.5"
[dependencies.zeroize]
version = "1.7.0"
[dev-dependencies.async-trait]
version = "0.1.74"
[dev-dependencies.aws-smithy-runtime-api]
version = "1.11.5"
features = ["test-util"]
[dev-dependencies.tokio]
version = "1.49.0"
features = [
"full",
"test-util",
"rt",
]