Cargo Features

[dependencies]
godot_tokio = { version = "0.1.4", default-features = false, features = ["single-thread", "multi-thread"] }
default = multi-thread

The multi-thread feature is set by default whenever godot_tokio is added without default-features = false somewhere in the dependency tree.

single-thread

Enables rt of tokio

tokio:

Includes basic task execution capabilities

multi-thread default

Enables rt-multi-thread of tokio

godot_tokio has 3 features without comments.