mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
a480fb0fa3
## 1.0.0 (2022-07-07) ### Breaking Changes - Renamed `Version` field to `ApiVersion` and removed the `ServiceVersion` enumeration. Co-authored-by: Victor Romero <viromer@microsoft.com>
27 lines
651 B
JSON
27 lines
651 B
JSON
{
|
|
"name": "azure-security-attestation-cpp",
|
|
"version-semver": "1.0.0",
|
|
"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.7.0-beta.1"
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|