[package]
edition = "2021"
rust-version = "1.91"
name = "aws-types"
version = "1.3.12"
authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Russell Cohen <rcoh@amazon.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-service types for the AWS SDK."
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
[package.metadata.cargo-udeps.ignore]
normal = [
"aws-smithy-runtime",
"hyper-rustls",
]
development = ["aws-smithy-runtime"]
[features]
examples = [
"dep:hyper-rustls",
"aws-smithy-runtime/client",
"aws-smithy-runtime/connector-hyper-0-14-x",
"aws-smithy-runtime/tls-rustls",
]
[lib]
name = "aws_types"
path = "src/lib.rs"
[dependencies.aws-credential-types]
version = "1.2.12"
[dependencies.aws-smithy-async]
version = "1.2.12"
[dependencies.aws-smithy-runtime]
version = "1.10.1"
optional = true
[dependencies.aws-smithy-runtime-api]
version = "1.11.4"
features = ["client"]
[dependencies.aws-smithy-types]
version = "1.4.4"
[dependencies.hyper-rustls]
version = "0.24.2"
features = [
"http2",
"webpki-roots",
]
optional = true
default-features = false
[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.aws-smithy-runtime]
version = "1.10.1"
features = ["client"]
[dev-dependencies.aws-smithy-runtime-api]
version = "1.11.4"
features = ["http-02x"]
[dev-dependencies.http]
version = "0.2.4"
[dev-dependencies.tempfile]
version = "3.16.0"
[dev-dependencies.tokio]
version = "1"
features = [
"rt",
"macros",
]
[dev-dependencies.tracing-test]
version = "0.2.5"
[build-dependencies.rustc_version]
version = "0.4.0"