2023-01-03 11:24:30 -06:00
|
|
|
[package]
|
|
|
|
name = "lightning-custom-message"
|
2024-04-19 01:03:03 +00:00
|
|
|
version = "0.0.123-beta"
|
2023-01-03 11:24:30 -06:00
|
|
|
authors = ["Jeffrey Czyz"]
|
|
|
|
license = "MIT OR Apache-2.0"
|
2023-07-23 08:58:41 +03:00
|
|
|
repository = "https://github.com/lightningdevkit/rust-lightning"
|
2023-01-03 11:24:30 -06:00
|
|
|
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]
|
2023-04-27 00:16:40 -07:00
|
|
|
bitcoin = "0.30.2"
|
2024-04-19 01:03:03 +00:00
|
|
|
lightning = { version = "0.0.123-beta", path = "../lightning" }
|