[package] name = "chisel-charstream" version = "0.1.3" edition = "2021" authors = ["Jonny Coombes "] rust-version = "1.56" description = "Simple and relatively fast u8 -> char stream implementation" license = "MIT OR Apache-2.0" keywords = ["utf8", "conversion", "stream", "iterator"] categories = ["encoding", "text-processing"] repository = "https://github.com/jonnycoombes/chisel-charstream" [dependencies]