Cargo Features
Eventually has no features set by default.
[dependencies]
eventually = { version = "0.4.0", features = ["serde", "tracing", "full", "postgres"] }
- serde full?
-
Enables serde of eventually-core
- tracing full?
-
TODO: is there a way to exclude eventually-postgres/with-tracing if postgres hasn't been specified in features?
Enables with-tracing of eventually-core, eventually-postgres, and eventually-util
- full = postgres, serde, tracing
- postgres full? = eventually-postgres
-
Affects
eventually::postgres
…
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.