Cargo Features

[dependencies]
hardened_malloc-rs = { version = "0.1.2+12", default-features = false, features = ["clang", "gcc", "dynamic", "static", "light", "standard"] }
default = gcc, light, static

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

clang

compiler

gcc default
dynamic

linking method

static default
light default

hardened_malloc config
"standard" feature is "default.mk" config in hardened_malloc

standard