Cargo.toml 865 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. [package]
  2. name = "libimaginteraction"
  3. version = "0.3.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. ansi_term = "0.9.*"
  14. clap = ">=2.17"
  15. interactor = "0.1"
  16. lazy_static = "0.2.*"
  17. log = "0.3"
  18. regex = "0.2"
  19. toml = "^0.4"
  20. spinner = "0.4"
  21. rustyline = "1.0"
  22. [dependencies.libimagstore]
  23. path = "../libimagstore"
  24. [dependencies.libimagentryfilter]
  25. path = "../libimagentryfilter"
  26. [dependencies.libimagutil]
  27. path = "../libimagutil"
  28. [dependencies.libimagerror]
  29. path = "../libimagerror"