X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-block-sync%2FCargo.toml;h=59f8c2356057c32cd7ec01bf251569e230b82d72;hb=dddb2e28c1e2586346d94775d5bb63414c6a73bb;hp=894c3b528df83f500683eb0e1c53a8fa7560fffb;hpb=c18f7055cc91ffed57d2e5f9d76a1bd22cd06303;p=rust-lightning diff --git a/lightning-block-sync/Cargo.toml b/lightning-block-sync/Cargo.toml index 894c3b52..59f8c235 100644 --- a/lightning-block-sync/Cargo.toml +++ b/lightning-block-sync/Cargo.toml @@ -14,15 +14,13 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] -rest-client = [ "serde", "serde_json", "chunked_transfer" ] -rpc-client = [ "serde", "serde_json", "chunked_transfer" ] +rest-client = [ "serde_json", "chunked_transfer" ] +rpc-client = [ "serde_json", "chunked_transfer" ] [dependencies] bitcoin = "0.29.0" lightning = { version = "0.0.114", path = "../lightning" } -futures-util = { version = "0.3" } tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = true } -serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } chunked_transfer = { version = "1.4", optional = true }