Cargo Features

[dependencies]
jetstream_wireformat = { version = "8.1.5", default-features = false, features = ["std", "all", "async", "serde", "futures", "testing", "uuid"] }
default = async, std

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

std default all?
all = async, futures, serde, std, testing
async default all? = futures

Enables futures

serde all? testing?

Enables serde

futures all? async

Enables futures-util

testing all? = serde

Features from optional dependencies

uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs