{ "name": "nuraft", "version": "3.0.0", "description": "C++ implementation of Raft core logic as a replication library.", "homepage": "https://github.com/eBay/NuRaft", "license": "Apache-2.0", "supports": "!uwp", "dependencies": [ "asio", { "name": "openssl", "platform": "!windows" }, { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ] }