# 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" rust-version = "1.74" name = "tw2s" version = "1.0.21" authors = ["Magic Len "] build = false include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool for converting Traditional Chinese(TW) to Simple Chinese." homepage = "https://magiclen.org/tw2s" readme = "README.md" keywords = [ "chinese", "traditional", "simple", "conversion", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/magiclen/tw2s" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "tw2s" path = "src/lib.rs" [[bin]] name = "tw2s" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.concat-with] version = "0.2" [dependencies.opencc-rust] version = "1.1" features = ["static-dictionaries"] [dependencies.terminal_size] version = "0.3"