2021-09-14 22:06:34 -04:00
|
|
|
{
|
|
|
|
"name": "aws-c-auth",
|
2024-03-22 10:30:41 +08:00
|
|
|
"version": "0.7.16",
|
2021-09-14 22:06:34 -04:00
|
|
|
"description": "C99 library implementation of AWS client-side authentication: standard credentials providers and signing.",
|
|
|
|
"homepage": "https://github.com/awslabs/aws-c-auth",
|
2023-02-01 17:52:03 -03:00
|
|
|
"license": "Apache-2.0",
|
2022-02-28 14:00:58 -06:00
|
|
|
"supports": "!(windows & arm) & !uwp",
|
2021-09-14 22:06:34 -04:00
|
|
|
"dependencies": [
|
2023-08-03 13:14:36 -04:00
|
|
|
"aws-c-cal",
|
2021-09-14 22:06:34 -04:00
|
|
|
"aws-c-http",
|
2023-02-01 17:52:03 -03:00
|
|
|
"aws-c-sdkutils",
|
2021-09-14 22:06:34 -04:00
|
|
|
{
|
|
|
|
"name": "s2n",
|
|
|
|
"platform": "!uwp & !windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|