Cargo Features

[dependencies]
ordermap = { version = "1.1.0", default-features = false, features = ["std", "quickcheck", "rayon", "serde", "sval", "borsh", "arbitrary"] }
default = std

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

std default

Enables std of indexmap

Affects map::OrderMap, set::OrderSet

quickcheck

Enables quickcheck, quickcheck of indexmap

rayon

Enables rayon, rayon of indexmap

Affects map::rayon, set::rayon

serde

Enables serde and serde_core, serde of indexmap

Affects map::serde_seq

sval

Enables sval, sval of indexmap

borsh

Enables indexmap of borsh

arbitrary

Enables arbitrary, arbitrary of indexmap