Cargo Features

[dependencies]
ajj = { version = "0.3.3", default-features = false, features = ["axum", "pubsub", "ipc", "ws"] }
default = axum, ipc, ws

These default features are set whenever ajj is added without default-features = false somewhere in the dependency tree.

axum default

Enables axum and mime

pubsub ipc ws

Enables tokio-stream, ws of optional axum

Affects ajj::pubsub

ipc default = pubsub

Enables interprocess

ws default = pubsub

Enables futures-util and tokio-tungstenite