# 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 = "uniquewords-rs" version = "0.8.0" description = "Count the frequencies of words in text file(s)" readme = "README.md" license = "MIT" repository = "https://github.com/ninpnin/uniquewords-rs" [dependencies.clap] version = "3.1.3" features = ["derive"] [dependencies.indicatif] version = "0.17.3" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.92"