{ "homepage": "https://www.rust-lang.org", "version": "1.23.0", "license": "MIT/Apache 2.0", "architecture": { "64bit": { "url": "https://static.rust-lang.org/dist/rust-1.23.0-x86_64-pc-windows-gnu.msi", "hash": "ebc9323a2a449bbb29c7e8a3da1f7494d10a063a113b0374a186ff01faaae670" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-1.23.0-i686-pc-windows-gnu.msi", "hash": "c508e3c7f465f82c8542c63c46f8787cc5c740d1a67b8fe55add0879677a1ab5" } }, "bin": [ "Rust\\bin\\rustc.exe", "Rust\\bin\\rustdoc.exe", "Rust\\bin\\cargo.exe" ], "checkver": { "url": "https://github.com/rust-lang/rust/releases", "re": "([\\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" } } } }