[package] name = "wumpus-hunter" version = "0.1.0" edition = "2021" rust-version = "1.77" description = "Run test suite of a program repeatedely" authors = ["Lars Wirzenius "] license = "MIT OR Apache-2.0" repository = "https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN" categories = ["development-tools"] [dependencies] anyhow = "1.0.81" clap = { version = "4.5.4", features = ["derive", "wrap_help"] } html-page = "0.2.0" log = "0.4.21" pretty_env_logger = "0.5.0" radicle = "0.9.0" serde = { version = "1.0.197", features = ["derive"] } serde_yaml = "0.9.34" subplotlib = "0.9.0" tempfile = "3.10.1" time = { version = "0.3.34", features = ["macros", "formatting"] } walkdir = "2.5.0" [build-dependencies] subplot-build = "0.9.0" [dev-dependencies] fehler = "1.0.0" walkdir = "2.5.0"