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