# 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 = "cln-grpc-plugin" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = 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/" readme = "README.md" license = "MIT" repository = "https://github.com/ElementsProject/lightning" [[bin]] name = "cln-grpc" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.cln-grpc] version = "0.2" features = ["server"] [dependencies.cln-plugin] version = "0.2" [dependencies.cln-rpc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.12" [dependencies.rcgen] version = "0.13.1" features = [ "pem", "x509-parser", ] [dependencies.serde_json] version = "1.0.113" [dependencies.tokio] version = "1" features = [ "net", "rt-multi-thread", ] [dependencies.tonic] version = "0.11" features = [ "tls", "transport", ]