unic-ucd-ident 0.9.0

UNIC — Unicode Character Database — Identifier Properties
Documentation
[package]
name = "unic-ucd-ident"
version = "0.9.0"
edition = "2018"
authors = ["The UNIC Project Developers"]
repository = "https://github.com/open-i18n/rust-unic/"
license = "MIT/Apache-2.0"
description = "UNIC — Unicode Character Database — Identifier Properties"
keywords = ["text", "unicode", "character-property"]
categories = ["text-processing", "parsing"]

exclude = [
    "tests/lexical_class_tests",
]

[features]
default = [ "xid" ]
pattern = []
xid = []
id = []

[dependencies]
unic-char-property = { path = "../../char/property/", version = "0.9.0" }
unic-char-range = { path = "../../char/range", version = "0.9.0" }
unic-ucd-version = { path = "../version/", version = "0.9.0" }

[dev-dependencies]
unic-ucd-category = { path = "../category/", version = "0.9.0" }
regex = "0.2"
matches = "0.1"

[badges]
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }