Lines Matching +full:grpcio +full:- +full:sys +full:-
9 # issue against the rust-lang/cargo repository. If you're
15 name = "grpcio-sys"
19 …-c/*", "grpc/src/php/*", "grpc/src/python/*", "grpc/src/ruby/*", "grpc/test/core/end2end/*", "grpc…
21 homepage = "https://github.com/tikv/grpc-rs"
22 documentation = "https://docs.rs/grpcio-sys"
24 categories = ["external-ffi-bindings", "network-programming"]
25 license = "Apache-2.0"
26 repository = "https://github.com/tikv/grpc-rs"
30 [dependencies.libz-sys]
33 default-features = false
35 [dependencies.openssl-sys]
39 [build-dependencies.bindgen]
43 default-features = false
45 [build-dependencies.boringssl-src]
49 [build-dependencies.cc]
52 [build-dependencies.cmake]
55 [build-dependencies.pkg-config]
58 [build-dependencies.walkdir]
62 default = ["use-bindgen"]
63 no-omit-frame-pointer = []
65 openssl-vendored = ["openssl", "openssl-sys"]
66 secure = ["boringssl-src"]
67 use-bindgen = ["bindgen"]