Cargo Features

[dependencies]
cushy = { version = "0.3.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 default-features = false somewhere in the dependency tree.

tracing-output default

Enables tracing-subscriber

roboto-flex default
plotters

Enables plotters, plotters of kludgine

tokio tokio-multi-thread?

Enables tokio

tokio-multi-thread = tokio

Enables rt-multi-thread of tokio

Cushy has 6 features without comments.