1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "unicode-segmentation"
15version = "1.10.1"
16authors = [
17    "kwantam <kwantam@gmail.com>",
18    "Manish Goregaokar <manishsmail@gmail.com>",
19]
20exclude = [
21    "target/*",
22    "Cargo.lock",
23    "scripts/tmp",
24    "benches/texts/*",
25    "*.txt",
26]
27description = """
28This crate provides Grapheme Cluster, Word and Sentence boundaries
29according to Unicode Standard Annex #29 rules.
30"""
31homepage = "https://github.com/unicode-rs/unicode-segmentation"
32documentation = "https://unicode-rs.github.io/unicode-segmentation"
33readme = "README.md"
34keywords = [
35    "text",
36    "unicode",
37    "grapheme",
38    "word",
39    "boundary",
40]
41license = "MIT/Apache-2.0"
42repository = "https://github.com/unicode-rs/unicode-segmentation"
43
44[[bench]]
45name = "graphemes"
46harness = false
47
48[[bench]]
49name = "unicode_words"
50harness = false
51
52[[bench]]
53name = "word_bounds"
54harness = false
55
56[dev-dependencies.criterion]
57version = "0.3"
58
59[dev-dependencies.quickcheck]
60version = "0.7"
61
62[features]
63no_std = []
64