blob: 0b20ce2f6dc43bdb12e29315e09a4c376e5fd89c [file] [log] [blame] [edit]
[package]
name = "unicode-xid"
version = "0.2.1"
authors = ["erick.tryzelaar <[email protected]>",
"kwantam <[email protected]>",
]
homepage = "https://github.com/unicode-rs/unicode-xid"
repository = "https://github.com/unicode-rs/unicode-xid"
documentation = "https://unicode-rs.github.io/unicode-xid"
license = "MIT OR Apache-2.0"
keywords = ["text", "unicode", "xid"]
readme = "README.md"
description = """
Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
"""
exclude = ["/scripts/*", "/.travis.yml"]
[badges]
travis-ci = { repository = "unicode-rs/unicode-xid" }
[features]
default = []
no_std = []
bench = []