2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "grpc",
|
2021-11-12 03:34:39 +08:00
|
|
|
"version-semver": "1.41.0",
|
2021-01-14 06:41:23 +08:00
|
|
|
"description": "An RPC library and framework",
|
|
|
|
"homepage": "https://github.com/grpc/grpc",
|
|
|
|
"dependencies": [
|
|
|
|
"abseil",
|
|
|
|
{
|
|
|
|
"name": "c-ares",
|
|
|
|
"platform": "!uwp"
|
|
|
|
},
|
2021-03-27 03:55:34 +08:00
|
|
|
{
|
|
|
|
"name": "grpc",
|
2021-05-04 05:14:17 +08:00
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"codegen"
|
|
|
|
]
|
2021-03-27 03:55:34 +08:00
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"openssl",
|
|
|
|
"protobuf",
|
2021-03-27 03:55:34 +08:00
|
|
|
{
|
|
|
|
"name": "protobuf",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"re2",
|
|
|
|
"upb",
|
2021-11-12 03:34:39 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"absl-sync": {
|
|
|
|
"description": "Use abseil synchronization module"
|
2021-05-04 05:14:17 +08:00
|
|
|
},
|
|
|
|
"codegen": {
|
|
|
|
"description": "Build code generator machinery"
|
2021-01-14 06:41:23 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|