# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lightning-block-sync" version = "0.0.125" authors = [ "Jeffrey Czyz", "Matt Corallo", ] description = """ Utilities to fetch the chain data from a block source and feed them into Rust Lightning. """ license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitcoin] version = "0.32.2" [dependencies.chunked_transfer] version = "1.4" optional = true [dependencies.lightning] version = "0.0.125" [dependencies.serde_json] version = "1.0" optional = true [dependencies.tokio] version = "1.35" features = [ "io-util", "net", "time", "rt", ] optional = true [dev-dependencies.lightning] version = "0.0.125" features = ["_test_utils"] [dev-dependencies.tokio] version = "1.35" features = [ "macros", "rt", ] [features] rest-client = [ "serde_json", "chunked_transfer", ] rpc-client = [ "serde_json", "chunked_transfer", ]