blob: 20d5e92903a68f2a2f1b5dc643522aa1261ee056 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"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"
}
}
}
|