2015-10-18 13:58:17 +00:00
|
|
|
[package]
|
|
|
|
name = "imag"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
2016-01-06 19:24:26 +00:00
|
|
|
repository = "https://github.com/matthiasbeyer/imag"
|
|
|
|
homepage = "https://github.com/matthiasbeyer/imag"
|
|
|
|
license = "LGPLv2"
|
|
|
|
license-file = "LICENSE"
|
2015-10-30 22:52:55 +00:00
|
|
|
readme = "README.md"
|
|
|
|
description = "CLI PIM suite with nice API, so you can use an MUA, Editor, etc. of your choice"
|
2016-01-06 19:24:26 +00:00
|
|
|
keywords = ["PIM", "personal", "information", "management", "cli", "vcard", "ical", "wiki", "bookmark", "todo", "rss" ]
|
2015-10-18 13:58:17 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.3.2"
|
|
|
|
regex = "0.1.41"
|
|
|
|
url = "0.2.37"
|
|
|
|
uuid = "0.1.18"
|
2015-11-20 14:33:40 +00:00
|
|
|
glob = "0.2.10"
|
2015-10-18 13:58:17 +00:00
|
|
|
|
2015-10-26 22:27:40 +00:00
|
|
|
config = "0.1.2"
|
2015-10-18 13:58:17 +00:00
|
|
|
|
|
|
|
chrono = "0.2.16"
|
|
|
|
|
2015-11-09 17:33:44 +00:00
|
|
|
serde = "0.6.1"
|
2015-11-08 16:31:51 +00:00
|
|
|
serde_json = "0.6.0"
|
|
|
|
|
2015-10-18 13:58:17 +00:00
|
|
|
clap = { version = "1.4.5", features = ["yaml"] }
|
2015-10-31 11:05:25 +00:00
|
|
|
term_grid = "0.1.2"
|
2016-01-06 18:59:45 +00:00
|
|
|
prettytable-rs = "0.5.1"
|
2016-01-02 14:45:01 +00:00
|
|
|
open = "1.1.0"
|
2016-01-03 14:21:25 +00:00
|
|
|
itertools = "0.4.5"
|
2016-01-03 14:41:04 +00:00
|
|
|
hoedown = "3.0.3"
|
2016-01-03 19:12:08 +00:00
|
|
|
ansi_term = "0.7.1"
|
2016-01-03 15:59:31 +00:00
|
|
|
rand = "0.3"
|
2016-01-03 17:39:28 +00:00
|
|
|
yaml-rust = "0.3.0"
|
2015-10-18 13:58:17 +00:00
|
|
|
|