lightning 0.0.98

A Bitcoin Lightning library in Rust. Does most of the hard work, without implying a specific runtime, requiring clients implement basic network logic, chain interactions and disk storage. Still 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.
Documentation
[dependencies.bitcoin]
version = "0.26"

[dependencies.hex]
optional = true
version = "0.3"

[dependencies.regex]
optional = true
version = "0.1.80"
[dev-dependencies.bitcoin]
features = ["bitcoinconsensus"]
version = "0.26"

[dev-dependencies.hex]
version = "0.3"

[dev-dependencies.regex]
version = "0.1.80"

[features]
_test_utils = ["hex", "regex", "bitcoin/bitcoinconsensus"]
allow_wallclock_use = []
fuzztarget = ["bitcoin/fuzztarget", "regex"]
max_level_debug = []
max_level_error = []
max_level_info = []
max_level_off = []
max_level_warn = []
unsafe_revoked_tx_signing = []
unstable = []

[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/rust-bitcoin/rust-lightning/"
version = "0.0.98"
[package.metadata.docs.rs]
features = ["allow_wallclock_use"]