{
  "name": "onnx",
  "version-semver": "1.10.2",
  "port-version": 1,
  "description": "Open standard for machine learning interoperability",
  "homepage": "https://onnx.ai",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    "protobuf",
    {
      "name": "protobuf",
      "host": true
    },
    {
      "name": "python3",
      "host": true
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "pybind11": {
      "description": "Build Python binaries",
      "dependencies": [
        "pybind11"
      ]
    }
  }
}