summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b00d497afd5e767f8e8cd8644997f5061940dd3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "grpcio-sys"
version = "0.12.1+1.46.5-patched"
authors = ["The TiKV Project Developers"]
build = "build.rs"
exclude = [
    "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",
]
description = "FFI bindings to gRPC c core library"
homepage = "https://github.com/tikv/grpc-rs"
documentation = "https://docs.rs/grpcio-sys"
keywords = [
    "grpc",
    "bindings",
]
categories = [
    "external-ffi-bindings",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/tikv/grpc-rs"

[dependencies.libc]
version = "0.2"

[dependencies.libz-sys]
version = "1.1.3"
features = [
    "libc",
    "static",
]
default-features = false

[dependencies.openssl-sys]
version = "0.9"
features = ["vendored"]
optional = true

[build-dependencies.bindgen]
version = "0.59.0"
features = ["runtime"]
optional = true
default-features = false

[build-dependencies.boringssl-src]
version = "0.5.0"
optional = true

[build-dependencies.cc]
version = "1.0"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.walkdir]
version = "2.2.9"

[features]
_gen-bindings = ["bindgen"]
_list-package = []
_secure = []
boringssl = [
    "boringssl-src",
    "_secure",
]
no-omit-frame-pointer = []
openssl = ["_secure"]
openssl-vendored = [
    "openssl",
    "openssl-sys",
]

[target."cfg(not(all(any(target_os = \"linux\", target_os = \"macos\"), any(target_arch = \"x86_64\", target_arch = \"aarch64\"))))".build-dependencies.bindgen]
version = "0.59.0"