Cargo Features

[dependencies]
amble = { version = "0.1.60", default-features = false, features = ["jemalloc", "jemalloc-prof"] }
default = jemalloc

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

jemalloc default jemalloc-prof?

Enables jemalloc-ctl and jemallocator

jemalloc-prof = jemalloc

Enables profiling of optional jemallocator

Amble has 3 features without comments.