vcpkg/ports/grpc/vcpkg.json
Dennis b89e291b45
[grpc/protobuf] Update grpc to 1.65.5 and update protobuf to 5.26.1 (#39800)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-11-14 02:30:13 -08:00

45 lines
961 B
JSON

{
"name": "grpc",
"version-semver": "1.65.5",
"description": "gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.",
"homepage": "https://github.com/grpc/grpc",
"license": "Apache-2.0",
"dependencies": [
"abseil",
{
"name": "c-ares",
"platform": "!uwp"
},
{
"name": "grpc",
"host": true,
"features": [
"codegen"
]
},
"openssl",
"protobuf",
{
"name": "protobuf",
"host": true
},
"re2",
"utf8-range",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"codegen": {
"description": "Build code generator machinery",
"supports": "!uwp"
}
}
}