From: Alekos Filini Date: Thu, 7 May 2020 13:14:05 +0000 (+0200) Subject: [blockchain] add the Esplora backend X-Git-Tag: 0.1.0-beta.1~30 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=0f37131c16323a87a48a98b61035b981b2f58d8d;p=bdk-cli [blockchain] add the Esplora backend --- diff --git a/Cargo.toml b/Cargo.toml index a3aa967..2ef3a52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,12 +14,14 @@ base64 = "^0.11" # Optional dependencies sled = { version = "0.31.0", optional = true } electrum-client = { version = "0.1.0-beta.5", optional = true } +reqwest = { version = "0.10", optional = true, features = ["blocking", "json"] } [features] minimal = [] compiler = ["miniscript/compiler"] default = ["key-value-db", "electrum"] electrum = ["electrum-client"] +esplora = ["reqwest"] key-value-db = ["sled"] [dev-dependencies]