rust-lightning/lightning-custom-message/Cargo.toml

21 lines
490 B
TOML

[package]
name = "lightning-custom-message"
version = "0.0.124"
authors = ["Jeffrey Czyz"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lightningdevkit/rust-lightning"
description = """
Utilities for supporting custom peer-to-peer messages in LDK.
"""
edition = "2021"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
bitcoin = "0.32.2"
lightning = { version = "0.0.124", path = "../lightning" }
[lints]
workspace = true