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 default-features = false somewhere in the dependency tree.

lzma

Enables lzma of libarx

zstd default

Enables zstd of libarx

lz4

Enables lz4 of libarx

http default

Enables ureq

Tar2Arx has 5 features without comments.