Cargo Features
[dependencies]
kadmin = { version = "0.5.2", default-features = false, features = ["client", "local", "python"] }
- default = client
-
The
client
feature is set by default wheneverkadmin
is added without
somewhere in the dependency tree.default-features = false - client default
-
Enables client of kadmin-sys
- local
-
Enables server of kadmin-sys
- python
KAdmin has 4 features without comments.