[badges.appveyor]
branch = "master"
repository = "open-i18n/rust-unic"
service = "github"
[badges.is-it-maintained-issue-resolution]
repository = "open-i18n/rust-unic"
[badges.is-it-maintained-open-issues]
repository = "open-i18n/rust-unic"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "open-i18n/rust-unic"
[dependencies.clap]
version = "2.29"
[dependencies.lazy_static]
version = "1.0"
[dependencies.prettytable-rs]
version = "0.6.7"
[dependencies.regex]
version = "0.2"
[dependencies.unic]
version = "0.8.0"
[dev-dependencies.assert_cli]
version = "0.5"
[dev-dependencies.quickcheck]
version = "0.6"
[package]
authors = ["The UNIC Project Developers"]
categories = ["internationalization", "text-processing", "parsing", "command-line-utilities"]
description = "UNIC Command-Line Tools"
keywords = ["text", "unicode", "internationalization"]
license = "MIT/Apache-2.0"
name = "unic-cli"
readme = "README.md"
repository = "https://github.com/open-i18n/rust-unic/"
version = "0.8.0"