2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "google-cloud-cpp",
|
2021-12-09 05:56:57 +08:00
|
|
|
"version": "1.34.1",
|
2021-01-14 06:41:23 +08:00
|
|
|
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
|
|
|
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
2021-02-11 15:53:56 +08:00
|
|
|
"license": "Apache-2.0",
|
2021-01-14 06:41:23 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
2021-10-02 07:59:54 +08:00
|
|
|
"abseil",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2021-10-06 07:03:03 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-10-02 07:59:54 +08:00
|
|
|
}
|
2021-08-31 08:14:50 +08: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-14 06:41:23 +08:00
|
|
|
]
|
|
|
|
},
|
2021-08-31 08:14:50 +08:00
|
|
|
"bigtable": {
|
|
|
|
"description": "The Google Cloud Bigtable C++ client library",
|
|
|
|
"dependencies": [
|
|
|
|
"grpc",
|
|
|
|
{
|
|
|
|
"name": "grpc",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
"protobuf",
|
|
|
|
{
|
|
|
|
"name": "protobuf",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-09-03 08:59:28 +08: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-31 08:14:50 +08: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-14 06:41:23 +08:00
|
|
|
}
|