Cargo.toml 736 B

123456789101112131415161718192021222324252627282930313233
  1. [package]
  2. name = "libimagentrytag"
  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. clap = ">=2.17"
  14. log = "0.3"
  15. regex = "0.2"
  16. toml = "^0.4"
  17. itertools = "0.5"
  18. is-match = "0.1"
  19. [dependencies.libimagstore]
  20. path = "../libimagstore"
  21. [dependencies.libimagerror]
  22. path = "../libimagerror"
  23. [dependencies.libimagutil]
  24. path = "../libimagutil"