[−][src]Function cargo::ops::output_metadata
pub fn output_metadata(
ws: &Workspace,
opt: &OutputMetadataOptions
) -> CargoResult<ExportInfo>
Loads the manifest, resolves the dependencies of the package to the concrete used versions - considering overrides - and writes all dependencies in a JSON format to stdout.