[package] name = "libimagentryref" version = "0.9.0" authors = ["Matthias Beyer "] 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.6" error-chain = "0.12" 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.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } libimagentryutil = { version = "0.9.0", 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"]