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"]
17 futures = [ "futures-util" ]
21 lightning = { version = "0.0.113", path = "../lightning", features = ["std"] }
22 lightning-rapid-gossip-sync = { version = "0.0.113", path = "../lightning-rapid-gossip-sync" }
23 futures-util = { version = "0.3", default-features = false, features = ["async-await-macro"], optional = true }
26 lightning = { version = "0.0.113", path = "../lightning", features = ["_test_utils"] }
27 lightning-invoice = { version = "0.21.0", path = "../lightning-invoice" }
28 lightning-persister = { version = "0.0.113", path = "../lightning-persister" }