Cargo Features

[dependencies]
rustowl = { version = "0.2.2", default-features = false, features = ["jemalloc"] }
default = jemalloc

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

jemalloc default

Enables tikv-jemalloc-sys

RustOwl has 2 features without comments.