vcpkg/ports/influxdb-cxx/vcpkg.json
MonicaLiu aaf629c095
[influxdb-cxx] Update to v0.7.1 (#31145)
* update influxdb-cxx

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-17 08:39:49 -07:00

29 lines
563 B
JSON

{
"name": "influxdb-cxx",
"version": "0.7.1",
"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",
"dependencies": [
"boost-asio",
"boost-conversion",
"boost-property-tree"
]
}
}
}