2 name = "lightning-background-processor"
4 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
5 license = "MIT OR Apache-2.0"
6 repository = "https://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 = ["bitcoin/std", "lightning/std", "lightning-rapid-gossip-sync/std"]
19 no-std = ["bitcoin/no-std", "lightning/no-std", "lightning-rapid-gossip-sync/no-std"]
24 bitcoin = { version = "0.30.2", default-features = false }
25 lightning = { version = "0.0.121", path = "../lightning", default-features = false }
26 lightning-rapid-gossip-sync = { version = "0.0.121", path = "../lightning-rapid-gossip-sync", default-features = false }
29 tokio = { version = "1.35", features = [ "macros", "rt", "rt-multi-thread", "sync", "time" ] }
30 lightning = { version = "0.0.121", path = "../lightning", features = ["_test_utils"] }
31 lightning-invoice = { version = "0.29.0", path = "../lightning-invoice" }
32 lightning-persister = { version = "0.0.121", path = "../lightning-persister" }