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