//! Transport implementations for connecting consumers to the SLOP server.
//!
//! Each transport is behind a feature flag:
//! - `websocket` — WebSocket via tokio-tungstenite
//! - `unix` — Unix domain socket with NDJSON
//! - `stdio` — stdin/stdout with NDJSON
//! - `axum` — axum WebSocket handler + discovery route