{
  "name": "cnats",
  "href": "https://vcpkg.link/ports/cnats",
  "supports": "all",
  "published_at": "2025-03-14T18:50:21.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/nats-io/nats.c",
  "description": [
    "A C client for the NATS messaging system"
  ],
  "license": "Apache-2.0",
  "version": {
    "type": "semver",
    "value": "3.10.1",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/db228cfcc9aef9e0229f819ec92218d7e5d0ccb1/ports/cnats",
    "hash": "db228cfcc9aef9e0229f819ec92218d7e5d0ccb1"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/nats-io/nats.c",
    "stars": 424
  },
  "dependencies": [
    {
      "name": "libsodium",
      "href": "https://vcpkg.link/ports/libsodium",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "openssl",
      "href": "https://vcpkg.link/ports/openssl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "protobuf-c",
      "href": "https://vcpkg.link/ports/protobuf-c",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "streaming",
      "default": [],
      "description": [
        "Include NATS Streaming APIs in the NATS library"
      ],
      "supports": "!windows",
      "dependencies": []
    }
  ]
}