unic-cli 0.7.0

UNIC Command-Line Tools
Documentation
[package]
name = "unic-cli"
version = "0.7.0"
authors = ["The UNIC Project Developers"]
repository = "https://github.com/behnam/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.7.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"