vcpkg/ports/modern-cpp-kafka/vcpkg.json
2024-11-07 01:45:50 -08:00

21 lines
468 B
JSON

{
"name": "modern-cpp-kafka",
"version-string": "2024.07.03",
"description": "A C++ API for Kafka clients (i.e. KafkaProducer, KafkaConsumer, AdminClient)",
"homepage": "https://github.com/morganstanley/modern-cpp-kafka",
"license": "Apache-2.0",
"dependencies": [
"boost-optional",
"librdkafka",
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}