[package] name = "tagalyzer" version = "0.3.0" description = "A CLI tool to gather statistics on collections of plaintext-adjacent files." authors = ["Alexander Garver "] repository = "https://gitlab.com/garver-the-system/tagalyzer" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2021" keywords = ["tags", "writing_analysis", "word_analysis"] categories = ["command-line-utilities", "text-processing"] include = ["src/", "Cargo.toml", "README.md"] [dependencies] clap = { version = "4.4.2", features = ["derive"] } glob = "0.3.1" regex = "1.10.2" [dev-dependencies] rand = "0.8.5" [lib] name = "tagalyzer" [[bin]] name = "tagalyzer"