Cargo Features
[dependencies]
tempfile = { version = "3.16.0", default-features = false, features = ["nightly", "getrandom"] }
- default = getrandom
-
The
getrandom
feature is set by default whenevertempfile
is added without
somewhere in the dependency tree.default-features = false - nightly
-
Affects
unix::reopen
…
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