2021-07-20 12:24:58 -05:00
|
|
|
{
|
|
|
|
"name": "azure-iot-sdk-c",
|
2024-08-14 15:59:02 -07:00
|
|
|
"version-date": "2024-08-12",
|
2021-07-20 12:24:58 -05:00
|
|
|
"description": "A C99 SDK for connecting devices to Microsoft Azure IoT services",
|
|
|
|
"homepage": "https://github.com/Azure/azure-iot-sdk-c",
|
2022-03-03 12:24:47 -08:00
|
|
|
"license": "MIT",
|
2021-07-20 12:24:58 -05:00
|
|
|
"dependencies": [
|
|
|
|
"azure-c-shared-utility",
|
|
|
|
"azure-macro-utils-c",
|
|
|
|
"azure-uamqp-c",
|
|
|
|
"azure-uhttp-c",
|
|
|
|
"azure-umqtt-c",
|
|
|
|
"parson",
|
2022-02-01 20:54:22 +01:00
|
|
|
"umock-c",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2024-06-12 03:05:39 +02:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"use-prov-client": {
|
|
|
|
"description": "Enables device provisioning client for DPS"
|
|
|
|
}
|
|
|
|
}
|
2021-07-20 12:24:58 -05:00
|
|
|
}
|