# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "zhconv-cli" version = "0.3.1" authors = ["Hung-I Wang "] description = """ Convert Traditional/Simplified Chinese and regional words of Taiwan/Hong Kong/mainland China/Singapore based on Wikipedia and OpenCC rulesets 轉換中文簡體、繁體及兩岸、新馬地區詞,基於維基百科和OpenCC規則集""" readme = "README.md" categories = [ "text-processing", "localization", "value-formatting", ] license = "GPL-2.0-or-later" repository = "https://github.com/Gowee/zhconv-rs" [[bin]] name = "zhconv" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3.2" [dependencies.zhconv] version = "0.3.1" features = ["opencc"]