• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "grpcio-sys"
16version = "0.8.1"
17authors = ["The TiKV Project Developers"]
18build = "build.rs"
19exclude = ["grpc/doc/*", "grpc/etc/*", "grpc/examples/*", "grpc/Makefile", "grpc/templates/*", "grpc/src/android/*", "grpc/src/csharp/*", "grpc/src/node/*", "grpc/src/objective-c/*", "grpc/src/php/*", "grpc/src/python/*", "grpc/src/ruby/*", "grpc/test/core/end2end/*", "grpc/third_party/zlib/*", "grpc/third_party/abseil-cpp/absl/time/internal/cctz/testdata", "grpc/third_party/benchmark/*", "grpc/third_party/bloaty/*", "grpc/third_party/boringssl-with-bazel/*", "grpc/third_party/libuv/*", "grpc/third_party/gflags/*", "grpc/third_party/googletest/*", "grpc/third_party/objective_c/*", "grpc/third_party/protobuf/*", "grpc/third_party/toolchans/*", "grpc/third_party/envoy-api/*", "grpc/third_party/googleapis/*", "grpc/third_party/protoc-gen-validate/*", "grpc/third_party/udpa/*", "grpc/tools/run_tests/generated/*", "grpc/test/core/", "!grpc/test/core/security/*.cc", "!grpc/test/core/util/cmdline.cc", "grpc/test/cpp"]
20description = "FFI bindings to gRPC c core library"
21homepage = "https://github.com/tikv/grpc-rs"
22documentation = "https://docs.rs/grpcio-sys"
23keywords = ["grpc", "bindings"]
24categories = ["external-ffi-bindings", "network-programming"]
25license = "Apache-2.0"
26repository = "https://github.com/tikv/grpc-rs"
27[dependencies.libc]
28version = "0.2"
29
30[dependencies.libz-sys]
31version = "1.0.25"
32features = ["static"]
33
34[dependencies.openssl-sys]
35version = "0.9"
36features = ["vendored"]
37optional = true
38[build-dependencies.bindgen]
39version = "0.57.0"
40features = ["runtime"]
41optional = true
42default-features = false
43
44[build-dependencies.boringssl-src]
45version = "0.2.0"
46
47[build-dependencies.cc]
48version = "1.0"
49
50[build-dependencies.cmake]
51version = "0.1"
52
53[build-dependencies.pkg-config]
54version = "0.3"
55
56[build-dependencies.walkdir]
57version = "2.2.9"
58
59[features]
60default = ["use-bindgen"]
61no-omit-frame-pointer = []
62openssl = ["secure"]
63openssl-vendored = ["openssl", "openssl-sys"]
64secure = []
65use-bindgen = ["bindgen"]
66