[package]
edition = "2021"
rust-version = "1.70"
name = "utf8-chars"
version = "3.0.7"
authors = ["warlock <internalmike@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Char-by-char iterator and `read_char` method for `BufRead`."
documentation = "https://docs.rs/utf8-chars/"
readme = "README.md"
keywords = [
"utf-8",
"utf8",
"chars",
"iterator",
"read_char",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/A1-Triard/utf8-chars"
[badges.maintenance]
status = "passively-maintained"
[features]
bench = []
default = []
[lib]
name = "utf8_chars"
path = "src/lib.rs"
[dependencies.arrayvec]
version = "0.7.2"
[dev-dependencies.quickcheck]
version = "1.0.3"
[dev-dependencies.quickcheck_macros]
version = "1.0.0"
[dev-dependencies.rand]
version = "0.10"