pub fn generate( reader: impl BufRead + Debug, writer: impl Write, writer_cargo: impl Write, mangle: bool, ) -> Result<()>