forked from Kixunil/tonic_lnd
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
31 lines (28 loc) · 926 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "tonic_openssl_lnd"
version = "0.2.0"
authors = ["Martin Habovstiak <[email protected]>", "Jonathan Zernik <[email protected]>"]
edition = "2018"
description = "An async library implementing LND RPC via tonic_openssl and prost"
homepage = "https://github.com/yzernik/tonic_openssl_lnd"
repository = "https://github.com/yzernik/tonic_openssl_lnd"
readme = "README.md"
keywords = ["LND", "rpc", "grpc", "tonic", "async"]
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies", "network-programming"]
license = "MITNFA"
[lib]
doctest = false
[dependencies]
tonic = "0.7"
tonic-openssl = { version = "0.2" }
hyper = "0.14"
hyper-openssl = "0.9"
prost = "0.10"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["net"] }
openssl = "0.10"
tower = "0.4"
pretty_env_logger = "0.4.0"
hex = "0.4.3"
[build-dependencies]
tonic-build = "0.7"