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
somewhere in the dependency tree.default-features = false - 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