Cargo Features

[dependencies]
hypers_compression = { version = "0.14.1", default-features = false, features = ["full", "brotli", "deflate", "zstd"] }
default = full

The full feature is set by default whenever hypers_compression is added without default-features = false somewhere in the dependency tree.

full default = brotli, deflate, gzip, zstd
brotli full

Enables brotli =6.0.0

gzip deflate full

Enables flate2 =1.0.33

zstd full

Enables zstd

hypers_compression has 5 features without comments.