Cargo Features
aws-smithy-compression has no features set by default.
[dependencies]
aws-smithy-compression = { version = "0.0.2", features = ["http-body-0-4-x", "http-body-1-x"] }
- http-body-0-4-x
-
Enables http ^0.2.9 and http-body ^0.4.5, http-body-0-4-x of aws-smithy-types
Affects
body::compress.http_body_0_4_x
,http::http_body_0_4_x
… - http-body-1-x
-
Enables http, http-body, and http-body-util, http-body-1-x of aws-smithy-types
Affects
body::compress.http_body_1_x
,http::http_body_1_x
…