fedimint-cln-rpc 0.4.0

An async RPC client for Core Lightning.
Documentation
[[example]]
name = "cln-rpc-getinfo"
path = "examples/getinfo.rs"
[dependencies.anyhow]
version = "1.0"

[dependencies.bitcoin]
features = ["serde"]
version = "0.29"

[dependencies.bytes]
version = "1"

[dependencies.futures-util]
features = ["sink"]
version = "0.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["net"]
version = "1"

[dependencies.tokio-util]
features = ["codec"]
version = "0.7"
[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.tokio]
features = ["net", "macros", "rt-multi-thread"]
version = "1"

[package]
description = "An async RPC client for Core Lightning."
documentation = "https://docs.rs/cln-rpc"
edition = "2021"
homepage = "https://github.com/ElementsProject/lightning/tree/master/cln-rpc"
license = "MIT"
name = "fedimint-cln-rpc"
readme = "README.md"
repository = "https://github.com/ElementsProject/lightning"
version = "0.4.0"