# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lightning-persister" version = "0.0.125" authors = [ "Valentine Wallace", "Matt Corallo", ] description = """ Utilities for LDK data persistence and retrieval. """ license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitcoin] version = "0.32.2" [dependencies.lightning] version = "0.0.125" [dev-dependencies.bitcoin] version = "0.32.2" default-features = false [dev-dependencies.lightning] version = "0.0.125" features = ["_test_utils"] [target."cfg(ldk_bench)".dependencies.criterion] version = "0.4" optional = true default-features = false [target."cfg(windows)".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Storage_FileSystem", "Win32_Foundation", ] default-features = false