vcpkg/ports/azure-iot-sdk-c/vcpkg.json
2023-02-03 12:14:45 -08:00

25 lines
529 B
JSON

{
"name": "azure-iot-sdk-c",
"version-date": "2023-01-18",
"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
}
]
}