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
somewhere in the dependency tree.default-features = false - 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