Lines Matching +full:grpcio +full:- +full:sys +full:-
9 # issue against the rust-lang/cargo repository. If you're
15 name = "grpcio"
20 homepage = "https://github.com/tikv/grpc-rs"
21 documentation = "https://docs.rs/grpcio"
24 categories = ["asynchronous", "network-programming"]
25 license = "Apache-2.0"
26 repository = "https://github.com/tikv/grpc-rs"
28 all-features = true
36 [dependencies.grpcio-sys]
38 default-features = false
58 default = ["protobuf-codec", "secure", "use-bindgen"]
59 no-omit-frame-pointer = ["grpcio-sys/no-omit-frame-pointer"]
60 openssl = ["secure", "grpcio-sys/openssl"]
61 openssl-vendored = ["secure", "grpcio-sys/openssl-vendored"]
62 prost-codec = ["prost", "bytes"]
63 protobuf-codec = ["protobuf"]
64 secure = ["grpcio-sys/secure"]
65 use-bindgen = ["grpcio-sys/use-bindgen"]
66 [badges.travis-ci]
67 repository = "tikv/grpc-rs"