mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:58:59 +08:00
17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"name": "restbed",
|
|
"version-string": "4.7",
|
|
"description": "Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.",
|
|
"dependencies": [
|
|
"asio"
|
|
],
|
|
"features": {
|
|
"openssl": {
|
|
"description": "Secure over the wire communication allowing you to transmit private data online.",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|