Cargo Features

[dependencies]
cargo-deb = { version = "2.2.0", default-features = false, features = ["lzma", "static-lzma"] }
default = lzma

The lzma feature is set by default whenever cargo-deb is added without default-features = false somewhere in the dependency tree.

lzma default static-lzma?

Enables xz2

static-lzma = lzma

Enables static of optional xz2

Cargo-deb has 3 features without comments.