{
  "name": "ziti",
  "version-semver": "1.0.0",
  "dependencies": [
    {
      "name": "libuv",
      "platform": "!windows",
      "$comment": "on windows we link against node binary and Cmake.js provides libuv headers"
    },
    "openssl",
    "zlib",
    "llhttp",
    "libsodium",
    "json-c",
    "stc",
    "protobuf-c"
  ],
  "overrides": [
    {
      "name": "libsodium",
      "version": "1.0.20",
      "port-version": 3,
      "$comment": "1.0.21 breaks on linux-arm64 so we're sticking with 1.0.20 until fix released and available in vcpkg"
    }
  ],
  "features": {
  },
  "builtin-baseline": "62159a45e18f3a9ac0548628dcaf74fcb60c6ff9"
}
