vcpkg/ports/azure-iot-sdk-c/vcpkg.json
2024-06-24 17:55:52 -07:00

30 lines
647 B
JSON

{
"name": "azure-iot-sdk-c",
"version-date": "2024-06-24",
"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"
}
}
}