{ "homepage": "https://www.rust-lang.org", "version": "1.21.0", "license": "MIT/Apache 2.0", "architecture": { "64bit": { "url": "https://static.rust-lang.org/dist/rust-1.21.0-x86_64-pc-windows-msvc.msi", "hash": "bc0cb9966a7d979b91c56b3fa772fef05518d8a5889527a615b415f131f4ff05" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-1.21.0-i686-pc-windows-msvc.msi", "hash": "bfc6648e823f9ed42a72b0fd5abccddd956c9348c07d6f3a120101a1ee55dcb0" } }, "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-msvc.msi" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi" } } } }