Open
Description
Problem
"Cargo install" should provide download binaries only from crate.io if availibale rather than build these binaries every time when calling cargo install. since the build process in local computer is very slow, especially when call "cargo install" when build a docker containers.
Proposed Solution
provide "cargo install --no-locall-build" or "cargo install --download_binaries_only"
Notes
No response