[package]
edition = "2024"
rust-version = "1.85.0"
name = "bitcoin-embed"
version = "0.1.0"
authors = ["Joshua Doman <joshsdoman@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for embedding arbitrary data and TLV-encoded messages in Bitcoin transactions"
homepage = "https://github.com/joshdoman/bitcoin-embed"
readme = "README.md"
keywords = [
"bitcoin",
"embed",
"extract",
"envelope",
"inscribe",
]
license = "CC0-1.0"
repository = "https://github.com/joshdoman/bitcoin-embed"
[features]
compiler = []
default = ["std"]
std = ["bitcoin/std"]
trace = []
[lib]
name = "bitcoin_embed"
path = "src/lib.rs"
[dependencies.bitcoin]
version = "0.32.6"