Cargo Features
[dependencies]
cushy = { version = "0.4.0", default-features = false, features = ["tracing-output", "roboto-flex", "plotters", "tokio", "tokio-multi-thread"] }
- default = roboto-flex, tracing-output
-
These default features are set whenever
cushy
is added without
somewhere in the dependency tree.default-features = false - tracing-output default
-
Enables tracing-subscriber
- roboto-flex default
- plotters
-
Enables plotters, plotters of kludgine ^0.10.0
- tokio tokio-multi-thread?
-
Enables tokio
- tokio-multi-thread = tokio
-
Enables rt-multi-thread of tokio
Cushy has 6 features without comments.