Cargo Features
[dependencies]
unpoly = { version = "0.2.0", default-features = false, features = ["axum"] }
- default = axum
-
The
axum
feature is set by default wheneverunpoly
is added without
somewhere in the dependency tree.default-features = false - axum default
-
Enables axum
Unpoly has 2 features without comments.