cargo-report(1)
NAME
cargo-report - Generate and display various kinds of reports
SYNOPSIS
cargo report type [options]
DESCRIPTION
Displays a report of the given type - currently, only future-incompat is supported
OPTIONS
- --idid
- Show the report with the specified Cargo-generated id
- -pspec...
- --packagespec...
- Only display a report for the specified package
EXAMPLES
- 
Display the latest future-incompat report: cargo report future-incompat
- 
Display the latest future-incompat report for a specific package: cargo report future-incompat --package my-dep:0.0.1