2020-10-24 02:54:16 +08:00
{
"name" : "restinio" ,
2023-12-29 16:07:23 +08:00
"version" : "0.7.1" ,
2020-10-24 02:54:16 +08:00
"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" ,
2023-11-16 09:04:11 +08:00
"expected-lite" ,
2020-10-24 02:54:16 +08:00
"fmt" ,
2023-11-16 09:04:11 +08:00
"llhttp" ,
2021-11-23 07:38:47 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2020-10-24 02:54:16 +08:00
]
}