aws-smithy-runtime-api 1.7.3

Smithy runtime types.
Documentation
[dependencies.aws-smithy-async]
version = "1.2.1"

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

[dependencies.bytes]
version = "1"

[dependencies.http-02x]
package = "http"
version = "0.2.9"

[dependencies.http-1x]
package = "http"
version = "1"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.tokio]
features = ["sync"]
version = "1.25"

[dependencies.tracing]
version = "0.1"

[dependencies.zeroize]
optional = true
version = "1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1.25"

[features]
client = []
default = []
http-02x = []
http-1x = []
http-auth = ["dep:zeroize"]
test-util = ["aws-smithy-types/test-util", "http-1x"]

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
description = "Smithy runtime types."
edition = "2021"
license = "Apache-2.0"
name = "aws-smithy-runtime-api"
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
version = "1.7.3"

[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