vcpkg/ports/wolfssl/vcpkg.json

38 lines
762 B
JSON
Raw Normal View History

{
"name": "wolfssl",
2024-10-31 03:34:17 -06:00
"version": "5.7.4",
2024-11-19 07:30:56 +02:00
"port-version": 1,
"description": "TLS and Cryptographic library for many platforms",
"homepage": "https://wolfssl.com",
"license": "GPL-2.0-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
],
"features": {
"asio": {
"description": "Enable asio support"
},
"dtls": {
"description": "DTLS support"
},
2024-07-24 20:25:53 +03:00
"quic": {
"description": "Enable quic support"
},
"secret-callback": {
"description": "Enables callback to provide TLS keys for debugging"
}
}
}