summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e7423ab5429742056a8ccd32baf6b94a7dbbc4c5 (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
32
33
34
35
36
37
[package]
name = "obnam-benchmark"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
description = "benchmark the Obnam backup program"
license = "AGPL-3.0-or-later"
homepage = "https://obnam.org/"
repository = "https://gitlab.com/obnam/obnam-benchmark"
rust-version = "1.56.0"

[dependencies]
anyhow = "1.0.51"
chrono = "0.4.19"
git-testament = "0.2.1"
lazy_static = "1.4.0"
log = "0.4.14"
nix = "0.23.1"
pretty_env_logger = "0.4.0"
procfs = "0.12.0"
rand = "0.8.4"
serde = { version = "1.0.101", features = ["derive"] }
serde_json = "1.0.72"
serde_yaml = "0.8.21"
structopt = "0.3.25"
tempfile = "3.2.0"
thiserror = "1.0.30"
walkdir = "2.3.2"

[build-dependencies]
anyhow = "1.0.51"
glob = "0.3.0"
subplot-build = "0.1.0"

[dev-dependencies]
subplotlib = "0.1.0"
fehler = "1.0.0"