Function cargo_metadata::metadata_deps[][src]

pub fn metadata_deps(
    manifest_path: Option<&Path>,
    deps: bool
) -> Result<Metadata>

Obtain metadata only about the root package and dependencies

Parameters

  • manifest_path: Path to the manifest.
  • deps: Whether to include dependencies.