cargo-test-fuzz 0.1.0-alpha.3

cargo-test-fuzz
[package]
name = "cargo-test-fuzz"
version = "0.1.0-alpha.3"
edition = "2018"

description = "cargo-test-fuzz"

authors = ["Samuel E. Moelius III <sam@moeli.us>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/smoelius/test-fuzz"

[[bin]]
name = "cargo-test-fuzz"
path = "src/bin/cargo_test_fuzz.rs"

[dependencies]
afl = "0.8.0"
anyhow = "1.0.34"
cargo_metadata = "0.12.0"
clap = "3.0.0-beta.1"
env_logger = "0.8.1"
log = "0.4.11"
serde = { version = "1.0", features = ["derive"] }
subprocess = "0.2.6"

dirs = { path = "../dirs", package = "test-fuzz-dirs", version = "0.1.0-alpha" }
test_fuzz = { path = "..", package = "test-fuzz", version = "0.1.0-alpha" }

[dev-dependencies]
assert_cmd = "1.0.1"
lazy_static = "1.4.0"
predicates = "1.0.5"
regex = "1.4.2"
rlimit = "0.4.0"