Cargo Features

[dependencies]
squish_cli = { version = "2.0.0-beta1", default-features = false, features = ["rayon"] }
default = rayon

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

rayon default

Enables rayon of squish

Squish_cli has 2 features without comments.