{ "name": "librdkafka", "version": "1.8.2", "description": "The Apache Kafka C/C++ library", "homepage": "https://github.com/edenhill/librdkafka", "supports": "!uwp", "dependencies": [ { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "features": { "lz4": { "description": "Enable external LZ4 library support", "dependencies": [ "lz4" ] }, "snappy": { "description": "Build with snappy" }, "ssl": { "description": "Build with OpenSSL", "dependencies": [ "openssl" ] }, "zlib": { "description": "Build with zlib", "dependencies": [ "zlib" ] }, "zstd": { "description": "Build with zstd", "dependencies": [ "zstd" ] } } }