Cargo.toml 394 B

12345678910111213141516
  1. [package]
  2. name = "gecliht"
  3. version = "0.2.0"
  4. authors = ["Peter Lane <peterlane@gmx.com>"]
  5. edition = "2018"
  6. categories = ["text-processing"]
  7. description = "A disparate collection of text manipulation and formatting algorithms."
  8. repository = "https://notabug.org/peterlane/gecliht"
  9. keywords = ["format", "nlp", "soundex", "stemmer", "text"]
  10. license = "MIT"
  11. readme = "readme.md"
  12. [dependencies]