2016-08-09 13:25:10 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagmail"
|
2016-08-09 13:38:27 +00:00
|
|
|
version = "0.2.0"
|
2016-08-09 13:25:10 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
2016-10-18 08:56:12 +00:00
|
|
|
description = "Library for the imag core distribution"
|
|
|
|
|
|
|
|
keywords = ["imag", "PIM", "personal", "information", "management"]
|
|
|
|
readme = "../README.md"
|
|
|
|
license = "LGPL-2.1"
|
|
|
|
|
|
|
|
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
|
|
|
repository = "https://github.com/matthiasbeyer/imag"
|
2016-10-20 12:14:18 +00:00
|
|
|
homepage = "http://imag-pim.org"
|
2016-10-18 08:56:12 +00:00
|
|
|
|
2016-08-09 13:25:10 +00:00
|
|
|
[dependencies]
|
2016-08-09 13:38:27 +00:00
|
|
|
log = "0.3"
|
|
|
|
mailparse = "0.2.0"
|
|
|
|
semver = "0.2"
|
|
|
|
toml = "0.2.*"
|
2016-09-21 16:05:12 +00:00
|
|
|
filters = "0.1.0"
|
2016-08-09 13:38:27 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
2016-09-21 16:15:19 +00:00
|
|
|
[dependencies.libimagref]
|
|
|
|
path = "../libimagref"
|
|
|
|
|