1 2 3 4 5 6 7 8 9
[package] name = "utf8streamreader" version = "0.1.0" edition = "2024" description = "Provides a lookahead iterator on an utf8 byte stream" license-file = "license.txt" readme = "readme.md" [dependencies]