# 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 = "rust-wc" version = "0.3.5" authors = ["jedsek "] description = "A GNU/wc clone written in rust, which is faster when reading a large of big files" homepage = "https://github.com/jedsek/rust-wc" documentation = "https://github.com/jedsek/rust-wc" readme = "README.md" keywords = [ "wc", "command-line", "rust-wc", "rwc", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jedsek/rust-wc" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" incremental = false strip = true [[bin]] name = "rwc" path = "src/main.rs" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.indicatif] version = "0.17.2" [dependencies.prettytable-rs] version = "0.9.0" [dependencies.rayon] version = "1.6.1" [dependencies.stripmargin] version = "0.1.1" [dependencies.unicode-width] version = "0.1.10" [build-dependencies.clap] version = "4.0.29" features = ["derive"] [build-dependencies.clap_complete] version = "4.0.6" [build-dependencies.stripmargin] version = "0.1.1"