Cargo Features
[dependencies]
paketkoll = { version = "0.3.7", default-features = false, features = ["arch_linux", "debian", "systemd_tmpfiles", "json", "vendored"] }
- default = arch_linux, debian, json, vendored
-
Default features
- arch_linux default
-
Include the Arch Linux backend
Enables arch_linux of paketkoll_core
- debian default
-
Include support for the Debian backend
Enables debian of paketkoll_core
- systemd_tmpfiles
-
Include support for the systemd-tmpfiles backend (EXPERIMENTAL)
Enables systemd_tmpfiles of paketkoll_core
- json default
-
Include support for exporting to JSON
Enables serde and serde_json
- vendored default
-
Vendor C/C++ dependencies instead of linking them dynamically
Enables vendored of paketkoll_core