imag/libimagmail/Cargo.toml

32 lines
719 B
TOML
Raw Normal View History

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>"]
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"
homepage = "http://imag-pim.org"
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"