diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/tor-hsclient/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-hsservice/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-keymgr/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-persist/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-proto/Cargo.toml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml index 37e850fa5..28d568b3b 100644 --- a/crates/tor-hsclient/Cargo.toml +++ b/crates/tor-hsclient/Cargo.toml @@ -29,7 +29,7 @@ full = [ "tor-netdir/full", "tor-netdoc/full", "tor-proto/full", - "tor-rtcompat/full", "tor-basic-utils/full", "tor-bytes/full", "tor-cell/full", "tor-keymgr/full", "tor-async-utils/full", + "tor-rtcompat/full", "tor-basic-utils/full", "tor-bytes/full", "tor-cell/full", "tor-keymgr/full", "tor-async-utils/full", "tor-persist/full", ] __is_experimental = [] experimental = ["keymgr"] diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml index 5aedd4e12..d033a85f9 100644 --- a/crates/tor-hsservice/Cargo.toml +++ b/crates/tor-hsservice/Cargo.toml @@ -34,7 +34,7 @@ full = [ "tor-linkspec/full", "tor-netdoc/full", "tor-units/full", - "tor-persist/full", "tor-protover/full", "fs-mistrust/full", + "tor-persist/full", "tor-protover/full", "fs-mistrust/full", "tor-log-ratelim/full", ] [dependencies] diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index 9c1645f8c..e05b76d32 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -20,7 +20,7 @@ default = [] keymgr = ["__is_experimental"] __is_experimental = [] -full = ["fs-mistrust/full", "tor-error/full", "tor-hscrypto/full", "tor-llcrypto/full", "tor-config/full"] +full = ["fs-mistrust/full", "tor-error/full", "tor-hscrypto/full", "tor-llcrypto/full", "tor-config/full", "tor-persist/full"] experimental = ["keymgr", "testing"] testing = ["__is_experimental"] diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 38348bee5..2e78eda4b 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -18,7 +18,7 @@ state-dir = ["__is_experimental", "amplify", "fslock-guard", "void"] # covered by semver. testing = ["__is_experimental"] -full = ["fs-mistrust/full", "tor-error/full"] +full = ["fs-mistrust/full", "tor-error/full", "fslock-guard?/full"] experimental = ["state-dir", "testing"] __is_experimental = [] diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index 26710b8ba..57aec1684 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -33,7 +33,7 @@ full = [ "tor-rtcompat/full", "tor-rtmock/full", "tor-units/full", - "tor-hscrypto?/full", + "tor-hscrypto?/full", "tor-log-ratelim/full", ] experimental = ["experimental-api", "ntor_v3", "stream-ctrl", "testing"] |
