blob: ac711a546b5a0bfe0a16a3653cc7e34f4bcf2e87 [file] [log] [blame] [edit]
[package]
name = "unicode-xid"
version = "0.0.4"
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/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 = [ "target/*", "Cargo.lock" ]
[features]
default = []
no_std = []
bench = []