[dependencies.bitcoin]
default-features = false
version = "0.32.0"
[dependencies.rand]
default-features = false
version = "0.8.0"
[dev-dependencies.hex]
package = "hex-conservative"
version = "0.2.0"
[features]
alloc = []
default = ["std"]
std = ["alloc", "bitcoin/std", "rand/std", "rand/std_rng"]
[lib]
name = "bip324"
path = "src/lib.rs"
[package]
description = "Encrypted messaging over the Bitcoin P2P Protocol as specified by BIP 324"
edition = "2021"
license-file = "LICENSE"
name = "bip324"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/bip324"
rust-version = "1.56.1"
version = "0.3.1"