Cargo Features

[dependencies]
routerify = { version = "3.0.0", default-features = false, features = ["all", "hyper-http1", "hyper-http2"] }
default = hyper-http1

The hyper-http1 feature is set by default whenever routerify is added without default-features = false somewhere in the dependency tree.

all = hyper-http1, hyper-http2
hyper-http1 default all?

Enables http1 of hyper ^0.14

hyper:

HTTP versions

hyper-http2 all?

Enables http2 of hyper ^0.14

Routerify has 4 features without comments.