# 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 = "ethan-rs-wc" version = "0.1.1" description = """ The ethan-rs-ws(erwc) is word, line, character, and byte count. Like wc command but not just wc command, more accurate and faster. Text can also be read from standard input for statistics. """ readme = "README.md" license = "MIT" repository = "https://github.com/ethanchain/ethan-rs-wc" [profile.release] panic = "abort" [[bin]] name = "erwc" path = "src/main.rs" bench = false [dependencies.clap] version = "4.5.16" [dependencies.rayon] version = "1.10.0"