cargo-temp
cargo-temp copied to clipboard
A CLI tool that allow you to create a temporary new Rust project using cargo with already installed dependencies
Closes #56
Create a temporary project from a template using [cargo-generate](https://github.com/cargo-generate/cargo-generate).
Closes #72
~~Add a list with a link for each feature for an easier read, some kind of table of contents~~ (GitHub automatically generate a table of contents for the README) *...
As mentioned in #62, I would be great to move the project to a different location if the project is preserved.
Update dependencies to latest.
I'm not really a user of the `cargo-generate` feature and I'm wondering if it's actually useful. Since it's a bit of the scope of `cargo-temp` and `cargo-generate` works very well...
As mentioned by @cecton in #115: > I wonder if there is a way to disable the default features. Maybe -default would be intuitive?
Could be useful to disable rustc warnings
When the `Dependency` values might create a line with a length of 100 characters, the value should be write in the file as a table instead of a value.