32 lines
509 B
JSON
32 lines
509 B
JSON
{
|
|
"name": "vcpkg-ci-gmime",
|
|
"version-string": "ci",
|
|
"description": "Validates gmime",
|
|
"dependencies": [
|
|
"gmime",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
{
|
|
"name": "crypto",
|
|
"platform": "!windows | mingw"
|
|
}
|
|
],
|
|
"features": {
|
|
"crypto": {
|
|
"description": "gmime[crypo]",
|
|
"dependencies": [
|
|
{
|
|
"name": "gmime",
|
|
"features": [
|
|
"crypto"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|