Cargo Features

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

These default features are set whenever jetstream_wireformat is added without default-features = false somewhere in the dependency tree.

std default
async default

Enables futures and tokio

JetStreamWireFormat has 3 features without comments.