Cargo Features

[dependencies]
mpsgraph = { version = "0.1.0", default-features = false, features = ["link"] }
default = link

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

MPSGraph has 2 features without comments.