{
  "name": "asio",
  "href": "https://vcpkg.link/ports/asio",
  "supports": "all",
  "published_at": "2026-02-23T15:44:52.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": "https://think-async.com/Asio/Documentation.html",
  "homepage_href": "https://think-async.com/Asio/",
  "description": [
    "Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach."
  ],
  "license": "BSL-1.0",
  "version": {
    "type": "semver",
    "value": "1.32.0",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/8f62cd52918701b9e1e8cb04a99d3b767b025eeb/ports/asio",
    "hash": "8f62cd52918701b9e1e8cb04a99d3b767b025eeb"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/chriskohlhoff/asio",
    "stars": 6191
  },
  "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": "coroutine",
      "default": [],
      "description": [
        "Boost.Coroutine (optional) if you use spawn() to launch coroutines"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "boost-coroutine",
          "href": "https://vcpkg.link/ports/boost-coroutine",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "openssl",
      "default": [],
      "description": [
        "OpenSSL (optional) if you use Asio's SSL support."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openssl",
          "href": "https://vcpkg.link/ports/openssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "regex",
      "default": [],
      "description": [
        "Boost.Regex (optional) if you use any of the read_until() or async_read_until() overloads that take a boost::regex parameter."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "boost-regex",
          "href": "https://vcpkg.link/ports/boost-regex",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "wolfssl",
      "default": [],
      "description": [
        "WolfSSL (optional) if you use Asio's SSL support."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "wolfssl",
          "href": "https://vcpkg.link/ports/wolfssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}