[[bin]]
name = "ecfuzz"
path = "src/bin/ecfuzz.rs"
[dependencies.rayon]
version = "1"
[dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8"
[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
path = "src/lib.rs"
[package]
description = "Evolutionary Coverage-guided Fuzzing engine"
documentation = "https://docs.rs/ecfuzz/"
edition = "2021"
homepage = "https://github.com/matt24smith/ecfuzz"
license = "MIT"
name = "ecfuzz"
readme = "./readme.md"
repository = "https://github.com/matt24smith/ecfuzz"
version = "0.2.3"