commands.sh

cargo verify-project

all

Check the correctness of the `Cargo.toml` manifest and print the result as a JSON object. Note: this command is deprecated and may be removed in the future.

More info →

Examples (2)

Check the correctness of the current project's manifest

Check the correctness of the specified manifest file

cargo verify-project --manifest-path path/to/Cargo.toml
made by @shridhargupta | data from tldr-pages