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

json_auth default

Kubeauth has 2 features without comments.