Cargo Features

[dependencies]
libafl_intelpt = { version = "0.14.0", default-features = false, features = ["std", "libipt"] }
default = libipt, std

These default features are set whenever libafl_intelpt is added without default-features = false somewhere in the dependency tree.

std default libipt

Enables std of libafl_bolts

libafl_bolts:

Feature Flags

General Features

Enables features that need rust's std lib to work, like print, env, ... support

libipt default = std

Enables libipt

libafl_intelpt has 3 features without comments.