mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
89295c9fe2
* adding azure sdk attestation beta * fix version * format * sha
30 lines
702 B
JSON
30 lines
702 B
JSON
{
|
|
"name": "azure-security-attestation-cpp",
|
|
"version-semver": "1.0.0-beta.1",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"version>=": "1.1.1n"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|