# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-smithy-http" version = "0.60.11" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "Smithy HTTP logic for smithy-rs." edition = "2021" license = "Apache-2.0" repository = "https://github.com/smithy-lang/smithy-rs" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] rustdoc-args = ["--cfg", "docsrs"] [features] event-stream = ["aws-smithy-eventstream"] rt-tokio = ["aws-smithy-types/rt-tokio"] [dependencies] bytes = "1" bytes-utils = "0.1" once_cell = "1.10" percent-encoding = "2.1.0" pin-project-lite = "0.2.9" pin-utils = "0.1.0" tracing = "0.1" futures-core = "0.3.29" [dependencies.aws-smithy-eventstream] path = "../aws-smithy-eventstream" optional = true version = "0.60.5" [dependencies.aws-smithy-runtime-api] path = "../aws-smithy-runtime-api" features = ["client", "http-02x"] version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["byte-stream-poll-next", "http-body-0-4-x"] version = "1.2.6" [dependencies.http-02x] package = "http" version = "0.2.3" [dependencies.http-body-04x] package = "http-body" version = "0.4.4" [dev-dependencies] async-stream = "0.3" proptest = "1" [dev-dependencies.futures-util] version = "0.3.29" default-features = false [dev-dependencies.hyper] version = "0.14.26" features = ["stream"] [dev-dependencies.tokio] version = "1.23.1" features = ["macros", "rt", "rt-multi-thread"]