s2tw 1.0.19

A simple tool for converting Simple Chinese to Traditional Chinese(TW).
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4"

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

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

[dependencies.terminal_size]
version = "0.3"

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