cargo-fill

Crates.iocargo-fill
lib.rscargo-fill
version0.2.0
sourcesrc
created_at2023-09-24 14:02:08.40194
updated_at2023-10-03 00:16:21.005021
descriptionAn interactive CLI tool for filling the fields of `Cargo.toml` quickly.
homepage
repositoryhttps://github.com/JohnScience/cargo-fill
max_upload_size
id981941
size52,138
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: 13

cargo fmt