Cargo Features

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

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

client default

Enables client and http1 of hyper ^0.14

server default

Enables http1 and server of hyper ^0.14, fs of tokio

hyperlocal-with-windows has 3 features without comments.