21 lines
428 B
JSON
Executable file
21 lines
428 B
JSON
Executable file
{
|
|
"name": "cryptopp",
|
|
"version": "8.6.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"
|
|
}
|
|
}
|
|
}
|