# 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-compression" version = "0.0.2" authors = [ "AWS Rust SDK Team ", "Zelda Hessler ", ] description = "Request compression for smithy clients." 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-runtime-api] version = "1.7.2" [dependencies.aws-smithy-types] version = "1.2.7" [dependencies.bytes] version = "1.4.0" [dependencies.flate2] version = "1.0.30" [dependencies.futures-util] version = "0.3" [dependencies.http-0-2] version = "0.2.9" optional = true package = "http" [dependencies.http-1-0] version = "1" optional = true package = "http" [dependencies.http-body-0-4] version = "0.4.5" optional = true package = "http-body" [dependencies.http-body-1-0] version = "1" optional = true package = "http-body" [dependencies.http-body-util] version = "0.1.1" optional = true [dependencies.pin-project-lite] version = "0.2.14" [dependencies.tracing] version = "0.1.40" [dev-dependencies.bytes-utils] version = "0.1.2" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.tokio] version = "1.23.1" features = [ "macros", "rt", ] [features] http-body-0-4-x = [ "dep:http-body-0-4", "dep:http-0-2", "aws-smithy-types/http-body-0-4-x", ] http-body-1-x = [ "dep:http-body-1-0", "dep:http-1-0", "dep:http-body-util", "aws-smithy-types/http-body-1-x", ]