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
somewhere in the dependency tree.default-features = false - 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.