# 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 = "2018" name = "uwc" version = "1.0.8" authors = ["Skyler Hawthorne "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Counts things in unicode text files" readme = "README.md" keywords = [ "wc", "unicode", "word", "count", ] categories = [ "command-line-utilities", "text-processing", ] license = "MPL-2.0" repository = "https://github.com/dead10ck/uwc" [[bin]] name = "uwc" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.env_logger] version = "0.11.5" [dependencies.failure] version = "0.1.8" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.6" [dependencies.structopt] version = "0.3.26" [dependencies.structopt-derive] version = "0.4.18" [dependencies.tabwriter] version = "1.4.0" [dependencies.unicode-segmentation] version = "1.12.0" [badges.github] branch = "master" repository = "dead10ck/uwc"