#cargo-toml #fill #productivity #manifest #cli-tool #git-config

app cargo-fill

An interactive CLI tool for filling the fields of Cargo.toml quickly

2 unstable releases

0.2.0 Oct 3, 2023
0.1.0 Sep 24, 2023

#332 in Cargo plugins

33 downloads per month

MIT/Apache

35KB
825 lines

cargo-fill

Crates.io Downloads License Dependency Status

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 of Cargo.toml.
  • Allows using cargo-msrv to fill the rust-version field.
  • Allows using git config --get <user.name|user.email|remote.origin.url> to guess the authors and repository fields.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Dependencies

~6–16MB
~211K SLoC