forked from opentibiabr/canary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
50 lines (50 loc) · 902 Bytes
/
vcpkg.json
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
42
43
44
45
46
47
48
49
50
{
"name": "canary",
"version-string": "1.0.0",
"dependencies": [
"abseil",
"argon2",
"asio",
"bext-di",
"bext-ut",
"curl",
"eventpp",
"luajit",
"magic-enum",
"mio",
"parallel-hashmap",
"protobuf",
"pugixml",
"spdlog",
"zlib",
"bshoshany-thread-pool",
"atomic-queue",
{
"name": "libmariadb",
"features": [
"mariadbclient"
]
},
{
"name": "gmp",
"platform": "linux"
},
{
"name": "mpir",
"platform": "windows"
}
],
"features": {
"metrics": {
"description": "Enable OpenTelemetry support",
"dependencies": [
{
"name": "opentelemetry-cpp",
"default-features": true,
"features": ["otlp-http", "prometheus"]
}
]
}
},
"builtin-baseline": "095ee06e7f60dceef7d713e3f8b1c2eb10d650d7"
}