aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-c-auth/vcpkg.json
blob: 8dd1d865536e7274fb01bc1fb268b08d44c43569 (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-c-auth",
  "version": "0.9.1",
  "description": "C99 library implementation of AWS client-side authentication: standard credentials providers and signing.",
  "homepage": "https://github.com/awslabs/aws-c-auth",
  "license": "Apache-2.0",
  "dependencies": [
    "aws-c-cal",
    "aws-c-http",
    "aws-c-sdkutils",
    {
      "name": "s2n",
      "platform": "!uwp & !windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}