Cargo Features

[dependencies]
typomania = { version = "0.1.2", default-features = false, features = ["rayon"] }
default = rayon

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

rayon default

Enables rayon

typomania has 2 features without comments.