unicode_reader 1.0.0

Adaptors which wrap byte-oriented readers and yield the UTF-8 data as Unicode code points or grapheme clusters.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "unicode_reader"
version = "1.0.0"
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/"
readme = "README.md"
keywords = ["unicode", "grapheme", "codepoint", "text", "reader"]
license = "MIT/Apache-2.0"
repository = "https://github.com/wfraser/rust_unicode_reader"
[dependencies.smallvec]
version = "0.6"

[dependencies.unicode-segmentation]
version = "1"