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