bincode-grpc 0.7.2

grpc with bincode codec instead of protobuf
Documentation
[package]
name = "bincode-grpc"
description = "grpc with bincode codec instead of protobuf"
license = "AGPL-3.0-or-later"
version = "0.7.2"
authors = ["Xiangru Lian <admin@mail.xrlian.com>"]
edition = "2018"
repository = "https://github.com/L1AN0/bincode-grpc"
homepage = "https://github.com/L1AN0/bincode-grpc"
keywords = ["grpc", "rpc"]
categories = ["network-programming"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bincode-grpc-macro = { path = "../bincode-grpc-macro", version = "0.7.2" }
grpcio = { version = "0.6", default-features = false }
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
bytes = "0.5"
tracing = "0.1"
futures = "0.3"