2 name = "ldk-tutorial-node"
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.103" }
12 lightning-block-sync = { version = "0.0.103", features = [ "rpc-client" ] }
13 lightning-invoice = { version = "0.11.0" }
14 lightning-net-tokio = { version = "0.0.103" }
15 lightning-persister = { version = "0.0.103" }
16 lightning-background-processor = { version = "0.0.103" }
20 bitcoin-bech32 = "0.12"
27 serde_json = { version = "1.0" }
28 tokio = { version = "1.5", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }