[package]
edition = "2024"
rust-version = "1.85.0"
name = "descriptor-tree"
version = "0.1.0"
authors = ["Joshua Doman <joshsdoman@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for constructing a prunable tree of keys and keyless conditions from a descriptor"
homepage = "https://github.com/joshdoman/descriptor-encrypt"
readme = false
license = "CC0-1.0"
repository = "https://github.com/joshdoman/descriptor-encrypt"
[lib]
name = "descriptor_tree"
path = "src/lib.rs"
[dependencies.bitcoin]
version = "0.32.5"
[dependencies.miniscript]
version = "12.3.2"