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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "unicode-segmentation"
15version = "1.7.1"
16authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
17exclude = ["target/*", "Cargo.lock", "scripts/tmp", "benches/texts/*", "*.txt"]
18description = "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"
25
26[[bench]]
27name = "graphemes"
28harness = false
29[dev-dependencies.bencher]
30version = "0.1"
31
32[dev-dependencies.quickcheck]
33version = "0.7"
34
35[features]
36no_std = []
37