Cargo Features
[dependencies]
nmstate-clib = { version = "2.2.38", default-features = false, features = ["query_apply", "gen_conf"] }
- default = gen_conf, query_apply
-
These default features are set whenever
nmstate-clib
is added without
somewhere in the dependency tree.default-features = false - query_apply default
-
Enables query_apply of nmstate
- gen_conf default
nmstate-clib has 3 features without comments.