[dependencies.aws-smithy-async]
version = "1.2.1"
[dependencies.aws-smithy-http]
version = "0.60.11"
[dependencies.aws-smithy-protocol-test]
optional = true
version = "0.63.0"
[dependencies.aws-smithy-runtime-api]
version = "1.7.2"
[dependencies.aws-smithy-types]
features = ["http-body-0-4-x"]
version = "1.2.8"
[dependencies.bytes]
version = "1"
[dependencies.fastrand]
version = "2.0.0"
[dependencies.h2]
default-features = false
optional = true
version = "0.3"
[dependencies.http-02x]
package = "http"
version = "0.2.8"
[dependencies.http-body-04x]
package = "http-body"
version = "0.4.4"
[dependencies.http-body-1x]
package = "http-body"
version = "1"
[dependencies.httparse]
version = "1.8.0"
[dependencies.hyper-0-14]
default-features = false
optional = true
package = "hyper"
version = "0.14.26"
[dependencies.hyper-rustls]
features = ["rustls-native-certs", "http2"]
optional = true
version = "0.24"
[dependencies.indexmap]
features = ["serde"]
optional = true
version = "2"
[dependencies.once_cell]
version = "1.18.0"
[dependencies.pin-project-lite]
version = "0.2.7"
[dependencies.pin-utils]
version = "0.1.0"
[dependencies.rustls]
optional = true
version = "0.21.8"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dependencies.serde_json]
features = ["preserve_order"]
optional = true
version = "1"
[dependencies.tokio]
features = []
version = "1.25"
[dependencies.tracing]
version = "0.1.37"
[dependencies.tracing-subscriber]
features = ["env-filter", "fmt", "json"]
optional = true
version = "0.3.16"
[dev-dependencies.approx]
version = "0.5.1"
[dev-dependencies.aws-smithy-async]
features = ["rt-tokio", "test-util"]
version = "1.2.1"
[dev-dependencies.aws-smithy-runtime-api]
features = ["test-util"]
version = "1.7.2"
[dev-dependencies.aws-smithy-types]
features = ["test-util"]
version = "1.2.8"
[dev-dependencies.fastrand]
version = "~2.0.0"
[dev-dependencies.futures-util]
version = "0.3.29"
[dev-dependencies.http1]
package = "http"
version = "1"
[dev-dependencies.hyper_0_14]
features = ["client", "server", "tcp", "http1", "http2"]
package = "hyper"
version = "0.14.27"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "test-util", "full"]
version = "1.25"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.16"
[dev-dependencies.tracing-test]
version = "0.2.1"
[features]
client = ["aws-smithy-runtime-api/client", "aws-smithy-types/http-body-1-x"]
connector-hyper-0-14-x = ["dep:hyper-0-14", "hyper-0-14?/client", "hyper-0-14?/http2", "hyper-0-14?/http1", "hyper-0-14?/tcp", "hyper-0-14?/stream", "dep:h2"]
http-auth = ["aws-smithy-runtime-api/http-auth"]
rt-tokio = ["tokio/rt"]
test-util = ["aws-smithy-runtime-api/test-util", "dep:aws-smithy-protocol-test", "dep:tracing-subscriber", "dep:serde", "dep:serde_json", "dep:indexmap"]
tls-rustls = ["dep:hyper-rustls", "dep:rustls", "connector-hyper-0-14-x"]
wire-mock = ["test-util", "connector-hyper-0-14-x", "hyper-0-14?/server"]
[package]
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"
name = "aws-smithy-runtime"
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
version = "1.7.3"
[package.metadata.cargo-udeps.ignore]
normal = ["aws-smithy-http"]
[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