zeek/auxil/vcpkg/ports/cnats/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

27 lines
534 B
JSON

{
"name": "cnats",
"version": "3.10.1",
"description": "A C client for the NATS messaging system",
"homepage": "https://github.com/nats-io/nats.c",
"license": "Apache-2.0",
"dependencies": [
"libsodium",
"openssl",
"protobuf-c",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"streaming": {
"description": "Include NATS Streaming APIs in the NATS library",
"supports": "!windows"
}
}
}