vcpkg/ports/restinio/vcpkg.json
eao197 607e7976a6
[restinio] Update to 0.6.19 (#33235)
* RESTinio updated to v.0.6.19.

* x-add-version for restinio-0.6.19.
2023-08-18 11:35:27 -07:00

21 lines
491 B
JSON

{
"name": "restinio",
"version": "0.6.19",
"description": "A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.",
"homepage": "https://github.com/Stiffstream/restinio",
"license": "BSD-3-Clause",
"dependencies": [
"asio",
"fmt",
"http-parser",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}