bdk-cli 0.1.0

A CLI library and example CLI tool based on the BDK descriptor-based wallet library
Documentation
[[bin]]
name = "bdk-cli"
path = "src/bdk_cli.rs"
required-features = ["repl"]
[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.base64]
version = "^0.11"

[dependencies.bdk]
version = "^0.2"

[dependencies.bdk-macros]
version = "^0.2"

[dependencies.clap]
optional = true
version = "2.33"

[dependencies.dirs-next]
optional = true
version = "2.0"

[dependencies.env_logger]
optional = true
version = "0.7"

[dependencies.log]
version = "^0.4"

[dependencies.rustyline]
optional = true
version = "6.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.structopt]
version = "^0.3"

[features]
default = ["repl", "esplora"]
electrum = ["bdk/electrum"]
esplora = ["bdk/esplora"]
repl = ["async-trait", "rustyline", "dirs-next", "env_logger", "clap", "electrum"]

[package]
authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>", "Steve Myers <steve@notmandatory.org"]
description = "A CLI library and example CLI tool based on the BDK descriptor-based wallet library"
documentation = "https://docs.rs/bdk-cli"
edition = "2018"
homepage = "https://bitcoindevkit.org"
keywords = ["bitcoin", "wallet", "descriptor", "psbt"]
license = "MIT"
name = "bdk-cli"
readme = "README.md"
repository = "https://github.com/bitcoindevkit/bdk-cli"
version = "0.1.0"