Cargo Features

[dependencies]
zip2arx = { version = "0.3.1", default-features = false, features = ["lzma", "zstd", "lz4"] }
default = zstd

The zstd feature is set by default whenever zip2arx 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

Zip2Arx has 4 features without comments.