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 default-features = false somewhere in the dependency tree.

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

Enables nightly of optional crc32fast

zlib default

Enables simd-adler32

Required by the binary