lightning 0.0.100

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]
default-features = false
features = ["secp-recovery"]
version = "0.27"

[dependencies.core2]
default-features = false
optional = true
version = "0.3.0"

[dependencies.hashbrown]
optional = true
version = "0.11"

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

[dependencies.regex]
optional = true
version = "0.1.80"

[dependencies.secp256k1]
default-features = false
features = ["alloc"]
version = "0.20.2"
[dev-dependencies.bitcoin]
default-features = false
features = ["bitcoinconsensus", "secp-recovery"]
version = "0.27"

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

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

[dev-dependencies.secp256k1]
default-features = false
features = ["alloc"]
version = "0.20.2"

[features]
_test_utils = ["hex", "regex", "bitcoin/bitcoinconsensus"]
allow_wallclock_use = []
default = ["std"]
fuzztarget = ["bitcoin/fuzztarget", "regex"]
max_level_debug = []
max_level_error = []
max_level_info = []
max_level_off = []
max_level_warn = []
no-std = ["hashbrown", "bitcoin/no-std", "core2/alloc"]
std = ["bitcoin/std"]
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.100"
[package.metadata.docs.rs]
features = ["allow_wallclock_use"]