2020-08-10 10:49:34 +02:00
|
|
|
[package]
|
2020-09-14 14:25:38 +02:00
|
|
|
name = "bdk-testutils"
|
2020-12-21 12:38:19 +01:00
|
|
|
version = "0.2.0"
|
2020-08-10 10:49:34 +02:00
|
|
|
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
|
|
|
|
edition = "2018"
|
2020-12-21 12:38:19 +01:00
|
|
|
homepage = "https://bitcoindevkit.org"
|
|
|
|
repository = "https://github.com/bitcoindevkit/bdk"
|
|
|
|
documentation = "https://docs.rs/bdk-testutils"
|
|
|
|
description = "Supporting testing utilities for `bdk`"
|
|
|
|
keywords = ["bdk"]
|
2021-01-08 10:20:02 -08:00
|
|
|
license = "MIT"
|
2020-08-10 10:49:34 +02:00
|
|
|
|
2020-09-07 17:13:54 +02:00
|
|
|
[lib]
|
|
|
|
name = "testutils"
|
|
|
|
|
2020-08-10 10:49:34 +02:00
|
|
|
# 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"
|
2020-10-09 12:03:47 +02:00
|
|
|
bitcoin = "0.25"
|
|
|
|
bitcoincore-rpc = "0.12"
|
2020-11-24 12:16:49 +01:00
|
|
|
electrum-client = "0.4.0-beta.1"
|