Cargo Features

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

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

view default

Enables view of edm-core

edm-axum has 2 features without comments.