Cargo.toml 631 B

123456789101112131415161718192021222324252627
  1. [package]
  2. name = "libimagmail"
  3. version = "0.2.0"
  4. authors = ["Matthias Beyer <mail@beyermatthias.de>"]
  5. description = "Library for the imag core distribution"
  6. keywords = ["imag", "PIM", "personal", "information", "management"]
  7. readme = "../README.md"
  8. license = "LGPL-2.1"
  9. documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
  10. repository = "https://github.com/matthiasbeyer/imag"
  11. homepage = "http://imag-pim.org"
  12. [dependencies]
  13. log = "0.3"
  14. mailparse = "0.2.0"
  15. semver = "0.2"
  16. toml = "0.2.*"
  17. filters = "0.1.0"
  18. libimagerror = "0.2.0"
  19. libimagref = "0.2.0"
  20. libimagstore = "0.2.0"