Cargo Features
[dependencies]
mokapot = { version = "0.17.0", default-features = false, features = ["jar", "petgraph"] }
- default = jar, petgraph
-
These default features are set whenever
mokapot
is added without
somewhere in the dependency tree.default-features = false - jar default
-
Enables loading classes from
.jar
filesEnables zip
Affects
class_paths::JarClassPath
… - petgraph default
-
Enables the analysis of control flow graphs with
petgraph
.Enables petgraph
Affects
ir::petgraph
…