mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:31:36 +08:00
21 lines
468 B
JSON
21 lines
468 B
JSON
|
{
|
||
|
"name": "modern-cpp-kafka",
|
||
|
"version-string": "2023.03.07",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|