47 lines
856 B
JSON
47 lines
856 B
JSON
|
{
|
||
|
"name": "prometheus-cpp",
|
||
|
"version-semver": "1.0.1",
|
||
|
"description": "Prometheus Client Library for Modern C++",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"default-features": [
|
||
|
"compression",
|
||
|
"pull"
|
||
|
],
|
||
|
"features": {
|
||
|
"compression": {
|
||
|
"description": "Enable zlib compression",
|
||
|
"dependencies": [
|
||
|
"zlib"
|
||
|
]
|
||
|
},
|
||
|
"pull": {
|
||
|
"description": "Support for regular pull mode",
|
||
|
"dependencies": [
|
||
|
"civetweb"
|
||
|
]
|
||
|
},
|
||
|
"push": {
|
||
|
"description": "Support push gateway",
|
||
|
"dependencies": [
|
||
|
"curl"
|
||
|
]
|
||
|
},
|
||
|
"tests": {
|
||
|
"description": "Additional testing support",
|
||
|
"dependencies": [
|
||
|
"gtest"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|