bdk-cli 3.0.0

An experimental CLI wallet application and playground, powered by BDK
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bdk-cli"
version = "3.0.0"
authors = [
    "Alekos Filini <alekos.filini@gmail.com>",
    "Riccardo Casatta <riccardo@casatta.it>",
    "Steve Myers <steve@notmandatory.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An experimental CLI wallet application and playground, powered by BDK"
homepage = "https://bitcoindevkit.org"
documentation = "https://docs.rs/bdk-cli"
readme = "README.md"
keywords = [
    "bitcoin",
    "wallet",
    "descriptor",
    "psbt",
    "taproot",
]
license = "MIT"
repository = "https://github.com/bitcoindevkit/bdk-cli"

[features]
_payjoin-dependencies = [
    "payjoin",
    "reqwest",
    "url",
]
cbf = [
    "bdk_kyoto",
    "_payjoin-dependencies",
]
compiler = []
default = [
    "repl",
    "sqlite",
]
electrum = [
    "bdk_electrum",
    "_payjoin-dependencies",
]
esplora = [
    "bdk_esplora",
    "_payjoin-dependencies",
]
redb = ["bdk_redb"]
repl = ["shlex"]
rpc = [
    "bdk_bitcoind_rpc",
    "_payjoin-dependencies",
]
sqlite = ["bdk_wallet/rusqlite"]
verify = []

[[bin]]
name = "bdk-cli"
path = "src/main.rs"

[[test]]
name = "cli_flags"
path = "tests/cli_flags.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.bdk_bitcoind_rpc]
version = "0.21.0"
features = ["std"]
optional = true

[dependencies.bdk_electrum]
version = "0.23.2"
optional = true

[dependencies.bdk_esplora]
version = "0.22.1"
features = [
    "async-https",
    "tokio",
]
optional = true

[dependencies.bdk_kyoto]
version = "0.15.4"
optional = true

[dependencies.bdk_redb]
version = "0.1.1"
optional = true

[dependencies.bdk_wallet]
version = "2.1.0"
features = [
    "rusqlite",
    "keys-bip39",
    "compiler",
    "std",
]

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.6"

[dependencies.cli-table]
version = "0.5.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.log]
version = "0.4"

[dependencies.payjoin]
version = "=1.0.0-rc.1"
features = [
    "v1",
    "v2",
    "io",
    "_test-utils",
]
optional = true

[dependencies.reqwest]
version = "0.13.2"
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.shlex]
version = "1.3.0"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "1.1.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.20"

[dependencies.url]
version = "2.5.8"
optional = true