Cargo Features

[dependencies]
wsrx = { version = "0.2.31", default-features = false, features = ["server", "client", "binary"] }
default = binary

The binary feature is set by default whenever wsrx is added without default-features = false somewhere in the dependency tree.

server binary

Enables axum

optional

client binary

Enables tokio-tungstenite

binary default = client, server

Enables chrono, clap, once_cell, serde, serde_json, subprocess, tower-http, tracing, tracing-subscriber, and url

clap:

binary cli only

Required by the binary