aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-sdk-cpp/vcpkg.in.json
blob: 5bdb4c44139a5aef670d4b5a577619d418944de7 (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": "aws-sdk-cpp",
  "version": "1.8.126",
  "port-version": 8,
  "description": "AWS SDK for C++",
  "homepage": "https://github.com/aws/aws-sdk-cpp",
  "dependencies": [
    "aws-c-event-stream",
    {
      "name": "curl",
      "platform": "!uwp & !windows"
    },
    {
      "name": "openssl",
      "platform": "!uwp & !windows"
    },
    "zlib"
  ],
  "default-features": [
    "dynamodb",
    "kinesis",
    "s3"
  ]
}