Cargo Features

bach has no features set by default.

[dependencies]
bach = { version = "0.1.0", features = ["full", "coop", "metrics", "net", "net-monitor", "tokio-compat", "tracing"] }
full = coop, metrics, net, net-monitor, tracing
coop full?
metrics full?

Enables metrics

Affects metrics::macro_support

net full?

Enables bytes, s2n-quic-core, siphasher, and tokio

Affects environment::net, bach::net

net-monitor full?

Affects net::monitor

tokio-compat

Enables time of tokio

tracing full?

Enables tracing