bip324 0.10.0

Encrypted transport for the bitcoin P2P protocol as specified by BIP 324
Documentation
[[bench]]
name = "cipher_session"
path = "benches/cipher_session.rs"

[dependencies.bitcoin]
default-features = false
version = "0.32.4"

[dependencies.bitcoin_hashes]
default-features = false
version = "0.15.0"

[dependencies.chacha20-poly1305]
default-features = false
version = "0.1.1"

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

[dependencies.tokio]
default-features = false
features = ["io-util"]
optional = true
version = "1"

[dev-dependencies.bitcoind]
default-features = false
features = ["26_0", "download"]
package = "corepc-node"
version = "0.7.1"

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

[dev-dependencies.tokio]
features = ["io-util", "net", "rt-multi-thread", "macros"]
version = "1"

[[example]]
name = "bufreader"
path = "examples/bufreader.rs"

[features]
default = ["std"]
std = ["bitcoin/std", "bitcoin_hashes/std", "chacha20-poly1305/std", "rand/std", "rand/std_rng"]
tokio = ["std", "dep:tokio"]

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

[package]
authors = ["Nick Johnson <nick@yonson.dev>", "Robert Netzke <rustaceanrob@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Encrypted transport for the bitcoin P2P protocol as specified by BIP 324"
edition = "2021"
license = "CC0-1.0"
name = "bip324"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/bip324"
rust-version = "1.63.0"
version = "0.10.0"

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