Cargo Features

[dependencies]
libredr-server = { version = "0.0.18", default-features = false, features = ["jemalloc"] }
default = jemalloc

The jemalloc feature is set by default whenever libredr-server is added without default-features = false somewhere in the dependency tree.

jemalloc default

Enables jemalloc of libredr-common

libredr-server has 2 features without comments.