pub fn binary_targets<P: AsRef<Path> + Debug>(
    manifest_path: P,
    build_examples: bool
) -> Result<HashSet<String>, MetadataError>
Expand description

Extract all the binary target names from a Cargo.toml file