{
  "name": "fizz",
  "version-string": "2024.09.23.00",
  "description": "a TLS 1.3 implementation by Facebook",
  "homepage": "https://github.com/facebookincubator/fizz",
  "license": "BSD-3-Clause",
  "dependencies": [
    "double-conversion",
    "fmt",
    "folly",
    "gflags",
    "glog",
    "gtest",
    "libevent",
    "libsodium",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zstd"
  ]
}