# 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 = "ncount" version = "0.7.2" authors = ["J/A "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A word count tool intended to derive useful stats from markdown. """ homepage = "https://github.com/archer884/ncount" readme = "readme.md" keywords = [ "novel", "word-count", "text", ] categories = [ "command-line-utilities", "text-processing", ] license = "Unlicense" repository = "https://github.com/archer884/ncount" [profile.dev] debug = 0 [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "ncount" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.either] version = "1.13.0" [dependencies.globwalk] version = "0.9.1" [dependencies.libsw] version = "3.3.1" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.11.0" [dependencies.thiserror] version = "1.0.65" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.unicode-segmentation] version = "1.12.0"