# 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 = "stop-words" version = "0.8.0" authors = ["Chris McComb "] description = "Common stop words in many languages" homepage = "https://github.com/cmccomb/stop-words" documentation = "https://docs.rs/stop-words" readme = "README.md" keywords = [ "nlp", "stop-words", "text", "languages", "stopwords", ] categories = [ "text-processing", "internationalization", "localization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cmccomb/stop-words" [dependencies.serde_json] version = "^1" [dev-dependencies.human_regex] version = "^0.3.0" [build-dependencies.serde_json] version = "^1" [features] constructed = [] default = ["iso"] iso = [] nltk = []