vcpkg/ports/jwt-cpp/vcpkg.json
Kai Pastor 0522561ffd
[jwt-cpp] Fix deps, install config (#41079)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-09-23 11:27:46 -07:00

21 lines
426 B
JSON

{
"name": "jwt-cpp",
"version-semver": "0.7.0",
"port-version": 1,
"description": "A header only library for creating and validating json web tokens in c++",
"homepage": "https://github.com/Thalhammer/jwt-cpp",
"license": "MIT",
"dependencies": [
"openssl",
"picojson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}