Cargo Features

indexmap-rmw has no features set by default.

[dependencies]
indexmap-rmw = { version = "1.6.3", features = ["serde-1", "std", "test_low_transition_point", "test_debug", "rayon"] }
serde-1 = serde

Serialization with serde 1.0

std

Force the use of std, bypassing target detection.

test_low_transition_point

for testing only, of course

test_debug

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.

serde serde-1?

Affects indexmap-rmw::serde_seq

rayon implicit feature

Enables rayon

rayon:

Simple work-stealing parallelism for Rust