Lines Matching +full:grpcio +full:- +full:sys +full:-
2 name = "grpcio"
6 license = "Apache-2.0"
8 repository = "https://github.com/tikv/grpc-rs"
10 homepage = "https://github.com/tikv/grpc-rs"
11 documentation = "https://docs.rs/grpcio"
13 categories = ["asynchronous", "network-programming"]
17 all-features = true
20 grpcio-sys = { path = "grpc-sys", version = "0.9", default-features = false }
36 "tests-and-examples",
39 # rust-protobuf.
43 default = ["protobuf-codec", "secure", "use-bindgen"]
44 protobuf-codec = ["protobuf"]
45 prost-codec = ["prost", "bytes"]
46 secure = ["grpcio-sys/secure"]
47 openssl = ["secure", "grpcio-sys/openssl"]
48 openssl-vendored = ["secure", "grpcio-sys/openssl-vendored"]
49 no-omit-frame-pointer = ["grpcio-sys/no-omit-frame-pointer"]
50 use-bindgen = ["grpcio-sys/use-bindgen"]
53 travis-ci = { repository = "tikv/grpc-rs" }
55 [patch.crates-io]
56 grpcio-compiler = { path = "compiler", version = "0.9.0", default-features = false }