[package] name = "libimaginteraction" 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] ansi_term = "0.11" interactor = "0.1" lazy_static = "1" log = "0.4.0" regex = "1" toml = "0.4" handlebars = "1.0" serde_json = "1" failure = "0.1" failure_derive = "0.1" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } [dependencies.clap] version = "^2.29" default-features = false features = ["color", "suggestions", "wrap_help"]