mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
0522561ffd
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
426 B
JSON
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
|
|
}
|
|
]
|
|
}
|