aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-iot-sdk-c/vcpkg.json
blob: 0e2dcf5b62c577c53f2be481326946ad47077427 (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
{
  "name": "azure-iot-sdk-c",
  "version-date": "2025-03-31",
  "description": "A C99 SDK for connecting devices to Microsoft Azure IoT services",
  "homepage": "https://github.com/Azure/azure-iot-sdk-c",
  "license": "MIT",
  "dependencies": [
    "azure-c-shared-utility",
    "azure-macro-utils-c",
    "azure-uamqp-c",
    "azure-uhttp-c",
    "azure-umqtt-c",
    "parson",
    "umock-c",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "use-prov-client": {
      "description": "Enables device provisioning client for DPS"
    }
  }
}