2025-03-14 21:59:59 -06:00
|
|
|
# cargo verify-project
|
|
|
|
|
|
|
|
|
|
> Check the correctness of the `Cargo.toml` manifest and print the result as a JSON object.
|
2025-12-16 10:20:31 -07:00
|
|
|
> Note: this command is deprecated and may be removed in the future.
|
|
|
|
|
> More information: <https://doc.rust-lang.org/cargo/commands/deprecated-and-removed.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|