]> git.proxmox.com Git - rustc.git/blame - vendor/unicode-segmentation/Cargo.toml
New upstream version 1.55.0+dfsg1
[rustc.git] / vendor / unicode-segmentation / Cargo.toml
CommitLineData
0731742a
XL
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
60c5eb7d 6# to registry (e.g., crates.io) dependencies
0731742a
XL
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]
136023e0 14edition = "2018"
0731742a 15name = "unicode-segmentation"
136023e0 16version = "1.8.0"
60c5eb7d 17authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
5869c6ff 18exclude = ["target/*", "Cargo.lock", "scripts/tmp", "benches/texts/*", "*.txt"]
60c5eb7d 19description = "This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n"
0731742a
XL
20homepage = "https://github.com/unicode-rs/unicode-segmentation"
21documentation = "https://unicode-rs.github.io/unicode-segmentation"
22readme = "README.md"
23keywords = ["text", "unicode", "grapheme", "word", "boundary"]
24license = "MIT/Apache-2.0"
25repository = "https://github.com/unicode-rs/unicode-segmentation"
5869c6ff
XL
26
27[[bench]]
28name = "graphemes"
29harness = false
136023e0
XL
30
31[[bench]]
32name = "unicode_words"
33harness = false
34
35[[bench]]
36name = "word_bounds"
37harness = false
38[dev-dependencies.criterion]
39version = "0.3"
5869c6ff 40
0731742a 41[dev-dependencies.quickcheck]
60c5eb7d 42version = "0.7"
0731742a
XL
43
44[features]
45no_std = []