{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  "builtin-baseline": "a7b6122f6b6504d16d96117336a0562693579933",
  "default-features": ["velox"],
  "features": {
    "velox": {
      "description": "Velox backend",
      "dependencies": [
        "libevent",
        "openssl",
        "zstd",
        "lz4",
        "double-conversion",
        "bzip2",
        "curl",
        "libxml2",
        "libuuid",
        "lzo",
        "re2",
        "gflags",
        "glog",
        "snappy",
        "libdwarf",
        "fmt",
        {
          "name": "folly",
          "features": ["zstd", "lz4", "lzma", "snappy"]
        },
        "boost-atomic",
        "boost-context",
        "boost-circular-buffer",
        "boost-date-time",
        "boost-format",
        "boost-filesystem",
        "boost-program-options",
        "boost-process",
        "boost-regex",
        "boost-locale",
        "boost-system",
        "boost-stacktrace",
        "boost-sort",
        "boost-thread",
        "boost-multiprecision",
        "boost-uuid",
        "boost-variant",
        "gtest",
        "xsimd",
        "simdjson",
        "xxhash",
        "protobuf",
        "benchmark",
        "icu",
        "thrift",
        "libstemmer"
      ]
    },
    "velox-s3": {
      "description": "Velox S3 Support",
      "dependencies": [
        {
          "name": "aws-sdk-cpp",
          "features": [
            "identity-management",
            "s3",
            "sts",
            "cognito-identity"
          ]
        }
      ]
    },
    "velox-gcs": {
      "description": "Velox GCS Support",
      "dependencies": [
        {
          "name": "google-cloud-cpp",
          "features": [
            "storage"
          ],
          "version>=": "2.22.0"
        }
      ]
    },
    "velox-hdfs": {
      "description": "Velox HDFS Support",
      "dependencies": [
        "libhdfs3"
      ]
    },
    "velox-abfs": {
      "description": "Velox ABFS Support",
      "dependencies": [
        "azure-storage-blobs-cpp",
        "azure-storage-files-datalake-cpp",
        "azure-identity-cpp"
      ]
    },
    "duckdb": {
      "description": "DUCKDB",
      "dependencies": [
        "duckdb"
      ]
    },
    "hbm": {
      "description": "HBM",
      "dependencies": [
        "memkind"
      ]
    },
    "qat": {
      "description": "QAT",
      "dependencies": [
        {
	  "name": "zstd",
	  "version>=": "1.5.4"
        }
      ]
    }
  },
  "overrides": [
    { "name": "fmt", "version": "10.1.1" },
    { "name": "xsimd", "version": "10.0.0" }
  ]
}