summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 49616d5aa2332370e35ce9143e17c36c8d60161b (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
[package]
name = "obnam-benchmark"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[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"