From: rajarshimaitra Date: Fri, 17 Sep 2021 12:43:02 +0000 (+0530) Subject: Update cargo.toml X-Git-Tag: v0.3.0~16 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.CommandStringError.html?a=commitdiff_plain;h=c347ef4514c02054d5ce0a7b5065eb92ac5f83f5;p=bdk-cli Update cargo.toml --- diff --git a/Cargo.toml b/Cargo.toml index 53f9377..872e30c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" license = "MIT" [dependencies] -bdk = { version = "0.10.0", default-features = false, features = ["all-keys"]} +bdk = { version = "0.12.0", default-features = false, features = ["all-keys"]} bdk-macros = "^0.4" structopt = "^0.3" serde_json = { version = "^1.0" } @@ -32,9 +32,10 @@ default = ["cli", "repl"] cli = ["bdk/key-value-db", "clap", "dirs-next", "env_logger"] repl = ["regex", "rustyline"] electrum = ["bdk/electrum"] -esplora = ["bdk/use-esplora-ureq"] +esplora = [] +esplora-ureq = ["esplora", "bdk/use-esplora-ureq"] +esplora-reqwest = ["esplora", "bdk/use-esplora-reqwest"] compiler = ["bdk/compiler"] -async-interface = ["bdk/async-interface"] compact_filters = ["bdk/compact_filters"] [[bin]]