mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
21 lines
468 B
JSON
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
|
|
}
|
|
]
|
|
}
|