2023-10-02 15:01:15 +01:00
|
|
|
# cargo report
|
|
|
|
|
|
|
|
> Display various kinds of reports.
|
|
|
|
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-report.html>.
|
|
|
|
|
|
|
|
- Display a report:
|
|
|
|
|
|
|
|
`cargo report {{future-incompatibilities|...}}`
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
- Display a report with the specified Cargo-generated ID:
|
2023-10-02 15:01:15 +01:00
|
|
|
|
|
|
|
`cargo report {{future-incompatibilities|...}} --id {{id}}`
|
|
|
|
|
|
|
|
- Display a report for the specified package:
|
|
|
|
|
|
|
|
`cargo report {{future-incompatibilities|...}} --package {{package}}`
|