Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
391 B
JSON

{
"name": "cpp-jwt",
"version-date": "2022-08-27",
"port-version": 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
}
]
}