blob: 697beb38a95a6ccb19d9870bdc0c981679a9c06c [file] [log] [blame]
Matthew Maurer50169342020-06-02 11:15:34 -07001# 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
David LeGare01353322022-03-02 16:21:16 +00006# to registry (e.g., crates.io) dependencies.
Matthew Maurer50169342020-06-02 11:15:34 -07007#
David LeGare01353322022-03-02 16:21:16 +00008# 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.
Matthew Maurer50169342020-06-02 11:15:34 -070011
12[package]
Joel Galensoncdef32c2021-08-09 10:50:42 -070013edition = "2018"
Matthew Maurer50169342020-06-02 11:15:34 -070014name = "unicode-segmentation"
David LeGare01353322022-03-02 16:21:16 +000015version = "1.9.0"
Matthew Maurer50169342020-06-02 11:15:34 -070016authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
Thiébaud Weksteen56cb1af2021-01-12 16:01:21 +010017exclude = ["target/*", "Cargo.lock", "scripts/tmp", "benches/texts/*", "*.txt"]
Matthew Maurer50169342020-06-02 11:15:34 -070018description = "This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n"
19homepage = "https://github.com/unicode-rs/unicode-segmentation"
20documentation = "https://unicode-rs.github.io/unicode-segmentation"
21readme = "README.md"
22keywords = ["text", "unicode", "grapheme", "word", "boundary"]
23license = "MIT/Apache-2.0"
24repository = "https://github.com/unicode-rs/unicode-segmentation"
Thiébaud Weksteen56cb1af2021-01-12 16:01:21 +010025
26[[bench]]
27name = "graphemes"
28harness = false
Joel Galensoncdef32c2021-08-09 10:50:42 -070029
30[[bench]]
31name = "unicode_words"
32harness = false
33
34[[bench]]
35name = "word_bounds"
36harness = false
37[dev-dependencies.criterion]
38version = "0.3"
Thiébaud Weksteen56cb1af2021-01-12 16:01:21 +010039
Matthew Maurer50169342020-06-02 11:15:34 -070040[dev-dependencies.quickcheck]
41version = "0.7"
42
43[features]
44no_std = []