Cargo Features
[dependencies]
kubeauth = { version = "0.1.7", default-features = false, features = ["json_auth"] }
- default = json_auth
-
The
json_auth
feature is set by default wheneverkubeauth
is added without
somewhere in the dependency tree.default-features = false - json_auth default
Kubeauth has 2 features without comments.