mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
30 lines
647 B
JSON
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"
|
|
}
|
|
}
|
|
}
|