2017-10-06 09:23:07 +00:00
|
|
|
[package]
|
|
|
|
name = "imag-contact"
|
2018-11-10 10:36:29 +00:00
|
|
|
version = "0.10.0"
|
2017-10-06 09:23:07 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
description = "Part of the imag core distribution: imag-contact command"
|
|
|
|
|
|
|
|
keywords = ["imag", "PIM", "personal", "information", "management"]
|
|
|
|
readme = "../../../README.md"
|
|
|
|
license = "LGPL-2.1"
|
|
|
|
|
2018-04-17 13:55:08 +00:00
|
|
|
documentation = "https://imag-pim.org/doc/"
|
2017-10-06 09:23:07 +00:00
|
|
|
repository = "https://github.com/matthiasbeyer/imag"
|
|
|
|
homepage = "http://imag-pim.org"
|
|
|
|
|
2018-02-10 13:09:25 +00:00
|
|
|
[badges]
|
|
|
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
|
|
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
|
|
|
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|
|
|
maintenance = { status = "actively-developed" }
|
|
|
|
|
2017-10-06 09:23:07 +00:00
|
|
|
[dependencies]
|
2019-06-30 14:44:23 +00:00
|
|
|
log = "0.4.6"
|
|
|
|
toml = "0.5.1"
|
|
|
|
vobject = "0.7.0"
|
|
|
|
handlebars = "1.1.0"
|
|
|
|
walkdir = "2.2.8"
|
|
|
|
uuid = { version = "0.7.4", features = ["v4"] }
|
|
|
|
serde_json = "1.0.39"
|
|
|
|
failure = "0.1.5"
|
2017-10-06 09:23:07 +00:00
|
|
|
|
2018-11-10 10:36:29 +00:00
|
|
|
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
|
|
|
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
|
|
|
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
|
|
|
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
|
|
|
libimagentryref = { version = "0.10.0", path = "../../../lib/entry/libimagentryref" }
|
|
|
|
libimagentryedit = { version = "0.10.0", path = "../../../lib/entry/libimagentryedit" }
|
|
|
|
libimaginteraction = { version = "0.10.0", path = "../../../lib/etc/libimaginteraction" }
|
|
|
|
libimagcontact = { version = "0.10.0", path = "../../../lib/domain/libimagcontact" }
|
2018-03-12 16:46:06 +00:00
|
|
|
|
2018-02-07 20:04:29 +00:00
|
|
|
[dependencies.clap]
|
2019-06-30 14:44:23 +00:00
|
|
|
version = "2.33.0"
|
2018-02-07 20:04:29 +00:00
|
|
|
default-features = false
|
2018-04-13 14:19:10 +00:00
|
|
|
features = ["color", "suggestions", "wrap_help"]
|
2018-02-07 20:04:29 +00:00
|
|
|
|
2019-04-16 16:33:02 +00:00
|
|
|
[dependencies.toml-query]
|
2019-06-30 14:44:23 +00:00
|
|
|
version = "0.9.2"
|
2019-04-16 16:33:02 +00:00
|
|
|
default-features = false
|
|
|
|
features = ["typed"]
|