panic-attacker 1.0.1

Universal stress testing and logic-based bug signature detection
Documentation
# 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.85.0"
name = "panic-attacker"
version = "1.0.1"
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal stress testing and logic-based bug signature detection"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/hyperpolymath/panic-attacker"

[lib]
name = "panic_attacker"
path = "src/lib.rs"

[[bin]]
name = "panic-attacker"
path = "src/main.rs"

[[example]]
name = "vulnerable_program"
path = "examples/vulnerable_program.rs"

[[test]]
name = "analyzer_tests"
path = "tests/analyzer_tests.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "regression_tests"
path = "tests/regression_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.colored]
version = "2.1"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.tempfile]
version = "3.8"