{ "name": "spdlog", "version-semver": "1.17.0", "description": "Very fast, header-only/compiled, C++ logging library.", "homepage": "https://github.com/gabime/spdlog", "license": "MIT", "dependencies": [ { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "default-features": [ "fmt", "tz-offset" ], "features": { "benchmark": { "description": "Use google benchmark", "dependencies": [ "benchmark" ] }, "fmt": { "description": "Use fmt library", "dependencies": [ "fmt" ] }, "tz-offset": { "description": "Omit %z timezone offset (use on platforms without tm_gmtoff)" }, "wchar": { "description": "Build with wchar_t (Windows only)", "supports": "windows" } } }