Cargo Features

[dependencies]
unpoly = { version = "0.2.0", default-features = false, features = ["axum"] }
default = axum

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

axum default

Enables axum

Unpoly has 2 features without comments.