# 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 = "top-english-words" version = "1.1.1" description = "Library to retrieve top words from the English language" readme = "README.md" keywords = [ "words", "popular", "frequent", "english", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/hunterlawson/top-english-words" [dependencies.include-lines] version = "1.1.2"