[package] name = "libimaginteraction" version = "0.10.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://git.sr.ht/~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.12" interactor = "0.1.1" lazy_static = "1.3.0" log = "0.4.6" regex = "1.1.7" toml = "0.5.1" handlebars = "3" serde_json = "1.0.39" serde_derive = "1" serde = "1" anyhow = "1" libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" } [dependencies.clap] version = "2.33.0" default-features = false features = ["color", "suggestions", "wrap_help"]