
* update clap, remove unused deps * update grammartek * update pyo3 * update pyo3 * undid clap update * not changing nyx * updated deps * Update more deps, fixes * not needed clippy * fix windows * try to enable deprecated pyproto for pyo3 * unused * moving some things to clap4 after all * initial move to clap 4 * fix clap * more clap4, removed accidental file * fixes, fmt * fix * all fix no play * fix
32 lines
863 B
TOML
32 lines
863 B
TOML
[package]
|
|
name = "libfuzzer_libpng_launcher"
|
|
version = "0.8.2"
|
|
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
|
|
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 = { version = "4.0.2" }
|
|
|
|
[dependencies]
|
|
libafl = { path = "../../libafl/", features = ["std", "derive", "llmp_compression", "introspection"] }
|
|
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 = "libfuzzer_libpng"
|
|
crate-type = ["staticlib"]
|