Cargo Features

[dependencies]
jetstream_wireformat = { version = "5.3.0", default-features = false, features = ["async"] }
default = async

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

async default

Enables futures and tokio

JetStreamWireFormat has 2 features without comments.