Cargo Features

[dependencies]
disney_infinity = { version = "0.1.1", default-features = false, features = ["async", "threaded"] }
default = threaded

The threaded feature is set by default whenever disney_infinity is added without default-features = false somewhere in the dependency tree.

async

Enables tokio

threaded default

disney_infinity has 3 features without comments.