2021-02-09 09:55:26 +08:00
|
|
|
{
|
|
|
|
"name": "functions-framework-cpp",
|
2023-10-03 10:59:01 +08:00
|
|
|
"version": "1.2.0",
|
2021-02-09 09:55:26 +08:00
|
|
|
"description": "Functions Framework for C++.",
|
|
|
|
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
|
2021-02-11 15:58:34 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-02-25 03:57:40 +08:00
|
|
|
"supports": "!uwp",
|
2021-02-09 09:55:26 +08:00
|
|
|
"dependencies": [
|
|
|
|
"abseil",
|
|
|
|
"boost-beast",
|
|
|
|
"boost-program-options",
|
|
|
|
"boost-serialization",
|
2023-04-14 00:13:15 +08:00
|
|
|
"nlohmann-json",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-02-09 09:55:26 +08:00
|
|
|
]
|
|
|
|
}
|