aboutsummaryrefslogtreecommitdiff
path: root/ports/libfido2/vcpkg.json
blob: 5604af16f44db903d9015cf0be2082179a3228eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "libfido2",
  "version": "1.7.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/",
  "supports": "!uwp & (x86 | x64) & windows",
  "dependencies": [
    "libcbor",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zlib"
  ]
}