summaryrefslogtreecommitdiff
path: root/crates/tor-proto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-proto/Cargo.toml')
-rw-r--r--crates/tor-proto/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index 20df80d8d..b2e88e3bf 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -15,11 +15,11 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
default = []
full = ["tokio"]
-experimental = ["experimental-api", "onion-client", "onion-service", "ntor_v3"]
+experimental = ["experimental-api", "hs-client", "hs-service", "ntor_v3"]
ntor_v3 = []
-onion-client = ["onion-common"]
-onion-service = ["onion-common"]
-onion-common = []
+hs-client = ["hs-common"]
+hs-service = ["hs-common"]
+hs-common = []
experimental-api = []
# Enable testing-only APIs. APIs under this feature are not
# covered by semver.