A Cargo plugin to help setup and prepare a Crate before publishing.
It reads your cargo.toml file and based on the values not present it will either set defaults or prompt you for input.
Some of the prompts will be required and others optional.
```sh cargo install cargo-prepublish
cargo prepublish
cargo prepublish -n
cargo prepublish --non-interactive
cargo prepublish -v
cargo prepublish --valid ```
Any contributions are welcome. If you find a bug, have a suggestion or feature request, please open a issue.