Cargo Features

kramer has no features set by default.

[dependencies]
kramer = { version = "3.0.0", features = ["kramer-async", "kramer-async-read", "acl"] }
kramer-async kramer-async-read? = async-std
kramer-async-read = kramer-async
acl

Affects acl::SetUser, acl::AclCommand, kramer::acl

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-std kramer-async?