{ "name": "grpc", "version-semver": "1.51.1", "port-version": 3, "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", "upb", { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true }, "zlib" ], "features": { "absl-sync": { "description": "Deprecated." }, "codegen": { "description": "Build code generator machinery", "supports": "!uwp" } } }