Cargo Features

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

The client feature is set by default whenever hyperlocal-next is added without default-features = false somewhere in the dependency tree.

client default = http-body-util, tower-service

Enables client and http1 of hyper, client-legacy, http1 and tokio of hyper-util

server

Enables http1 and server of hyper, tokio of hyper-util

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

http-body-util client
hyper-util client server?
tower-service client