# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aws-smithy-http" version = "0.60.11" authors = [ "AWS Rust SDK Team ", "Russell Cohen ", ] description = "Smithy HTTP logic for smithy-rs." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/smithy-lang/smithy-rs" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [dependencies.aws-smithy-eventstream] version = "0.60.5" optional = true [dependencies.aws-smithy-runtime-api] version = "1.7.2" features = [ "client", "http-02x", ] [dependencies.aws-smithy-types] version = "1.2.6" features = [ "byte-stream-poll-next", "http-body-0-4-x", ] [dependencies.bytes] version = "1" [dependencies.bytes-utils] version = "0.1" [dependencies.futures-core] version = "0.3.29" [dependencies.http-02x] version = "0.2.3" package = "http" [dependencies.http-body-04x] version = "0.4.4" package = "http-body" [dependencies.once_cell] version = "1.10" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pin-project-lite] version = "0.2.9" [dependencies.pin-utils] version = "0.1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.async-stream] version = "0.3" [dev-dependencies.futures-util] version = "0.3.29" default-features = false [dev-dependencies.hyper] version = "0.14.26" features = ["stream"] [dev-dependencies.proptest] version = "1" [dev-dependencies.tokio] version = "1.23.1" features = [ "macros", "rt", "rt-multi-thread", ] [features] event-stream = ["aws-smithy-eventstream"] rt-tokio = ["aws-smithy-types/rt-tokio"]