Cargo Features

[dependencies]
hardened-malloc = { version = "13.0.0", default-features = false, features = ["light", "small", "tiny", "seal"] }
default = hardened-malloc-sys

The hardened-malloc-sys feature is set by default whenever hardened-malloc is added without default-features = false somewhere in the dependency tree.

light

Enables light of hardened-malloc-sys

small

Enables small of hardened-malloc-sys

tiny

Enables tiny of hardened-malloc-sys

seal

Enables seal of hardened-malloc-sys

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.

hardened-malloc-sys default light? seal? small? tiny?