{ "name": "chenjunfu2-nbt-cpp", "version": "1.0.0", "description": "A header-only C++ library for [NBT(Named Binary Tag)]", "homepage": "https://github.com/chenjunfu2/NBT_CPP", "license": "MIT", "dependencies": [ { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "features": { "xxhash": { "description": "Enable XXHASH support for hash functionality", "dependencies": [ "xxhash" ] }, "zlib": { "description": "Enable ZLIB support for compression", "dependencies": [ "zlib" ] } } }