Crate cargo_report

Source
Expand description

Utilities for generating reports for integrating with external tools.

Currently supported report categories are:

  • Dependency reports: output the dependencies that a crate has. These reports may also output information about whether the dependencies are outdated or known to be vulnerable.

Modulesยง

dependencies
Dependency reports export information about dependencies of a crate and whether those dependencies are outdated or have known vulnerabilities.