{ "name": "tgbot-cpp", "version": "1.9.1", "description": "C++ library for Telegram bot API.", "homepage": "https://github.com/reo7sp/tgbot-cpp", "license": "MIT", "dependencies": [ "boost-algorithm", "boost-asio", "boost-lexical-cast", "boost-property-tree", "boost-system", "boost-test", "boost-variant", "curl", "openssl", { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true }, "zlib" ], "features": { "disable-nagles": { "description": "Disable Nagle's algorithm" }, "expand-read": { "description": "Read Buffer Size Expansion" }, "expand-socket": { "description": "Socket Buffer Size Expansion" } } }