2023-01-03 11:24:30 -06:00
|
|
|
[package]
|
|
|
|
name = "lightning-custom-message"
|
2024-08-30 15:05:24 +00:00
|
|
|
version = "0.0.124"
|
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]
|
2024-08-16 08:02:50 -07:00
|
|
|
bitcoin = "0.32.2"
|
2024-08-30 15:05:24 +00:00
|
|
|
lightning = { version = "0.0.124", path = "../lightning" }
|
2024-07-12 11:23:50 +02:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|