Cargo Features

[dependencies]
hyperecho = { version = "0.2.1", default-features = false, features = ["http1", "http2"] }
default = http1, http2

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

http1 default

Enables http1 of hyper and hyper-util

hyper:

HTTP versions

http2 default

Enables http2 of hyper and hyper-util

hyperecho has 3 features without comments.