diff --git a/fuzzers/sqlite_centralized_multi_machine/Cargo.toml b/fuzzers/sqlite_centralized_multi_machine/Cargo.toml deleted file mode 100644 index acef08dfc5..0000000000 --- a/fuzzers/sqlite_centralized_multi_machine/Cargo.toml +++ /dev/null @@ -1,64 +0,0 @@ -[package] -name = "libfuzzer_libpng_launcher_centralized_multi_machine" -version = "0.12.0" -authors = [ - "Romain Malmain ", - "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.0", features = ["parallel"] } -which = "6.0" - -[dependencies] -# no llmp compression for now, better perfs. -libafl = { path = "../../libafl", default-features = false, features = [ - "std", - "derive", - "llmp_small_maps", - "llmp_broker_timeouts", - "rand_trait", - "fork", - "prelude", - "gzip", - "regex", - "serdeany_autoreg", - "tui_monitor", - "std", - "derive", - "rand_trait", - "fork", - "prelude", - "gzip", - "regex", - "scalability_introspection", - "multi_machine", - "errors_backtrace", - "dump_state", -] } -libafl_bolts = { path = "../../libafl_bolts", features = ["xxh3"] } -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 } -env_logger = "0.11" - -[lib] -name = "libfuzzer_libpng" -crate-type = ["staticlib"]