[package] name = "pdf-word-count" description = "Displays the number of lines, words and characters in a PDF" license = "MIT" version = "0.1.0" repository = "https://github.com/ekmartin/pdf-word-count" authors = ["Martin Ek "] readme = "README.md" exclude = ["/tests/**/*"] [dependencies] clap = "2.31.2" lopdf = "0.15.1" [[bin]] name = "pdf-wc" path = "src/main.rs"