# Fake Email Generator Fake Email Generator is a Rust-powered command-line utility that can be used to generate fake email addresses for testing purposes on local development environments. ## Installation To install the Fake Email Generator binary, you'll need [Cargo](https://doc.rust-lang.org/cargo/getting-started/in stallation.html) installed on your system. Once you have Cargo installed, you can install the binary with the following command: ```bash cargo install fake_email_generator ``` ## Usage After installing the binary, you can use it on the command line by typing ```bash fake_email_generator ``` Sample output: ```bash jane.doe@example.net ``` ## License This project is licensed under the MIT License