3 unstable releases
| 0.2.1 | Mar 23, 2025 |
|---|---|
| 0.2.0 | Oct 3, 2023 |
| 0.1.0 | Sep 24, 2023 |
#309 in Cargo plugins
106 downloads per month
35KB
824 lines
cargo-fill
An interactive CLI tool for filling the fields of Cargo.toml quickly.
Installation
cargo install cargo-fill
Usage
cargo fill
Features
- Fills all known fields in the
[package]section ofCargo.toml. - Allows using
cargo-msrvto fill therust-versionfield. - Allows using
git config --get <user.name|user.email|remote.origin.url>to guess theauthorsandrepositoryfields.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Dependencies
~8–23MB
~297K SLoC