Cargo Features

[dependencies]
net2 = { version = "0.2.39", default-features = false, features = ["nightly", "duration"] }
default = duration

The duration feature is set by default whenever net2 is added without default-features = false somewhere in the dependency tree.

nightly
duration default

net2 has 3 features without comments.