[dependencies.smallvec]
version = "1.4"
[dependencies.unicode-segmentation]
version = "1"
[package]
authors = ["William R. Fraser <wfraser@codewise.org>"]
description = "Adaptors which wrap byte-oriented readers and yield the UTF-8 data as Unicode code points or grapheme clusters."
documentation = "https://docs.rs/unicode_reader/"
edition = "2018"
keywords = ["unicode", "grapheme", "codepoint", "text", "reader"]
license = "MIT/Apache-2.0"
name = "unicode_reader"
readme = "README.md"
repository = "https://github.com/wfraser/rust_unicode_reader"
version = "1.0.2"