Function parse_fuzz_crate_toml

Source
fn parse_fuzz_crate_toml(
    cargo_toml_path: &Path,
) -> Result<Option<FuzzCrateMetadata>>