bitceptron_regtest_utils 0.5.0

A tiny utility crate for running bitcoin's regtest network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bitceptron_regtest_utils"
version = "0.5.0"
edition = "2021"
description = "A tiny utility crate for running bitcoin's regtest network."
documentation = "https://docs.rs/bitceptron_regtest_utils/latest/bitceptron_regtest_utils/"
repository = "https://github.com/bitceptron/bitceptron_regtest_utils"
license = "MIT"
keywords = ["bitcoin","regtest", "bitcoin-dev", "bitcoin-testing"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitcoin = "0.31.1"
bitcoincore-rpc = "0.18.0"
miniscript = "11.0.0"
regex = "1.10.3"