summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/tor-circmgr/Cargo.toml2
-rw-r--r--crates/tor-guardmgr/Cargo.toml2
-rw-r--r--crates/tor-hsservice/Cargo.toml2
-rw-r--r--crates/tor-keymgr/Cargo.toml2
-rw-r--r--crates/tor-persist/Cargo.toml2
-rw-r--r--crates/tor-ptmgr/Cargo.toml2
-rw-r--r--crates/tor-relay-selection/Cargo.toml2
7 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index 221ec5fe0..d3a3a5e82 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -34,7 +34,7 @@ full = [
"tor-rtcompat/full",
"tor-geoip?/full",
"tor-async-utils/full",
- "tor-protover/full",
+ "tor-protover/full", "tor-relay-selection/full",
]
specific-relay = []
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index 670808c04..d2d337750 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -29,7 +29,7 @@ full = [
"tor-protover?/full",
"tor-rtcompat/full",
"tor-units/full",
- "tor-async-utils/full",
+ "tor-async-utils/full", "tor-relay-selection/full",
]
experimental = ["testing", "vanguards"]
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index c71f5a0b8..4a8af464b 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -37,7 +37,7 @@ full = [
"tor-persist/full",
"tor-protover/full",
"fs-mistrust/full",
- "tor-log-ratelim/full",
+ "tor-log-ratelim/full", "tor-relay-selection/full",
]
[dependencies]
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 7a0ec0852..5f8897185 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -22,7 +22,7 @@ full = [
"tor-hscrypto/full",
"tor-llcrypto/full",
"tor-config/full",
- "tor-persist/full",
+ "tor-persist/full", "tor-basic-utils/full",
]
# Enable experimental APIs that are not yet officially supported.
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 5724e2bb9..e03707ce2 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -18,7 +18,7 @@ state-dir = ["__is_experimental", "amplify", "fslock-guard"]
# covered by semver.
testing = ["__is_experimental"]
-full = ["fs-mistrust/full", "tor-error/full", "fslock-guard?/full"]
+full = ["fs-mistrust/full", "tor-error/full", "fslock-guard?/full", "tor-basic-utils/full"]
experimental = ["state-dir", "testing"]
__is_experimental = []
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index 9d6361ca5..f20588dcf 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -23,7 +23,7 @@ full = [
"tor-linkspec/full",
"tor-rtcompat/full",
"tor-socksproto/full",
- "tor-async-utils/full",
+ "tor-async-utils/full", "tor-basic-utils/full",
]
experimental = ["experimental-api"]
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml
index aa7305d9e..20bf427ca 100644
--- a/crates/tor-relay-selection/Cargo.toml
+++ b/crates/tor-relay-selection/Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
-full = []
+full = ["tor-basic-utils/full", "tor-geoip?/full", "tor-linkspec/full", "tor-netdir/full", "tor-netdoc/full"]
experimental = ["geoip"]
geoip = ["tor-geoip", "tor-netdir/geoip", "__is_experimental"]