Cargo Features

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

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

wasm = wasm-bindgen
cli default = rc-zip, rc-zip-sync, xz2

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.

wasm-bindgen wasm?
rc-zip cli
rc-zip-sync cli
xz2 cli