aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-c-auth/vcpkg.json
blob: 1190e5ea9546edbceb5e7236e4ce72e4fb900d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "aws-c-auth",
  "version": "0.6.3",
  "description": "C99 library implementation of AWS client-side authentication: standard credentials providers and signing.",
  "homepage": "https://github.com/awslabs/aws-c-auth",
  "supports": "!arm & !uwp",
  "dependencies": [
    "aws-c-common",
    "aws-c-http",
    {
      "name": "s2n",
      "platform": "!uwp & !windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}