Cargo Features

[dependencies]
jetstream_wireformat = { version = "8.0.0", default-features = false, features = ["std", "async", "serde", "futures", "testing"] }
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 = futures

Enables futures

serde testing?

Enables serde

futures async

Enables futures-util

testing = serde

JetStreamWireFormat has 6 features without comments.