descriptor-tree 0.1.0

Library for constructing a prunable tree of keys and keyless conditions from a descriptor
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"