Cargo Features

[dependencies]
io-tether = { version = "0.1.3", default-features = false, features = ["net"] }
default = net

The net feature is set by default whenever io-tether is added without default-features = false somewhere in the dependency tree.

net default

Enables net of tokio

io-tether has 2 features without comments.