unicode-segmentation 1.12.0

This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules.
Documentation
[[bench]]
harness = false
name = "chars"
path = "benches/chars.rs"

[[bench]]
harness = false
name = "word_bounds"
path = "benches/word_bounds.rs"

[[bench]]
harness = false
name = "words"
path = "benches/words.rs"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.quickcheck]
version = "0.7"

[features]
no_std = []

[lib]
name = "unicode_segmentation"
path = "src/lib.rs"

[package]
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
This crate provides Grapheme Cluster, Word and Sentence boundaries
according to Unicode Standard Annex #29 rules.
"""
edition = "2018"
exclude = ["/.github", "/benches/texts", "/scripts/**.rs", "*.txt"]
homepage = "https://github.com/unicode-rs/unicode-segmentation"
keywords = ["text", "unicode", "grapheme", "word", "boundary"]
license = "MIT OR Apache-2.0"
name = "unicode-segmentation"
readme = "README.md"
repository = "https://github.com/unicode-rs/unicode-segmentation"
version = "1.12.0"

[[test]]
name = "test"
path = "tests/test.rs"