Cargo Features
[dependencies]
tempfile = { version = "3.27.0", default-features = false, features = ["nightly", "getrandom"] }
- default = getrandom
-
The
getrandomfeature is set by default whenevertempfileis added withoutsomewhere in the dependency tree.default-features = false - nightly
-
DEPRECATED
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 unix win wasi default