Cargo Features

[dependencies]
rt-gate = { version = "0.1.5", default-features = false, features = ["smol-rt", "tokio-rt", "compio-rt"] }
default = tokio-rt

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

smol-rt

Enables smol

tokio-rt default

Enables rt-multi-thread of tokio

compio-rt

Enables runtime of compio

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

compio compio-rt?