{
  "name": "libavif",
  "version-semver": "1.0.1",
  "description": "Library for encoding and decoding AVIF files",
  "homepage": "https://github.com/AOMediaCodec/libavif",
  "license": "BSD-2-Clause AND Apache-2.0",
  "dependencies": [
    "libyuv",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "aom": {
      "description": "AV1 codec library",
      "dependencies": [
        "aom"
      ]
    }
  }
}
