Matthias Beyer
5f3b7b31e7
We have to move the `Email` type at the bottom of the DeserVcard type because it contains a table and we must emit tables as last values when de/serializing. Maybe this will shoot us in the foot later, but only with TOML I guess. We'll see. For now, this is good. For that we need to update a dependency: vobject -> 0.5
35 lines
1.1 KiB
TOML
35 lines
1.1 KiB
TOML
[package]
|
|
name = "libimagcontact"
|
|
version = "0.8.0"
|
|
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://imag-pim.org/doc/"
|
|
repository = "https://github.com/matthiasbeyer/imag"
|
|
homepage = "http://imag-pim.org"
|
|
|
|
[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" }
|
|
|
|
[dependencies]
|
|
error-chain = "0.11"
|
|
log = "0.3"
|
|
toml = "0.4"
|
|
toml-query = "0.6"
|
|
vobject = "0.5"
|
|
uuid = "0.6"
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
|
|
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
|
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
|
libimagentryutil = { version = "0.8.0", path = "../../../lib/entry/libimagentryutil/" }
|
|
|