mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
29 lines
624 B
JSON
29 lines
624 B
JSON
{
|
|
"name": "async-mqtt",
|
|
"version": "1.0.5",
|
|
"description": "Header-only Asynchronous MQTT communication library for C++17 based on Boost.Asio.",
|
|
"homepage": "https://github.com/redboltz/async_mqtt",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
"boost-any",
|
|
"boost-asio",
|
|
"boost-assert",
|
|
"boost-beast",
|
|
"boost-container",
|
|
"boost-container-hash",
|
|
"boost-endian",
|
|
"boost-log",
|
|
"boost-multi-index",
|
|
"boost-numeric-conversion",
|
|
"boost-system",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|