Cargo Features

aerosol has no features set by default.

[dependencies]
aerosol = { version = "1.0.0-alpha.9", features = ["async", "axum", "axum-extra"] }
async axum? = async-trait
axum axum-extra? = async, thiserror, tracing

Enables axum

Affects aerosol::axum

axum-extra = axum

Enables axum-extra

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.

async-trait async?
tracing axum?
thiserror axum?