]> git.proxmox.com Git - rustc.git/blob - src/vendor/unicode-segmentation/Cargo.toml
New upstream version 1.19.0+dfsg1
[rustc.git] / src / vendor / unicode-segmentation / Cargo.toml
1 [package]
2
3 name = "unicode-segmentation"
4 version = "0.1.3"
5 authors = ["kwantam <kwantam@gmail.com>"]
6
7 homepage = "https://github.com/unicode-rs/unicode-segmentation"
8 repository = "https://github.com/unicode-rs/unicode-segmentation"
9 documentation = "https://unicode-rs.github.io/unicode-segmentation"
10
11 license = "MIT/Apache-2.0"
12 keywords = ["text", "unicode", "grapheme", "word", "boundary"]
13 readme = "README.md"
14 description = """
15 This crate provides Grapheme Cluster and Word boundaries
16 according to Unicode Standard Annex #29 rules.
17 """
18
19 exclude = [ "target/*", "Cargo.lock", "scripts/tmp" ]
20
21 [features]
22 no_std = [] # This is a no-op, preserved for backward compatibility only.