Cargo Features
[dependencies]
snap-kube-client = { version = "0.1.1", default-features = false, features = ["full", "backup", "restore"] }
- default = full
-
The
full
feature is set by default wheneversnap-kube-client
is added without
somewhere in the dependency tree.default-features = false - full default = backup, restore
- backup full
- restore full
snap-kube-client has 4 features without comments.