aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-security-attestation-cpp/vcpkg.json
blob: 05ae25d51435bfa74b9cf35d6cdd173c315bbc89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "$comment": [
    "NOTE: All changes made to this file will get overwritten by the next port release.",
    "Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
  ],
  "name": "azure-security-attestation-cpp",
  "version-semver": "1.1.0",
  "port-version": 7,
  "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.8.0"
    },
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}