Cargo Features

[dependencies]
litemap = { version = "0.7.2", default-features = false, features = ["alloc", "databake", "serde", "yoke", "bench", "testing"] }
default = alloc

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

alloc default testing?
databake

Enables databake

serde bench?

Enables serde

yoke

Enables yoke

bench = serde
testing = alloc

Enables the testing module with tools for testing custom stores.