[package]
edition = "2021"
rust-version = "1.88"
name = "aws-smithy-compression"
version = "0.1.2"
authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Zelda Hessler <zhessler@amazon.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"]
[features]
[lib]
name = "aws_smithy_compression"
path = "src/lib.rs"
[dependencies.aws-smithy-runtime-api]
version = "1.11.2"
[dependencies.aws-smithy-types]
version = "1.4.2"
[dependencies.bytes]
version = "1.10.0"
[dependencies.flate2]
version = "1.0.30"
[dependencies.futures-util]
version = "0.3"
[dependencies.http-1x]
version = "1.3.1"
package = "http"
[dependencies.http-body-1x]
version = "1.0.1"
package = "http-body"
[dependencies.http-body-util]
version = "0.1.3"
[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",
]