Cargo Features

[dependencies]
composable-allocators = { version = "0.2.11", default-features = false, features = ["global", "winapi", "posix", "system", "logging"] }
default = global, system

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

global default
winapi

Enables winapi

posix

Enables libc

system default

Enables libc and winapi

logging

composable-allocators has 6 features without comments.