Cargo Features

[dependencies]
axum-negotiate-layer = { version = "0.2.0", default-features = false, features = ["http1", "http2"] }
default = http1

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

http1 default = tokio

Enables http1 of axum

http2 = tokio

Enables http2 of axum

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.

tokio http1 http2?