{
  "name": "spdlog",
  "href": "https://vcpkg.link/ports/spdlog",
  "supports": "all",
  "published_at": "2026-07-01T01:21:32.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/gabime/spdlog",
  "description": [
    "Very fast, header-only/compiled, C++ logging library."
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "1.17.0",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/3cd7d350d59b728c71c19aabd7dca955b70ffa97/ports/spdlog",
    "hash": "3cd7d350d59b728c71c19aabd7dca955b70ffa97"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "benchmark",
      "default": [],
      "description": [
        "Use google benchmark"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "benchmark",
          "href": "https://vcpkg.link/ports/benchmark",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "fmt",
      "default": [
        "all"
      ],
      "description": [
        "Use fmt library"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "fmt",
          "href": "https://vcpkg.link/ports/fmt",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "tz-offset",
      "default": [
        "all"
      ],
      "description": [
        "Omit %z timezone offset (use on platforms without tm_gmtoff)"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "wchar",
      "default": [],
      "description": [
        "Build with wchar_t (Windows only)"
      ],
      "supports": "windows",
      "dependencies": []
    }
  ]
}