diff options
Diffstat (limited to 'crates/arti')
| -rw-r--r-- | crates/arti/Cargo.toml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 442daee57..84e8d3f56 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -52,6 +52,7 @@ full = [ "tor-hsrproxy?/full", "tor-hsservice?/full", "arti-relay?/full", + "tor-async-utils/full", ] async-std = ["arti-client/async-std", "tor-rtcompat/async-std", "async-ctrlc", "signal-hook", "signal-hook-async-std"] @@ -88,8 +89,17 @@ compression = ["arti-client/compression"] # This feature flag enables experimental features that are not supported. Turning it on may # void your API. -experimental = ["arti-client/experimental", "tor-hsservice/experimental", "experimental-api", "rpc", "relay", "keymgr"] +experimental = [ + "arti-client/experimental", + "tor-hsservice/experimental", + "experimental-api", + "rpc", + "relay", + "keymgr", + "restricted-discovery", +] rpc = ["arti-rpcserver", "tor-rpcbase", "derive-deftly", "__is_experimental"] + restricted-discovery = ["tor-hsservice/restricted-discovery", "__is_experimental"] __is_experimental = [] |
