aws-smithy-client 0.39.0

Client for smithy-rs.
Documentation
[[test]]
name = "e2e_test"
required-features = ["test-util", "rt-tokio"]
[dependencies.aws-smithy-async]
version = "0.39.0"

[dependencies.aws-smithy-http]
version = "0.39.0"

[dependencies.aws-smithy-http-tower]
version = "0.39.0"

[dependencies.aws-smithy-protocol-test]
optional = true
version = "0.39.0"

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

[dependencies.bytes]
version = "1"

[dependencies.fastrand]
version = "1.4.0"

[dependencies.http]
version = "0.2.3"

[dependencies.http-body]
version = "0.4.4"

[dependencies.hyper]
features = ["client", "http2", "http1"]
optional = true
version = "0.14"

[dependencies.hyper-rustls]
features = ["rustls-native-certs"]
optional = true
version = "0.22.1"

[dependencies.hyper-tls]
optional = true
version = "0.5.0"

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

[dependencies.pin-project]
version = "1"

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

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.tokio]
version = "1"

[dependencies.tower]
features = ["util", "retry"]
version = "0.4.6"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.aws-smithy-async]
features = ["rt-tokio"]
version = "0.39.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

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

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1"

[dev-dependencies.tower-test]
version = "0.4.0"

[dev-dependencies.tracing-test]
version = "0.2.1"

[features]
client-hyper = ["hyper"]
native-tls = ["client-hyper", "hyper-tls", "rt-tokio"]
rt-tokio = ["aws-smithy-async/rt-tokio"]
rustls = ["client-hyper", "hyper-rustls", "rt-tokio", "lazy_static"]
test-util = ["aws-smithy-protocol-test", "serde/derive", "rustls"]

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "Client for smithy-rs."
edition = "2018"
license = "Apache-2.0"
name = "aws-smithy-client"
repository = "https://github.com/awslabs/smithy-rs"
version = "0.39.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]