summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-keymgr')
-rw-r--r--crates/tor-keymgr/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 8b72c9f36..bf16c16d0 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -32,7 +32,8 @@ full = [
#
# These APIs are not covered by semantic versioning. Using this
# feature voids your "semver warrantee".
-experimental = ["ephemeral-keystore", "ctor-keystore", "testing"]
+experimental = ["ephemeral-keystore", "ctor-keystore", "testing", "experimental-api"]
+
experimental-api = ["__is_experimental"]
ephemeral-keystore = ["__is_experimental"]
ctor-keystore = ["data-encoding", "__is_experimental"]