Module output_sbom

Source
Expand description

cargo-sbom precursor files for external tools to create SBOM files from. See build_sbom_graph for more.

StructsΒ§

Sbom
SbomCrate πŸ”’
SbomDependency πŸ”’
SbomFormatVersion
Typed version of a SBOM format version number.
SbomIndex πŸ”’
SbomRustc πŸ”’

EnumsΒ§

SbomDependencyType πŸ”’

FunctionsΒ§

build_sbom
Build an Sbom for the given Unit.
build_sbom_graph πŸ”’
List all dependencies, including transitive ones. A dependency can also appear multiple times if it’s using different settings, e.g. profile, features or crate versions.