Cargo Features

[dependencies]
mokapot = { version = "0.14.0", default-features = false, features = ["jar", "petgraph"] }
default = jar, petgraph

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

jar default

Enables loading classes from .jar files

Enables zip ^0.6

Affects class_paths::JarClassPath

petgraph default

Enables the analysis of control flow graphs with petgraph.

Enables petgraph

Affects ir::cfg_petgraph