{
  "name": "jwt-cpp",
  "href": "https://vcpkg.link/ports/jwt-cpp",
  "supports": "all",
  "published_at": "2025-07-10T17:53:29.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/Thalhammer/jwt-cpp",
  "description": [
    "A header only library for creating and validating json web tokens in c++"
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "0.7.1",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/96fd599859beaed2ae891a2b2982746f28611b07/ports/jwt-cpp",
    "hash": "96fd599859beaed2ae891a2b2982746f28611b07"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/Thalhammer/jwt-cpp",
    "stars": 1004
  },
  "dependencies": [
    {
      "name": "openssl",
      "href": "https://vcpkg.link/ports/openssl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "picojson",
      "default": [],
      "description": [
        "Use picojson for JSON handling"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "picojson",
          "href": "https://vcpkg.link/ports/picojson",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}