vcpkg/ports/mqtt-cpp/vcpkg.json
chausner 5176f6e84d
[mqtt-cpp] Update to 12.0.0 (#21379)
* Update mqtt-cpp to 12.0.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:32:11 -08:00

22 lines
447 B
JSON

{
"name": "mqtt-cpp",
"version-semver": "12.0.0",
"description": "Header-only MQTT client/server for C++14 based on Boost.Asio.",
"homepage": "https://github.com/redboltz/mqtt_cpp",
"dependencies": [
"boost-any",
"boost-asio",
"boost-log",
"boost-multi-index",
"boost-type-erasure",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}