Cargo Features

[dependencies]
floxide-transform = { 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-transform is added without default-features = false somewhere in the dependency tree.

tokio-full default

Enables tokio

tokio-minimal

Enables rt and sync of tokio

floxide-transform has 3 features without comments.