Cargo Features
[dependencies]
squish_cli = { version = "2.0.0-beta1", default-features = false, features = ["rayon"] }
- default = rayon
-
The
rayon
feature is set by default wheneversquish_cli
is added without
somewhere in the dependency tree.default-features = false - rayon default
Squish_cli has 2 features without comments.