{
  "name": "hazelcast-cpp-client",
  "href": "https://vcpkg.link/ports/hazelcast-cpp-client",
  "supports": "!uwp",
  "published_at": null,
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": "https://docs.hazelcast.com/hazelcast/latest/clients/cplusplus",
  "homepage_href": "https://github.com/hazelcast/hazelcast-cpp-client",
  "description": [
    "C++ client library for Hazelcast in-memory database."
  ],
  "license": "Apache-2.0",
  "version": {
    "type": "semver",
    "value": "5.6.0",
    "port": 1
  },
  "commit": null,
  "repository": null,
  "dependencies": [
    {
      "name": "boost-asio",
      "href": "https://vcpkg.link/ports/boost-asio",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-chrono",
      "href": "https://vcpkg.link/ports/boost-chrono",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-format",
      "href": "https://vcpkg.link/ports/boost-format",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-multiprecision",
      "href": "https://vcpkg.link/ports/boost-multiprecision",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-optional",
      "href": "https://vcpkg.link/ports/boost-optional",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-property-tree",
      "href": "https://vcpkg.link/ports/boost-property-tree",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-system",
      "href": "https://vcpkg.link/ports/boost-system",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-thread",
      "href": "https://vcpkg.link/ports/boost-thread",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-uuid",
      "href": "https://vcpkg.link/ports/boost-uuid",
      "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": "example",
      "default": [],
      "description": [
        "Build examples for Hazelcast C++ client"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "openssl",
      "default": [],
      "description": [
        "Build Hazelcast C++ client with SSL support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openssl",
          "href": "https://vcpkg.link/ports/openssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}