pub(crate) fn parse_feature_deps<'a>( s: &'a str, dep: &str, ) -> Result<impl Iterator<Item = String> + 'a, String>