lnd_grpc_rust 2.4.0

An async library implementing LND RPC via tonic_openssl and prost
Documentation
[build-dependencies.tonic-build]
version = "0.7"
[dependencies.hex]
version = "0.4.3"

[dependencies.hyper]
version = "0.14"

[dependencies.hyper-openssl]
version = "0.9"

[dependencies.openssl]
version = "0.10.16"

[dependencies.pretty_env_logger]
version = "0.5.0"

[dependencies.prost]
version = "0.10"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.35"

[dependencies.tokio-stream]
features = ["net"]
version = "0.1.14"

[dependencies.tonic]
version = "0.7"

[dependencies.tonic-openssl]
version = "0.2"

[dependencies.tower]
version = "0.4.13"

[lib]
doctest = false

[package]
authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>", "Jonathan Zernik <yzernik@gmail.com>", "Nitesh Balusu <niteshbalusu@icloud.com>"]
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies", "network-programming"]
description = "An async library implementing LND RPC via tonic_openssl and prost"
edition = "2018"
homepage = "https://github.com/niteshbalusu11/lnd-grpc-rust"
keywords = ["LND", "rpc", "grpc", "tonic", "async"]
license = "MIT"
name = "lnd_grpc_rust"
readme = "README.md"
repository = "https://github.com/niteshbalusu11/lnd-grpc-rust"
version = "2.4.0"