zhconv-cli 0.1.0-beta

Convert Traditional/Simplified Chinese and regional words of Taiwan/Hong Kong/mainland China/Singapore based on Wikipedia conversion tables 轉換中文簡體、繁體及兩岸、新馬地區詞,基於中文維基轉換表
[[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.1.0-beta.2"

[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 conversion tables \n轉換中文簡體、繁體及兩岸、新馬地區詞,基於中文維基轉換表"
edition = "2021"
license = "GPL-3.0"
name = "zhconv-cli"
repository = "https://github.com/Gowee/zhconv-rs"
resolver = "2"
version = "0.1.0-beta"