summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/arti-client/Cargo.toml1
-rw-r--r--crates/arti/Cargo.toml3
-rw-r--r--crates/tor-keymgr/Cargo.toml1
3 files changed, 4 insertions, 1 deletions
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index 744dfe1c1..f0359fafe 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -24,6 +24,7 @@ full = [
"vanguards",
"tokio",
"async-std",
+ "memquota",
"native-tls",
"compression",
"bridge-client",
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index cddbbc823..6cb616122 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -28,6 +28,7 @@ default = [
full = [
"default-runtime",
+ "memquota",
"onion-service-client",
"onion-service-service",
"vanguards",
@@ -58,7 +59,7 @@ full = [
"tor-rpc-connect?/full",
"signal-hook",
"signal-hook-async-std",
- "dialoguer", "tor-key-forge/full", "tor-keymgr/full",
+ "dialoguer", "tor-key-forge/full", "tor-keymgr/full", "tor-hscrypto?/full",
]
async-std = [
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index db26b1131..876a2ee56 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -27,6 +27,7 @@ full = [
"tor-basic-utils/full",
"tor-config-path/full",
"tor-bytes/full",
+ "safelog/full",
]
# Enable experimental APIs that are not yet officially supported.