[build-dependencies.cc]
features = ["parallel"]
version = "1.0"
[dependencies.libafl]
features = []
version = "0.3.2"
[dependencies.rangemap]
version = "0.1.10"
[dependencies.serde]
default-features = false
features = ["alloc"]
version = "1.0"
[dependencies.serde-big-array]
version = "0.3.2"
[features]
clippy = []
default = []
libfuzzer = []
sancov_cmplog = []
sancov_pcguard = ["sancov_pcguard_hitcounts"]
sancov_pcguard_edges = []
sancov_pcguard_hitcounts = []
sancov_value_profile = []
[package]
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Common code for target instrumentation that can be used combined with LibAFL"
documentation = "https://docs.rs/libafl_targets"
edition = "2018"
keywords = ["fuzzing", "testing"]
license = "MIT OR Apache-2.0"
name = "libafl_targets"
readme = "../README.md"
repository = "https://github.com/AFLplusplus/LibAFL/"
version = "0.3.2"