# 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 = "2018" name = "tonic_openssl_lnd" version = "0.2.0" authors = [ "Martin Habovstiak ", "Jonathan Zernik ", ] description = "An async library implementing LND RPC via tonic_openssl and prost" homepage = "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" repository = "https://github.com/yzernik/tonic_openssl_lnd" [lib] doctest = false [dependencies.hex] version = "0.4.3" [dependencies.hyper] version = "0.14" [dependencies.hyper-openssl] version = "0.9" [dependencies.openssl] version = "0.10" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.prost] version = "0.10" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.tonic] version = "0.7" [dependencies.tonic-openssl] version = "0.2" [dependencies.tower] version = "0.4" [build-dependencies.tonic-build] version = "0.7"