Function cargo_metadata::metadata_deps [] [src]

pub fn metadata_deps(
    manifest_path_arg: Option<&str>,
    deps: bool
) -> Result<Metadata, Error>

The main entry point to obtaining metadata

Parameters

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