#productivity #fill #manifest

app cargo-fill

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

3 unstable releases

0.2.1 Mar 23, 2025
0.2.0 Oct 3, 2023
0.1.0 Sep 24, 2023

#102 in Cargo plugins

Download history 6/week @ 2024-12-11 4/week @ 2025-02-26 100/week @ 2025-03-19 29/week @ 2025-03-26

132 downloads per month

MIT/Apache

35KB
824 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

~7–21MB
~259K SLoC