diff options
Diffstat (limited to 'crates/tor-netdoc/Cargo.toml')
| -rw-r--r-- | crates/tor-netdoc/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 8c14962be..39dccb2a2 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -35,6 +35,8 @@ experimental = [ "build_docs", "experimental-api", "hs-dir", + "hs-pow-full", + "hs-pow-v1", "hsdesc-inner-docs", "dangerous-expose-struct-fields", ] @@ -63,8 +65,8 @@ hs-common = ["rand", "tor-hscrypto", "tor-linkspec", "tor-units"] hsdesc-inner-docs = ["visibility", "__is_experimental"] # TODO maybe fold this feature into `testing` # Onion service proof of work schemes -hs-pow-v1 = ["tor-hscrypto/pow-v1"] -hs-pow-full = ["hs-pow-v1"] +hs-pow-v1 = ["tor-hscrypto/pow-v1", "__is_experimental"] +hs-pow-full = ["hs-pow-v1", "__is_experimental"] # Enable experimental APIs that are not yet officially supported. # |
