{ "homepage": "https://www.rust-lang.org", "description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)", "version": "1.40.0", "license": "MIT|Apache-2.0", "architecture": { "64bit": { "url": "https://static.rust-lang.org/dist/rust-1.40.0-x86_64-pc-windows-msvc.msi", "hash": "f02d8c31b47916183e0ea1ccb348fa25e39f31867d2a1e0cc212623b5a84047c" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-1.40.0-i686-pc-windows-msvc.msi", "hash": "b3ba19a8878f877bf346592ee3c48ff3c9fbfaee06eb8b61a24dc74486b4d152" } }, "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" } } }