2016-03-26 17:25:17 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagdiary"
|
2016-07-12 09:51:20 +00:00
|
|
|
version = "0.2.0"
|
2016-03-26 17:25:17 +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-03-26 17:25:17 +00:00
|
|
|
[dependencies]
|
2016-03-31 12:52:19 +00:00
|
|
|
chrono = "0.2"
|
2016-03-26 17:25:17 +00:00
|
|
|
log = "0.3.5"
|
|
|
|
semver = "0.2"
|
2016-08-06 15:13:31 +00:00
|
|
|
toml = "0.2.*"
|
2016-03-31 12:52:19 +00:00
|
|
|
regex = "0.1"
|
|
|
|
lazy_static = "0.2"
|
|
|
|
itertools = "0.4"
|
2016-03-26 17:25:17 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
2016-03-31 12:52:19 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|
2016-03-26 17:25:17 +00:00
|
|
|
[dependencies.libimagrt]
|
|
|
|
path = "../libimagrt"
|
|
|
|
|
2016-08-09 11:52:41 +00:00
|
|
|
[dependencies.libimagentryedit]
|
|
|
|
path = "../libimagentryedit"
|
|
|
|
|
2016-09-21 14:49:12 +00:00
|
|
|
[dependencies.libimagentryview]
|
|
|
|
path = "../libimagentryview"
|
|
|
|
|