{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  "name": "staticjson",
  "version": "1.0.0",
  "description": "Fast, direct and static typed parsing of JSON with C++",
  "homepage": "https://github.com/netheril96/StaticJSON",
  "license": "MIT",
  "dependencies": [
    "rapidjson",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}