From: Alekos Filini Date: Sat, 29 Aug 2020 17:40:45 +0000 (+0200) Subject: [compact_filters] Add support for Tor X-Git-Tag: 0.1.0-beta.1~9 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=76659562ca33e84328ec2d1e96732540c3f0706f;p=bdk-cli [compact_filters] Add support for Tor --- 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"]