libafl_cc 0.13.2

Commodity library to wrap compilers and link LibAFL
Documentation
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"

[build-dependencies.which]
version = "6.0"

[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
version = "1.0"

[features]
autotokens = []
cmplog-instructions = []
cmplog-routines = []
coverage-accounting = []
ctx = []
ddg-instr = []
default = ["ddg-instr", "function-logging", "cmplog-routines", "autotokens", "coverage-accounting", "cmplog-instructions", "ctx", "dump-cfg", "profiling"]
dump-cfg = []
function-logging = []
profiling = []

[lib]
name = "libafl_cc"
path = "src/lib.rs"

[package]
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["development-tools::testing", "emulators", "embedded", "os", "no-std"]
description = "Commodity library to wrap compilers and link LibAFL"
documentation = "https://docs.rs/libafl_cc"
edition = "2021"
keywords = ["fuzzing", "testing", "compiler"]
license = "MIT OR Apache-2.0"
name = "libafl_cc"
readme = "README.md"
repository = "https://github.com/AFLplusplus/LibAFL/"
version = "0.13.2"

[target.'cfg(target_vendor = "apple")'.build-dependencies.glob]
version = "0.3"