{
  "name": "neko-network",
  "href": "https://vcpkg.link/ports/neko-network",
  "supports": "all",
  "published_at": "2025-12-15T20:21:05.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/moehoshio/NekoNetwork",
  "description": [
    "Neko Network is a modern, easy-to-use, and efficient C++20 network library built on top of libcurl."
  ],
  "license": "MIT OR Apache-2.0",
  "version": {
    "type": "semver",
    "value": "1.0.3",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/e49823987b5a8f9a46a3a545e27368806f92777c/ports/neko-network",
    "hash": "e49823987b5a8f9a46a3a545e27368806f92777c"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "curl",
      "href": "https://vcpkg.link/ports/curl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "neko-function",
      "href": "https://vcpkg.link/ports/neko-function",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "neko-schema",
      "href": "https://vcpkg.link/ports/neko-schema",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "neko-system",
      "href": "https://vcpkg.link/ports/neko-system",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "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": "nlog",
      "default": [
        "all"
      ],
      "description": [
        "Use nlog as the default logger."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "neko-log",
          "href": "https://vcpkg.link/ports/neko-log",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}