Cargo Features

[dependencies]
kadmin = { version = "0.5.2", default-features = false, features = ["client", "local", "python"] }
default = client

The client feature is set by default whenever kadmin is added without default-features = false somewhere in the dependency tree.

client default

Enables client of kadmin-sys

local

Enables server of kadmin-sys

python

Enables either, indoc, and pyo3

KAdmin has 4 features without comments.