mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
38 lines
683 B
JSON
38 lines
683 B
JSON
{
|
|
"name": "aws-sdk-cpp",
|
|
"version": "1.11.352",
|
|
"description": "AWS SDK for C++",
|
|
"homepage": "https://github.com/aws/aws-sdk-cpp",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(windows & arm) & !uwp",
|
|
"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"
|
|
]
|
|
}
|