vcpkg/ports/cryptopp/vcpkg.json
Mengna Li 1b3bb826e3
[cryptopp] update to v8.7.0 (#27710)
* update to 8.7.0

* update
2022-11-09 10:27:04 -08:00

22 lines
428 B
JSON

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