mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:49:00 +08:00
41 lines
838 B
JSON
41 lines
838 B
JSON
|
{
|
||
|
"name": "restc-cpp",
|
||
|
"version-semver": "0.10.0",
|
||
|
"description": "Modern C++ REST Client library",
|
||
|
"homepage": "https://github.com/jgaa/restc-cpp",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
"boost-chrono",
|
||
|
"boost-context",
|
||
|
"boost-coroutine",
|
||
|
"boost-date-time",
|
||
|
"boost-filesystem",
|
||
|
"boost-log",
|
||
|
"boost-program-options",
|
||
|
"boost-system",
|
||
|
"boost-uuid",
|
||
|
"rapidjson"
|
||
|
],
|
||
|
"default-features": [
|
||
|
"openssl",
|
||
|
"zlib"
|
||
|
],
|
||
|
"features": {
|
||
|
"openssl": {
|
||
|
"description": "OpenSSL support.",
|
||
|
"dependencies": [
|
||
|
"openssl"
|
||
|
]
|
||
|
},
|
||
|
"threaded-ctx": {
|
||
|
"description": "Allow asio contexts with multiple threads. Enables thread-safe internal access."
|
||
|
},
|
||
|
"zlib": {
|
||
|
"description": "Use zlib.",
|
||
|
"dependencies": [
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|