]> git.proxmox.com Git - rustc.git/blame - src/vendor/unicode-xid/Cargo.toml
New upstream version 1.26.0+dfsg1
[rustc.git] / src / vendor / unicode-xid / Cargo.toml
CommitLineData
3b2f2976
XL
1[package]
2
3name = "unicode-xid"
0531ce1d 4version = "0.1.0"
3b2f2976
XL
5authors = ["erick.tryzelaar <erick.tryzelaar@gmail.com>",
6 "kwantam <kwantam@gmail.com>",
7 ]
8
9homepage = "https://github.com/unicode-rs/unicode-xid"
10repository = "https://github.com/unicode-rs/unicode-xid"
11documentation = "https://unicode-rs.github.io/unicode-xid"
12license = "MIT/Apache-2.0"
13keywords = ["text", "unicode", "xid"]
14readme = "README.md"
15description = """
16Determine whether characters have the XID_Start
17or XID_Continue properties according to
18Unicode Standard Annex #31.
19"""
20
21exclude = [ "target/*", "Cargo.lock" ]
22
23[features]
24default = []
25no_std = []
26bench = []