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