mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:14:31 +08:00
ee1e12048e
* [google-cloud-cpp] update to latest release (v1.32.0) * Update from deprecated vcpkg functions * Undo migration to `vcpkg_cmake_config_fixup()` I could not get this to work. I will ask in the discord channel because I must be using it wrong.
139 lines
2.7 KiB
JSON
139 lines
2.7 KiB
JSON
{
|
|
"name": "google-cloud-cpp",
|
|
"version": "1.32.0",
|
|
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
|
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"abseil",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"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
|
|
}
|
|
]
|
|
},
|
|
"bigtable": {
|
|
"description": "The Google Cloud Bigtable C++ client library",
|
|
"dependencies": [
|
|
"grpc",
|
|
{
|
|
"name": "grpc",
|
|
"host": true
|
|
},
|
|
"protobuf",
|
|
{
|
|
"name": "protobuf",
|
|
"host": true
|
|
}
|
|
]
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
},
|
|
"firestore": {
|
|
"description": "Community contributions to interact with Firestore"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|