aws-smithy-client 0.27.0-alpha.2

Client for smithy-rs.
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-smithy-client"
version = "0.27.0-alpha.2"
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"
repository = "https://github.com/awslabs/smithy-rs"

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

[dependencies]
bytes = "1"
fastrand = "1.4.0"
http = "0.2.3"
http-body = "0.4.0"
pin-project-lite = "0.2.7"
pin-project = "1"
tracing = "0.1"

[dependencies.aws-smithy-async]
path = "../aws-smithy-async"
version = "0.27.0-alpha.2"

[dependencies.aws-smithy-http]
path = "../aws-smithy-http"
version = "0.27.0-alpha.2"

[dependencies.aws-smithy-http-tower]
path = "../aws-smithy-http-tower"
version = "0.27.0-alpha.2"

[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
version = "0.27.0-alpha.2"

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

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

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

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

[dependencies.tokio]
version = "1"
features = ["time"]

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

[dependencies.aws-smithy-protocol-test]
path = "../aws-smithy-protocol-test"
optional = true
version = "0.27.0-alpha.2"

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

[dev-dependencies]
tower-test = "0.4.0"
serde_json = "1"

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

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