Pre-RFC: Streamlining `cargo package` to Exclude Unnecessary Files
The Rust community is considering a Pre-RFC proposal to optimize the `cargo package` command by excluding non-essential files by default. This proposal aims to reduce package sizes by omitting files like extensive test datasets that do not impact the functionality of the crate. By refining the packaging process, developers can expect faster build times and reduced bandwidth usage, making Rust projects more efficient to distribute and manage.