Cargo Features
[dependencies]
fastrand = { version = "2.4.1", default-features = false, features = ["std", "alloc", "js"] }
- default = std
-
The
stdfeature is set by default wheneverfastrandis added withoutsomewhere in the dependency tree.default-features = false - std default js? = alloc
- alloc std
- js = getrandom, std
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.
- getrandom wasm32 wasm64 unknown js?
-
Enables getrandom ^0.3.4