Cargo Features

[dependencies]
bimultimap = { version = "0.0.3", default-features = false, features = ["hashbrown", "hashmap", "thread-safe", "serde"] }
default = hashmap

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

hashbrown

Enables hashbrown

hashmap default
btreemap thread-safe
serde

Enables serde

BiMultiMap has 5 features without comments.