Bump crate versions to 0.0.106/invoice 0.14
[rust-lightning] / lightning-background-processor / Cargo.toml
1 [package]
2 name = "lightning-background-processor"
3 version = "0.0.106"
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 [package.metadata.docs.rs]
13 all-features = true
14 rustdoc-args = ["--cfg", "docsrs"]
15
16 [dependencies]
17 bitcoin = "0.27"
18 lightning = { version = "0.0.106", path = "../lightning", features = ["std"] }
19 lightning-persister = { version = "0.0.106", path = "../lightning-persister" }
20
21 [dev-dependencies]
22 lightning = { version = "0.0.106", path = "../lightning", features = ["_test_utils"] }
23 lightning-invoice = { version = "0.14.0", path = "../lightning-invoice" }