]> Untitled Git - bdk-cli/commitdiff
[compact_filters] Add support for Tor
authorAlekos Filini <alekos.filini@gmail.com>
Sat, 29 Aug 2020 17:40:45 +0000 (19:40 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Sun, 30 Aug 2020 15:24:04 +0000 (17:24 +0200)
Cargo.toml

index 91caadf9a747a7dd623d3ac22d65849644531c0e..8b5bea3e1625467e6b18ff0bb9e62cc27d207f8a 100644 (file)
@@ -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"]