#cargo #package #publish #everything #validate #verify #correct

app cargo-validate

verify everything is correct about your package before publishing

5 releases

0.1.4 Sep 19, 2024
0.1.3 Sep 19, 2024
0.1.2 Sep 19, 2024
0.1.1 Sep 19, 2024
0.1.0 Sep 19, 2024

#120 in Cargo plugins

Download history 231/week @ 2024-09-14 114/week @ 2024-09-21

345 downloads per month

MIT license

17KB
269 lines

cargo-validate

A Rust tool that enhances cargo publish with a validation and confirmation step.

Install

cargo install cargo-validate

Usage

cargo validate [-- <cargo publish args>]

Features:

  • Informs of current git status
  • Displays and validates package info
  • Checks current username as owner
  • Checks crate existence on crates.io

Dependencies

~6–17MB
~240K SLoC