Cargo Features

[dependencies]
decompress = { version = "0.6.0", default-features = false, features = ["all", "tarball", "tarzst", "targz", "tarbz", "bz2", "tarxz", "zip", "gz", "ar", "xz", "zstd", "rar"] }
default = all

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

all default = ar, bz2, gz, rar, tarball, tarbz, targz, tarxz, tarzst, xz, zip, zstd
tarball all tarbz? targz? tarxz? tarzst?

Enables tar

Affects decompressors::tarball

tarzst all = tarball

Enables zstd ^0.12.0

Affects decompressors::tarzst

targz all = tarball

Enables flate2

Affects decompressors::targz

tarbz all = tarball

Enables bzip2

Affects decompressors::tarbz

bz2 all

Enables bzip2

Affects decompressors::bz2

tarxz all = tarball

Enables xz

Affects decompressors::tarxz

zip all

Enables zip ^0.6.3

Affects decompressors::zip

gz all

Enables flate2

Affects decompressors::gz

ar all

Enables ar

Affects decompressors::ar

xz all

Enables xz

Affects decompressors::xz

zstd all

Enables zstd ^0.12.0

Affects decompressors::zstd

rar all

Enables unrar ^0.4.4

Affects decompressors::unrar