summaryrefslogtreecommitdiffstats
path: root/libimagstore/Cargo.toml
blob: 3f253a689ad2b385145b8bb98ab8ebd25ac6b61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "libimagstore"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]

[dependencies]
fs2 = "0.2"
glob = "0.2.11"
lazy_static = "0.1.15"
log = "0.3"
regex = "0.1"
semver = "0.2"
toml = "0.1.25"
version = "2.0.1"
crossbeam = "0.2.8"
walkdir = "0.1.5"

[dependencies.libimagerror]
path = "../libimagerror"

[dependencies.libimagutil]
path = "../libimagutil"

[dev-dependencies]
tempdir = "0.3.4"
env_logger = "0.3"

[features]
default = []
verify  = []