Cargo Features
[dependencies]
sensitive = { version = "0.10.3", default-features = false, features = ["force-mlock", "string"] }
- default = string
-
The
string
feature is set by default wheneversensitive
is added without
somewhere in the dependency tree.default-features = false - force-mlock
- string default = unicode-normalization
-
Affects
sensitive::string
…
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.