vcpkg/ports/cppgraphqlgen/vcpkg.json
Bill Avery 6793733a88
[cppgraphqlgen] Update to v4.5.5 (#35180)
* [cppgraphqlgen] Update to v4.5.5

* Reformat with vcpkg format-manifest

* Run vcpkg x-add-version
2023-11-17 15:03:59 -08:00

31 lines
597 B
JSON

{
"name": "cppgraphqlgen",
"version": "4.5.5",
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"license": "MIT",
"dependencies": [
"boost-program-options",
"pegtl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"rapidjson"
],
"features": {
"rapidjson": {
"description": "Build the graphqljson library with RapidJSON.",
"dependencies": [
"rapidjson"
]
}
}
}