summaryrefslogtreecommitdiff
path: root/crates/tor-cert/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cert/Cargo.toml')
-rw-r--r--crates/tor-cert/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 3f64e6ed6..ab29f7d6b 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -13,14 +13,14 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
-experimental = ["encode"]
+experimental = ["encode", "experimental-api"]
encode = ["derive_builder", "__is_experimental"]
full = ["caret/full", "tor-bytes/full", "tor-checkable/full", "tor-llcrypto/full"]
-
# Enable experimental APIs that are not yet officially supported.
#
# These APIs are not covered by semantic versioning. Using this
# feature voids your "semver warrantee".
+
experimental-api = ["__is_experimental"]
__is_experimental = []