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