[package]
name = "aws-types"
version = "1.3.3"
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"
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
[package.metadata.cargo-udeps.ignore]
normal = ["aws-smithy-runtime", "hyper-rustls"]
[features]
examples = ["dep:hyper-rustls", "aws-smithy-runtime/client", "aws-smithy-runtime/connector-hyper-0-14-x", "aws-smithy-runtime/tls-rustls"]
[dependencies]
tracing = "0.1"
[dependencies.aws-credential-types]
path = "../aws-credential-types"
version = "1.2.0"
[dependencies.aws-smithy-async]
path = "../aws-smithy-async"
version = "1.2.1"
[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
version = "1.2.0"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
optional = true
version = "1.6.1"
[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
features = ["client"]
version = "1.7.1"
[dependencies.hyper-rustls]
version = "0.24"
optional = true
features = ["rustls-native-certs", "http2", "webpki-roots"]
[dev-dependencies]
http = "0.2.4"
tempfile = "3"
tracing-test = "0.2.5"
[dev-dependencies.tokio]
version = "1"
features = ["rt", "macros"]
[dev-dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
features = ["http-02x"]
version = "1.7.1"
[build-dependencies]
rustc_version = "0.4.0"