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