[package] name = "nautilus_sync" version = "0.11.2" authors = ["Andrea Fioraldi ", "Dominik Maier "] edition = "2021" [features] default = ["std"] std = [] [profile.dev] panic = "abort" debug = true [profile.release] panic = "abort" lto = true codegen-units = 1 opt-level = 3 debug = true [dependencies] libafl = { path = "../../libafl/", features = ["default", "nautilus"] } libafl_bolts = { path = "../../libafl_bolts/" } 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.0", features = ["derive"] } mimalloc = { version = "*", default-features = false } [lib] name = "nautilus_sync" crate-type = ["staticlib"]