Cargo Features

[dependencies]
moongraph = { version = "0.4.2", default-features = false, features = ["derive", "parallel", "dot", "tutorial"] }
default = derive, parallel

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

derive default

Enables moongraph-macros

parallel default

Enables rayon

Affects moongraph::rayon_impl…

dot

Enables dot of dagga

tutorial

Enables aquamarine ^0.4.0