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.9.0" 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 30[[bench]] 31name = "unicode_words" 32harness = false 33 34[[bench]] 35name = "word_bounds" 36harness = false 37[dev-dependencies.criterion] 38version = "0.3" 39 40[dev-dependencies.quickcheck] 41version = "0.7" 42 43[features] 44no_std = [] 45