Lines Matching +full:grpcio +full:- +full:sys +full:-
2 name = "grpcio-sys"
5 license = "Apache-2.0"
7 repository = "https://github.com/tikv/grpc-rs"
8 homepage = "https://github.com/tikv/grpc-rs"
9 documentation = "https://docs.rs/grpcio-sys"
11 categories = ["external-ffi-bindings", "network-programming"]
23 "grpc/src/objective-c/*",
29 "grpc/third_party/abseil-cpp/absl/time/internal/cctz/testdata",
32 "grpc/third_party/boringssl-with-bazel/*",
39 "grpc/third_party/envoy-api/*",
41 "grpc/third_party/protoc-gen-validate/*",
52 openssl-sys = { version = "0.9", optional = true, features = ["vendored"] }
53 libz-sys = { version = "1.0.25", features = ["static"] }
56 default = ["use-bindgen"]
59 openssl-vendored = ["openssl", "openssl-sys"]
60 no-omit-frame-pointer = []
64 use-bindgen = ["bindgen"]
66 [build-dependencies]
69 pkg-config = "0.3"
71 # Because of rust-lang/cargo#5237, bindgen should not be upgraded util a minor or major release.
72 bindgen = { version = "0.57.0", default-features = false, optional = true, features = ["runtime"] }
73 boringssl-src = "0.2.0"