# 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.62.0" authors = [ "AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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"] [lib] name = "aws_smithy_http" path = "src/lib.rs" [dependencies.aws-smithy-eventstream] version = "0.60.8" optional = true [dependencies.aws-smithy-runtime-api] version = "1.7.4" features = [ "client", "http-02x", ] [dependencies.aws-smithy-types] version = "1.3.0" features = [ "byte-stream-poll-next", "http-body-0-4-x", ] [dependencies.bytes] version = "1.10.0" [dependencies.bytes-utils] version = "0.1" [dependencies.futures-core] version = "0.3.31" [dependencies.http-02x] version = "0.2.9" package = "http" [dependencies.http-1x] version = "1" package = "http" [dependencies.http-body-04x] version = "0.4.5" package = "http-body" [dependencies.once_cell] version = "1.20.1" [dependencies.percent-encoding] version = "2.3.1" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.pin-utils] version = "0.1.0" [dependencies.tracing] version = "0.1.40" [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"]