{ "homepage": "https://www.rust-lang.org", "description": "A language empowering everyone to build reliable and efficient software. (GNU 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-gnu.msi", "hash": "d9e1d600a9e1c20c9d1c7cbb99d00a660d4b7100b8f0003e19fc4690da862e51" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-1.40.0-i686-pc-windows-gnu.msi", "hash": "344216a91e96924902a68f5d750ad19c66dc0f0d7b86e264d02713ce214bc238" } }, "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-gnu.msi" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-gnu.msi" } }, "hash": { "url": "$url.sha256" } } }