Cargo Features
[dependencies]
xxhrs = { version = "2.0.1", default-features = false, features = ["random_entropy"] }
- default = random_entropy
-
The
random_entropy
feature is set by default wheneverxxhrs
is added without
somewhere in the dependency tree.default-features = false - random_entropy default = getrandom
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.