summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-relay-selection/Cargo.toml')
-rw-r--r--crates/tor-relay-selection/Cargo.toml14
1 files changed, 11 insertions, 3 deletions
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml
index 200ac4b89..1970ae081 100644
--- a/crates/tor-relay-selection/Cargo.toml
+++ b/crates/tor-relay-selection/Cargo.toml
@@ -13,11 +13,19 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
-full = ["tor-basic-utils/full", "tor-geoip?/full", "tor-linkspec/full", "tor-netdir/full", "tor-netdoc/full"]
+full = [
+ "vanguards",
+ "tor-basic-utils/full",
+ "tor-geoip?/full",
+ "tor-linkspec/full",
+ "tor-netdir/full",
+ "tor-netdoc/full",
+]
-experimental = ["geoip", "vanguards"]
-geoip = ["tor-geoip", "tor-netdir/geoip", "__is_experimental"]
vanguards = []
+
+experimental = ["geoip"]
+geoip = ["tor-geoip", "tor-netdir/geoip", "__is_experimental"]
__is_experimental = []
[dependencies]