[package] name = "obnam-benchmark" version = "0.1.0" authors = ["Lars Wirzenius "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.51" lazy_static = "1.4.0" log = "0.4.14" nix = "0.23.0" pretty_env_logger = "0.4.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"