Cargo Features

[dependencies]
stalkr = { version = "0.1.2", default-features = false, features = ["mimalloc"] }
default = mimalloc

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

mimalloc default

Enables mimalloc =0.1.47

stalkr has 2 features without comments.