Crate cargo_report[][src]

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.