[package]
edition = "2021"
rust-version = "1.88"
name = "aws-smithy-runtime-api"
version = "1.11.0"
authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Zelda Hessler <zhessler@amazon.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Smithy runtime types."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/smithy-lang/smithy-rs"
[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
[features]
client = []
default = []
http-02x = []
http-1x = []
http-auth = ["dep:zeroize"]
test-util = [
"aws-smithy-types/test-util",
"http-1x",
]
[lib]
name = "aws_smithy_runtime_api"
path = "src/lib.rs"
[dependencies.aws-smithy-async]
version = "1.2.8"
[dependencies.aws-smithy-types]
version = "1.4.0"
features = ["http-body-1-x"]
[dependencies.bytes]
version = "1.10.0"
[dependencies.http-02x]
version = "0.2.12"
package = "http"
[dependencies.http-1x]
version = "1.3.1"
package = "http"
[dependencies.pin-project-lite]
version = "0.2.14"
[dependencies.tokio]
version = "1.46.0"
features = ["sync"]
[dependencies.tracing]
version = "0.1.40"
[dependencies.zeroize]
version = "1.7.0"
optional = true
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tokio]
version = "1.25"
features = [
"macros",
"rt",
"rt-multi-thread",
]