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
somewhere in the dependency tree.default-features = false - 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.