Cargo Features

tor-keymgr has no features set by default.

[dependencies]
tor-keymgr = { version = "0.18.0", features = ["full", "keymgr", "experimental", "testing"] }
full = keymgr

Enables full of fs-mistrust, tor-basic-utils, tor-config, tor-error, tor-hscrypto, tor-llcrypto, and tor-persist

keymgr full?
experimental = testing

Enable experimental APIs that are not yet officially supported.

These APIs are not covered by semantic versioning. Using this feature voids your "semver warrantee".

testing experimental?