[go: up one dir, main page]

unic-ucd-common 0.7.0

UNIC - Unicode Character Database - Common Properties
Documentation
[package]
name = "unic-ucd-common"
version = "0.7.0"
authors = ["The UNIC Project Developers"]
repository = "https://github.com/behnam/rust-unic/"
license = "MIT/Apache-2.0"
description = "UNIC - Unicode Character Database - Common Properties"
keywords = ["text", "unicode", "character-property", "alphabetic", "numeric"]
categories = ["internationalization", "text-processing", "parsing", "rendering"]

# No tests/benches that depends on /data/
exclude = []

[badges]
travis-ci = { repository = "behnam/rust-unic", branch = "master" }

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

[dev-dependencies]
unic-ucd-category = { path = "../category/", version = "0.7.0" }