Cargo Features

untokio has no features set by default.

[dependencies]
untokio = { version = "0.2.1", features = ["v02", "v03", "v1"] }
v02 = tokio02
v03 = tokio03
v1 = tokio1

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.

tokio02 v02?

Enables tokio ^0.2

tokio03 v03?

Enables tokio ^0.3

tokio1 v1?

Enables tokio