Cargo.toml 582 B

123456789101112131415161718192021222324
  1. [package]
  2. name = "libimagutil"
  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. url = "1.1"
  14. boolinator = "2.4.0"
  15. lazy_static = "0.1.15"
  16. log = "0.3"
  17. regex = "0.1"
  18. tempfile = "2.1.1"