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
somewhere in the dependency tree.default-features = false - std default
- async default
JetStreamWireFormat has 3 features without comments.