aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpp-jwt/vcpkg.json
blob: 1b81610973acc4c75a2ab941c911223d131915a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "cpp-jwt",
  "version": "1.5.1",
  "description": "JSON Web Token library for C++",
  "homepage": "https://github.com/arun11299/cpp-jwt",
  "license": "MIT",
  "dependencies": [
    "nlohmann-json",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}