2 name = "lightning-persister"
4 authors = ["Valentine Wallace", "Matt Corallo"]
7 Utilities to manage channel data persistence and retrieval.
12 lightning = { version = "0.0.12", path = "../lightning" }
15 [target.'cfg(windows)'.dependencies]
16 winapi = { version = "0.3", features = ["winbase"] }
18 [dev-dependencies.bitcoin]
20 features = ["bitcoinconsensus"]
23 lightning = { version = "0.0.12", path = "../lightning", features = ["_test_utils"] }