{
  "name": "apr-util",
  "version": "1.6.3",
  "description": "Apache Portable Runtime (APR) project  mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementation",
  "homepage": "https://apr.apache.org/",
  "license": "Apache-2.0",
  "dependencies": [
    "apr",
    "expat",
    {
      "name": "vcpkg-cmake",
      "host": true,
      "platform": "windows"
    }
  ],
  "features": {
    "crypto": {
      "description": "Crypto support",
      "dependencies": [
        "openssl"
      ]
    }
  }
}
