ginepro 0.2.0

A client-side gRPC channel implementation for tonic
Documentation
[package]
name = "ginepro"
version = "0.2.0"
authors = ["Helge Hoff <helge.hoff@truelayer.com>"]
edition = "2018"
description = "A client-side gRPC channel implementation for tonic"
repository = "https://github.com/TrueLayer/ginepro"
license = "MIT OR Apache-2.0"
keywords = ["gRPC", "tonic", "channel", "load", "balancer"]
categories = ["asynchronous", "web-programming"]
readme = "../README.md"

[dependencies]
tonic = { version = "0.5", features = ["tls"] }
tower = { version = "0.4", default-features = false, features = ["discover"] }
tower-service = "0.3"
anyhow = "1"
tokio = { version = "1", features = ["full"] }
trust-dns-resolver = "0.20"
async-trait = "0.1"
tracing = { version = "0.1", features = ["log", "attributes"] }
tracing-futures = "0.2"
http = "0.2"
prost = "0.8"
openssl = "0.10.34"

[dev-dependencies]
shared-proto = { path = "../shared_proto" }
tests = { path = "../tests" }