aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-sdk-cpp/vcpkg.in.json
blob: d88990dfe388cc55163ac3a1a423bfb0db8466a7 (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
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "aws-sdk-cpp",
  "version": "1.11.646",
  "description": "AWS SDK for C++",
  "homepage": "https://github.com/aws/aws-sdk-cpp",
  "license": "Apache-2.0",
  "dependencies": [
    "aws-crt-cpp",
    {
      "name": "curl",
      "default-features": false,
      "features": [
        "ssl"
      ],
      "platform": "!uwp & !windows"
    },
    {
      "name": "openssl",
      "platform": "!uwp & !windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "default-features": [
    "dynamodb",
    "kinesis",
    "s3"
  ]
}