26 lines
594 B
JSON
26 lines
594 B
JSON
|
{
|
||
|
"name": "azure-identity-cpp",
|
||
|
"version-semver": "1.2.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,
|
||
|
"version>=": "1.4.0"
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|