2021-01-13 14:41:23 -08:00
|
|
|
{
|
|
|
|
"name": "google-cloud-cpp",
|
2021-11-02 14:56:27 -04:00
|
|
|
"version": "1.33.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": [
|
2021-10-01 19:59:54 -04:00
|
|
|
"abseil",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2021-10-05 19:03:03 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-10-01 19:59:54 -04:00
|
|
|
}
|
2021-08-30 17:14:50 -07:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"bigquery",
|
|
|
|
"bigtable",
|
|
|
|
"iam",
|
|
|
|
"pubsub",
|
|
|
|
"spanner",
|
|
|
|
"storage"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"bigquery": {
|
|
|
|
"description": "The Google Cloud BigQuery C++ client library",
|
|
|
|
"dependencies": [
|
|
|
|
"grpc",
|
|
|
|
{
|
|
|
|
"name": "grpc",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
"protobuf",
|
|
|
|
{
|
|
|
|
"name": "protobuf",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-01-13 14:41:23 -08:00
|
|
|
]
|
|
|
|
},
|
2021-08-30 17:14:50 -07:00
|
|
|
"bigtable": {
|
|
|
|
"description": "The Google Cloud Bigtable C++ client library",
|
|
|
|
"dependencies": [
|
|
|
|
"grpc",
|
|
|
|
{
|
|
|
|
"name": "grpc",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
"protobuf",
|
|
|
|
{
|
|
|
|
"name": "protobuf",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-09-02 17:59:28 -07:00
|
|
|
"experimental-storage-grpc": {
|
|
|
|
"description": "The GCS+gRPC plugin",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "google-cloud-cpp",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"storage"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"grpc",
|
|
|
|
{
|
|
|
|
"name": "grpc",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
"protobuf",
|
|
|
|
{
|
|
|
|
"name": "protobuf",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-08-30 17:14:50 -07:00
|
|
|
"iam": {
|
|
|
|
"description": "The Google Cloud IAM C++ client library",
|
|
|
|
"dependencies": [
|
|
|
|
"grpc",
|
|
|
|
{
|
|
|
|
"name": "grpc",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
"protobuf",
|
|
|
|
{
|
|
|
|
"name": "protobuf",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pubsub": {
|
|
|
|
"description": "The Google Cloud Bigtable C++ client library",
|
|
|
|
"dependencies": [
|
|
|
|
"grpc",
|
|
|
|
{
|
|
|
|
"name": "grpc",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
"protobuf",
|
|
|
|
{
|
|
|
|
"name": "protobuf",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"spanner": {
|
|
|
|
"description": "The Google Cloud Spanner C++ client library",
|
|
|
|
"dependencies": [
|
|
|
|
"grpc",
|
|
|
|
{
|
|
|
|
"name": "grpc",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
"protobuf",
|
|
|
|
{
|
|
|
|
"name": "protobuf",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"storage": {
|
|
|
|
"description": "The Google Cloud Storage C++ client library",
|
|
|
|
"dependencies": [
|
|
|
|
"crc32c",
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"features": [
|
|
|
|
"ssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"nlohmann-json"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-01-13 14:41:23 -08:00
|
|
|
}
|