vcpkg/ports/grpc/vcpkg.json
ras0219 4783c36f8c
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13 14:41:23 -08:00

25 lines
435 B
JSON

{
"name": "grpc",
"version-string": "1.33.1",
"port-version": 2,
"description": "An RPC library and framework",
"homepage": "https://github.com/grpc/grpc",
"dependencies": [
"abseil",
{
"name": "c-ares",
"platform": "!uwp"
},
"openssl",
"protobuf",
"re2",
"upb",
"zlib"
],
"features": {
"absl-sync": {
"description": "Use abseil synchronization module"
}
}
}