{
  "name": "telnetpp",
  "version": "2.1.2",
  "port-version": 3,
  "description": "Telnet++ is an implementation of the Telnet Session Layer protocol using C++14",
  "homepage": "https://github.com/KazDragon/telnetpp",
  "supports": "!uwp",
  "dependencies": [
    "boost-container",
    "boost-exception",
    "boost-range",
    "boost-signals2",
    "boost-variant",
    "gsl-lite",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "zlib"
  ],
  "features": {
    "zlib": {
      "description": "Zlib support",
      "dependencies": [
        "zlib"
      ]
    }
  }
}
