cargo-prepublish-0.1.2 is not a library.
Cargo-prepublish
A Cargo plugin to help setup and prepare a Crate before publishing.
How Does it work?
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.
How to use
# To make changes to the Cargo.toml file
# To make changes to the Cargo.toml file with just the defaults and not interactivity
# OR
# To check if the Cargo.toml is valid
# OR
Limitations
- Scattered array of tables (tables are reordered by default byt toml_edit)
Similar to the previous, any comments will most likely be lost.Toml_edit is now used and it retains the comments
Contributions
Any contributions are welcome. If you find a bug, have a suggestion or feature request, please open a issue.