pub fn load_metadata<P: AsRef<Path>>(manifest_path: P) -> Result<CargoMetadata>
Expand description

Create metadata about the root package in the Cargo manifest, without any dependencies.