zhconv-cli 0.3.2-3

(DEPRECATED. The cli binary is now a part of the zhconv crate.) 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.11"

[dependencies.log]
version = "0.4"

[dependencies.structopt]
version = "0.3"

[dependencies.tempfile]
version = "3.14"

[dependencies.zhconv]
features = ["opencc"]
version = "0.3.2"

[package]
authors = ["Hung-I Wang <whygowe@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-processing", "localization", "value-formatting"]
description = """
(DEPRECATED. The cli binary is now a part of the zhconv crate.) Convert Traditional/Simplified Chinese and regional words of Taiwan/Hong Kong/mainland China/Singapore based on Wikipedia and OpenCC rulesets
轉換中文簡體、繁體及兩岸、新馬地區詞,基於維基百科和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.2-3"