Cargo Features

backend-kit has no features set by default.

[dependencies]
backend-kit = { version = "0.0.3", features = ["http"] }
http = axum, serde, serde_json, tokio

Affects backend-kit::http

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.

axum http?
serde http?
serde_json http?
tokio http?