aws-types 1.3.3

Cross-service types for the AWS SDK.
Documentation
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.aws-credential-types]
version = "1.2.0"

[dependencies.aws-smithy-async]
version = "1.2.1"

[dependencies.aws-smithy-runtime]
optional = true
version = "1.6.1"

[dependencies.aws-smithy-runtime-api]
features = ["client"]
version = "1.7.1"

[dependencies.aws-smithy-types]
version = "1.2.0"

[dependencies.hyper-rustls]
features = ["rustls-native-certs", "http2", "webpki-roots"]
optional = true
version = "0.24"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.aws-smithy-runtime-api]
features = ["http-02x"]
version = "1.7.1"

[dev-dependencies.http]
version = "0.2.4"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"

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

[features]
examples = ["dep:hyper-rustls", "aws-smithy-runtime/client", "aws-smithy-runtime/connector-hyper-0-14-x", "aws-smithy-runtime/tls-rustls"]

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "Cross-service types for the AWS SDK."
edition = "2021"
license = "Apache-2.0"
name = "aws-types"
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
version = "1.3.3"
[package.metadata.cargo-udeps.ignore]
normal = ["aws-smithy-runtime", "hyper-rustls"]
[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