{
  "name": "gmime",
  "href": "https://vcpkg.link/ports/gmime",
  "supports": "!xbox",
  "published_at": "2024-12-31T03:32:07.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/jstedfast/gmime",
  "description": [
    "GMime is a C/C++ library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME)."
  ],
  "license": "LGPL-2.1-or-later",
  "version": {
    "type": "semver",
    "value": "3.2.15",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/4b3b6201414638abfcd8ef4629dfbd958985667e/ports/gmime",
    "hash": "4b3b6201414638abfcd8ef4629dfbd958985667e"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/jstedfast/gmime",
    "stars": 135
  },
  "dependencies": [
    {
      "name": "glib",
      "href": "https://vcpkg.link/ports/glib",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "gmime",
      "href": "https://vcpkg.link/ports/gmime",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "libiconv",
      "href": "https://vcpkg.link/ports/libiconv",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "libidn2",
      "href": "https://vcpkg.link/ports/libidn2",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "zlib",
      "href": "https://vcpkg.link/ports/zlib",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "crypto",
      "default": [],
      "description": [
        "PGP and S/MIME support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "gpgme",
          "href": "https://vcpkg.link/ports/gpgme",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}