s2tw 1.1.0

A simple tool for converting Simple Chinese to Traditional Chinese(TW).
Documentation
# 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 = "2024"
rust-version = "1.89"
name = "s2tw"
version = "1.1.0"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple tool for converting Simple Chinese to Traditional Chinese(TW)."
homepage = "https://magiclen.org/s2tw"
readme = "README.md"
keywords = [
    "chinese",
    "traditional",
    "simple",
    "conversion",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/magiclen/s2tw"

[lib]
name = "s2tw"
path = "src/lib.rs"

[[bin]]
name = "s2tw"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.46"

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

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

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

[dependencies.terminal_size]
version = "0.4"

[dev-dependencies.tempfile]
version = "3"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true