cat-envelope 0.1.0

A library for wrapping and unwrapping taproot scripts into an envelope for working with the OP_CAT signer
Documentation
[dependencies.anyhow]
version = "1.0.69"

[dependencies.bitcoin]
version = "0.32.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0.128"

[dev-dependencies.bitcoin]
features = ["rand", "rand-std"]
version = "0.32.5"

[dev-dependencies.bitcoin-tx-verify]
version = "0.1.2"

[dev-dependencies.rand]
version = "0.8.5"

[features]
use-serde = ["bitcoin/actual-serde", "bitcoin/serde", "serde_json", "serde"]

[package]
authors = ["benthecarman <ben@taprootwizards.com>"]
description = "A library for wrapping and unwrapping taproot scripts into an envelope for working with the OP_CAT signer"
documentation = "https://docs.rs/cat-envelope"
edition = "2021"
keywords = ["bitcoin", "taproot", "signer", "cat", "envelope"]
license = "MIT"
name = "cat-envelope"
repository = "https://github.com/taproot-wizards/cat-signer"
version = "0.1.0"