pineapple/externals/vcpkg/ports/azure-security-attestation-cpp/vcpkg.json
2022-07-23 03:01:36 +02:00

26 lines
651 B
JSON
Executable file

{
"name": "azure-security-attestation-cpp",
"version-semver": "1.0.0-beta.3",
"description": [
"Microsoft Azure Attestation Service SDK for C++",
"This library provides API access to the Microsoft Azure Attestation service."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/attestation/azure-security-attestation",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.5.0"
},
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}