summaryrefslogtreecommitdiff
path: root/crates/tor-dirserver
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-dirserver')
-rw-r--r--crates/tor-dirserver/Cargo.toml11
1 files changed, 8 insertions, 3 deletions
diff --git a/crates/tor-dirserver/Cargo.toml b/crates/tor-dirserver/Cargo.toml
index 219429ffd..fa9bd1d09 100644
--- a/crates/tor-dirserver/Cargo.toml
+++ b/crates/tor-dirserver/Cargo.toml
@@ -12,6 +12,14 @@ keywords = ["tor", "arti"]
categories = ["rust-patterns"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
+[features]
+full = [
+ "tor-error/full",
+ "tor-basic-utils/full",
+ "tor-dircommon/full",
+ "tor-netdoc/full",
+]
+
[dependencies]
bytes = "1.10.1"
futures = "0.3.31"
@@ -44,6 +52,3 @@ sha2 = "0.10.9"
tempfile = "3.23.0"
tokio-stream = { version = "0.1.17", features = ["full"] }
zstd = "0.13.3"
-
-[features]
-full = ["tor-error/full"]