[package] name = "obnam-benchmark" version = "0.1.0" authors = ["Lars Wirzenius "] 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"