aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/modern-cpp-kafka/vcpkg.json
blob: 8935e8801fd737d75eb53b0b9cd7d35807461798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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
    }
  ]
}