2 name = "lightning-persister"
4 authors = ["Valentine Wallace", "Matt Corallo"]
5 license = "MIT OR Apache-2.0"
6 repository = "https://github.com/lightningdevkit/rust-lightning"
8 Utilities for LDK data persistence and retrieval.
12 [package.metadata.docs.rs]
14 rustdoc-args = ["--cfg", "docsrs"]
18 lightning = { version = "0.0.121", path = "../lightning" }
20 [target.'cfg(windows)'.dependencies]
21 windows-sys = { version = "0.48.0", default-features = false, features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
23 [target.'cfg(ldk_bench)'.dependencies]
24 criterion = { version = "0.4", optional = true, default-features = false }
27 lightning = { version = "0.0.121", path = "../lightning", features = ["_test_utils"] }
28 bitcoin = { version = "0.30.2", default-features = false }