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] 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" 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" 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" 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" 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.*" 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.*" 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.*" 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" 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" 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" 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" 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" 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.*" 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" 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] 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.*" diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml index 2628938b..6fc1ba67 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" 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" 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" 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" 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.*" 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" 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.*" 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" 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" 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" 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" 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" 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" 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" 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" 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"