From ab122dc3cc6aafddb6b5935ff1f32363c67aea55 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 01/33] Add meta-info in .imag-documentation/Cargo.toml --- .imag-documentation/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.imag-documentation/Cargo.toml b/.imag-documentation/Cargo.toml index 5057179a..7a5d7411 100644 --- a/.imag-documentation/Cargo.toml +++ b/.imag-documentation/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-documentation" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Documentation crate of the imag distribution. Does not contain functionality" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] [dependencies.libimagbookmark] From 14696b59e7e7c0c5b767a2c56fbc28acbea3b8c7 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 02/33] Add meta-info in bin/Cargo.toml --- bin/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 4befe8dc..7cf8b798 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -3,6 +3,16 @@ name = "imag" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] version = "2.0" walkdir = "0.1.5" From 46e9ff3f520e0a1745afd938ee86157de09b4d4b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 03/33] Add meta-info in imag-bookmark/Cargo.toml --- imag-bookmark/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imag-bookmark/Cargo.toml b/imag-bookmark/Cargo.toml index e76afd7e..c1ed578c 100644 --- a/imag-bookmark/Cargo.toml +++ b/imag-bookmark/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-bookmark" version = "0.1.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-bookmark command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" log = "0.3" From 9a2e0c7116bd734324d507411c3323119e1cbf83 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 04/33] Add meta-info in imag-counter/Cargo.toml --- imag-counter/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imag-counter/Cargo.toml b/imag-counter/Cargo.toml index 535b22c3..f97938a2 100644 --- a/imag-counter/Cargo.toml +++ b/imag-counter/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-counter" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-counter command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" log = "0.3" From 346d21a7a6974c8ecbdba919ddfd35e4b5ba1b79 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 05/33] Add meta-info in imag-diary/Cargo.toml --- imag-diary/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imag-diary/Cargo.toml b/imag-diary/Cargo.toml index 618b16e6..4f0b00cd 100644 --- a/imag-diary/Cargo.toml +++ b/imag-diary/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-diary" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-diary command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] chrono = "0.2" version = "2.0" From a13f5e377829324dd38bd81f4b01dc39873f9d29 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 06/33] Add meta-info in imag-link/Cargo.toml --- imag-link/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imag-link/Cargo.toml b/imag-link/Cargo.toml index 96615b6c..b4d87ae5 100644 --- a/imag-link/Cargo.toml +++ b/imag-link/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-link" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-link command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] semver = "0.2.1" clap = "2.*" From 0dc93622c7e1507b7fba9e4e62ec4ae8764d64e3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 07/33] Add meta-info in imag-notes/Cargo.toml --- imag-notes/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml index e79b2460..4036eae3 100644 --- a/imag-notes/Cargo.toml +++ b/imag-notes/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-notes" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-notes command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] semver = "0.2.1" clap = "2.*" From 98871487f080d5031d181bdec5e62403d2048130 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 08/33] Add meta-info in imag-ref/Cargo.toml --- imag-ref/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imag-ref/Cargo.toml b/imag-ref/Cargo.toml index 221615a2..eeb0ef97 100644 --- a/imag-ref/Cargo.toml +++ b/imag-ref/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-ref" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-ref command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] semver = "0.2.1" clap = "2.*" From 05969be5e4e8f2df2e8ab8a57a8d757d25d10dde Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 09/33] Add meta-info in imag-store/Cargo.toml --- imag-store/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imag-store/Cargo.toml b/imag-store/Cargo.toml index 29678580..6c87c0b4 100644 --- a/imag-store/Cargo.toml +++ b/imag-store/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-store" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-store command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" log = "0.3" From a0274f8c3920e8ca719b81504b475da2e138b32a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 10/33] Add meta-info in imag-tag/Cargo.toml --- imag-tag/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imag-tag/Cargo.toml b/imag-tag/Cargo.toml index 33a36544..41c2b82d 100644 --- a/imag-tag/Cargo.toml +++ b/imag-tag/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-tag" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-tag command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" log = "0.3" From fc044839f6ed33f805260c6a5bac52b9d3788a46 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 11/33] Add meta-info in imag-todo/Cargo.toml --- imag-todo/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml index 3bdbdb06..2ee6491b 100644 --- a/imag-todo/Cargo.toml +++ b/imag-todo/Cargo.toml @@ -3,6 +3,16 @@ authors = ["mario "] name = "imag-todo" version = "0.2.0" +description = "Part of the imag core distribution: imag-todo command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" glob = "0.2.11" From d64212e420e9bf00715ba7d7d094b4b4cb647e0b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 12/33] Add meta-info in imag-view/Cargo.toml --- imag-view/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml index b2075ebc..66d0fc1c 100644 --- a/imag-view/Cargo.toml +++ b/imag-view/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-view" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-view command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" log = "0.3" From 2c3a23c4582f16e41ea507269d439988267fa338 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 13/33] Add meta-info in libimagbookmark/Cargo.toml --- libimagbookmark/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagbookmark/Cargo.toml b/libimagbookmark/Cargo.toml index 2d005855..dc2129ba 100644 --- a/libimagbookmark/Cargo.toml +++ b/libimagbookmark/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagbookmark" version = "0.1.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] log = "0.3" semver = "0.2" From 39cd88e47fbb783184b0a5274fbe879a463c5a09 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 14/33] Add meta-info in libimagcounter/Cargo.toml --- libimagcounter/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagcounter/Cargo.toml b/libimagcounter/Cargo.toml index 41a311a5..13a2bfd3 100644 --- a/libimagcounter/Cargo.toml +++ b/libimagcounter/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagcounter" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] log = "0.3" toml = "0.2.*" From f9115073f1057888146b80eb4cc15935a201b625 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 15/33] Add meta-info in libimagdiary/Cargo.toml --- libimagdiary/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagdiary/Cargo.toml b/libimagdiary/Cargo.toml index 3f921ade..7960c52c 100644 --- a/libimagdiary/Cargo.toml +++ b/libimagdiary/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagdiary" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] chrono = "0.2" log = "0.3.5" From 5beee40b2e9b507037ebc1e21ac1bec6d2661460 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 16/33] Add meta-info in libimagentryedit/Cargo.toml --- libimagentryedit/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagentryedit/Cargo.toml b/libimagentryedit/Cargo.toml index 076519fe..d72c20cc 100644 --- a/libimagentryedit/Cargo.toml +++ b/libimagentryedit/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagentryedit" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] [dependencies.libimagerror] From 9cdfba244cba75e02fdb5cfd93c237642d41d4db Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 17/33] Add meta-info in libimagentryfilter/Cargo.toml --- libimagentryfilter/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index 70ef4fcb..c36fc102 100644 --- a/libimagentryfilter/Cargo.toml +++ b/libimagentryfilter/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagentryfilter" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" filters = "0.1.*" From c6c7bd5a0a6b5b7dca61637e3e40dd243d755641 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 18/33] Add meta-info in libimagentrylink/Cargo.toml --- libimagentrylink/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml index e90cc0f5..de71a97d 100644 --- a/libimagentrylink/Cargo.toml +++ b/libimagentrylink/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagentrylink" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] itertools = "0.4" log = "0.3" From 598d463761a90700b011624290465e668e026b65 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 19/33] Add meta-info in libimagentrylist/Cargo.toml --- libimagentrylist/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml index b0b39bc4..8ed70b88 100644 --- a/libimagentrylist/Cargo.toml +++ b/libimagentrylist/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagentrylist" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" log = "0.3" From 5240e3bf6486337fb271520245133f6e6361f9ff Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 20/33] Add meta-info in libimagentrymarkdown/Cargo.toml --- libimagentrymarkdown/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagentrymarkdown/Cargo.toml b/libimagentrymarkdown/Cargo.toml index 64c19059..51a7c7ef 100644 --- a/libimagentrymarkdown/Cargo.toml +++ b/libimagentrymarkdown/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagentrymarkdown" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] log = "0.3" hoedown = "5.0.0" From b9ddaada2a5111b44d9d833dcbaecd546d21a16a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 21/33] Add meta-info in libimagentrytag/Cargo.toml --- libimagentrytag/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml index 4cb40653..32da4089 100644 --- a/libimagentrytag/Cargo.toml +++ b/libimagentrytag/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagentrytag" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" log = "0.3" From 70fa6e00ac15332ba62ca45000542587951a0719 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 22/33] Add meta-info in libimagentryview/Cargo.toml --- libimagentryview/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagentryview/Cargo.toml b/libimagentryview/Cargo.toml index 693119b3..9dbffaf7 100644 --- a/libimagentryview/Cargo.toml +++ b/libimagentryview/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagentryview" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] log = "0.3" toml = "0.2.*" From f9f2b93461f2274d1e4f08c8ba2915438ab350b6 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 23/33] Add meta-info in libimagerror/Cargo.toml --- libimagerror/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagerror/Cargo.toml b/libimagerror/Cargo.toml index c176d9ea..79c7b44f 100644 --- a/libimagerror/Cargo.toml +++ b/libimagerror/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagerror" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] log = "0.3" ansi_term = "0.7" From 9c10216298c6d1bd74b21b57ea77be1943d56285 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 24/33] Add meta-info in libimaginteraction/Cargo.toml --- libimaginteraction/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimaginteraction/Cargo.toml b/libimaginteraction/Cargo.toml index b1e8cdbc..8531b26f 100644 --- a/libimaginteraction/Cargo.toml +++ b/libimaginteraction/Cargo.toml @@ -3,6 +3,16 @@ name = "libimaginteraction" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] ansi_term = "0.7.2" clap = "2.*" From ad20ea76484bfb890b2212d5bbd76677807f98dd Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 25/33] Add meta-info in libimagmail/Cargo.toml --- libimagmail/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagmail/Cargo.toml b/libimagmail/Cargo.toml index 68f348f8..e013d5ac 100644 --- a/libimagmail/Cargo.toml +++ b/libimagmail/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagmail" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] log = "0.3" mailparse = "0.2.0" From 2548b3d288eef6bad2cf67e38ec95c6983a29b5b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 26/33] Add meta-info in libimagnotes/Cargo.toml --- libimagnotes/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml index b5a50154..d26f08bf 100644 --- a/libimagnotes/Cargo.toml +++ b/libimagnotes/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagnotes" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] semver = "0.2" log = "0.3" From 07119e76acbfd90f39b1a86a85f7f5399321b2cb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 27/33] Add meta-info in libimagref/Cargo.toml --- libimagref/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagref/Cargo.toml b/libimagref/Cargo.toml index 84d453aa..bd14cd81 100644 --- a/libimagref/Cargo.toml +++ b/libimagref/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagref" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] itertools = "0.4" log = "0.3" From 36561ae6f47951671389d4bfb8db94ba112d97c4 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 28/33] Add meta-info in libimagrt/Cargo.toml --- libimagrt/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagrt/Cargo.toml b/libimagrt/Cargo.toml index defad35b..235aeeed 100644 --- a/libimagrt/Cargo.toml +++ b/libimagrt/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagrt" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" env_logger = "0.3" From 2a514c16e6ba781462282f1445ac600fd6ad5df3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 29/33] Add meta-info in libimagstore/Cargo.toml --- libimagstore/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index d1bde354..ed8c682b 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagstore" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] fs2 = "0.2" glob = "0.2.11" From 0c083cc3650872788478c0f1afeaddd53a5d756f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 30/33] Add meta-info in libimagstorestdhook/Cargo.toml --- libimagstorestdhook/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagstorestdhook/Cargo.toml b/libimagstorestdhook/Cargo.toml index 912079b2..692039fb 100644 --- a/libimagstorestdhook/Cargo.toml +++ b/libimagstorestdhook/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagstorestdhook" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] toml = "0.2.*" log = "0.3" From 19ccddd5e7f59d87eacc80a0b8096b17a65cdd5c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 31/33] Add meta-info in libimagtimeui/Cargo.toml --- libimagtimeui/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagtimeui/Cargo.toml b/libimagtimeui/Cargo.toml index 7d8b5a90..89b0f5b8 100644 --- a/libimagtimeui/Cargo.toml +++ b/libimagtimeui/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagtimeui" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] clap = "2.*" lazy_static = "0.1" From 67dd706d794b9dbf4369e0aa86e95f2646162a23 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 32/33] Add meta-info in libimagtodo/Cargo.toml --- libimagtodo/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index 28bef1a4..062bc754 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagtodo" version = "0.2.0" authors = ["mario "] +description = "Library for the imag core distribution" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + +documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] semver = "0.2" task-hookrs = "0.2" From 63d148dc3fe1f7fae6380ebf049836da1cda3864 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 18 Oct 2016 10:56:12 +0200 Subject: [PATCH 33/33] Add meta-info in libimagutil/Cargo.toml --- libimagutil/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libimagutil/Cargo.toml b/libimagutil/Cargo.toml index 61dd88e7..399d2285 100644 --- a/libimagutil/Cargo.toml +++ b/libimagutil/Cargo.toml @@ -3,6 +3,16 @@ name = "libimagutil" version = "0.2.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://matthiasbeyer.github.io/imag/imag_documentation/index.html" +repository = "https://github.com/matthiasbeyer/imag" +website = "http://imag-pim.org" + [dependencies] url = "1.1" boolinator = "2.4.0"