aws-smithy-http-tower 0.38.0

Tower-compatible shims for smithy-rs middleware.
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-smithy-http-tower"
version = "0.38.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "Tower-compatible shims for smithy-rs middleware."
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--cfg", "docsrs"]

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

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

[dependencies.tower]
version = "0.4.4"
[dev-dependencies.tower]
version = "0.4.4"
features = ["util"]

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