Files
vcpkg/ports/libfido2/vcpkg.json
2025-08-06 12:45:18 -07:00

18 lines
441 B
JSON

{
"name": "libfido2",
"version": "1.16.0",
"description": "Provides library functionality to communicate with a FIDO device over USB, and to verify attestation and assertion signatures.",
"homepage": "https://developers.yubico.com/libfido2/",
"license": "BSD-2-Clause",
"supports": "!android & !uwp",
"dependencies": [
"libcbor",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}