1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
{
"name": "cppgraphqlgen",
"version": "4.5.9",
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"license": "MIT",
"dependencies": [
"pegtl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"rapidjson"
],
"features": {
"clientgen": {
"description": "Build the clientgen CLI tool.",
"dependencies": [
"boost-program-options"
]
},
"rapidjson": {
"description": "Build the graphqljson library with RapidJSON.",
"dependencies": [
"rapidjson"
]
},
"schemagen": {
"description": "Build the schemagen CLI tool.",
"dependencies": [
"boost-program-options"
]
}
}
}
|