libimagentryref 0.9.1

Library for the imag core distribution
Documentation
[package]
name = "libimagentryref"
version = "0.9.1"
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]
itertools = "0.7"
log = "0.4.0"
toml = "0.4"
toml-query = "0.8"
failure = "0.1"
sha-1 = { version = "0.7", optional = true }
sha2 = { version = "0.7", optional = true }
sha3 = { version = "0.7", optional = true }
hex = { version = "0.3", optional = true }

libimagstore     = { version = "0.9.1", path = "../../../lib/core/libimagstore" }
libimagerror     = { version = "0.9.1", path = "../../../lib/core/libimagerror" }
libimagentryutil = { version = "0.9.1", path = "../../../lib/entry/libimagentryutil" }

[features]
default             = []
generators          = []
generators-sha1     = ["sha-1", "hex"]
generators-sha224   = ["sha2", "hex"]
generators-sha256   = ["sha2", "hex"]
generators-sha384   = ["sha2", "hex"]
generators-sha512   = ["sha2", "hex"]
generators-sha3     = ["sha3", "hex"]