pub fn parse_manifest_line(line: &str) -> Option<Entry>
Try to parse a single manifest line as an entry. Returns Some(entry) on success.
Some(entry)