vcpkg/ports/functions-framework-cpp/vcpkg.json

24 lines
504 B
JSON

{
"name": "functions-framework-cpp",
"version": "1.2.0",
"description": "Functions Framework for C++.",
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"abseil",
"boost-beast",
"boost-program-options",
"boost-serialization",
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}