Cargo Features

[dependencies]
streameroo = { version = "0.1.0", default-features = false, features = ["tokio", "msgpack", "json", "bytes"] }
default = json, tokio

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

tokio default

Enables tokio

msgpack = rmp-serde, serde
json default = serde, serde_json
bytes

Enables bytes

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rmp-serde msgpack?
serde json msgpack?
serde_json json