1837cb17e664839de009f2c01ba2a2ac3055d6dd
[rust-lightning] / lightning-background-processor / Cargo.toml
1 [package]
2 name = "lightning-background-processor"
3 version = "0.0.104"
4 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
5 license = "MIT OR Apache-2.0"
6 repository = "http://github.com/lightningdevkit/rust-lightning"
7 description = """
8 Utilities to perform required background tasks for Rust Lightning.
9 """
10 edition = "2018"
11
12 [dependencies]
13 bitcoin = "0.27"
14 lightning = { version = "0.0.104", path = "../lightning", features = ["std"] }
15 lightning-persister = { version = "0.0.104", path = "../lightning-persister" }
16
17 [dev-dependencies]
18 lightning = { version = "0.0.104", path = "../lightning", features = ["_test_utils"] }
19 lightning-invoice = { version = "0.12.0", path = "../lightning-invoice" }