fn parse_gitoxide(
    it: impl Iterator<Item = impl AsRef<str>>
) -> CargoResult<Option<GitoxideFeatures>>