Cargo Features

[dependencies]
floxide-event = { version = "1.1.0", default-features = false, features = ["tokio-full", "tokio-minimal"] }
default = tokio-full

The tokio-full feature is set by default whenever floxide-event is added without default-features = false somewhere in the dependency tree.

tokio-full default

Enables tokio

tokio-minimal

Enables rt, sync and time of tokio

floxide-event has 3 features without comments.