{
  "name": "json-rpc-cxx",
  "version": "0.3.1",
  "description": "A JSON-RPC 2.0 framework implemented in C++17 using the nlohmann's json for modern C++.",
  "homepage": "https://github.com/jsonrpcx/json-rpc-cxx",
  "license": "MIT",
  "dependencies": [
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}
