{
    "version": "2026-04-27",
    "description": "A Rust compiler front-end for IDEs",
    "homepage": "https://rust-analyzer.github.io/",
    "license": "Apache-2.0|MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2026-04-27/rust-analyzer-x86_64-pc-windows-msvc.zip",
            "hash": "739f07575d5a2a96e3607db6d841d88101b28dbdbe8956357f4c730309a7f592"
        }
    },
    "bin": "rust-analyzer.exe",
    "checkver": {
        "github": "https://github.com/rust-lang/rust-analyzer",
        "regex": "releases/tag/([\\d-]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rust-lang/rust-analyzer/releases/download/$version/rust-analyzer-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}
