[package] name = "tep" description = "A blazingly fast command-line tool for converting Chinese punctuations to English punctuations." version = "0.2.4" edition = "2021" license = "BSD-3-Clause" homepage = "https://github.com/h0gan1ee/tep" repository = "https://github.com/h0gan1ee/tep" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "^0.3" anyhow = "^1.0" [profile.release] opt-level = 3 lto = true [lib] name = "tep_lib" path = "src/lib.rs" [[bin]] name = "tep" path = "src/main.rs"