vcpkg/ports/webthing-cpp/vcpkg.json

31 lines
615 B
JSON
Raw Normal View History

{
"name": "webthing-cpp",
"version": "1.0.5",
"description": "Webthing-CPP is a modern CPP/C++17 implementation of the WebThings API.",
"homepage": "https://github.com/bw-hro/webthing-cpp",
"license": "MIT",
"dependencies": [
"json-schema-validator",
"mdns",
"nlohmann-json",
"uwebsockets",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"ssl": {
"description": "Support HTTPS via uwebsockets",
"dependencies": [
{
"name": "usockets",
"features": [
"ssl"
]
}
]
}
}
}