Cargo.toml 787 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. [package]
  2. name = "libimagstore"
  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. fs2 = "0.2"
  14. glob = "0.2.11"
  15. lazy_static = "0.1.15"
  16. log = "0.3"
  17. regex = "0.1"
  18. semver = "0.2"
  19. toml = "0.2.*"
  20. version = "2.0.1"
  21. crossbeam = "0.2.8"
  22. walkdir = "0.1.5"
  23. libimagerror = "0.2.0"
  24. libimagutil = "0.2.0"
  25. [dev-dependencies]
  26. tempdir = "0.3.4"
  27. env_logger = "0.3"
  28. [features]
  29. default = []
  30. verify = []