summaryrefslogtreecommitdiff
path: root/crates/tor-memquota
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-memquota')
-rw-r--r--crates/tor-memquota/Cargo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/crates/tor-memquota/Cargo.toml b/crates/tor-memquota/Cargo.toml
index d377075b1..f0bd4bd03 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -40,7 +40,14 @@ tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
tracing-test = "0.2.4"
[features]
-full = ["tor-config/full", "tor-error/full", "tor-log-ratelim/full", "tor-rtcompat/full"]
+full = [
+ "tor-config/full",
+ "tor-error/full",
+ "tor-log-ratelim/full",
+ "tor-rtcompat/full",
+ "tor-async-utils/full",
+ "tor-basic-utils/full",
+]
memquota = ["__is_experimental"]
experimental = ["memquota"]
__is_experimental = []