{
    "$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
    "name": "benchmark",
    "version-semver": "1.7.1",
    "description": "A library to support the benchmarking of functions, similar to unit-tests.",
    "homepage": "https://github.com/google/benchmark",
    "license": "Apache-2.0",
    "supports": "!uwp",
    "dependencies": [
      {
        "name": "vcpkg-cmake",
        "host": true
      },
      {
        "name": "vcpkg-cmake-config",
        "host": true
      }
    ]
  }