2 name = "lightning-c-bindings"
4 authors = ["Matt Corallo"]
8 Utilities to fetch the chain from Bitcoin Core REST/RPC Interfaces and feed them into Rust Lightning.
13 crate-type = ["staticlib"
14 # Note that the following line is matched exactly by genbindings to turn off dylib creation
19 lightning = { version = "0.0.11", path = "../lightning" }
21 # We eventually want to join the root workspace, but for now, the bindings generation is
22 # a bit brittle and we don't want to hold up other developers from making changes just
23 # because they break the bindings