2021-01-20 14:31:14 +08:00
|
|
|
{
|
|
|
|
"name": "cppgraphqlgen",
|
2023-11-18 07:03:59 +08:00
|
|
|
"version": "4.5.5",
|
2021-01-20 14:31:14 +08:00
|
|
|
"description": "C++ GraphQL schema service generator",
|
|
|
|
"homepage": "https://github.com/microsoft/cppgraphqlgen",
|
2022-01-26 13:24:53 +08:00
|
|
|
"license": "MIT",
|
2021-01-20 14:31:14 +08:00
|
|
|
"dependencies": [
|
|
|
|
"boost-program-options",
|
|
|
|
"pegtl",
|
2021-12-21 00:30:04 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2023-11-18 07:03:59 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"rapidjson"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"rapidjson": {
|
|
|
|
"description": "Build the graphqljson library with RapidJSON.",
|
|
|
|
"dependencies": [
|
|
|
|
"rapidjson"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-01-20 14:31:14 +08:00
|
|
|
}
|