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