early-access version 2853
This commit is contained in:
47
externals/vcpkg/ports/restc-cpp/vcpkg.json
vendored
Executable file
47
externals/vcpkg/ports/restc-cpp/vcpkg.json
vendored
Executable file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "restc-cpp",
|
||||
"version-semver": "0.10.0",
|
||||
"port-version": 1,
|
||||
"description": "Modern C++ REST Client library",
|
||||
"homepage": "https://github.com/jgaa/restc-cpp",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"boost-asio",
|
||||
"boost-chrono",
|
||||
"boost-context",
|
||||
"boost-coroutine",
|
||||
"boost-date-time",
|
||||
"boost-filesystem",
|
||||
"boost-program-options",
|
||||
"boost-system",
|
||||
"boost-uuid",
|
||||
"rapidjson"
|
||||
],
|
||||
"default-features": [
|
||||
"openssl",
|
||||
"zlib"
|
||||
],
|
||||
"features": {
|
||||
"boost-log": {
|
||||
"description": "Use boost-log for logging.",
|
||||
"dependencies": [
|
||||
"boost-log"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user