2 name = "lightning-background-processor"
4 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
5 license = "MIT OR Apache-2.0"
6 repository = "http://github.com/lightningdevkit/rust-lightning"
8 Utilities to perform required background tasks for Rust Lightning.
12 [package.metadata.docs.rs]
14 rustdoc-args = ["--cfg", "docsrs"]
18 std = ["lightning/std", "lightning-rapid-gossip-sync/std"]
23 bitcoin = { version = "0.29.0", default-features = false }
24 lightning = { version = "0.0.115", path = "../lightning", default-features = false }
25 lightning-rapid-gossip-sync = { version = "0.0.115", path = "../lightning-rapid-gossip-sync", default-features = false }
28 tokio = { version = "1.14", features = [ "macros", "rt", "rt-multi-thread", "sync", "time" ] }
29 lightning = { version = "0.0.115", path = "../lightning", features = ["_test_utils"] }
30 lightning-invoice = { version = "0.23.0", path = "../lightning-invoice" }
31 lightning-persister = { version = "0.0.115", path = "../lightning-persister" }