[package] name = "libafl_atheris" version = "0.13.0" authors = ["Andrea Fioraldi ", "Dominik Maier "] edition = "2021" [features] default = ["std"] std = [] [profile.release] lto = true codegen-units = 1 opt-level = 3 debug = true [build-dependencies] cc = { version = "1.0", features = ["parallel"] } which = "4.4" [dependencies] libafl = { path = "../../libafl/" } libafl_bolts = { path = "../../libafl_bolts/" } libafl_targets = { path = "../../libafl_targets/", features = ["pointer_maps", "sancov_cmplog", "libfuzzer", "sancov_8bit"] } clap = { version = "4.0", features = ["default"] } [lib] name = "afl_atheris" crate-type = ["staticlib"]