[package]
name = "lightning_encoding"
version = "0.5.13"
license = "Apache-2.0"
authors = ["Dr Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "Network encoding for lightning network peer protocol data types"
repository = "https://github.com/LNP-BP/lnp-core"
homepage = "https://lnp-bp.org"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
readme = "README.md"
edition = "2021"
rust-version = "1.56.1"
[lib]
name = "lightning_encoding"
path = "src/lib.rs"
crate-type = ["rlib", "staticlib"]
[dependencies]
amplify = "3.9.1"
strict_encoding = ">=1.7.6"
lightning_encoding_derive = { version = "0.5.3", path = "derive", optional = true }
descriptor-wallet = "0.5.0"
lnpbp = "0.5.0"
bitcoin = "0.27.1"
chrono = "0.4.19"
[features]
default = ["derive"]
all = ["derive"]
derive = ["lightning_encoding_derive"]