# 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 = "text_analysis" version = "0.3.4" authors = ["ArdentEmpiricist <35100899+ArdentrEmpiricist@users.noreply.github.com>"] description = "Analyze text stored as *.txt in provided file or directory. Doesn't read files in subdirectories. Counting all words and then searching for every unique word in the vicinity (+-5 words). Stores results in file [date/time]results_word_analysis.txt in given directory." homepage = "https://docs.rs/text_analysis/" documentation = "https://docs.rs/text_analysis/" readme = "README.md" keywords = [ "statistics", "word-analysis", "parsing", "text-processing", "science", ] categories = [ "command-line-utilities", "parsing", "text-processing", "science", ] license = "MIT" repository = "https://github.com/LazyEmpiricist/text_analysis" [lib] name = "text_analysis" path = "src/lib.rs" [[bin]] name = "text_analysis" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.pdf-extract] version = "0.7.7"