# 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 = "wordfreq" version = "0.2.3" authors = ["Shunsuke Kanda (kampersanda) "] description = "Yet another Rust port of wordfreq for looking up the frequencies of words in many languages" homepage = "https://github.com/kampersanda/wordfreq-rs" documentation = "https://docs.rs/wordfreq" readme = "README.md" keywords = ["nlp"] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/kampersanda/wordfreq-rs" resolver = "1" [dependencies.anyhow] version = "1.0.71" [dependencies.bincode] version = "1.3.3" [dependencies.caseless] version = "0.2.1" [dependencies.hashbrown] version = "0.13.2" [dependencies.language-tags] version = "0.3.2" [dependencies.regex] version = "1.8.3" [dependencies.unicode-normalization] version = "0.1.22" [dev-dependencies.approx] version = "0.5.1"