Cargo Features

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

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

Enables gzip compression inside library and binaries

gzip default = any-gzip

Enables gzip of backhand

backhand:

Enables gzip compression inside library and binaries using flate2 library with zlib-rs

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

lz4

Enables lz4 of backhand

backhand:

Enables Lz4 compression