{
  "name": "offscale-libetcd-cpp",
  "version-date": "2019-07-10",
  "port-version": 3,
  "description": "A C++ client library for etcd. etcd is a distributed, reliable key-value store.",
  "homepage": "https://github.com/offscale/libetcd-cpp",
  "dependencies": [
    "grpc",
    "protobuf",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}