Cargo Features

flowistry_ide has no features set by default.

[dependencies]
flowistry_ide = { version = "0.5.41", features = ["decompose"] }
decompose = petgraph, rayon

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

petgraph decompose?

Enables petgraph

Decompose

rayon decompose?