Cargo Features

[dependencies]
io-tether = { version = "0.4.1", default-features = false, features = ["net", "fs"] }
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

Affects io-tether::tcp, io-tether::unix

fs

Enables fs of tokio

Affects io-tether::fs