2021-01-12 00:03:32 +01:00
|
|
|
[package]
|
2021-03-09 00:48:24 +01:00
|
|
|
name = "lightning-background-processor"
|
2021-03-09 00:50:35 +01:00
|
|
|
version = "0.0.13"
|
2021-01-12 00:03:32 +01:00
|
|
|
authors = ["Valentine Wallace <vwallace@protonmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-01-15 02:57:56 +01:00
|
|
|
bitcoin = "0.26"
|
2021-03-09 00:50:35 +01:00
|
|
|
lightning = { version = "0.0.13", path = "../lightning", features = ["allow_wallclock_use"] }
|
|
|
|
lightning-persister = { version = "0.0.13", path = "../lightning-persister" }
|
2021-01-12 00:03:32 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-03-09 00:50:35 +01:00
|
|
|
lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }
|
2021-03-09 22:47:43 +01:00
|
|
|
|
|
|
|
[dev-dependencies.bitcoin]
|
|
|
|
version = "0.26"
|
|
|
|
features = ["bitcoinconsensus"]
|