forked from open-i18n/rust-unic
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
28 lines (24 loc) · 799 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
26
27
28
[package]
name = "unic-cli"
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 Command-Line Tools"
keywords = ["text", "unicode", "internationalization"]
categories = ["internationalization", "text-processing", "parsing", "command-line-utilities"]
readme = "README.md"
[dependencies]
unic = { path = "../../unic/", version = "0.9.0" }
clap = "2.29"
lazy_static = "1.0"
prettytable-rs = "0.6.7"
regex = "0.2"
[dev-dependencies]
assert_cli = "0.5"
quickcheck = "0.6"
[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" }