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

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