4 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
5 license = "MIT OR Apache-2.0"
8 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11 lightning = { version = "0.0.117", features = ["max_level_trace"] }
12 lightning-block-sync = { version = "0.0.117", features = [ "rpc-client", "tokio" ] }
13 lightning-invoice = { version = "0.25.0" }
14 lightning-net-tokio = { version = "0.0.117" }
15 lightning-persister = { version = "0.0.117" }
16 lightning-background-processor = { version = "0.0.117", features = [ "futures" ] }
17 lightning-rapid-gossip-sync = { version = "0.0.117" }
21 bitcoin-bech32 = "0.12"
26 chrono = { version = "0.4", default-features = false, features = ["clock"] }
28 serde_json = { version = "1.0" }
29 tokio = { version = "1", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }