logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Verify Cargo Project - Validate Cargo.toml Manifest | Online Free DevTools by Hexmos

Verify Cargo projects accurately with Cargo Verify Project. Validate `Cargo.toml` manifests and ensure project integrity quickly. Free online tool, no registration required.

cargo-verify-project

Check the correctness of the Cargo.toml manifest and print the result as a JSON object. More information: https://doc.rust-lang.org/cargo/commands/cargo-verify-project.html.

  • Check the correctness of the current project’s manifest:

cargo verify-project

  • Check the correctness of the specified manifest file:

cargo verify-project --manifest-path {{path/to/Cargo.toml}}

See Also