[−][src]Function cargo_metadata::metadata_deps
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.