Cargo Features

[dependencies]
arkiv = { version = "0.7.0", default-features = false, features = ["bzip", "gzip", "xz", "download", "tar", "zstd", "zip"] }
default = bzip, download, gzip, tar, xz, zip, zstd

These default features are set whenever arkiv is added without default-features = false somewhere in the dependency tree.

bzip default = bzip2
gzip default = flate2
xz default = xz2
download default = tempfile, ureq

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bzip2 bzip

Enables bzip2 ^0.4

flate2 gzip
tar default
tempfile download
ureq download
xz2 xz
zstd default

Enables zstd ^0.12

zip default

Enables zip ^0.6