Cargo Features

[dependencies]
deterministic_rand = { version = "0.5.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "determinism"] }
default = determinism, enabled

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

no_std use_alloc?

Affects deterministic_rand::hrng_non_deterministic

use_alloc = no_std
full = determinism, enabled
enabled default full?
determinism default full? = iter_tools, rand_chacha, rand_seeder

Affects deterministic_rand::hrng_deterministic

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

iter_tools determinism
rand_chacha determinism
rand_seeder determinism