[package] name = "libfuzzer_libpng_accounting" version = "0.15.3" 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", features = [ "std", "derive", "tcp_manager", "llmp_compression", "introspection", ] } libafl_bolts = { path = "../../../libafl_bolts", features = [ "std", "derive", "llmp_compression", ] } libafl_targets = { path = "../../../libafl_targets", features = [ "sancov_pcguard_hitcounts", "libfuzzer", ] } # TODO Include it only when building cc libafl_cc = { path = "../../../libafl_cc/" } clap = { version = "4.5.18", features = ["derive"] } log = { version = "0.4.22", features = ["release_max_level_info"] } mimalloc = { version = "0.1.43", default-features = false } [lib] name = "libfuzzer_libpng" crate-type = ["staticlib"]