Cargo.toml 670 B

1234567891011121314151617181920212223242526272829
  1. [package]
  2. name = "libimagentrylink"
  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. itertools = "0.4"
  14. log = "0.3"
  15. toml = "0.2.*"
  16. semver = "0.2"
  17. url = "1.1"
  18. rust-crypto = "0.2.35"
  19. env_logger = "0.3"
  20. libimagerror = "0.2.0"
  21. libimagstore = "0.2.0"
  22. libimagutil = "0.2.0"