bip324 0.5.0

Encrypted messaging over the Bitcoin P2P Protocol as specified by BIP 324
Documentation
[dependencies.bitcoin]
default-features = false
version = "0.32.4"

[dependencies.futures]
default-features = false
optional = true
version = "0.3.30"

[dependencies.rand]
default-features = false
version = "0.8.0"

[dependencies.tokio]
default-features = false
optional = true
version = ">=1.37.0, <1.39.0"

[dev-dependencies.hex]
package = "hex-conservative"
version = "0.2.0"

[features]
alloc = []
async = ["std", "futures/std"]
default = ["std"]
std = ["alloc", "bitcoin/std", "rand/std", "rand/std_rng"]
tokio = ["std", "tokio/io-util"]

[lib]
name = "bip324"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.63.0"
version = "0.5.0"

[[test]]
name = "round_trips"
path = "tests/round_trips.rs"