# 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 = "2018" name = "thesauromatic" version = "0.0.11" exclude = ["google-books-common-words-lower.csv", "words.txt"] description = "thesauromatic is a command-line thesaurus that returns\nrelated words when given a word. The output words are\none per line, making it easy to process in shell\npipelines.\n" homepage = "https://github.com/cjrh/thesauromatic" documentation = "https://github.com/cjrh/thesauromatic" readme = "README.md" keywords = ["thesaurus", "synonyms", "nlp", "natural-language"] categories = ["text-processing"] license = "AGPL-3.0" license-file = "LICENSE" repository = "https://github.com/cjrh/thesauromatic" [dependencies.paw] version = "1.0.0" [dependencies.phf] version = "0.10.0" [dependencies.toml] version = "0.5.8" [build-dependencies.phf_codegen] version = "0.10.0" [badges.maintenance] status = "passively-maintained"