Cargo Features

[dependencies]
legend-saga = { version = "0.0.10", default-features = false, features = ["std", "events"] }
default = events, std

These default features are set whenever legend-saga is added without default-features = false somewhere in the dependency tree.

std default = backoff, futures-lite, lapin, once_cell, serde_json, thiserror, tokio, tracing
events default = chrono, serde, strum, strum_macros

Affects legend-saga::events

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.

lapin std
tokio std
futures-lite std
thiserror std
serde events
serde_json std
tracing std
backoff std
strum events
strum_macros events
once_cell std
chrono events