Pre-RFC: `cargo package` to Include Fewer Files by Default
A new pre-RFC proposal suggests that the `cargo package` command should include fewer files by default when packaging Rust projects. This change aims to improve supply chain security by excluding unnecessary files, such as tests and documentation, which could be potential vectors for attacks. Developers will need to adjust their packaging practices, ensuring that only essential files are included, potentially reducing the size of packages and enhancing security.