2 name = "lightning-persister"
4 authors = ["Valentine Wallace", "Matt Corallo"]
5 license = "MIT OR Apache-2.0"
6 repository = "https://github.com/rust-bitcoin/rust-lightning/"
8 Utilities to manage Rust-Lightning channel data persistence and retrieval.
13 lightning = { version = "0.0.13", path = "../lightning" }
16 [target.'cfg(windows)'.dependencies]
17 winapi = { version = "0.3", features = ["winbase"] }
19 [dev-dependencies.bitcoin]
21 features = ["bitcoinconsensus"]
24 lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }