Cargo Features

[dependencies]
merfolk_backend_http = { version = "0.1.0", default-features = false, features = ["http1", "http2"] }
default = http2

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

http1

Enables http1 of hyper ^0.14

hyper:

HTTP versions

http2 default

Enables http2 of hyper ^0.14

merfolk_backend_http has 3 features without comments.