Cargo Features
[dependencies]
jetstream_wireformat = { version = "6.6.0", default-features = false, features = ["async"] }
- default = async
-
The
async
feature is set by default wheneverjetstream_wireformat
is added without
somewhere in the dependency tree.default-features = false - async default
JetStreamWireFormat has 2 features without comments.