From 76659562ca33e84328ec2d1e96732540c3f0706f Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Sat, 29 Aug 2020 19:40:45 +0200 Subject: [PATCH] [compact_filters] Add support for Tor --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91caadf..8b5bea3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ clap = { version = "2.33", optional = true } base64 = { version = "^0.11", optional = true } async-trait = { version = "0.1", optional = true } rocksdb = { version = "0.14", optional = true } +socks = { version = "0.3", optional = true } lazy_static = { version = "1.4", optional = true } # Platform-specific dependencies @@ -38,7 +39,7 @@ compiler = ["clap", "miniscript/compiler"] default = ["key-value-db", "electrum"] electrum = ["electrum-client"] esplora = ["reqwest", "futures"] -compact_filters = ["rocksdb", "lazy_static"] +compact_filters = ["rocksdb", "socks", "lazy_static"] key-value-db = ["sled"] cli-utils = ["clap", "base64"] async-interface = ["async-trait"] -- 2.49.0