aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-identity-cpp/vcpkg.json
blob: cbb481d773a766ed0f58ec62e49ad1a69b21b6e3 (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
32
33
34
35
36
37
38
{
  "$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-identity-cpp",
  "version-semver": "1.13.2",
  "port-version": 1,
  "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.16.0"
    },
    {
      "name": "openssl",
      "platform": "!windows & !uwp"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "wil",
      "platform": "windows & !uwp"
    }
  ]
}