Cargo Features

[dependencies]
konfigkoll = { version = "0.1.7", default-features = false, features = ["arch_linux", "debian", "vendored"] }
default = arch_linux, debian, 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

vendored default

Vendor C/C++ dependencies instead of linking them dynamically

Enables vendored of paketkoll_core