[dependencies.backtrace]
optional = true
version = "0.3"
[dependencies.bitcoin]
default-features = false
features = ["secp-recovery"]
version = "0.28.1"
[dependencies.core2]
default-features = false
optional = true
version = "0.3.0"
[dependencies.hashbrown]
optional = true
version = "0.11"
[dependencies.hex]
optional = true
version = "0.4"
[dependencies.regex]
optional = true
version = "1.5.6"
[dev-dependencies.bitcoin]
default-features = false
features = ["bitcoinconsensus", "secp-recovery"]
version = "0.28.1"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.regex]
version = "1.5.6"
[features]
_bench_unstable = []
_test_utils = ["hex", "regex", "bitcoin/bitcoinconsensus"]
default = ["std", "grind_signatures"]
grind_signatures = []
max_level_debug = []
max_level_error = []
max_level_info = []
max_level_off = []
max_level_trace = []
max_level_warn = []
no-std = ["hashbrown", "bitcoin/no-std", "core2/alloc"]
std = ["bitcoin/std"]
unsafe_revoked_tx_signing = []
[package]
authors = ["Matt Corallo"]
description = "A Bitcoin Lightning library in Rust.\nDoes most of the hard work, without implying a specific runtime, requiring clients implement basic network logic, chain interactions and disk storage.\nStill missing tons of error-handling. See GitHub issues for suggested projects if you want to contribute. Don't have to bother telling you not to use this for anything serious, because you'd have to build a client around it to even try.\n"
license = "MIT OR Apache-2.0"
name = "lightning"
repository = "https://github.com/lightningdevkit/rust-lightning/"
version = "0.0.110"
[package.metadata.docs.rs]
features = ["std"]
rustdoc-args = ["--cfg", "docsrs"]