# 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 = "common-words-all" version = "0.0.2" authors = ["Eugene Hauptmann"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Most common words sorted by ngram frequency." readme = "README.md" license = "MIT" repository = "https://github.com/developermindsetcom/common-words" [profile.release] opt-level = 3 [lib] name = "common_words_all" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies] [build-dependencies.anyhow] version = "1.0.91" [build-dependencies.csv] version = "1.3.0" [build-dependencies.glob] version = "0.3.1" [build-dependencies.serde] version = "1.0.213" features = ["derive"] [features] all = [ "chinese", "english", "french", "german", "hebrew", "italian", "russian", "spanish", ] chinese = [] default = [ "english", "one", "two", "three", "four", "five", ] english = [] five = [] four = [] french = [] german = [] hebrew = [] italian = [] one = [] russian = [] spanish = [] three = [] two = []