cln-grpc-plugin 0.2.0

A Core Lightning plugin that re-exposes the JSON-RPC over grpc. Authentication is done via mTLS.
[[bin]]
name = "cln-grpc"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.cln-grpc]
features = ["server"]
version = "0.2"

[dependencies.cln-plugin]
version = "0.2"

[dependencies.cln-rpc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.prost]
version = "0.12"

[dependencies.rcgen]
features = ["pem", "x509-parser"]
version = "0.13.1"

[dependencies.serde_json]
version = "1.0.113"

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

[dependencies.tonic]
features = ["tls", "transport"]
version = "0.11"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Core Lightning plugin that re-exposes the JSON-RPC over grpc. Authentication is done via mTLS."
documentation = "https://docs.rs/crate/cln-grpc-plugin/"
edition = "2021"
license = "MIT"
name = "cln-grpc-plugin"
readme = "README.md"
repository = "https://github.com/ElementsProject/lightning"
version = "0.2.0"