Cargo Features

oxi-axum-helpers has no features set by default.

[dependencies]
oxi-axum-helpers = { version = "0.0.34", features = ["init", "static_router", "templates", "postgres"] }
init

Enables anyhow, serde and tracing-subscriber, toml of figment

static_router

Enables axum

templates

Enables askama, axum, axum-ctx, and http

postgres

Enables tracing, anyhow and serde, postgres of sqlx

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.

figment init?
sqlx postgres?