Cargo Features
[dependencies]
vf2 = { version = "1.0.1", default-features = false, features = ["petgraph"] }
- default = petgraph
-
The
petgraphfeature is set by default whenevervf2is added withoutsomewhere in the dependency tree.default-features = false - petgraph default
-
Enables petgraph ^0.6
VF2 has 2 features without comments.