Cargo Features

[dependencies]
backhand-cli = { version = "0.17.0", default-features = false, features = ["xz", "xz-static", "any-gzip", "gzip", "gzip-zune-inflate", "lzo", "zstd"] }

These features mirror the backhand features

default = gzip, xz, zstd

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

xz default xz-static?

Enables xz compression inside library and binaries

Enables xz of backhand

xz-static = xz

Enables xz compression and forces static build inside library and binaries

Enables xz-static of backhand

any-gzip gzip gzip-zune-inflate?

Internal only

Enables any-gzip of backhand

gzip default = any-gzip

Enables gzip compression inside library and binaries

Enables gzip of backhand

gzip-zune-inflate = any-gzip

Enables faster gzip de-compression only inside library and binaries

Enables gzip-zune-inflate of backhand

lzo

This library is licensed GPL and thus disabled by default

Enables lzo of backhand

zstd default

Enables zstd compression inside library and binaries

Enables zstd of backhand