Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
506 B
JSON

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