zhconv-cli 0.3.0-beta

Convert Traditional/Simplified Chinese and regional words of Taiwan/Hong Kong/mainland China/Singapore based on Wikipedia and OpenCC rulesets 轉換中文簡體、繁體及兩岸、新馬地區詞,基於維基百科和OpenCC規則集
[[bin]]
name = "zhconv"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"

[dependencies.env_logger]
version = "0.9"

[dependencies.log]
version = "0.4"

[dependencies.structopt]
version = "0.3"

[dependencies.tempfile]
version = "3.2"

[dependencies.zhconv]
version = "0.3.0-beta"

[package]
authors = ["Hung-I Wang <whygowe@gmail.com>"]
categories = ["text-processing", "localization", "value-formatting"]
description = "Convert Traditional/Simplified Chinese and regional words of Taiwan/Hong Kong/mainland China/Singapore based on Wikipedia and OpenCC rulesets\n轉換中文簡體、繁體及兩岸、新馬地區詞,基於維基百科和OpenCC規則集"
edition = "2021"
license = "GPL-2.0-or-later"
name = "zhconv-cli"
readme = "README.md"
repository = "https://github.com/Gowee/zhconv-rs"
version = "0.3.0-beta"