bitcoin_onchain 0.6.0-alpha.2

Bitcoin descriptors library (part of descriptor-wallet)
Documentation
[package]
name = "bitcoin_onchain"
version = "0.6.0-alpha.2"
license = "Apache-2.0"
authors = ["Dr. Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "Bitcoin descriptors library (part of descriptor-wallet)"
repository = "https://github.com/LNP-BP/descriptor-wallet"
homepage = "https://github.com/LNP-BP/descriptor-wallet/tree/master/descriptors"
keywords = ["bitcoin", "wallet", "cryptocurrency", "descriptor", "bip32"]
categories = ["cryptography::cryptocurrencies", "encoding", "parsing"]
readme = "../README.md"
edition = "2018"
exclude = []

[dependencies]
amplify = "3.9.1"
bitcoin = "0.27.1"
strict_encoding = "1.7.7"
descriptors = { version = "0.6.0-alpha.1", path = "../descriptors" }
bitcoin_hd = { version = "0.6.0-alpha.1", path = "../hd" }
miniscript = "6.0.1"
chrono = "0.4.19"
electrum-client = { version = "0.8.0", optional = true }

[features]
default = []
all = ["electrum"]
electrum = ["electrum-client"]