mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-06-24 20:01:31 +02:00
37 lines
736 B
JSON
37 lines
736 B
JSON
{
|
|
"name": "async-mqtt5",
|
|
"version-semver": "0.0.1",
|
|
"dependencies": [
|
|
"boost-asio",
|
|
"boost-beast",
|
|
"boost-spirit"
|
|
],
|
|
"default-features": [],
|
|
"features": {
|
|
"test": {
|
|
"description": "Dependencies for testing and examples",
|
|
"dependencies": [
|
|
"boost-test",
|
|
{
|
|
"name": "boost-asio",
|
|
"default-features": false,
|
|
"features": ["ssl"]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"vcpkg-configuration": {
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"repository": "https://github.com/microsoft/vcpkg",
|
|
"baseline": "4cac260c4b7331538d31886f57739fea0bffa27e"
|
|
}
|
|
},
|
|
"overrides": [
|
|
{
|
|
"name": "openssl",
|
|
"version-string": "1.1.1n"
|
|
}
|
|
]
|
|
}
|