[package] name = "nautilus_sync" version = "0.15.3" 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.5.18", features = ["derive"] } mimalloc = { version = "0.1.43", default-features = false } [lib] name = "nautilus_sync" crate-type = ["staticlib"]