
* ConverterLlmpEventManager * docs * SyncFromBrokerStage * fix * separate InputConverter * nautilus * nautilus_sync * send testcases * upd nautilus * meta * fix * clippy * fix * Update build_and_test.yml * fix * fix * Use find_libpython * ci * upd qemu
33 lines
775 B
TOML
33 lines
775 B
TOML
[package]
|
|
name = "nautilus_sync"
|
|
version = "0.9.0"
|
|
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
|
|
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_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"]
|