2 unstable releases
0.2.0 | Oct 3, 2023 |
---|---|
0.1.0 | Sep 24, 2023 |
#438 in Cargo plugins
35KB
825 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-msrv
to fill therust-version
field. - Allows using
git config --get <user.name|user.email|remote.origin.url>
to guess theauthors
andrepository
fields.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Dependencies
~7–20MB
~234K SLoC