#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

#146 in Cargo plugins

Download history 231/week @ 2024-09-14 55/week @ 2024-09-21 160/week @ 2024-09-28 13/week @ 2024-10-05 206/week @ 2024-10-12 13/week @ 2024-10-19 32/week @ 2024-11-02

252 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
~243K SLoC