grpcio 0.10.0

The rust language implementation of gRPC, base on the gRPC c core library.
Documentation
[badges.travis-ci]
repository = "tikv/grpc-rs"
[dependencies.bytes]
optional = true
version = "1.0"

[dependencies.futures-executor]
version = "0.3"

[dependencies.futures-util]
default-features = false
features = ["std", "sink"]
version = "0.3"

[dependencies.grpcio-sys]
default-features = false
version = "0.10.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.11"

[dependencies.prost]
optional = true
version = "0.9"

[dependencies.protobuf]
optional = true
version = "2.0"

[features]
_secure = []
boringssl = ["grpcio-sys/boringssl", "_secure"]
default = ["protobuf-codec", "boringssl"]
no-omit-frame-pointer = ["grpcio-sys/no-omit-frame-pointer"]
openssl = ["_secure", "grpcio-sys/openssl"]
openssl-vendored = ["_secure", "grpcio-sys/openssl-vendored"]
prost-codec = ["prost", "bytes"]
protobuf-codec = ["protobuf"]

[package]
authors = ["The TiKV Project Developers"]
autoexamples = false
categories = ["asynchronous", "network-programming"]
description = "The rust language implementation of gRPC, base on the gRPC c core library."
documentation = "https://docs.rs/grpcio"
edition = "2018"
homepage = "https://github.com/tikv/grpc-rs"
keywords = ["grpc", "protobuf", "rpc", "tls", "http2"]
license = "Apache-2.0"
name = "grpcio"
readme = "README.md"
repository = "https://github.com/tikv/grpc-rs"
version = "0.10.0"
[package.metadata.docs.rs]
all-features = true