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
somewhere in the dependency tree.default-features = false - std default
- async default = futures
-
Enables futures
- serde testing?
-
Enables serde
- futures async
-
Enables futures-util
- testing = serde
JetStreamWireFormat has 6 features without comments.