Cargo Features
Floxide has no features set by default.
[dependencies]
floxide = { version = "1.1.0", features = ["transform", "full", "event", "timer", "longrunning", "reactive"] }
Define features
- transform full? = floxide-transform
-
Define features with dependencies on subcrates
- full = event, longrunning, reactive, timer, transform
- event full? = floxide-event
- timer full? = floxide-timer
- longrunning full? = floxide-longrunning
- reactive full? = floxide-reactive
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.
- floxide-transform transform?
-
Enables floxide-transform
Feature-gated dependencies on subcrates
- floxide-event event?
- floxide-timer timer?
- floxide-longrunning longrunning?
- floxide-reactive reactive?