Cargo Features

[dependencies]
vf2 = { version = "1.0.1", default-features = false, features = ["petgraph"] }
default = petgraph

The petgraph feature is set by default whenever vf2 is added without default-features = false somewhere in the dependency tree.

petgraph default

Enables petgraph

VF2 has 2 features without comments.