Cargo Features

[dependencies]
rgp = { version = "0.3.2", default-features = false, features = ["multi-thread"] }
default = multi-thread

The multi-thread feature is set by default whenever rgp is added without default-features = false somewhere in the dependency tree.

multi-thread default

Enables rayon

RGP has 2 features without comments.