Cargo Features
[dependencies]
tar2arx = { version = "0.3.1", default-features = false, features = ["lzma", "zstd", "lz4", "http"] }
- default = http, zstd
-
These default features are set whenever
tar2arx
is added without
somewhere in the dependency tree.default-features = false - lzma
- zstd default
- lz4
- http default
-
Enables ureq
Tar2Arx has 5 features without comments.