cargo-toml-macros

Very clap inspired macros.

With one line of code, you get access to six fun and exciting macros! ```rust use cargotomlmacros::*;

crateversion!(); crateauthors!(); cratename!(); cratedescription!(); cratehomepage!(); craterepository!(); ```

Take a peak at lib.rs and see how much time you'll save using this crate! Joking aside, all this crate does is call the std::env with the right variable name for each macro.