lnpbp 0.3.2

LNP/BP Core Library implementing LNPBP specifications & standards
Documentation
[dependencies.amplify]
features = ["stringly_conversions", "std"]
version = "3"

[dependencies.amplify_derive]
version = "2.4.3"

[dependencies.bech32]
version = "~0.7.2"

[dependencies.bitcoin]
features = ["rand"]
version = "~0.26.0"

[dependencies.bitcoin_hashes]
version = "~0.9.4"

[dependencies.client_side_validation]
version = "0.3"

[dependencies.deflate]
optional = true
version = "~0.8.6"

[dependencies.descriptor-wallet]
version = "0.3.4"

[dependencies.inflate]
optional = true
version = "~0.4.5"

[dependencies.lazy_static]
version = "~1.4.0"

[dependencies.lightning_encoding]
version = "0.3.11"

[dependencies.miniscript]
features = ["compiler"]
version = "=5.0.0"

[dependencies.serde_crate]
features = ["derive"]
optional = true
package = "serde"
version = "~1.0.0"

[dependencies.serde_with]
features = ["hex"]
optional = true
version = "~1.5.0"

[dependencies.serde_with_macros]
optional = true
version = "~1.2.0"

[dependencies.strict_encoding]
features = ["miniscript"]
version = "1"

[dependencies.strict_encoding_derive]
version = "1"

[features]
all = ["serde", "elgamal", "bulletproofs", "zip"]
bulletproofs = ["client_side_validation/bulletproofs"]
default = ["zip"]
elgamal = []
serde = ["serde_crate", "serde_with", "serde_with_macros", "amplify/serde", "bitcoin/use-serde", "bitcoin_hashes/serde", "miniscript/serde", "descriptor-wallet/serde"]
zip = ["inflate", "deflate"]

[lib]
crate-type = ["rlib", "staticlib"]
name = "lnpbp"
path = "src/lib.rs"

[package]
authors = ["Dr. Maxim Orlovsky <orlovsky@pandoracore.com>"]
categories = ["cryptography::cryptocurrencies"]
description = "LNP/BP Core Library implementing LNPBP specifications & standards"
edition = "2018"
exclude = [".github", "contrib", "client_side_validation", "strict_encoding", "invoice"]
homepage = "https://github.com/LNP-BP"
keywords = ["bitcoin", "lightning", "lnp-bp", "layer-3", "cryptography"]
license = "MIT"
name = "lnpbp"
readme = "README.md"
repository = "https://github.com/LNP-BP/rust-lnpbp"
version = "0.3.2"