[package]
name = "aws-smithy-runtime"
version = "1.8.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
description = "The new smithy runtime crate"
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-http"]
[features]
client = ["aws-smithy-runtime-api/client", "aws-smithy-types/http-body-1-x"]
http-auth = ["aws-smithy-runtime-api/http-auth"]
connector-hyper-0-14-x = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/hyper-014"]
tls-rustls = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/legacy-rustls-ring", "connector-hyper-0-14-x"]
default-https-client = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/rustls-aws-lc"]
rt-tokio = ["tokio/rt"]
test-util = ["aws-smithy-runtime-api/test-util", "dep:tracing-subscriber", "aws-smithy-http-client/test-util", "legacy-test-util"]
legacy-test-util = ["aws-smithy-runtime-api/test-util", "dep:tracing-subscriber", "aws-smithy-http-client/test-util", "connector-hyper-0-14-x", "aws-smithy-http-client/legacy-test-util"]
wire-mock = ["legacy-test-util", "aws-smithy-http-client/wire-mock"]
[dependencies]
bytes = "1.10.0"
fastrand = "2.3.0"
once_cell = "1.20.1"
pin-project-lite = "0.2.14"
pin-utils = "0.1.0"
tracing = "0.1.40"
[dependencies.aws-smithy-async]
path = "../aws-smithy-async"
version = "1.2.5"
[dependencies.aws-smithy-http]
path = "../aws-smithy-http"
version = "0.62.0"
[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
version = "1.7.4"
[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
features = ["http-body-0-4-x"]
version = "1.3.0"
[dependencies.aws-smithy-http-client]
path = "../aws-smithy-http-client"
optional = true
version = "1.0.0"
[dependencies.http-02x]
package = "http"
version = "0.2.9"
[dependencies.http-1x]
package = "http"
version = "1"
[dependencies.http-body-04x]
package = "http-body"
version = "0.4.5"
[dependencies.http-body-1x]
package = "http-body"
version = "1"
[dependencies.tokio]
version = "1.40.0"
features = []
[dependencies.tracing-subscriber]
version = "0.3.16"
optional = true
features = ["env-filter", "fmt", "json"]
[dev-dependencies]
approx = "0.5.1"
fastrand = "2.3.0"
futures-util = "0.3.29"
pretty_assertions = "1.4.0"
tracing-test = "0.2.1"
[dev-dependencies.aws-smithy-async]
path = "../aws-smithy-async"
features = ["rt-tokio", "test-util"]
version = "1.2.5"
[dev-dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
features = ["test-util"]
version = "1.7.4"
[dev-dependencies.aws-smithy-types]
path = "../aws-smithy-types"
features = ["test-util"]
version = "1.3.0"
[dev-dependencies.tokio]
version = "1.25"
features = ["macros", "rt", "rt-multi-thread", "test-util", "full"]
[dev-dependencies.tracing-subscriber]
version = "0.3.16"
features = ["env-filter"]
[dev-dependencies.hyper_0_14]
package = "hyper"
version = "0.14.27"
features = ["client", "server", "tcp", "http1", "http2"]