forked from open-i18n/rust-unic
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
25 lines (21 loc) · 882 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "unic-normal"
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 Normalization Forms"
keywords = ["text", "unicode", "normalization", "decomposition", "recomposition"]
categories = ["internationalization", "text-processing", "parsing", "rendering"]
readme = "README.md"
# No tests/benches that depends on /data/
exclude = ["tests/conformance_tests.rs"]
[dependencies]
unic-ucd-normal = { path = "../ucd/normal/", version = "0.9.0" }
[dev-dependencies]
unic-ucd-version = { path = "../ucd/version/", version = "0.9.0" }
[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" }