blob: e6892c8e004ec042a031411bd3b2e5cc4f67c61f [file] [log] [blame]
Jeff Vander Stoep3adfea82020-10-14 15:35:59 +02001# 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"
Joel Galensondacbb992021-09-23 10:55:24 -070016version = "0.9.1+1.38.0"
Jeff Vander Stoep3adfea82020-10-14 15:35:59 +020017authors = ["The TiKV Project Developers"]
18build = "build.rs"
Jeff Vander Stoep08902cf2020-11-19 19:03:52 +010019exclude = ["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"]
Jeff Vander Stoep3adfea82020-10-14 15:35:59 +020020description = "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]
Joel Galenson2c224052021-06-21 17:11:55 -070031version = "1.1.3"
32features = ["libc", "static"]
33default-features = false
Jeff Vander Stoep3adfea82020-10-14 15:35:59 +020034
35[dependencies.openssl-sys]
36version = "0.9"
37features = ["vendored"]
38optional = true
39[build-dependencies.bindgen]
Joel Galenson23c9e5e2021-04-02 14:59:08 -070040version = "0.57.0"
41features = ["runtime"]
42optional = true
Jeff Vander Stoep3adfea82020-10-14 15:35:59 +020043default-features = false
44
Jeff Vander Stoep08902cf2020-11-19 19:03:52 +010045[build-dependencies.boringssl-src]
Joel Galenson2c224052021-06-21 17:11:55 -070046version = "0.3.0"
Joel Galensondacbb992021-09-23 10:55:24 -070047optional = true
Jeff Vander Stoep08902cf2020-11-19 19:03:52 +010048
Jeff Vander Stoep3adfea82020-10-14 15:35:59 +020049[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]
Joel Galenson23c9e5e2021-04-02 14:59:08 -070062default = ["use-bindgen"]
Jeff Vander Stoep3adfea82020-10-14 15:35:59 +020063no-omit-frame-pointer = []
64openssl = ["secure"]
65openssl-vendored = ["openssl", "openssl-sys"]
Joel Galensondacbb992021-09-23 10:55:24 -070066secure = ["boringssl-src"]
Joel Galenson23c9e5e2021-04-02 14:59:08 -070067use-bindgen = ["bindgen"]