{
    "version": "1.95.0",
    "description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
    "homepage": "https://www.rust-lang.org",
    "license": "MIT|Apache-2.0",
    "notes": [
        "Use the rustup package instead for easier management of multiple toolchains, including beta/nightly releases.",
        "According to https://doc.rust-lang.org/book/ch01-01-installation.html#installing-rustup-on-windows",
        "Microsoft C++ Build Tools is needed and can be downloaded here: https://visualstudio.microsoft.com/visual-cpp-build-tools/",
        "When installing build tools, these two components should be selected:",
        "- MSVC - VS C++ x64/x86 build tools",
        "- Windows SDK"
    ],
    "architecture": {
        "64bit": {
            "url": "https://static.rust-lang.org/dist/rust-1.95.0-x86_64-pc-windows-msvc.msi",
            "hash": "08d228850565cfe421da6faeac029fb1f0c8341219d0dd9490d42a8355aa0703"
        },
        "32bit": {
            "url": "https://static.rust-lang.org/dist/rust-1.95.0-i686-pc-windows-msvc.msi",
            "hash": "afcc1bbf9283b92f82590f42e7a87bf4f455381e51c760f524848055ac789e79"
        },
        "arm64": {
            "url": "https://static.rust-lang.org/dist/rust-1.95.0-aarch64-pc-windows-msvc.msi",
            "hash": "2381cc9d9d0bb0b403332ed59039e31cb86cb61cbd6c92934c2f7c439a1fef5f"
        }
    },
    "extract_dir": "Rust",
    "bin": [
        "bin\\rustc.exe",
        "bin\\rustdoc.exe",
        "bin\\cargo.exe"
    ],
    "checkver": "Version ([\\d.]+)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://static.rust-lang.org/dist/rust-$version-x86_64-pc-windows-msvc.msi"
            },
            "32bit": {
                "url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
            },
            "arm64": {
                "url": "https://static.rust-lang.org/dist/rust-$version-aarch64-pc-windows-msvc.msi"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
