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

19 lines
474 B
TOML
Raw Normal View History

[package]
name = "lightning-custom-message"
version = "0.0.123-beta"
authors = ["Jeffrey Czyz"]
license = "MIT OR Apache-2.0"
2023-07-23 08:58:41 +03:00
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]
2024-05-11 10:55:02 +08:00
bitcoin = "0.31.2"
lightning = { version = "0.0.123-beta", path = "../lightning" }