mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 07:59:00 +08:00
6da00e1160
* [cpprestsdk] use platform expressions in default-features * [microsoft-signalr] use platform expressions in default-features * [signalrclient] fix dependencies
44 lines
919 B
JSON
44 lines
919 B
JSON
{
|
|
"name": "microsoft-signalr",
|
|
"version": "0.1.0-alpha4",
|
|
"port-version": 7,
|
|
"description": "C++ Client for ASP.NET Core SignalR.",
|
|
"homepage": "https://github.com/aspnet/SignalR-Client-Cpp",
|
|
"dependencies": [
|
|
"jsoncpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
{
|
|
"name": "cpprestsdk",
|
|
"platform": "!uwp"
|
|
}
|
|
],
|
|
"features": {
|
|
"cpprestsdk": {
|
|
"description": "Add default Http and WebSocket implementations using CppRestSDK",
|
|
"dependencies": [
|
|
{
|
|
"name": "cpprestsdk",
|
|
"features": [
|
|
"websockets"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"messagepack": {
|
|
"description": "Add support for the messagepack hub protocol, must enable in code still",
|
|
"dependencies": [
|
|
"msgpack"
|
|
]
|
|
}
|
|
}
|
|
}
|