Cargo.toml 736 B

12345678910111213141516171819202122232425262728293031
  1. [package]
  2. name = "libimagrt"
  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. clap = "2.*"
  14. env_logger = "0.3"
  15. toml = "0.2.*"
  16. log = "0.3"
  17. xdg-basedir = "0.2.2"
  18. itertools = "0.4"
  19. tempfile = "2.1.1"
  20. ansi_term = "0.7"
  21. libimagerror = "0.2.0"
  22. libimagstore = "0.2.0"
  23. libimagstorestdhook = "0.2.0"
  24. libimagutil = "0.2.0"