[package] name = "baby_fuzzer_gramatron" version = "0.11.1" authors = ["Andrea Fioraldi ", "Dominik Maier "] edition = "2021" [features] default = ["std"] std = [] [profile.dev] panic = "abort" [profile.release] panic = "abort" lto = true codegen-units = 1 opt-level = 3 debug = true [dependencies] libafl = { path = "../../libafl/" } libafl_bolts = { path = "../../libafl_bolts/" } postcard = { version = "1.0", features = ["alloc"], default-features = false } # no_std compatible serde serialization format