pub fn manifest_from_pkgid( manifest_path: Option<&Path>, pkgid: &str, ) -> CargoResult<Package>
Takes a pkgid and attempts to find the path to it’s Cargo.toml, using cargo’s metadata
Cargo.toml
cargo