# 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 = "fedimint-cln-rpc" version = "0.4.0" description = "An async RPC client for Core Lightning." homepage = "https://github.com/ElementsProject/lightning/tree/master/cln-rpc" documentation = "https://docs.rs/cln-rpc" readme = "README.md" license = "MIT" repository = "https://github.com/ElementsProject/lightning" [[example]] name = "cln-rpc-getinfo" path = "examples/getinfo.rs" [dependencies.anyhow] version = "1.0" [dependencies.bitcoin] version = "0.29" features = ["serde"] [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["net"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio] version = "1" features = [ "net", "macros", "rt-multi-thread", ]