Cargo Features

[dependencies]
evenio = { version = "0.5.0", default-features = false, features = ["std", "rayon"] }
default = std

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

std default

Enables runtime-rng and std of ahash

rayon

Enables rayon

Evenio has 3 features without comments.