• 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.9.1+1.38.0"
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.1.3"
32features = ["libc", "static"]
33default-features = false
34
35[dependencies.openssl-sys]
36version = "0.9"
37features = ["vendored"]
38optional = true
39[build-dependencies.bindgen]
40version = "0.57.0"
41features = ["runtime"]
42optional = true
43default-features = false
44
45[build-dependencies.boringssl-src]
46version = "0.3.0"
47optional = true
48
49[build-dependencies.cc]
50version = "1.0"
51
52[build-dependencies.cmake]
53version = "0.1"
54
55[build-dependencies.pkg-config]
56version = "0.3"
57
58[build-dependencies.walkdir]
59version = "2.2.9"
60
61[features]
62default = ["use-bindgen"]
63no-omit-frame-pointer = []
64openssl = ["secure"]
65openssl-vendored = ["openssl", "openssl-sys"]
66secure = ["boringssl-src"]
67use-bindgen = ["bindgen"]
68