mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
3447aa6e68
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
31 lines
615 B
JSON
31 lines
615 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|