{ "version": "1.63.0", "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.63.0-x86_64-pc-windows-msvc.msi", "hash": "a4f8bed7af49bb4e16c0dadb3df0375ec5c4c8e1a6b6d850bc74489cb76af8d3" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-1.63.0-i686-pc-windows-msvc.msi", "hash": "d8f3d382d5696db236df046e48d8f332d5941cf4d93b575ca3eacae5f6d2edf1" } }, "extract_dir": "Rust", "bin": [ "bin\\rls.exe", "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" } } }