Cargo Features

[dependencies]
sensitive = { version = "0.10.3", default-features = false, features = ["force-mlock", "string"] }
default = string

The string feature is set by default whenever sensitive is added without default-features = false somewhere in the dependency tree.

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.

unicode-normalization string