Cargo Features

libafl_qemu_build has no features set by default.

[dependencies]
libafl_qemu_build = { version = "0.13.2", features = ["shared", "slirp", "clippy", "paranoid_debug"] }
shared
slirp

build qemu with host libslirp (for user networking)

clippy

special feature for clippy, don't use in normal projects§

paranoid_debug

Will perform as many checks as possible. The target will be greatly slowed down.