Cargo Features

[dependencies]
marketstore = { version = "0.2.0", default-features = false, features = ["serde", "stream"] }
default = stream

The stream feature is set by default whenever marketstore is added without default-features = false somewhere in the dependency tree.

serde stream

Enables derive of serde

serde:

Provide derive(Serialize, Deserialize) macros.

Affects marketstore::serde

stream default = futures-channel, futures-util, rmp-serde, serde, tokio-tungstenite

Affects marketstore::stream

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.

tokio-tungstenite stream

Enables tokio-tungstenite ^0.18.0

rmp-serde stream
futures-util stream
futures-channel stream