vcpkg/ports/cpp-httplib/vcpkg.json
Jia Yue Hua 4121864a82
[cpp-httplib] update to 0.15.3 (#36617)
* [cpp-httplib] update to 0.15.3

* [cpp-httplib] update to 0.15.3
2024-02-07 12:40:52 -08:00

41 lines
845 B
JSON

{
"name": "cpp-httplib",
"version": "0.15.3",
"description": "A single file C++11 header-only HTTP/HTTPS server and client library",
"homepage": "https://github.com/yhirose/cpp-httplib",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"brotli"
],
"features": {
"brotli": {
"description": "Enables brotli compression support using brotli",
"dependencies": [
"brotli"
]
},
"openssl": {
"description": "Enables HTTPS support using OpenSSL",
"dependencies": [
"openssl"
]
},
"zlib": {
"description": "Enables gzip compression support using zlib",
"dependencies": [
"zlib"
]
}
}
}