{
  "name": "capnproto",
  "version": "1.0.2",
  "port-version": 1,
  "description": "Data interchange format and capability-based RPC system",
  "homepage": "https://capnproto.org/",
  "license": "MIT",
  "supports": "!windows | (!uwp & !arm)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "openssl": {
      "description": "Build libkj-tls by linking against OpenSSL.",
      "dependencies": [
        "openssl"
      ]
    }
  }
}