grpcio-sys 0.5.3

FFI bindings to gRPC c core library
Documentation
[build-dependencies.bindgen]
default-features = false
version = "0.51.0"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.cmake]
version = "0.1.40"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.walkdir]
version = "2.2.9"
[dependencies.libc]
version = "0.2"

[dependencies.libz-sys]
features = ["static"]
version = "1.0.25"

[dependencies.openssl-sys]
features = ["vendored"]
optional = true
version = "0.9"

[features]
default = []
no-omit-frame-pointer = []
openssl = ["secure"]
openssl-vendored = ["openssl", "openssl-sys"]
secure = []

[package]
authors = ["The TiKV Project Developers"]
build = "build.rs"
categories = ["external-ffi-bindings", "network-programming"]
description = "FFI bindings to gRPC c core library"
documentation = "https://docs.rs/grpcio-sys"
edition = "2018"
exclude = ["grpc/doc/*", "grpc/etc/*", "grpc/examples/*", "grpc/Makefile", "grpc/templates/*", "grpc/src/android/*", "grpc/src/csharp/*", "grpc/src/boringssl/crypto_test_data.cc", "grpc/src/node/*", "grpc/src/objective-c/*", "grpc/src/php/*", "grpc/src/python/*", "grpc/src/ruby/*", "grpc/vsprojects/*", "grpc/test/core/end2end/*", "grpc/third_party/zlib/*", "grpc/third_party/abseil-cpp/*", "grpc/third_party/benchmark/*", "grpc/third_party/bloaty/*", "grpc/third_party/boringssl/fuzz/*", "grpc/third_party/boringssl/crypto/cipher_extra/test/*", "grpc/third_party/boringssl/third_party/android-cmake/*", "grpc/third_party/boringssl/third_party/wycheproof_testvectors", "grpc/third_party/boringssl/third_party/googletest", "!grpc/third_party/boringssl/third_party/googletest/src/gtest-all.cc", "grpc/third_party/boringssl-with-bazel/*", "grpc/third_party/gflags/*", "grpc/third_party/googletest/*", "grpc/third_party/libcxx/*", "grpc/third_party/libcxxabi/*", "grpc/third_party/objective_c/*", "grpc/third_party/protobuf/*", "grpc/third_party/rake-compiler-dock/*", "grpc/third_party/toolchan/*", "grpc/tools/run_tests/generated/*", "grpc/test/core/", "!grpc/test/core/security/*.cc", "!grpc/test/core/util/cmdline.cc", "grpc/test/cpp"]
homepage = "https://github.com/tikv/grpc-rs"
keywords = ["grpc", "bindings"]
license = "Apache-2.0"
name = "grpcio-sys"
repository = "https://github.com/tikv/grpc-rs"
version = "0.5.3"