Cargo Features

[dependencies]
super_mass = { version = "0.1.0", default-features = false, features = ["auto", "jemalloc", "pseudo_distance"] }
default = auto, pseudo_distance

These default features are set whenever super_mass is added without default-features = false somewhere in the dependency tree.

auto default
jemalloc = jemallocator
pseudo_distance default

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

jemallocator jemalloc?

Enables jemallocator ^0.3