Cargo Features

[dependencies]
ajj = { version = "0.1.2", default-features = false, features = ["axum", "pubsub", "ipc", "ws", "tokio-util"] }
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

pubsub ipc ws

Enables tokio-stream

Affects ajj::pubsub

ipc default = pubsub

Enables interprocess and tokio-util

ws default = pubsub

Enables futures-util and tokio-tungstenite

tokio-util

Enables tokio-util