I am not a regular user of Rust, but I use some tools that are in cargo.
Today I want to install the crate du-dust, but the name of the binary (dust) conflict with a different program I have installed.
My solution right now is to clone the project, edit the Cargo.toml and install from there.
That's fine, but I wondered if there was a better way to do it, directly from cargo (with a flag or something).