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 whenever snap-kube-client is added without default-features = false somewhere in the dependency tree.

full default = backup, restore
backup full
restore full

snap-kube-client has 4 features without comments.