diff options
Diffstat (limited to 'crates/tor-cell/Cargo.toml')
| -rw-r--r-- | crates/tor-cell/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index d0db4f188..0d75633b4 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -14,10 +14,11 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [features] default = [] -experimental = ["experimental-udp", "onion-service"] +experimental = ["experimental-udp", "hs"] # Enable experimental UDP support. experimental-udp = [] -onion-service = ["tor-hscrypto"] #TODO hs: rename this feature, it is not service-specific. +# "hs" = (all) hidden service support, either client or server +hs = ["tor-hscrypto"] # Enable testing only API testing = ["experimental-udp"] |
