Cargo Features

[dependencies]
nmstatectl = { version = "2.2.32", 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 default-features = false somewhere in the dependency tree.

query_apply default

Enables nispor, tokio, query_apply of nmstate

gen_conf default

Enables gen_conf of nmstate

gen_revert default

Enables gen_revert of nmstate

nmstatectl has 4 features without comments.