Cargo Features

bach has no features set by default.

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

Enables metrics

Affects metrics::macro_support

net full?

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

Affects environment::net, bach::net

tokio-compat

Enables time of tokio

tracing full?

Enables tracing