summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/arti-relay/Cargo.toml7
-rw-r--r--crates/tor-dirserver/Cargo.toml1
2 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml
index 524217e50..d1ff64715 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -11,9 +11,11 @@ keywords = ["tor", "arti", "privacy", "anonymity", "networking"]
categories = ["network-programming", "cryptography"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
+[package.metadata.docs.rs]
+all-features = true
+
[features]
full = [
- "metrics",
"fs-mistrust/full",
"safelog/full",
"tor-chanmgr/full",
@@ -102,6 +104,3 @@ web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
[dev-dependencies]
tor-keymgr = { path = "../tor-keymgr", version = "0.43.0", features = ["ephemeral-keystore", "testing"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" }
-
-[package.metadata.docs.rs]
-all-features = true
diff --git a/crates/tor-dirserver/Cargo.toml b/crates/tor-dirserver/Cargo.toml
index 3c87394e8..94e000bf0 100644
--- a/crates/tor-dirserver/Cargo.toml
+++ b/crates/tor-dirserver/Cargo.toml
@@ -22,6 +22,7 @@ full = [
"tor-dirclient/full",
"tor-rtcompat/full",
"tor-llcrypto/full",
+ "tor-checkable/full",
]
[dependencies]