vcpkg/ports/restinio/vcpkg.json
2024-03-27 15:22:14 -07:00

22 lines
506 B
JSON

{
"name": "restinio",
"version": "0.7.2",
"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
}
]
}