imag/libimagstore/Cargo.toml

42 lines
846 B
TOML
Raw Normal View History

2016-01-09 22:51:31 +00:00
[package]
name = "libimagstore"
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
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-01-12 17:10:16 +00:00
[dependencies]
2016-05-23 11:37:26 +00:00
fs2 = "0.2"
glob = "0.2.11"
lazy_static = "0.1.15"
2016-05-10 15:54:47 +00:00
log = "0.3"
regex = "0.1"
semver = "0.2"
2016-08-06 15:22:39 +00:00
toml = "0.2.*"
version = "2.0.1"
2016-02-23 22:08:08 +00:00
crossbeam = "0.2.8"
2016-04-16 15:03:30 +00:00
walkdir = "0.1.5"
2016-01-22 17:44:35 +00:00
2016-05-15 14:39:52 +00:00
[dependencies.libimagerror]
path = "../libimagerror"
[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 = []