aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libfido2/vcpkg.json
blob: d289df31195bd6965172a37b3a547eadf8e89b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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"
  ]
}