Cargo Features

[dependencies]
easy-archive = { version = "0.1.5", default-features = false, features = ["wasm", "cli", "rc-zip"] }
default = cli

The cli feature is set by default whenever easy-archive is added without default-features = false somewhere in the dependency tree.

wasm = lzma-rs, wasm-bindgen, zip
cli default = xz2, zip
rc-zip

Enables rc-zip and rc-zip-sync

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.

zip cli wasm?
lzma-rs wasm?
wasm-bindgen wasm?
xz2 cli