vcpkg/ports/cpp-jwt/vcpkg.json
Dennis b457967f9e
[cpp-jwt] new port (#20634)
* Add cpp-jwt

* Update ports/cpp-jwt/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* overwrite cpp-jwt version

* Update cpp-jwt which no longer requires to remove include/jwt/test

* Use version-date in cpp-jwt port

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-10-20 14:45:31 -07:00

19 lines
350 B
JSON

{
"name": "cpp-jwt",
"version-date": "2021-10-18",
"description": "JSON Web Token library for C++",
"homepage": "https://github.com/arun11299/cpp-jwt",
"dependencies": [
"nlohmann-json",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}