[package] name = "libafl_atheris" version = "0.14.1" 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.1.21", features = ["parallel"] } which = "6.0.3" [dependencies] libafl = { path = "../../../libafl" } libafl_bolts = { path = "../../../libafl_bolts" } libafl_targets = { path = "../../../libafl_targets", features = [ "pointer_maps", "sancov_cmplog", "libfuzzer", "sancov_8bit", ] } log = { version = "0.4.22", features = ["release_max_level_info"] } clap = { version = "4.5.18", features = ["default"] } [lib] name = "afl_atheris" crate-type = ["staticlib"]