imag/libimagref/Cargo.toml

37 lines
818 B
TOML
Raw Normal View History

2016-06-09 17:34:18 +00:00
[package]
name = "libimagref"
version = "0.2.0"
2016-06-09 17:34:18 +00:00
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
2016-10-18 08:56:12 +00:00
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"
2016-06-09 17:34:18 +00:00
[dependencies]
itertools = "0.4"
log = "0.3"
rust-crypto = "0.2"
semver = "0.2"
2016-08-06 15:14:29 +00:00
toml = "0.2.*"
2016-06-09 17:34:18 +00:00
version = "2.0.1"
walkdir = "0.1.5"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagutil]
path = "../libimagutil"
2016-07-04 18:16:32 +00:00
[dependencies.libimagentrylist]
path = "../libimagentrylist"