2021-01-12 00:03:32 +01:00
|
|
|
[package]
|
2021-03-09 00:48:24 +01:00
|
|
|
name = "lightning-background-processor"
|
2021-12-17 22:28:24 +01:00
|
|
|
version = "0.0.104"
|
2021-01-12 00:03:32 +01:00
|
|
|
authors = ["Valentine Wallace <vwallace@protonmail.com>"]
|
2021-03-09 22:51:14 +01:00
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
repository = "http://github.com/rust-bitcoin/rust-lightning"
|
|
|
|
description = """
|
|
|
|
Utilities to perform required background tasks for Rust Lightning.
|
|
|
|
"""
|
2021-01-12 00:03:32 +01:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-07-22 16:31:37 +02:00
|
|
|
bitcoin = "0.27"
|
2021-12-17 22:28:24 +01:00
|
|
|
lightning = { version = "0.0.104", path = "../lightning", features = ["std"] }
|
|
|
|
lightning-persister = { version = "0.0.104", path = "../lightning-persister" }
|
2021-01-12 00:03:32 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-12-17 22:28:24 +01:00
|
|
|
lightning = { version = "0.0.104", path = "../lightning", features = ["_test_utils"] }
|
|
|
|
lightning-invoice = { version = "0.12.0", path = "../lightning-invoice" }
|