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
somewhere in the dependency tree.default-features = false - xz default xz-static?
-
Enables xz compression inside library and binaries
- xz-static = xz
-
Enables xz compression and forces static build inside library and binaries
- any-gzip gzip
-
Enables gzip compression inside library and binaries
- gzip default = any-gzip
-
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
- zstd default
-
Enables zstd compression inside library and binaries
- lz4
-
backhand:
Enables Lz4 compression