# 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 = "tep" version = "0.2.4" description = "A blazingly fast command-line tool for converting Chinese punctuations to English punctuations." homepage = "https://github.com/h0gan1ee/tep" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/h0gan1ee/tep" [profile.release] opt-level = 3 lto = true [lib] name = "tep_lib" path = "src/lib.rs" [[bin]] name = "tep" path = "src/main.rs" [dependencies.anyhow] version = "^1.0" [dependencies.structopt] version = "^0.3"