Cargo Features

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

These default features are set whenever cargo-deb is added without default-features = false somewhere in the dependency tree.

lzma default static-lzma?

Compress with a built-in LZMA library

Enables xz2

debug-id default

Read GNU Debug Id when exporting separate debug symbols

Enables elf

static-lzma = lzma

Compile it instead of trying to use system solib

Enables static of optional xz2