Cargo Features

Loom has no features set by default.

[dependencies]
loom = { version = "0.7.1", features = ["checkpoint", "futures"] }
checkpoint = serde, serde_json
futures = pin-utils

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features.

serde checkpoint?

With derive and default (std)

serde_json checkpoint?

With default (std)

pin-utils futures?