2021-01-13 14:41:23 -08:00
|
|
|
{
|
|
|
|
"name": "google-cloud-cpp",
|
2021-08-05 03:02:21 -07:00
|
|
|
"version": "1.30.0",
|
2021-01-13 14:41:23 -08:00
|
|
|
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
|
|
|
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
2021-02-11 02:53:56 -05:00
|
|
|
"license": "Apache-2.0",
|
2021-01-13 14:41:23 -08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"abseil",
|
|
|
|
"crc32c",
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"features": [
|
|
|
|
"ssl"
|
|
|
|
]
|
|
|
|
},
|
2021-03-26 12:55:34 -07:00
|
|
|
{
|
|
|
|
"name": "grpc",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-01-13 14:41:23 -08:00
|
|
|
"grpc",
|
|
|
|
"nlohmann-json"
|
|
|
|
]
|
|
|
|
}
|