{ "homepage": "https://www.rust-lang.org", "description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)", "version": "1.41.1", "license": "MIT|Apache-2.0", "architecture": { "64bit": { "url": "https://static.rust-lang.org/dist/rust-1.41.1-x86_64-pc-windows-msvc.msi", "hash": "8dd9b74ab53a2b71b49a47128ca4e1854baba4027af77faa776e3b9df7f039b3" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-1.41.1-i686-pc-windows-msvc.msi", "hash": "62d9173c2774528f5e5b01f6af9399d7e4d97ecd41566efcab94cd2b639ad058" } }, "extract_dir": "Rust", "bin": [ "bin\\rustc.exe", "bin\\rustdoc.exe", "bin\\cargo.exe" ], "checkver": { "url": "https://www.rust-lang.org/", "regex": "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" } }, "hash": { "url": "$url.sha256" } } }