{
  "name": "librats",
  "href": "https://vcpkg.link/ports/librats",
  "supports": "!uwp",
  "published_at": "2026-08-15T00:00:13.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/librats/librats",
  "description": [
    "C++17 peer-to-peer networking library: encrypted P2P (Noise XX), DHT/mDNS discovery, NAT traversal (STUN/UPnP/NAT-PMP), GossipSub pub/sub, file transfer, optional BitTorrent."
  ],
  "license": "MIT AND BSD-3-Clause AND BSD-2-Clause AND BSD-1-Clause",
  "version": {
    "type": "semver",
    "value": "2.0.12",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/ffbe9596560f30c128363d4b9efdff2bcbd90733/ports/librats",
    "hash": "ffbe9596560f30c128363d4b9efdff2bcbd90733"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/librats/librats",
    "stars": 149
  },
  "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": "bindings",
      "default": [],
      "description": [
        "Build the C API used by Node.js / Python / Java bindings"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "search-features",
      "default": [],
      "description": [
        "Enable BitTorrent client (bt_*, tracker, disk_io, info_hash spider)"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "storage",
      "default": [],
      "description": [
        "Enable distributed key-value storage module"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}