vcpkg/ports/azure-identity-cpp/vcpkg.json
2021-08-11 17:07:21 -07:00

25 lines
566 B
JSON

{
"name": "azure-identity-cpp",
"version-semver": "1.1.0",
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/identity/azure-identity",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}