Cargo Features

[dependencies]
hyperlocal = { version = "0.8.0", default-features = false, features = ["client", "server"] }
default = client, server

These default features are set whenever hyperlocal is added without default-features = false somewhere in the dependency tree.

client default
server default

hyperlocal has 3 features without comments.