Cargo Features

[dependencies]
subtle = { version = "2.5.0", default-features = false, features = ["std", "core_hint_black_box", "i128", "nightly"] }
default = i128, std

These default features are set whenever subtle is added without default-features = false somewhere in the dependency tree.

std default
const-generics core_hint_black_box
i128 default
nightly

DEPRECATED: As of 2.4.1, this feature does nothing.