2016-01-09 22:51:31 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagstore"
|
2016-07-12 09:51:20 +00:00
|
|
|
version = "0.2.0"
|
2016-01-09 22:51:31 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
2016-01-12 17:10:16 +00:00
|
|
|
|
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"
|
2016-10-20 12:14:18 +00:00
|
|
|
homepage = "http://imag-pim.org"
|
2016-10-18 08:56:12 +00:00
|
|
|
|
2016-08-23 09:58:56 +00:00
|
|
|
[profile.dev]
|
|
|
|
codegen-units = 2
|
|
|
|
|
2016-01-12 17:10:16 +00:00
|
|
|
[dependencies]
|
2016-10-24 12:30:54 +00:00
|
|
|
fs2 = "0.3"
|
2016-03-07 16:46:58 +00:00
|
|
|
glob = "0.2.11"
|
2016-10-24 12:30:54 +00:00
|
|
|
lazy_static = "0.2.*"
|
2016-05-10 15:54:47 +00:00
|
|
|
log = "0.3"
|
2016-04-17 19:00:31 +00:00
|
|
|
regex = "0.1"
|
2016-10-24 12:30:54 +00:00
|
|
|
semver = "0.5"
|
2016-08-06 15:22:39 +00:00
|
|
|
toml = "0.2.*"
|
2016-02-04 16:38:20 +00:00
|
|
|
version = "2.0.1"
|
2016-10-24 12:30:54 +00:00
|
|
|
crossbeam = "0.2.*"
|
|
|
|
walkdir = "0.1.*"
|
2016-01-22 17:44:35 +00:00
|
|
|
|
2016-05-15 14:39:52 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
2016-05-14 16:51:12 +00:00
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|
2016-01-22 17:44:35 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
tempdir = "0.3.4"
|
2016-02-11 14:15:31 +00:00
|
|
|
env_logger = "0.3"
|
|
|
|
|
2016-07-16 22:36:37 +00:00
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
verify = []
|
|
|
|
|