#validation #publishing #package #cargo #publish #git-status

app cargo-validate

verify everything is correct about your package before publishing

6 releases

0.2.0 Oct 14, 2024
0.1.5 Sep 30, 2024

#170 in Cargo plugins

Download history 277/week @ 2024-09-18 141/week @ 2024-09-25 38/week @ 2024-10-02 172/week @ 2024-10-09 50/week @ 2024-10-16 2/week @ 2024-10-30 2/week @ 2024-11-06

120 downloads per month

MIT license

17KB
264 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

~7–18MB
~239K SLoC