Cargo.lock is always excluded from packages generated by cargo package. This means that it can't be used by cargo install when installing from crates.io. Should this be changed for crates that contain binaries, in order to make cargo install more reproducible for these binaries?
Cargo.lockis always excluded from packages generated bycargo package. This means that it can't be used bycargo installwhen installing from crates.io. Should this be changed for crates that contain binaries, in order to makecargo installmore reproducible for these binaries?