Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

30 lines
589 B
JSON

{
"name": "influxdb-cxx",
"version": "0.7.4",
"description": "InfluxDB C++ client library",
"homepage": "https://github.com/offa/influxdb-cxx",
"license": "MIT",
"dependencies": [
"cpr",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"boost": {
"description": "Enables UDP and Unix sockets as Transport Layer",
"supports": "!uwp",
"dependencies": [
"boost-asio",
"boost-conversion",
"boost-property-tree"
]
}
}
}