Function cargo_metadata::metadata_deps [] [src]

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

The main entry point to obtaining metadata

Parameters

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