[[bin]]
name = "descriptor-encrypt"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.bitcoin]
version = "0.32.5"
[dependencies.chacha20]
version = "0.9.1"
[dependencies.chacha20poly1305]
version = "0.10.1"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.descriptor-tree]
version = "0.1.0"
[dependencies.hex]
version = "0.4.3"
[dependencies.itertools]
version = "0.14.0"
[dependencies.miniscript]
version = "12.3.2"
[dependencies.sha2]
version = "0.10.9"
[dev-dependencies.rand]
version = "0.9.1"
[features]
compiler = []
default = ["std"]
std = ["bitcoin/std"]
trace = []
[lib]
name = "descriptor_encrypt"
path = "src/lib.rs"
[package]
authors = ["Joshua Doman <joshsdoman@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Encrypt Bitcoin wallet descriptors such that only authorized spenders can decrypt"
edition = "2024"
homepage = "https://github.com/joshdoman/descriptor-encrypt"
keywords = ["crypto", "bitcoin", "descriptor", "miniscript", "encrypt"]
license = "CC0-1.0"
name = "descriptor-encrypt"
readme = "README.md"
repository = "https://github.com/joshdoman/descriptor-encrypt"
rust-version = "1.85.0"
version = "0.1.2"