aboutsummaryrefslogtreecommitdiff
path: root/ports/google-cloud-cpp/vcpkg.json
blob: c402577ae895f941490423e27a7fb96ded240ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "google-cloud-cpp",
  "version": "1.29.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",
    "crc32c",
    {
      "name": "curl",
      "features": [
        "ssl"
      ]
    },
    {
      "name": "grpc",
      "host": true
    },
    "grpc",
    "nlohmann-json"
  ]
}