[package] name = "libimagutil" 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" } [features] default = [] # Testing feature to compile testing utilities into the library. testing = [] [dependencies] url = "2" boolinator = "2.4.0" lazy_static = "1.3.0" log = "0.4.6" regex = "1.1.7" tempfile = "3.0.9" chrono = "0.4.7"