Cargo Features

[dependencies]
menhera-inet = { version = "0.1.1", default-features = false, features = ["tokio"] }
default = tokio

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

tokio default

Enables tokio

menhera-inet has 2 features without comments.