tor-keymgr features: Make "keymgr" disabled by default

This commit is contained in:
Ian Jackson 2023-06-29 17:43:12 +01:00
parent 9ad64792da
commit eb12a6e665
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ categories = ["cryptography"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = ["keymgr"]
default = []
# Enable experimental APIs that are not yet officially supported.
#

View File

@ -57,5 +57,5 @@ stable
### Additive features
* `keymgr` (default) -- build with full key manager support. Disabling this
* `keymgr` -- build with full key manager support. Disabling this
feature causes `tor-keymgr` to export a no-op, placeholder implementation.