Cargo Features

[dependencies]
wyrand = { version = "0.2.0", default-features = false, features = ["debug", "hash", "rand_core", "serde1", "wyhash", "randomised_wyhash", "fully_randomised_wyhash", "threadrng_wyhash", "legacy_v4"] }
default = debug, rand_core

These default features are set whenever wyrand is added without default-features = false somewhere in the dependency tree.

debug default
hash
rand_core default

Enables rand_core

serde1

Enables serde

wyhash randomised_wyhash?
randomised_wyhash fully_randomised_wyhash? threadrng_wyhash? = wyhash

Enables getrandom

fully_randomised_wyhash = randomised_wyhash
threadrng_wyhash = randomised_wyhash

Enables rand

legacy_v4

Affects wyrand::legacy_final_v4