2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "prometheus-cpp",
|
2022-11-15 06:30:49 +08:00
|
|
|
"version-semver": "1.1.0",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Prometheus Client Library for Modern C++",
|
2022-05-24 04:42:39 +08:00
|
|
|
"license": "MIT",
|
2021-11-19 12:19:38 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|