vcpkg/ports/restinio/vcpkg.json
eao197 695a696619
[restinio] Update to 0.7.1 (#35777)
* RESTinio updated to v.0.7.1.

* Fix format for manifest file.

* x-add-version for RESTinio-0.7.1.

* Fix port for RESTinio v.0.7.1.

* x-add-version for fixed RESTinio port.
2023-12-29 00:07:23 -08:00

22 lines
506 B
JSON

{
"name": "restinio",
"version": "0.7.1",
"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",
"expected-lite",
"fmt",
"llhttp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}