vcpkg/ports/cryptopp/vcpkg.json
2023-10-13 11:28:34 -07:00

23 lines
452 B
JSON

{
"name": "cryptopp",
"version": "8.9.0",
"description": "Crypto++ is a free C++ class library of cryptographic schemes.",
"homepage": "https://github.com/weidai11/cryptopp",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pem-pack": {
"description": "Crypto++ with PEM pack"
}
}
}