Cargo Features

[dependencies]
chrome_server = { version = "0.2.33", default-features = false, features = ["jemalloc"] }
default = jemalloc

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

jemalloc default

Enables tikv-jemallocator

chrome_server has 2 features without comments.