# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.77" name = "wumpus-hunter" version = "0.1.0" authors = [ "Lars Wirzenius ", ] description = "Run test suite of a program repeatedely" readme = "README.md" categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.4" features = [ "derive", "wrap_help", ] [dependencies.html-page] version = "0.2.0" [dependencies.log] version = "0.4.21" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.radicle] version = "0.9.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.subplotlib] version = "0.9.0" [dependencies.tempfile] version = "3.10.1" [dependencies.time] version = "0.3.34" features = [ "macros", "formatting", ] [dependencies.walkdir] version = "2.5.0" [dev-dependencies.fehler] version = "1.0.0" [dev-dependencies.walkdir] version = "2.5.0" [build-dependencies.subplot-build] version = "0.9.0"