aws-credential-types 1.1.1

Types for AWS SDK credentials.
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-credential-types"
version = "1.1.1"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
description = "Types for AWS SDK credentials."
edition = "2021"
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"]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.smithy-rs-release-tooling]
stable = true

[features]
hardcoded-credentials = []
test-util = []

[dependencies]
zeroize = "1"

[dependencies.aws-smithy-async]
path = "../aws-smithy-async"
version = "1.1.1"

[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
version = "1.1.1"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
features = ["client"]
version = "1.1.1"

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

[dev-dependencies.tokio]
version = "1.23.1"
features = ["full", "test-util", "rt"]