aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/json-dto/vcpkg.json
blob: c5e40fb37aa1535014fc8d4b5236b5fed55ccb28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "json-dto",
  "version": "0.3.4",
  "description": "A small header-only library for converting data between json representation and c++ structs.",
  "homepage": "https://github.com/Stiffstream/json_dto",
  "license": "BSD-3-Clause",
  "dependencies": [
    "rapidjson",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}