tw2s 1.0.13

A simple tool for converting Traditional Chinese(TW) to Simple Chinese.
[badges.travis-ci]
branch = "master"
repository = "magiclen/tw2s"
[dependencies.clap]
version = "2.32.0"

[dependencies.concat-with]
version = "0.2"

[dependencies.opencc-rust]
features = ["static-dictionaries"]
version = "1.1"

[dependencies.path-absolutize]
features = ["lazy_static_cache"]
version = "3"

[dependencies.terminal_size]
version = "0.1"

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["command-line-utilities"]
description = "A simple tool for converting Traditional Chinese(TW) to Simple Chinese."
edition = "2018"
homepage = "https://magiclen.org/tw2s"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["chinese", "traditional", "simple", "conversion"]
license = "MIT"
name = "tw2s"
readme = "README.md"
repository = "https://github.com/magiclen/tw2s"
version = "1.0.13"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"