27 lines
696 B
TOML
27 lines
696 B
TOML
[package]
|
|
name = "bdk-testutils"
|
|
version = "0.4.0"
|
|
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
|
|
edition = "2018"
|
|
homepage = "https://bitcoindevkit.org"
|
|
repository = "https://github.com/bitcoindevkit/bdk"
|
|
documentation = "https://docs.rs/bdk-testutils"
|
|
description = "Supporting testing utilities for `bdk`"
|
|
keywords = ["bdk"]
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
name = "testutils"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
serial_test = "0.4"
|
|
bitcoin = "0.26"
|
|
bitcoincore-rpc = "0.13"
|
|
miniscript = "5.1"
|
|
electrum-client = "0.6.0"
|