Cargo Features
[dependencies]
zopfli = { version = "0.8.2", default-features = false, features = ["std", "gzip", "nightly", "zlib"] }
- default = gzip, std, zlib
-
These default features are set whenever
zopfli
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables log, std of optional crc32fast, std of optional simd-adler32
Affects
zopfli::Format
,zopfli::compress
,zopfli::prewarm_object_pools
,util::ZOPFLI_MASTER_BLOCK_SIZE
…Required by the binary
- gzip default
-
Enables crc32fast
Required by the binary
- nightly
- zlib default
-
Enables simd-adler32
Required by the binary