aboutsummaryrefslogtreecommitdiff
path: root/ports/paho-mqttpp3/vcpkg.json
blob: b4152d7085e5c8f8166b1c0542bc1b35108dac49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "paho-mqttpp3",
  "version": "1.2.0",
  "description": "Paho project provides open-source C++ wrapper for Paho C library",
  "homepage": "https://github.com/eclipse/paho.mqtt.cpp",
  "dependencies": [
    "paho-mqtt"
  ],
  "default-features": [
    "ssl"
  ],
  "features": {
    "ssl": {
      "description": "Build with SSL support",
      "dependencies": [
        "openssl"
      ]
    }
  }
}