Cargo Features

[dependencies]
minedmap = { version = "2.5.0", default-features = false, features = ["jemalloc-auto", "jemalloc"] }
default = jemalloc-auto

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

jemalloc-auto default jemalloc?

Enables minedmap-default-alloc

jemalloc = jemalloc-auto

Enables jemalloc of minedmap-default-alloc

MinedMap has 3 features without comments.