cargo-fill

Crates.iocargo-fill
lib.rscargo-fill
version0.2.1
created_at2023-09-24 14:02:08.40194+00
updated_at2025-03-23 23:47:28.872304+00
descriptionAn interactive CLI tool for filling the fields of `Cargo.toml` quickly.
homepage
repositoryhttps://github.com/JohnScience/cargo-fill
max_upload_size
id981941
size53,830
Dmitrii - Demenev (JohnScience)

documentation

https://docs.rs/cargo-fill

README

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.

Commit count: 14

cargo fmt