aws-hyper 0.0.26-alpha

AWS SDK Tower middleware stack.
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[[test]]
name = "e2e_test"

[package]
name = "aws-hyper"
version = "0.0.26-alpha"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK Tower middleware stack."
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"

[features]
default = []
native-tls = ["hyper-tls", "aws-smithy-client/native-tls"]
rustls = ["hyper-rustls", "aws-smithy-client/rustls"]

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

[dependencies.aws-endpoint]
path = "../aws-endpoint"
version = "0.0.26-alpha"

[dependencies.aws-http]
path = "../aws-http"
version = "0.0.26-alpha"

[dependencies.aws-sig-auth]
path = "../aws-sig-auth"
version = "0.0.26-alpha"

[dependencies.aws-smithy-client]
path = "../aws-smithy-client"
version = "0.30.0-alpha"

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

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

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

[dependencies.hyper]
version = "0.14.2"
features = ["client", "http1", "http2", "tcp", "runtime"]

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

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

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

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

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

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

[dev-dependencies.aws-types]
path = "../aws-types"
version = "0.0.26-alpha"

[dev-dependencies.aws-smithy-client]
path = "../aws-smithy-client"
features = ["test-util"]
version = "0.30.0-alpha"