Cargo Features

[dependencies]
par-core = { version = "1.0.3", default-features = false, features = ["parallel", "rayon", "chili"] }
default = parallel

The parallel feature is set by default whenever par-core is added without default-features = false somewhere in the dependency tree.

parallel default chili? rayon?

Make it really parallel

rayon = parallel

Use rayon for parallel execution

Enables rayon

chili = parallel

Use chili for parallel execution

Enables chili

Affects par-core::Scope